mbox series

[GIT,PULL] security: Smack updates for v4.20

Message ID alpine.LRH.2.21.1810252035220.30470@namei.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] security: Smack updates for v4.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-smack

Message

James Morris Oct. 25, 2018, 9:37 a.m. UTC
Please pull.

From Casey: "Here are three patches for Smack for 4.20. Two clean up 
warnings and one is a rarely encountered ptrace capability check."

---

The following changes since commit 0d42d73a37ff91028785e42a6bf12fc020a277c1:

  seccomp: remove unnecessary unlikely() (2018-09-06 13:29:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-smack

for you to fetch changes up to f0f9756b7260f4e78a2e4e412a55167178721ca2:

  Merge branch 'smack-for-4.20' of https://github.com/cschaufler/next-smack into next-smack (2018-09-25 11:15:12 -0700)

----------------------------------------------------------------
Casey Schaufler (1):
      Smack: ptrace capability use fixes

Gustavo A. R. Silva (1):
      Smack: Mark expected switch fall-through

James Morris (1):
      Merge branch 'smack-for-4.20' of https://github.com/cschaufler/next-smack into next-smack

YueHaibing (1):
      Smack: remove set but not used variable 'root_inode'

 security/smack/smack_lsm.c | 15 +++++++++++----
 security/smack/smackfs.c   |  3 ---
 2 files changed, 11 insertions(+), 7 deletions(-)

Comments

Linus Torvalds Oct. 25, 2018, 8:30 p.m. UTC | #1
On Thu, Oct 25, 2018 at 2:37 AM James Morris <jmorris@namei.org> wrote:
>
> From Casey: "Here are three patches for Smack for 4.20. Two clean up
> warnings and one is a rarely encountered ptrace capability check."

Pulled,

                 Linus