On Wed, 2026-04-29 at 18:03 +0200, Roberto Sassu wrote: > From: Roberto Sassu <[email protected]> > > Introduce _ima_measurements_start() and _ima_measurements_next(), renamed > from ima_measurements_start() and ima_measurements_next(), to include the > list head as an additional parameter, so that iteration on different lists > can be implemented by calling those functions. > > No functional change: ima_measurements_start() and ima_measurements_next() > pass the ima_measurements list head, used before.
ima_measurements_start() and ima_measurments_next() become "wrappers" for the new functions. > > Link: https://github.com/linux-integrity/linux/issues/1 > Signed-off-by: Roberto Sassu <[email protected]> Reviewed-by: Mimi Zohar <[email protected]>

