mbox series

[GIT,PULL] Landlock updates for v6.1

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

Pull-request

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

Message

Mickaël Salaün Oct. 4, 2022, 5:14 p.m. UTC
Hi Linus,

This changes improve user help for Landlock (documentation and sample).

Please pull this Landlock changes for v6.1-rc1 .  These 3 commits merged
cleanly with your tree, and have been successfully tested in the latest
linux-next releases.

Regards,
 Mickaël

--
The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff:

  Linux 6.0-rc7 (2022-09-25 14:01:02 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2fff00c81d4c37a037cf704d2d219fbcb45aea3c:

  landlock: Fix documentation style (2022-09-29 18:43:04 +0200)

----------------------------------------------------------------
Landlock updates for v6.1-rc1

----------------------------------------------------------------
Mickaël Salaün (3):
      samples/landlock: Print hints about ABI versions
      landlock: Slightly improve documentation and fix spelling
      landlock: Fix documentation style

 Documentation/security/landlock.rst      |  8 +++----
 Documentation/userspace-api/landlock.rst | 33 +++++++++++++-------------
 include/uapi/linux/landlock.h            | 10 ++++----
 samples/landlock/sandboxer.c             | 37 ++++++++++++++++++++++-------
 security/landlock/fs.c                   |  2 +-
 security/landlock/syscalls.c             | 40 ++++++++++++++++----------------
 6 files changed, 76 insertions(+), 54 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 4, 2022, 6:18 p.m. UTC | #1
The pull request you sent on Tue,  4 Oct 2022 19:14:14 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/522667b24f08009591c90e75bfe2ffb67f555498

Thank you!