From: Sasha Levin <sashal@kernel.org>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
akpm@linux-foundation.org, torvalds@linux-foundation.org
Cc: lwn@lwn.net, jslaby@suse.cz, gregkh@linuxfoundation.org
Subject: Re: Linux 6.1.166
Date: Thu, 5 Mar 2026 10:13:03 -0500 [thread overview]
Message-ID: <20260305151303.676629-2-sashal@kernel.org> (raw)
In-Reply-To: <20260305151303.676629-1-sashal@kernel.org>
diff --git a/Makefile b/Makefile
index ab1cb6f2e6ee2..5c06e9d3dfd37 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 6
PATCHLEVEL = 1
-SUBLEVEL = 165
+SUBLEVEL = 166
EXTRAVERSION =
NAME = Curry Ramen
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 38f48875df91a..18a034613d94d 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -377,15 +377,9 @@ int __init ima_free_kexec_buffer(void)
int __init ima_get_kexec_buffer(void **addr, size_t *size)
{
- int ret;
-
if (!ima_kexec_buffer_size)
return -ENOENT;
- ret = ima_validate_range(ima_kexec_buffer_phys, ima_kexec_buffer_size);
- if (ret)
- return ret;
-
*addr = __va(ima_kexec_buffer_phys);
*size = ima_kexec_buffer_size;
prev parent reply other threads:[~2026-03-05 15:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-05 15:13 Linux 6.1.166 Sasha Levin
2026-03-05 15:13 ` Sasha Levin [this message]
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=20260305151303.676629-2-sashal@kernel.org \
--to=sashal@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox