[GIT PULL] Landlock fix for v6.11

From: Mickaël Salaün
Date: Sat Jul 20 2024 - 05:17:24 EST


Hi Linus,

This PR simplifies code and improves documentation.

Please pull these changes for v6.11-rc1. This commit merged cleanly with your
master branch. The kernel code has been tested in the latest linux-next
releases.

Regards,
Mickaël

--
The following changes since commit 256abd8e550ce977b728be79a74e1729438b4948:

Linux 6.10-rc7 (2024-07-07 14:23:46 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.11-rc1

for you to fetch changes up to f4b89d8ce5a835afa51404977ee7e3889c2b9722:

landlock: Various documentation improvements (2024-07-18 08:27:47 +0200)

----------------------------------------------------------------
Landlock updates for v6.11-rc1

----------------------------------------------------------------
Günther Noack (3):
landlock: Use bit-fields for storing handled layer access masks
landlock: Clarify documentation for struct landlock_ruleset_attr
landlock: Various documentation improvements

Documentation/userspace-api/landlock.rst | 2 +-
include/uapi/linux/landlock.h | 66 ++++++++++++++++++--------------
security/landlock/limits.h | 2 -
security/landlock/ruleset.c | 4 --
security/landlock/ruleset.h | 24 +++++-------
security/landlock/syscalls.c | 17 ++++----
6 files changed, 56 insertions(+), 59 deletions(-)