From patchwork Tue May 7 03:35:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 10932187 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 C979313AD for ; Tue, 7 May 2019 03:35:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AD2A92880D for ; Tue, 7 May 2019 03:35:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9B93C288F4; Tue, 7 May 2019 03:35:48 +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 1C1B92880D for ; Tue, 7 May 2019 03:35:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726947AbfEGDfl (ORCPT ); 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 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP 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(-)