Commit 5e2e14749c3d for kernel

commit 5e2e14749c3d969e263a879db104db6e9f0eb484
Merge: e2c0595b56e9 1c236e7fe740
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jun 19 12:20:25 2026 -0700

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

    Pull landlock updates from Mickaël Salaün:
     "This adds new Landlock access rights to control UDP bind and
      connect/send operations, and a new "quiet" feature to mute specific
      specific audit logs (and other future observability events).

      A few commits also fix Landlock issues"

    * tag 'landlock-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux: (24 commits)
      selftests/landlock: Add tests for invalid use of quiet flag
      selftests/landlock: Add tests for quiet flag with scope
      selftests/landlock: Add tests for quiet flag with net rules
      selftests/landlock: Add tests for quiet flag with fs rules
      selftests/landlock: Replace hard-coded 16 with a constant
      samples/landlock: Add quiet flag support to sandboxer
      landlock: Suppress logging when quiet flag is present
      landlock: Add API support and docs for the quiet flags
      landlock: Add a place for flags to layer rules
      landlock: Add documentation for UDP support
      samples/landlock: Add sandboxer UDP access control
      selftests/landlock: Add tests for UDP send
      selftests/landlock: Add tests for UDP bind/connect
      landlock: Add UDP send+connect access control
      landlock: Add UDP bind() access control
      landlock: Fix unmarked concurrent access to socket family
      selftests/landlock: Explicitly disable audit in teardowns
      selftests/landlock: Test SCOPE_SIGNAL on the SIGIO/fowner pgid path
      landlock: Fix LANDLOCK_SCOPE_SIGNAL bypass on the SIGIO path
      landlock: Demonstrate best-effort allowed_access filtering
      ...