Commit 75467f60a3d1 for kernel

commit 75467f60a3d14f08f86f2b353298d2826382ff23
Merge: 049380360ca6 2776e9c28513
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Sep 25 15:55:03 2026 -0700

    Merge tag 'ipe-pr-20260925' of git://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe

    Pull IPE fixes from Fan Wu:
     "Two fixes for use-after-free issues found by recent LLM-assisted code
      analysis.

       - move successful policy load auditing under the new policy
         directory's inode lock, preventing a concurrent policy deletion
         from freeing the policy while it is still being audited

       - protect the dm-verity root hash with RCU, preventing policy
         evaluation from racing with root hash replacement during preresume"

    * tag 'ipe-pr-20260925' of git://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe:
      ipe: protect the dm-verity root hash with RCU
      ipe: fix use-after-free when auditing a newly loaded policy