Commit 9e2e9da4de75 for kernel

commit 9e2e9da4de7518f65063607209744e5b77dc0450
Merge: 3708dd948844 246df90b5f1a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jul 30 15:04:23 2026 -0700

    Merge tag 'audit-pr-20260730' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit

    Pull audit fixes from Paul Moore:

     - Fix potential integer overflows in audit_log_n_string()

       Similar to the earlier fix to audit_log_n_hex() that you merged
       earlier in July. Expect a cleaner, and generally better fix for these
       functions in an upcoming merge window, but this addresses the problem
       in a small patch that should be easy for people to backport.

     - Fix potential use-after-free in audit_del_rule()

    * tag 'audit-pr-20260730' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit:
      audit: fix potential use-after-free in audit_del_rule()
      audit: fix potential integer overflow in audit_log_n_string()