Hi Andrew, On 02/07/25 at 04:08pm, Coiby Xu wrote: ......snip...
Ping again. This patchset is adding a generic infrastructure for luks support in crash dumping, and it adds the support in x86 ARCH. Since the x86 related change is only located in kdump only files, won't impact other x86 codes. Could you consider pick this into your tree? And by the way, this is a kdump only fix, not related to KHO (Kexec HandOver) which David suggested to adapt to earlier. Explained it here to remove misunderstanding. Thanks Baoquan > Documentation/admin-guide/kdump/kdump.rst | 32 ++ > arch/x86/kernel/crash.c | 26 +- > arch/x86/kernel/kexec-bzimage64.c | 11 + > arch/x86/kernel/machine_kexec_64.c | 22 ++ > include/linux/crash_core.h | 7 +- > include/linux/crash_dump.h | 2 + > include/linux/kexec.h | 34 ++ > kernel/Kconfig.kexec | 10 + > kernel/Makefile | 1 + > kernel/crash_dump_dm_crypt.c | 459 ++++++++++++++++++++++ > kernel/kexec_file.c | 3 + > 11 files changed, 604 insertions(+), 3 deletions(-) > create mode 100644 kernel/crash_dump_dm_crypt.c > > > base-commit: bb066fe812d6fb3a9d01c073d9f1e2fd5a63403b > -- > 2.48.1 >