Re: [PATCH v5 1/8] ima: define and call ima_alloc_kexec_file_buf

2024-02-20 Thread Mimi Zohar
On Wed, 2024-02-14 at 07:38 -0800, Tushar Sugandhi wrote: > Carrying the IMA measurement list across kexec requires allocating a > buffer and copying the measurement records. Separate allocating the > buffer and copying the measurement records into separate functions in > order to allocate the buf

Re: [PATCH v5 1/8] ima: define and call ima_alloc_kexec_file_buf

2024-02-19 Thread Stefan Berger
On 2/14/24 10:38, Tushar Sugandhi wrote: Carrying the IMA measurement list across kexec requires allocating a buffer and copying the measurement records. Separate allocating the buffer and copying the measurement records into separate functions in order to allocate the buffer at kexec 'load'

[PATCH v5 1/8] ima: define and call ima_alloc_kexec_file_buf

2024-02-14 Thread Tushar Sugandhi
Carrying the IMA measurement list across kexec requires allocating a buffer and copying the measurement records. Separate allocating the buffer and copying the measurement records into separate functions in order to allocate the buffer at kexec 'load' and copy the measurements at kexec 'execute'.