On 4/22/2025 5:29 PM, Mimi Zohar wrote:
On Mon, 2025-04-21 at 15:25 -0700, steven chen wrote:
From: Steven Chen <[email protected]>

Implement kimage_map_segment() to enable IMA to map the measurement log
list to the kimage structure during the kexec 'load' stage. This function
gathers the source pages within the specified address range, and maps them
to a contiguous virtual address range.

This is a preparation for later usage.

Implement kimage_unmap_segment() for unmapping segments using vunmap().

Cc: Eric Biederman <[email protected]>
Cc: Baoquan He <[email protected]>
Cc: Vivek Goyal <[email protected]>
Cc: Dave Young <[email protected]>
Co-developed-by: Tushar Sugandhi <[email protected]>
Signed-off-by: Tushar Sugandhi <[email protected]>
Signed-off-by: steven chen <[email protected]>
Checkpatch.pl is complaining that the Signed-off-by tag does not matches the
"From:" line only on this patch.  I've updated your Signed-off-by tag to match
the "From:" line above.

Acked-by: Baoquan He <[email protected]>
Missing from v13 is Stefan's Tested-by tag.  As the code hasn't changed, I've
added it.  In the future, please don't forget to add the tags.

Stefen Berger spent quite a bit of time reviewing this patch set, but with v13
most of his Reviewed-by tags are missing. Stefan?

For now the patch set is staged in the next-integrity-testing branch.

thanks,

Mimi

Hi Mimi,

Could you help to add
Tested-by tag for this patch set: "Tested-by: Stefan Berger <[email protected]> # ppc64/kvm" Reviewed-by tags "Reviewed-by: Stefan Berger <[email protected]>" to patch 1, 5, 6, 9.

Thanks a lot.

Hi Stefen,

Thanks for your help all the time and sorry missing tags to show your work.

Sorry again,

Steven


Reply via email to