Commit 25b69ebe28c8 for kernel

commit 25b69ebe28c8e3f883b071e924b87d358db56047
Merge: 453a4a5f97f0 a23811061a55
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Mar 26 12:03:37 2026 -0700

    Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux

    Pull Landlock fixes from Mickaël Salaün:
     "This mainly fixes Landlock TSYNC issues related to interrupts and
      unexpected task exit.

      Other fixes touch documentation and sample, and a new test extends
      coverage"

    * tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux:
      landlock: Expand restrict flags example for ABI version 8
      selftests/landlock: Test tsync interruption and cancellation paths
      landlock: Clean up interrupted thread logic in TSYNC
      landlock: Serialize TSYNC thread restriction
      samples/landlock: Bump ABI version to 8
      landlock: Improve TSYNC types
      landlock: Fully release unused TSYNC work entries
      landlock: Fix formatting