Hi Greg, On 05/03/2025 17:47, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.12.18 release. There are 150 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. Responses should be made by Fri, 07 Mar 2025 17:44:26 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.12.18-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.12.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits:
... The ARM64 build is failing with ... kernel/arch/arm64/mm/hugetlbpage.c: In function ‘huge_ptep_get_and_clear’: kernel/arch/arm64/mm/hugetlbpage.c:386:35: error: ‘sz’ undeclared (first use in this function); did you mean ‘s8’? 386 | ncontig = num_contig_ptes(sz, &pgsize); | ^~ | s8
Ryan Roberts <ryan.roberts@xxxxxxx> arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
Bisect is point to the above commit. I am seeing the same build failure on both linux-6.12.y and linux-6.13.y. Cheers Jon -- nvpublic