Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1084648yba; Thu, 9 May 2019 10:28:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqw6+gp59s3WnwXzh3PQHGu9sjYyIx/6lhEGpwSSaRMWgc5oztF64GlrjRs0r1gfJh7yGfoA X-Received: by 2002:a17:902:2702:: with SMTP id c2mr6662919plb.277.1557422896683; Thu, 09 May 2019 10:28:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557422896; cv=none; d=google.com; s=arc-20160816; b=qs/JnFB5l6gdX+QtmgzsmnnIpukTK3WQyQEAUjLJCuMVFcI6DwHd32VkTE9tMED2od OfNsAhXqj9eJ1EqP7PpebO1/Wo38VRCYAkTS4rDD6ZcgoFnyjjizPCBVdbWt4KvL1NYg JqRNTVzFsEHTzmEhZcnagSlo6lvv0gNeq7HMZ98U5TjCyATFxiWWqRN2okUnWY3wtHA1 +I9MIF9OJjOoGblKUDtxVgEj3PPlU2/MNl8zBbzYLSUH3v15KpE2hd5jKXJsN185wH/8 jRbWCVTX3G0IfBsr1sto3GCNM8EAzPOAwsboUMoORg/foskXWEhs9B/ukhuYJmtbc3jG rOAg== 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=gKwOR55vZEJe6MFoLElYC5pxTPldcNqqUWq0ys1BM6o=; b=NaTJsa4Z7b4Go68mzw7x+Bxxv9/ctprRgKsgqb4b6mfrTtBe3WtWn5uGV1nnGY8+0F pA1fYXPGdiXOXaO6K73yOCAr4Zdyn3/SrDG9zWZOvO0afcpcc2F04ITYxuAzUUfhx/I0 8XE3U5j5RRKDUTeUs0afKiHX+/bDy9ivK8Es2T8r8vGEW1FOPEk1ZNNi5Ok7JqjqOKUe dSoIBYXNeFEyIZTTrkiJQRB/oG/GA5+nK4r6twDIdmdCN/hDwXr9p2/kjehMr0knb1Gs TuXkg9XGR2vRLlcXchF6LtsYQzSx3a/kAnCJ3flFxtsq8t9o5ZBzzmlbirKxJ8UWWW+B aelg== 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 t11si4235836pgj.284.2019.05.09.10.28.00; Thu, 09 May 2019 10:28:16 -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 S1726773AbfEIRZ0 (ORCPT + 99 others); Thu, 9 May 2019 13:25:26 -0400 Received: from namei.org ([65.99.196.166]:38266 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726656AbfEIRZZ (ORCPT ); Thu, 9 May 2019 13:25:25 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x49HPOMA025900; Thu, 9 May 2019 17:25:24 GMT Date: Fri, 10 May 2019 03:25:24 +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: integrity updates for v5.2 Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1665246916-194307007-1557422724=:25349" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1665246916-194307007-1557422724=:25349 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT From Mimi: "This pull request contains just three patches, the remainder are either included in other pull requests (eg. audit, lockdown) or will be upstreamed via other subsystems (eg. kselftests, Power). ?Included in this pull request is one bug fix, one documentation update, and extending the x86 IMA arch policy rules to coordinate the different kernel module signature verification methods." 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-integrity for you to fetch changes up to 2bfebea90dd5e8c57ae1021a5d1bb6c1057eee6d: Merge branch 'next-integrity-for-james' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next-integrity (2019-04-12 15:20:23 -0700) ---------------------------------------------------------------- James Morris (1): Merge branch 'next-integrity-for-james' of git://git.kernel.org/.../zohar/linux-integrity into next-integrity Mimi Zohar (2): x86/ima: require signed kernel modules x86/ima: add missing include Petr Vorel (1): doc/kernel-parameters.txt: Deprecate ima_appraise_tcb Documentation/admin-guide/kernel-parameters.txt | 5 ++--- arch/x86/kernel/ima_arch.c | 10 +++++++++- include/linux/module.h | 5 +++++ kernel/module.c | 5 +++++ 4 files changed, 21 insertions(+), 4 deletions(-) --1665246916-194307007-1557422724=:25349--