On Wed, Mar 05, 2025 at 08:12:59PM +0000, Mark Brown wrote:
On Wed, Mar 05, 2025 at 06:47:16PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.13.6 release. There are 157 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
The arm64 defconfig build is broken (KernelCI reported this initially):
/build/stage/linux/arch/arm64/mm/hugetlbpage.c: In function ‘huge_ptep_get_and_clear’: /build/stage/linux/arch/arm64/mm/hugetlbpage.c:397:35: error: ‘sz’ undeclared (first use in this function); did you mean ‘s8’? 397 | ncontig = num_contig_ptes(sz, &pgsize); | ^~ | s8 /build/stage/linux/arch/arm64/mm/hugetlbpage.c:397:35: note: each undeclared identifier is reported only once for each function it appears in
The same issue affects 6.12.
Thanks, I've now dropped the offending patch and will push out some -rc2 releases soon.
greg k-h