Re: [PATCH v3 2/2] integrity: Replace integrity_audit_message() with integrity_audit_msg()

From: Mimi Zohar

Date: Fri Sep 18 2026 - 17:50:41 EST


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 <fred@xxxxxxxxxxxxxx>

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