From patchwork Thu May 9 17:28:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 10937461 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 A4636924 for ; Thu, 9 May 2019 17:28:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 878CF2874E for ; Thu, 9 May 2019 17:28:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7B39C28AF8; Thu, 9 May 2019 17:28:51 +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 276DD2874E for ; Thu, 9 May 2019 17:28:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726659AbfEIR2u (ORCPT ); Thu, 9 May 2019 13:28:50 -0400 Received: from namei.org ([65.99.196.166]:38274 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726658AbfEIR2u (ORCPT ); Thu, 9 May 2019 13:28:50 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x49HSnbA026139; Thu, 9 May 2019 17:28:49 GMT Date: Fri, 10 May 2019 03:28:49 +1000 (AEST) From: James Morris To: Linus Torvalds cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [GIT PULL] Security subsystem: Smack updates for v5.2 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 From Casey: "There's one bug fix for IPv6 handling and two memory use improvements." Plus a couple of further bugfixes. The following changes since commit fe9fd2ef383c2f5883fcd3f7adce0de9ce2556ff: Revert "security: inode: fix a missing check for securityfs_create_file" (2019-04-10 14:59:20 -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 8d31a5c35ed179825a2145881ad7cd8f9907d94b: Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack into next-smack (2019-05-06 20:24:51 -0700) ---------------------------------------------------------------- Casey Schaufler (3): Smack: Create smack_rule cache to optimize memory usage Smack: Fix IPv6 handling of 0 secmark Smack: Fix kbuild reported build error James Morris (3): Merge branch 'smack-for-5.2' of https://github.com/cschaufler/next-smack into next-smack Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack into next-smack Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack into next-smack Tetsuo Handa (1): smack: Check address length before reading address family Vishal Goel (1): smack: removal of global rule list security/smack/smack.h | 1 + security/smack/smack_lsm.c | 34 +++++++++++++++++++++++----- security/smack/smackfs.c | 55 ++++++++++++++-------------------------------- 3 files changed, 45 insertions(+), 45 deletions(-)