All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Gruenbacher <agruenba@redhat.com>
To: Paul Moore <paul@paul-moore.com>,
	Stephen Smalley <sds@tycho.nsa.gov>,
	Eric Paris <eparis@parisplace.org>
Cc: Andreas Gruenbacher <agruenba@redhat.com>, selinux@tycho.nsa.gov
Subject: [PATCH 0/4] selinux: Fix invalidate deadlock with GFS2
Date: Thu, 10 Nov 2016 22:18:26 +0100	[thread overview]
Message-ID: <1478812710-17190-1-git-send-email-agruenba@redhat.com> (raw)

This set of four patches fixes a deadlock between selinux and GFS2 when GFS2
invalidates a security label.  Please review and consider for the next merge
cycle.

Thanks,
Andreas

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

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

-- 
2.7.4

             reply	other threads:[~2016-11-10 21:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-10 21:18 Andreas Gruenbacher [this message]
2016-11-10 21:18 ` [PATCH 1/4] selinux: Minor cleanups Andreas Gruenbacher
2016-11-14 20:28   ` Paul Moore
2016-11-10 21:18 ` [PATCH 2/4] proc: Pass file mode to proc_pid_make_inode Andreas Gruenbacher
2016-11-14 20:44   ` Paul Moore
2016-11-10 21:18 ` [PATCH 3/4] selinux: Clean up initialization of isec->sclass Andreas Gruenbacher
2016-11-14 20:56   ` Paul Moore
2016-11-10 21:18 ` [PATCH 4/4] selinux: Convert isec->lock into a spinlock Andreas Gruenbacher
2016-11-14 22:22   ` Paul Moore
2016-11-15 10:06     ` Andreas Gruenbacher
2016-11-22 23:00       ` Paul Moore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478812710-17190-1-git-send-email-agruenba@redhat.com \
    --to=agruenba@redhat.com \
    --cc=eparis@parisplace.org \
    --cc=paul@paul-moore.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.