Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3247121yba; Mon, 6 May 2019 20:36:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqw5ps5ykQOwVrx3vXmI6KjA9SdJWSIqhS83026wpgXSXz+qG2oafmWRAkm8hAgzyz9YWirj X-Received: by 2002:a65:56c3:: with SMTP id w3mr19031644pgs.232.1557200213378; Mon, 06 May 2019 20:36:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557200213; cv=none; d=google.com; s=arc-20160816; b=KyYzA6uhhla4u9/Drnd+gbfQ6HLWFscJnvzmO4xTsjGIoN4JZ4eGtz0Rzjwnb1Fi90 iRxloOfFKglWcFXqTFFcxng+4VWGgdcvP+TNM9Z/Uxq+XPbFxc6z1YilLuFx6KnzfT9z ToK7b1VtrX8IBqSDGQZ24dy43GNRPvm2IP1X8CXzoTiK9qkMPul6llIxXpWD0B6a3YEw uvyHvjAhlvaxBpKl4YpDbjc0tY+WaOYXLN0zL5tS+oxKPZHFIZitP/2aKtXUwJFqZLdD Vxbg+u5mkQ5z28Fi0fR74Efz3ySxrbaU4qg8n1r6XMO1OMINbf73e/uFWlQLrFsbJdOx pVPg== 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=fZ/gG723IyrVmHtwqBC+J6NsiQawfmi5rc2U9M28xQ0=; b=HuQVi5ew5JWUiekEW5eNCeZe6TdAxeslYyec9gCW+DwV5Pb/7oeH2JfTKyesmZtkiT Lo7grRplutGPlYTDJ4r8SJQrHMSuME0FuGqm7Bc+K/6io/Fhx8Di8gg17L9x7ankrdVY eGkg0D6xhQsvo+TTuE4/xSXDTIZkwAM2O7GR08LcE8G75l+SRmdNq01cn5y8qJUJNTTy AGJXA0mrFSJiyAQxdFu3JJgDxG5u2bL/scE4znMD9orb347JWme1Zzk2qimmmnbuGF00 xuZG9aSzzmz+dQpQy7xEBiiz2+4gwyhCHJ7X7WGdOzft0k4RCT6yPy1ymbhZ87IxQQH4 hN3A== 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 x123si4300882pfx.157.2019.05.06.20.36.35; Mon, 06 May 2019 20:36:53 -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 S1727207AbfEGDfl (ORCPT + 99 others); Mon, 6 May 2019 23:35:41 -0400 Received: from namei.org ([65.99.196.166]:37834 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726942AbfEGDfl (ORCPT ); Mon, 6 May 2019 23:35:41 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x473Zd9w005961; Tue, 7 May 2019 03:35:39 GMT Date: Tue, 7 May 2019 13:35:39 +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: general 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 Just a few bugfixes and documentation updates. Please pull. The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00: Linux 5.1-rc2 (2019-03-24 14:02:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general for you to fetch changes up to 6beff00b79ca0b5caf0ce6fb8e11f57311bd95f8: seccomp: fix up grammar in comment (2019-04-23 16:21:12 -0700) ---------------------------------------------------------------- Denis Efremov (11): LSM: fix documentation for sb_copy_data hook LSM: fix documentation for the syslog hook LSM: fix documentation for the socket_post_create hook LSM: fix documentation for the task_setscheduler hook LSM: fix documentation for the socket_getpeersec_dgram hook LSM: fix documentation for the path_chmod hook LSM: fix documentation for the audit_* hooks LSM: fix documentation for the msg_queue_* hooks LSM: fix documentation for the sem_* hooks LSM: fix documentation for the shm_* hooks LSM: lsm_hooks.h: fix documentation format James Morris (2): Merge tag 'v5.1-rc2' into next-general Revert "security: inode: fix a missing check for securityfs_create_file" Jann Horn (3): Yama: mark local symbols as static security: don't use RCU accessors for cred->session_keyring keys: safe concurrent user->{session,uid}_keyring access Kangjie Lu (1): security: inode: fix a missing check for securityfs_create_file Mukesh Ojha (1): Yama: mark function as static Tycho Andersen (1): seccomp: fix up grammar in comment include/linux/cred.h | 2 +- include/linux/lsm_hooks.h | 170 +++++++++++++++++++++---------------------- include/linux/sched/user.h | 7 ++ kernel/seccomp.c | 2 +- security/keys/process_keys.c | 41 +++++------ security/keys/request_key.c | 14 ++-- security/yama/yama_lsm.c | 8 +- 7 files changed, 119 insertions(+), 125 deletions(-)