[PATCH 07/10] ima: remove function ima_dump_measurement_list
Mimi Zohar
zohar at linux.ibm.com
Fri Jul 7 06:55:07 PDT 2023
Hi Tushar,
On Mon, 2023-07-03 at 14:57 -0700, Tushar Sugandhi wrote:
> The ima_dump_measurement_list function was designed to iterate over the
> IMA measurement list and store each entry into a buffer. The buffer,
> along with its size, would be returned to the caller. However, the
> function is no longer required in the IMA subsystem. It previously served
> to dump the measurement list during the kexec 'load' operation, but this
> functionality has been replaced by an alternative approach in this patch
> series.
>
> Remove the unused ima_dump_measurement_list function from the IMA
> subsystem, to ensure a cleaner and more maintainable code.
>
> Signed-off-by: Tushar Sugandhi <tusharsu at linux.microsoft.com>
Have you compiled the code and tested after applying each patch?
Removing the caller before removing the code should have resulted in a
warning.
--
thanks,
Mimi
More information about the kexec
mailing list