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.12.76
Date: Thu, 5 Mar 2026 10:10:28 -0500 [thread overview]
Message-ID: <20260305151028.671440-2-sashal@kernel.org> (raw)
In-Reply-To: <20260305151028.671440-1-sashal@kernel.org>
diff --git a/Makefile b/Makefile
index 882a4dd080e67..ae059d1885110 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 6
PATCHLEVEL = 12
-SUBLEVEL = 75
+SUBLEVEL = 76
EXTRAVERSION =
NAME = Baby Opossum Posse
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 234c4d9e50b8f..f1fea506e20f4 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -372,15 +372,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:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-05 15:10 Linux 6.12.76 Sasha Levin
2026-03-05 15:10 ` 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=20260305151028.671440-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