Re: [PATCH 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
From: Eric Biggers
Date: Fri Jun 02 2023 - 17:35:15 EST
On Thu, Jun 01, 2023 at 03:24:39PM +0800, Coiby Xu wrote:
> [PATCH 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
The kernel has no concept of LUKS at all. It provides dm-crypt, which LUKS
happens to use. But LUKS is a userspace concept.
This is a kernel patchset, so why does it make sense for it to be talking about
LUKS at all? Perhaps you mean dm-crypt?
- Eric