Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1086338yba; Thu, 9 May 2019 10:30:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqz6SDNmdRa9n/3uRgNXaaBO845K4d2Qlw8WqKO2yQq1hwRlphFNbSQJE1ziWwuzN7E4VT4m X-Received: by 2002:a65:534b:: with SMTP id w11mr7261646pgr.210.1557423009037; Thu, 09 May 2019 10:30:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557423009; cv=none; d=google.com; s=arc-20160816; b=m3+joXdevNqJrLUEcR0MbtE8Om0jrfWju9e7sBrVnhwYDRihGscCDKhq6FKdR/neIl 1SyOjGxXi5M9e08MqbNhPpY+74vWy5cgfTh/Ukq2+HDVVlxkFPzaNWi6JiutKLtmK36u VqIZ4/dD6WIcrO9e703Iz8TPQi6G3LWzEDBxs2l/u/NoLbyEMKInd3sRtq9npzCS/We1 RFOtyonouPY6MnWDRt5fqBNzuDAAM/DnpSKuoEFv0cl2sVZIQa922Dokx/4uVJdmY2K5 OPvUCU9hbnUbSMTK02SGxKii7XpyDckLy0wzIR2Ur8newYncZA5F6eqZ1IuT8Cotvjt0 bJMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :subject:cc:to:from:date; bh=N9hvJ4JsIsg31KUgoGxY/0Ljylvto3am3L2/6u2bS5Q=; b=PjeSVksJX9NNahrd2cozb61clbTrRu9u/S7E8RtdRuUeeVrqwveE33e8xOpJZxeDgn kIcV83zOopet+RIndJt1gq0HIx82mkXkUnHPvQ8hyy5vgXl6f8BFpd/Ol0J8jMSrSr3X goO69PMGxiZJ1Im3n57ZXeQHBRu7i6pyTRKwMkwmLLqTamEDeNe6ApVPg3rIvRxxGrM+ W5dvOH4X4OlFqq24lp1VbjeLtzpn/RDWrRK13XVzclE153BbdUGTo9wxmAWrgglGz4lr BJ7Ba1yYPZkv1aOaqcyO73PCDkdJALdxBhIcnNUPpoT9DOXdos7XyvCvBnMfRL96l4AZ 0DLQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a67si3677414pla.350.2019.05.09.10.29.52; Thu, 09 May 2019 10:30:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726789AbfEIR2u (ORCPT + 99 others); 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 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)