mbox series

[GIT,PULL] SELinux fixes for v5.6 (#1)

Message ID CAHC9VhRegJC9MP2pAGV_htOVNiBYSzxJ3xBFk7trwRpLniBY+w@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SELinux fixes for v5.6 (#1) | expand

Pull-request

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

Message

Paul Moore Feb. 10, 2020, 9:27 p.m. UTC
Hi Linus,

Two small fixes for v5.6-rcX: one fixes a locking problem in the
recently merged label translation code, the other fixes an
embarrassing "binderfs"/"binder" filesystem name check.

Please merge for the next -rcX release, thank you.

-Paul

--
The following changes since commit 98aa00345de54b8340dc2ddcd87f446d33387b5e:

 selinux: fix regression introduced by move_mount(2) syscall
   (2020-01-20 07:42:37 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 39a706fbcf2694bfb651bed9041d44c3f4fa8078:

 selinux: fix sidtab string cache locking (2020-02-05 18:31:10 -0500)

----------------------------------------------------------------
selinux/stable-5.6 PR 20200210

----------------------------------------------------------------
Hridya Valsaraju (1):
     selinux: fix typo in filesystem name

Ondrej Mosnacek (1):
     selinux: fix sidtab string cache locking

security/selinux/hooks.c     |  2 +-
security/selinux/ss/sidtab.c | 12 +++---------
2 files changed, 4 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 11, 2020, 1:10 a.m. UTC | #1
The pull request you sent on Mon, 10 Feb 2020 16:27:42 -0500:

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

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

Thank you!