mbox series

[GIT,PULL] Landlock fix for v6.11

Message ID 20240720090834.267835-1-mic@digikod.net (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Landlock fix for v6.11 | expand

Pull-request

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

Message

Mickaël Salaün July 20, 2024, 9:08 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 20, 2024, 7:35 p.m. UTC | #1
The pull request you sent on Sat, 20 Jul 2024 11:08:34 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9fa23750c6e591a6e095057ec07c81dddec0d72c

Thank you!