* [folded-merged] x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec-buffer-fix.patch removed from -mm tree
@ 2025-12-30 20:36 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-12-30 20:36 UTC (permalink / raw)
To: mm-commits, zohar, yifei.l.liu, tglx, sourabhjain, sohil.mehta,
rppt, paul.x.webb, noodles, mingo, joel.granados, jbohac, hpa,
henry.willard, harshit.m.mogalapalli, guoweikang.kernel, graf, bp,
ardb, akpm, akpm
The quilt patch titled
Subject: x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec-buffer-fix
has been removed from the -mm tree. Its filename was
x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec-buffer-fix.patch
This patch was dropped because it was folded into x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec-buffer.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec-buffer-fix
Date: Mon Dec 1 09:20:28 AM PST 2025
fix comment typo
Cc: Alexander Graf <graf@amazon.com>
Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: Borislav Betkov <bp@alien8.de>
Cc: guoweikang <guoweikang.kernel@gmail.com>
Cc: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Cc: Henry Willard <henry.willard@oracle.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Bohac <jbohac@suse.cz>
Cc: Joel Granados <joel.granados@kernel.org>
Cc: Jonathan McDowell <noodles@meta.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Mimi Zohar <zohar@linux.ibm.com>
Cc: Paul Webb <paul.x.webb@oracle.com>
Cc: Sohil Mehta <sohil.mehta@intel.com>
Cc: Sourabh Jain <sourabhjain@linux.ibm.com>
Cc: Thomas Gleinxer <tglx@linutronix.de>
Cc: Yifei Liu <yifei.l.liu@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/x86/kernel/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/x86/kernel/setup.c~x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec-buffer-fix
+++ a/arch/x86/kernel/setup.c
@@ -446,7 +446,7 @@ int __init ima_get_kexec_buffer(void **a
/*
* Calculate the PFNs for the buffer and ensure
- * they are with in addressable memory.
+ * they are within addressable memory.
*/
start_pfn = PFN_DOWN(ima_kexec_buffer_phys);
end_pfn = PFN_DOWN(ima_kexec_buffer_phys + ima_kexec_buffer_size - 1);
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec-buffer.patch
mm-page_alloc-make-percpu_pagelist_high_fraction-reads-lock-free-fix.patch
mm-add-basic-tests-for-lazy_mmu-fix.patch
mm-vmscanc-shrink_folio_list-save-a-tabstop.patch
mm-block-fs-remove-laptop_mode-fix.patch
mm-fix-minor-spelling-mistakes-in-comments-fix.patch
kernel-watchdogc-fix-unused-var-warning.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-30 20:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30 20:36 [folded-merged] x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec-buffer-fix.patch removed from -mm tree Andrew Morton
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.