public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.9 0/6] Convert isec->lock into a spinlock fixing deadlock on GFS2
@ 2022-07-30 17:03 Alexander Grund
  2022-07-30 17:03 ` [PATCH 4.9 1/6] selinux: Minor cleanups Alexander Grund
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alexander Grund @ 2022-07-30 17:03 UTC (permalink / raw)
  To: stable; +Cc: Alexander Grund

This patchset backports basically upstream commit 9287aed2
(selinux: Convert isec->lock into a spinlock). This
"fixes a deadlock between selinux and GFS2 when GFS2 invalidates a security label",
see the original discussion at
https://lore.kernel.org/all/1478812710-17190-2-git-send-email-agruenba@redhat.com/T/
It also contains the follow-up fixes to make this correct.

The first 3 commits (by Andreas) are valuable on their own too as
they fix a documentation bug, avoid partially initialized structs
and (slightly) improve performance while making the code cleaner.

Andreas Gruenbacher (4):
  selinux: Minor cleanups
  proc: Pass file mode to proc_pid_make_inode
  selinux: Clean up initialization of isec->sclass
  selinux: Convert isec->lock into a spinlock

Paul Moore (1):
  selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling

Tianyue Ren (1):
  selinux: fix error initialization in inode_doinit_with_dentry()

 fs/proc/base.c                    |  23 +++---
 fs/proc/fd.c                      |   6 +-
 fs/proc/internal.h                |   2 +-
 fs/proc/namespaces.c              |   3 +-
 security/selinux/hooks.c          | 123 +++++++++++++++++++-----------
 security/selinux/include/objsec.h |   5 +-
 security/selinux/selinuxfs.c      |   4 +-
 7 files changed, 96 insertions(+), 70 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-01 11:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-30 17:03 [PATCH 4.9 0/6] Convert isec->lock into a spinlock fixing deadlock on GFS2 Alexander Grund
2022-07-30 17:03 ` [PATCH 4.9 1/6] selinux: Minor cleanups Alexander Grund
2022-07-30 17:03 ` [PATCH 4.9 2/6] proc: Pass file mode to proc_pid_make_inode Alexander Grund
2022-07-30 17:03 ` [PATCH 4.9 3/6] selinux: Clean up initialization of isec->sclass Alexander Grund
2022-07-30 17:03 ` [PATCH 4.9 4/6] selinux: Convert isec->lock into a spinlock Alexander Grund
2022-07-30 17:03 ` [PATCH 4.9 5/6] selinux: fix error initialization in inode_doinit_with_dentry() Alexander Grund
2022-07-30 17:03 ` [PATCH 4.9 6/6] selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling Alexander Grund
2022-08-01 11:14 ` [PATCH 4.9 0/6] Convert isec->lock into a spinlock fixing deadlock on GFS2 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox