* + liveupdate-kho-warn-and-fail-on-metadata-or-preserved-memory-in-scratch-area-fix.patch added to mm-hotfixes-unstable branch
@ 2025-11-01 4:29 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-11-01 4:29 UTC (permalink / raw)
To: mm-commits, tj, skhawaja, rdunlap, pratyush, pasha.tatashin,
ojeda, masahiroy, jgg, graf, dmatlack, corbet, brauner, rppt,
akpm
The patch titled
Subject: liveupdate-kho-warn-and-fail-on-metadata-or-preserved-memory-in-scratch-area-fix
has been added to the -mm mm-hotfixes-unstable branch. Its filename is
liveupdate-kho-warn-and-fail-on-metadata-or-preserved-memory-in-scratch-area-fix.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/liveupdate-kho-warn-and-fail-on-metadata-or-preserved-memory-in-scratch-area-fix.patch
This patch will later appear in the mm-hotfixes-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days
------------------------------------------------------
From: Mike Rapoport <rppt@kernel.org>
Subject: liveupdate-kho-warn-and-fail-on-metadata-or-preserved-memory-in-scratch-area-fix
Date: Wed, 29 Oct 2025 10:48:11 +0200
fix KEXEC_HANDOVER_DEBUG Kconfig dependency
Link: https://lkml.kernel.org/r/aQHUyyFtiNZhx8jo@kernel.org
Signed-off-by: Mike Rapoport <rppt@kernel.org>
Cc: Alexander Graf <graf@amazon.com>
Cc: Christian Brauner <brauner@kernel.org>
Cc: David Matlack <dmatlack@google.com>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Miguel Ojeda <ojeda@kernel.org>
Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
Cc: Pratyush Yadav <pratyush@kernel.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Samiullah Khawaja <skhawaja@google.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/Kconfig.kexec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/Kconfig.kexec~liveupdate-kho-warn-and-fail-on-metadata-or-preserved-memory-in-scratch-area-fix
+++ a/kernel/Kconfig.kexec
@@ -111,7 +111,7 @@ config KEXEC_HANDOVER
config KEXEC_HANDOVER_DEBUG
bool "Enable Kexec Handover debug checks"
- depends on KEXEC_HANDOVER_DEBUGFS
+ depends on KEXEC_HANDOVER
help
This option enables extra sanity checks for the Kexec Handover
subsystem. Since, KHO performance is crucial in live update
_
Patches currently in -mm which might be from rppt@kernel.org are
liveupdate-kho-warn-and-fail-on-metadata-or-preserved-memory-in-scratch-area-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-01 4:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-01 4:29 + liveupdate-kho-warn-and-fail-on-metadata-or-preserved-memory-in-scratch-area-fix.patch added to mm-hotfixes-unstable branch 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.