mbox series

[GIT,PULL] Landlock fixes for v6.8-rc7

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.8-rc7

Message

Mickaël Salaün Feb. 29, 2024, 6:18 p.m. UTC
Hi Linus,

This PR fixes a potential issue when handling inodes with inconsistent
properties.

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

Regards,
 Mickaël

--
The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b:

  Linux 6.8-rc6 (2024-02-25 15:46:06 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.8-rc7

for you to fetch changes up to d9818b3e906a0ee1ab02ea79e74a2f755fc5461a:

  landlock: Fix asymmetric private inodes referring (2024-02-26 18:23:53 +0100)

----------------------------------------------------------------
Landlock fix for v6.8-rc7

----------------------------------------------------------------
Mickaël Salaün (1):
      landlock: Fix asymmetric private inodes referring

 security/landlock/fs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 29, 2024, 8:33 p.m. UTC | #1
The pull request you sent on Thu, 29 Feb 2024 19:18:02 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.8-rc7

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

Thank you!