mbox series

[GIT,PULL] Landlock fix for v6.10-rc2

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.10-rc2

Message

Mickaël Salaün May 31, 2024, 3:40 p.m. UTC
Hi Linus,

This PR fixes a wrong path walk triggered by syzkaller.

Please pull these changes for v6.10-rc2.  This commit merged cleanly with your
master branch.  The kernel code has been tested in the latest linux-next
releases for two weeks, but I rebased it on v6.10-rc1 to fix a commit message
and properly test it again.

Regards,
 Mickaël

--
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.10-rc2

for you to fetch changes up to 0055f53aac80fd938bf7cdfad7ad414ca6c0e198:

  selftests/landlock: Add layout1.refer_mount_root (2024-05-31 16:41:54 +0200)

----------------------------------------------------------------
Landlock fix for v6.10-rc2

----------------------------------------------------------------
Mickaël Salaün (2):
      landlock: Fix d_parent walk
      selftests/landlock: Add layout1.refer_mount_root

 security/landlock/fs.c                     | 13 +++++++--
 tools/testing/selftests/landlock/fs_test.c | 45 ++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org June 1, 2024, 4:38 p.m. UTC | #1
The pull request you sent on Fri, 31 May 2024 17:40:34 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git tags/landlock-6.10-rc2

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

Thank you!