Hi Fred, On Wed, 2026-09-16 at 16:36 -0500, Frederick Lawler wrote: > integrity_audit_msg() wraps integrity_audit_message(). Replace remaining > call sites with the truncated function name. Then remove it since there > are no more callers. > > Signed-off-by: Frederick Lawler <[email protected]>
I agree with Enrico on the 1/2 patch description. This patch description similarly should say something like: Now that integrity_audit_msg() accepts an errno parameter, it is equivalent to integrity_audit_message(). Convert the couple of integrity_audit_message() callers to integrity_audit_msg() and remove integrity_audit_message(). Mimi

