Re: [PATCH v8 5/7] ima: kexec: move IMA log copy from kexec load to execute

2025-02-19 Thread kernel test robot
Hi steven, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.14-rc3 next-20250219] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented i

Re: [PATCH v8 5/7] ima: kexec: move IMA log copy from kexec load to execute

2025-02-19 Thread steven chen
On 2/19/2025 7:57 AM, Stefan Berger wrote: On 2/18/25 5:55 PM, steven chen wrote: ima_dump_measurement_list() is called during kexec 'load', which may result in loss of IMA measurements during kexec soft reboot.  It needs ... due to missed measurements that only occurred after kexec 'load'.

Re: [PATCH v8 5/7] ima: kexec: move IMA log copy from kexec load to execute

2025-02-19 Thread Stefan Berger
On 2/18/25 5:55 PM, steven chen wrote: ima_dump_measurement_list() is called during kexec 'load', which may result in loss of IMA measurements during kexec soft reboot. It needs ... due to missed measurements that only occurred after kexec 'load'. Therefore, this function needs to be ...