From patchwork Thu Oct 25 09:37:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 10655651 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D941514BB for ; Thu, 25 Oct 2018 09:37:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C8C732B023 for ; Thu, 25 Oct 2018 09:37:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BC89D2B273; Thu, 25 Oct 2018 09:37:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 758CE2B023 for ; Thu, 25 Oct 2018 09:37:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726652AbeJYSJj (ORCPT ); Thu, 25 Oct 2018 14:09:39 -0400 Received: from namei.org ([65.99.196.166]:49102 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726637AbeJYSJj (ORCPT ); Thu, 25 Oct 2018 14:09:39 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w9P9bf5a031528; Thu, 25 Oct 2018 09:37:41 GMT Date: Thu, 25 Oct 2018 20:37:41 +1100 (AEDT) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] security: Smack updates for v4.20 Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP 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(-)