On Mon, Feb 03, 2025 at 03:33:42PM -0800, Yifei Liu wrote: > From: Kevin Brodsky <kevin.brodsky@xxxxxxx> > > [ Upstream commit 46036188ea1f5266df23a6149dea0df1c77cd1c7 ] > > The mm kselftests are currently built with no optimisation (-O0). It's > unclear why, and besides being obviously suboptimal, this also prevents > the pkeys tests from working as intended. Let's build all the tests with > -O2. > > [kevin.brodsky@xxxxxxx: silence unused-result warnings] > Link: https://lkml.kernel.org/r/20250107170110.2819685-1-kevin.brodsky@xxxxxxx > Link: https://lkml.kernel.org/r/20241209095019.1732120-6-kevin.brodsky@xxxxxxx > Signed-off-by: Kevin Brodsky <kevin.brodsky@xxxxxxx> > Cc: Aruna Ramakrishna <aruna.ramakrishna@xxxxxxxxxx> > Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > Cc: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> > Cc: Joey Gouly <joey.gouly@xxxxxxx> > Cc: Keith Lucas <keith.lucas@xxxxxxxxxx> > Cc: Ryan Roberts <ryan.roberts@xxxxxxx> > Cc: Shuah Khan <shuah@xxxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > (cherry picked from commit 46036188ea1f5266df23a6149dea0df1c77cd1c7) > [Yifei: This commit also fix the failure of pkey_sighandler_tests_64, > which is also in linux-6.12.y, thus backport this commit] You also need to provide a 6.13.y version, right? Please resend both and we will be glad to queue them up. thanks, greg k-h