Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2526020imm; Thu, 7 Jun 2018 12:08:05 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLBT+Q7HX8+ldwC1EGIe/U8Dx7GwP5eIWBRlRsYqxb97687126XMgffXfHEL/HayufpQUUT X-Received: by 2002:a65:4c4d:: with SMTP id l13-v6mr2619291pgr.211.1528398485641; Thu, 07 Jun 2018 12:08:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528398485; cv=none; d=google.com; s=arc-20160816; b=EShShkbyH4RV2Lhr7mgrlepjuFMzBiLVtfeJex2UQqVLZ1PeMP2OLXvs/8wdbv+WOv z4aubhDgdOMz+22lLomA8Ke8EiHH22UQIZwOfFQ35lTx8M7VeTzpmqWp4mtZPuuzpFgL ZLL42n4Ll2xHRhKGjVIzPZy6CaqUSFDU7X2rdfeoNUyzyve5mXCHKs5ZM76sglDTbeYd ANofIu3MZj102NMxjYk0L0HdGp00RVFq1IkQUj8jVjMBJ6mgOMSuSOA4ff98SiXOZsPk RPpM2BGg/v+viuUMncVOSVHDHeDGRci8kZ9T75fjuIO75WCn+LncDTTHfq1kwmjVVSOD 9XMw== 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:arc-authentication-results; bh=VKtpjmnrK6SIouLAwwxlbz8G2ntMXwDLVaj5mAMRr20=; b=EM3NfEp934IYW7KwfR/aQsSr/Gwphm9HZoc7IWVWuZnMgcbKRKLSuH5KFwsv+ETphx jRvl5PNclTb2gpRS3zihIc+XUpXpXwnYWMxGW4AkoiKqmFRrxPkIjbUHX/fDkkkXtdxF rzn6WjhTl0TwnrHRrgZtcqtKjEl5feI4hno0vyIdZTPxyu3qm44U2KeCLkwiOc/GHun5 Zf5/2Z4noc41S6DULLQpR3TSlMkoiAsCpsfGFGTyo8pGBI4e2YkqjThDdVZljT/D0WCn Xwjr8ev61598ULEruThfRu9XDIPv2I4oTqWk0Bqx8ApCti7QOtMUtBE2hO0zO/HZn8C6 5iSA== 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 30-v6si55315233plb.531.2018.06.07.12.07.51; Thu, 07 Jun 2018 12:08:05 -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 S935152AbeFGRx6 (ORCPT + 99 others); Thu, 7 Jun 2018 13:53:58 -0400 Received: from namei.org ([65.99.196.166]:58486 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933639AbeFGRx5 (ORCPT ); Thu, 7 Jun 2018 13:53:57 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w57Hru1x031734; Thu, 7 Jun 2018 17:53:56 GMT Date: Fri, 8 Jun 2018 03:53:56 +1000 (AEST) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Security subsystem: Smack updates for v4.18 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 Please pull this bugfix for the Smack subsystem. From Casey: "It's one simple patch that fixes a memory leak in kernfs and labeled NFS." --- The following changes since commit 890e2abe1028c39e5399101a2c277219cd637aaa: dh key: get rid of stack allocated array for zeroes (2018-05-11 13:07:49 -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 2531a0cd2dd9dc2b0da9fabb950e2db308ce78b8: Merge branch 'smack-for-4.18' of https://github.com/cschaufler/next-smack into next-smack (2018-06-05 13:18:58 -0700) ---------------------------------------------------------------- Casey Schaufler (1): Smack: Fix memory leak in smack_inode_getsecctx James Morris (1): Merge branch 'smack-for-4.18' of https://github.com/cschaufler/next-smack into next-smack security/smack/smack_lsm.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-)