[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250704231046.332586-1-ojeda@kernel.org>
Date: Sat, 5 Jul 2025 01:10:46 +0200
From: Miguel Ojeda <ojeda@...nel.org>
To: gregkh@...uxfoundation.org
Cc: akpm@...ux-foundation.org,
broonie@...nel.org,
conor@...nel.org,
f.fainelli@...il.com,
hargar@...rosoft.com,
jonathanh@...dia.com,
linux-kernel@...r.kernel.org,
linux@...ck-us.net,
lkft-triage@...ts.linaro.org,
patches@...nelci.org,
patches@...ts.linux.dev,
pavel@...x.de,
rwarsow@....de,
shuah@...nel.org,
srw@...dewatkins.net,
stable@...r.kernel.org,
sudipm.mukherjee@...il.com,
torvalds@...ux-foundation.org,
Miguel Ojeda <ojeda@...nel.org>,
Bibo Mao <maobibo@...ngson.cn>,
Huacai Chen <chenhuacai@...ngson.cn>,
Oscar Salvador <osalvador@...e.de>
Subject: Re: [PATCH 6.12 000/218] 6.12.36-rc1 review
On Thu, 03 Jul 2025 16:39:08 +0200 Greg Kroah-Hartman <gregkh@...uxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.12.36 release.
> There are 218 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 Sat, 05 Jul 2025 14:39:10 +0000.
> Anything received after that time might be too late.
Boot-tested under QEMU for Rust x86_64, arm64 and riscv64:
Tested-by: Miguel Ojeda <ojeda@...nel.org>
However, in my loongarch64 built-test, I am seeing:
arch/loongarch/mm/mmap.c:69:21: error: call to undeclared function 'huge_page_mask_align'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
69 | info.align_mask = huge_page_mask_align(filp);
| ^
Which makes sense since that function appeared first in v6.13 in:
7f24cbc9c4d4 ("mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings")
Cc: Bibo Mao <maobibo@...ngson.cn>
Cc: Huacai Chen <chenhuacai@...ngson.cn>
Cc: Oscar Salvador <osalvador@...e.de>
Cc: Andrew Morton <akpm@...ux-foundation.org>
I hope that helps!
Cheers,
Miguel
Powered by blists - more mailing lists