* Linux 6.6.129
@ 2026-03-05 15:11 Sasha Levin
2026-03-05 15:11 ` Sasha Levin
0 siblings, 1 reply; 2+ messages in thread
From: Sasha Levin @ 2026-03-05 15:11 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.6.129 kernel.
Only upgrade if you've observed a build failure with 6.6.128.
The updated 6.6.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.6.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.6.129
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAmmpnQoACgkQ3qZv95d3
LNyuCg//WOFOI05F7Vu/1IbCnSgCxv3YzZf33YYT6K8DhnXw3UgK2zhxsDbwoXWe
w++m5/AE1G8q8YD99+ANYW+3otF88y2warCBmpmZoC//MYBlCPLMQZbMt8yH0+/r
6TZnWNKTba8C8TFWHThPidmJe+7uYd8t7lnAaIOYmDFDJt+xPaJeTZGYXTQxaU20
yZh5sZd/Lxp/oAtP9V+kcUe74ZR2cEVtQJd/Nk/Bt1cXZojzwFwQa8QdQVA/cpId
vUMrZIA1NV/zjuZQ46/GxEFxYBoEHnzahKApgEHd/4/WneQHmgjz+Rw5a1QHQ0zy
jOx58afAHzQBDFZjsCXUl3/T66JYIMPTcWu93onGsgrDFoFL801pYHNJtC8TmF6D
qFDoTU/Vh8pIE6F9ohasgx6+K0DB6F6VyczngJenR9gz/pV1BpYdQaDQOAAsTwBs
SuYFx1AMdjx3Al1CR3KQkiSh+/OViCE/5GwlE51kERVPoc43q3AiMeqBfTJJW4fK
pVO/0ZjZows6MnKXyjBOz85BV3/yefMnc2nSBE05QwnUp8aBFOkoP1nQVcl/8Tx4
5wAjG9zm8VxMN+b3uqGD3gP5b3FbiTLecl54cpVFQ21uX089g2hEVqOw7R+Zu1zv
w5UlbRvkae+jGw9y8jRZVTWJtS5hIUv5NzqW4X3aPePme0szluM=
=/5a/
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux 6.6.129
2026-03-05 15:11 Linux 6.6.129 Sasha Levin
@ 2026-03-05 15:11 ` Sasha Levin
0 siblings, 0 replies; 2+ messages in thread
From: Sasha Levin @ 2026-03-05 15:11 UTC (permalink / raw)
To: linux-kernel, stable, akpm, torvalds; +Cc: lwn, jslaby, gregkh
diff --git a/Makefile b/Makefile
index f7157576539da..022aed9031737 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 6
PATCHLEVEL = 6
-SUBLEVEL = 128
+SUBLEVEL = 129
EXTRAVERSION =
NAME = Pinguïn Aangedreven
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index df74f865c9f12..eb129277dcdd6 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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-05 15:11 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:11 Linux 6.6.129 Sasha Levin
2026-03-05 15:11 ` Sasha Levin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox