Re: [PATCH V2] ima: do not copy measurement list to kdump kernel
From: Baoquan He <hidden>
Date: 2025-05-16 03:28:09
Also in:
kexec, linux-integrity, lkml
From: Baoquan He <hidden>
Date: 2025-05-16 03:28:09
Also in:
kexec, linux-integrity, lkml
On 05/14/25 at 08:40am, Mimi Zohar wrote:
On Tue, 2025-05-13 at 07:31 -0700, steven chen wrote:quoted
From: Steven Chen <redacted> Kdump kernel doesn't need IMA to do integrity measurement. Hence the measurement list in 1st kernel doesn't need to be copied to kdump kernel. Here skip allocating buffer for measurement list copying if loading kdump kernel. Then there won't be the later handling related to ima_kexec_buffer. Signed-off-by: Steven Chen <redacted> Tested-by: Baoquan He <redacted> Acked-by: Baoquan He <redacted>Thanks, Boaquan, Steven. This patch is now queued in next-integrity and next-integrity-testing.
Thanks for taking care of this.