mbox series

[GIT,PULL] selinux/selinux-pr-20240402

Message ID cf11f516883d7fbf75a34f7981174e73@paul-moore.com (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] selinux/selinux-pr-20240402 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20240402

Message

Paul Moore April 3, 2024, 3:11 a.m. UTC
Hi Linus,

A single patch for SELinux to fix a problem where we could potentially
dereference an error pointer if we failed to successfully mount
selinuxfs.  Please merge for the next v6.9-rcX tag.

Thanks,
-Paul

--
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
    tags/selinux-pr-20240402

for you to fetch changes up to 37801a36b4d68892ce807264f784d818f8d0d39b:

  selinux: avoid dereference of garbage after mount failure
    (2024-04-01 23:32:35 -0400)

----------------------------------------------------------------
selinux/stable-6.9 PR 20240402

----------------------------------------------------------------
Christian Göttsche (1):
      selinux: avoid dereference of garbage after mount failure

 security/selinux/selinuxfs.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

--
paul-moore.com

Comments

pr-tracker-bot@kernel.org April 3, 2024, 3:16 a.m. UTC | #1
The pull request you sent on Tue, 02 Apr 2024 23:11:46 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20240402

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

Thank you!