All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: Peter Schneider <pschneider1968@googlemail.com>
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>,
	gregkh@linuxfoundation.org, patches@lists.linux.dev,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@nabladev.com,
	jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org,
	hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
	sr@sladewatkins.com
Subject: Re: [PATCH 6.1 000/533] 6.1.165-rc2 review
Date: Mon, 2 Mar 2026 12:48:59 -0500	[thread overview]
Message-ID: <aaXNiwFkUEy8SaTm@laps> (raw)
In-Reply-To: <66461c13-1bb3-473c-b57f-adba9db4f756@googlemail.com>

On Mon, Mar 02, 2026 at 06:26:08PM +0100, Peter Schneider wrote:
>Am 02.03.2026 um 17:09 schrieb Sasha Levin:
>>
>>This is the start of the stable review cycle for the 6.1.165 release.
>>There are 533 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.
>
>
>I get a build error in arch/x86/kernel/setup.c:
>
>  CC      arch/x86/kernel/setup.o
>arch/x86/kernel/setup.c: In function ‘ima_get_kexec_buffer’:
>arch/x86/kernel/setup.c:385:15: error: implicit declaration of 
>function ‘ima_validate_range’ [-Wimplicit-function-declaration]
>  385 |         ret = ima_validate_range(ima_kexec_buffer_phys, ima_kexec_buffer_size);
>      |               ^~~~~~~~~~~~~~~~~~
>make[3]: *** [scripts/Makefile.build:250: arch/x86/kernel/setup.o] Fehler 1
>make[2]: *** [scripts/Makefile.build:503: arch/x86/kernel] Fehler 2
>make[1]: *** [scripts/Makefile.build:503: arch/x86] Fehler 2
>make: *** [Makefile:2025: .] Fehler 2
>root@linus:/usr/src/linux-stable-rc#
>
>
>I always do my test builds with CONFIG_WEROR=Y, full .config attached.
>
>The line causing the error seems to come from
>
>73b97ee06bd63 x86/kexec: add a sanity check on previous kernel's ima 
>kexec buffer [ Upstream commit 
>c5489d04337b47e93c0623e8145fcba3f5739efd ]
>
>via
>
>136114e0abf03005e182d75761ab694648e6d388 "Merge tag 
>'mm-nonmm-stable-2026-02-12-10-48' of 
>git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm"
>Pull non-MM updates from Andrew Morton
>
>
>If I revert 73b97ee06bd635433d1c429ecdbc9167da5de588, the build succeeds, and the kernel boots and seems to work fine.

I didn't even get a warning for this one :/

I'll drop it and push the -rc2 branch again for all affected kernels.

-- 
Thanks,
Sasha

  parent reply	other threads:[~2026-03-02 17:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-02 16:09 [PATCH 6.1 000/533] 6.1.165-rc2 review Sasha Levin
2026-03-02 17:26 ` Peter Schneider
2026-03-02 17:36   ` Harshit Mogalapalli
2026-03-02 17:49     ` Sasha Levin
2026-03-02 17:58       ` Harshit Mogalapalli
2026-03-02 18:07         ` Sasha Levin
2026-03-02 17:48   ` Sasha Levin [this message]
2026-03-02 17:57     ` Peter Schneider
2026-03-02 18:09       ` Sasha Levin
2026-03-02 18:15         ` Peter Schneider
2026-03-02 19:46       ` Brett A C Sheffield
2026-03-02 20:12         ` Peter Schneider
2026-03-02 19:35 ` Brett A C Sheffield
2026-03-02 19:55 ` Peter Schneider
2026-03-03  4:52 ` Florian Fainelli
2026-03-03  7:34 ` Francesco Dolcini
2026-03-03 12:26 ` Ron Economos
2026-03-03 14:12 ` Jon Hunter
2026-03-03 19:37 ` Mark Brown
2026-03-03 21:18 ` Miguel Ojeda
2026-03-04  6:14 ` Hardik Garg
2026-03-04 17:47 ` Shuah Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aaXNiwFkUEy8SaTm@laps \
    --to=sashal@kernel.org \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hargar@microsoft.com \
    --cc=harshit.m.mogalapalli@oracle.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@nabladev.com \
    --cc=pschneider1968@googlemail.com \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sr@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.