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@xxxxxxxxxxxxxxxxxxx> 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 _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec