On Tue, Mar 17, 2026 at 9:20 AM Jinjie Ruan <[email protected]> wrote:
> Extract syscall_enter_audit() helper and use syscall_get_arguments() > to get syscall arguments, matching the generic entry implementation. > > The new code: > - Checks audit_context() first to avoid unnecessary memcpy when audit > is not active. > - Uses syscall_get_arguments() helper instead of directly accessing > regs fields. > - Is now exactly equivalent to generic entry's syscall_enter_audit(). > > No functional changes. > > Cc: Will Deacon <[email protected]> > Cc: Catalin Marinas <[email protected]> > Reviewed-by: Kevin Brodsky <[email protected]> > Signed-off-by: Jinjie Ruan <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

