[PATCH v13 3/9] kexec: define functions to map and unmap segments
steven chen
chenste at linux.microsoft.com
Wed Apr 23 15:29:43 UTC 2025
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 <chenste at linux.microsoft.com>
>>
>> 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 <ebiederm at xmission.com>
>> Cc: Baoquan He <bhe at redhat.com>
>> Cc: Vivek Goyal <vgoyal at redhat.com>
>> Cc: Dave Young <dyoung at redhat.com>
>> Co-developed-by: Tushar Sugandhi <tusharsu at linux.microsoft.com>
>> Signed-off-by: Tushar Sugandhi <tusharsu at linux.microsoft.com>
>> Signed-off-by: steven chen <chenste at linux.microsoft.com>
> 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 <bhe at redhat.com>
> 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
<stefanb at linux.ibm.com> # ppc64/kvm"
Reviewed-by tags "Reviewed-by: Stefan Berger <stefanb at linux.ibm.com>" 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
More information about the Linux-security-module-archive
mailing list