* Linux 6.1.166
@ 2026-03-05 15:13 Sasha Levin
2026-03-05 15:13 ` Sasha Levin
0 siblings, 1 reply; 2+ messages in thread
From: Sasha Levin @ 2026-03-05 15:13 UTC (permalink / raw)
To: linux-kernel, stable, akpm, torvalds; +Cc: lwn, jslaby, gregkh
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I'm announcing the release of the 6.1.166 kernel.
Only upgrade if you've observed a build failure with 6.1.165.
The updated 6.1.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.1.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
Thanks,
Sasha
- ------------
Makefile | 2 +-
arch/x86/kernel/setup.c | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
Sasha Levin (2):
Revert "x86/kexec: add a sanity check on previous kernel's ima kexec buffer"
Linux 6.1.166
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAmmpnXQACgkQ3qZv95d3
LNwr7w/9F5TY7FuvSVSYHJP0SHmbgS2BtSBoZRdEDOJWehnjVxYaS94j9wMPT+2e
Cs8tASGXMllSPEajiI7AgMXjuI3vxRwDN2vk0TvCw1Yt6dQVfPBuwftzy8KX1AC3
ljMv1yQCyyca1+PDTlRlOyU0VP1m41RlIzjq/Gg+S3rAJWMA3vlhwjAUZqB2cpmX
sFmY5QzFCVar/wdfM/csJ/1MEkig2gMJgFGWS3TyB7+ElfkSBlmtdtKZiSbI4Slr
YpTlN+t0NtcuvDwBpPaF71Fds9vpCPnEOQ+K5jHz4a6jlcbqs+8onxdjW7A8DgfT
UYPFKul19kOWJ76A1YVFNhsvhD4VAnssnq4t2TXj1n2YVBz8+0wGnPsEMouNUHWA
aA6719tnfn2+Fqkx+SFrYCYBTCexLY/EOjINmyY5vuwJO629yFev7j3atEHJpYQl
ALQX4VbaemSHyYmqR51dVNNO0y624gqw1uMW1FD4t46/BGsH9B85/yNrkjBysTJQ
8pa+5jRYWRUXF779qvUp1jVqmLH4qyMXmK3uH7aOTaVJqxHPjGWIkugLQr0Xr8aA
TVytfLpFw1zL+ujbI4HujOQUTV3KrVt5dspZ+pKYV6UD1iMEekudm/trDXAE5N2r
iJ9mnxlKwsAWBGLzjLPIKL/8w6n7ckmINPlJksdAJsEV9vmzfB0=
=diwW
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux 6.1.166
2026-03-05 15:13 Linux 6.1.166 Sasha Levin
@ 2026-03-05 15:13 ` Sasha Levin
0 siblings, 0 replies; 2+ messages in thread
From: Sasha Levin @ 2026-03-05 15:13 UTC (permalink / raw)
To: linux-kernel, stable, akpm, torvalds; +Cc: lwn, jslaby, gregkh
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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-05 15:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05 15:13 Linux 6.1.166 Sasha Levin
2026-03-05 15:13 ` Sasha Levin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox