[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Z85cxCfnRkLve16D@MiWiFi-R3L-srv>
Date: Mon, 10 Mar 2025 11:30:12 +0800
From: Baoquan He <bhe@...hat.com>
To: akpm@...ux-foundation.org
Cc: kexec@...ts.infradead.org, Ondrej Kozina <okozina@...hat.com>,
Milan Broz <gmazyland@...il.com>,
Thomas Staudt <tstaudt@...ibm.com>,
Daniel P . Berrangé <berrange@...hat.com>,
Kairui Song <ryncsn@...il.com>, Pingfan Liu <kernelfans@...il.com>,
Dave Young <dyoung@...hat.com>, linux-kernel@...r.kernel.org,
x86@...nel.org, Dave Hansen <dave.hansen@...el.com>,
Vitaly Kuznetsov <vkuznets@...hat.com>, Coiby Xu <coxu@...hat.com>,
dwmw2@...radead.org
Subject: Re: [PATCH v8 0/7] Support kdump with LUKS encryption by reusing
LUKS volume keys
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
>
Powered by blists - more mailing lists