mbox series

[GIT,PULL] SELinux fixes for v6.5 (#1)

Message ID CAHC9VhTEeicj__ys3duEhmv4WuLgZupWanr_bXwObRCz_jxatw@mail.gmail.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series [GIT,PULL] SELinux fixes for v6.5 (#1) | expand

Pull-request

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

Message

Paul Moore Aug. 21, 2023, 9:20 p.m. UTC
Hi Linus,

A small SELinux patch to fix a potential problem when cleaning up on a
failed SELinux policy load (list next pointer not being properly
initialized to NULL early enough).  Please merge for the v6.5 release.

Thanks,
-Paul
--
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

 Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 70d91dc9b2ac91327d0eefd86163abc3548effa6:

 selinux: set next pointer before attaching to list
   (2023-08-18 16:13:03 -0400)

----------------------------------------------------------------
selinux/stable-6.5 PR 20230821

----------------------------------------------------------------
Christian Göttsche (1):
     selinux: set next pointer before attaching to list

security/selinux/ss/policydb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Aug. 22, 2023, 6:01 p.m. UTC | #1
The pull request you sent on Mon, 21 Aug 2023 17:20:47 -0400:

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

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

Thank you!