[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240720090834.267835-1-mic@digikod.net>
Date: Sat, 20 Jul 2024 11:08:34 +0200
From: Mickaël Salaün <mic@...ikod.net>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Mickaël Salaün <mic@...ikod.net>,
Günther Noack <gnoack@...gle.com>,
Ivanov Mikhail <ivanov.mikhail1@...wei-partners.com>,
Tahera Fahimi <fahimitahera@...il.com>,
linux-kernel@...r.kernel.org,
linux-security-module@...r.kernel.org
Subject: [GIT PULL] Landlock fix for v6.11
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(-)
Powered by blists - more mailing lists