From patchwork Thu Jan 17 03:40:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 10767491 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 F38E4139A for ; Thu, 17 Jan 2019 03:40:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D6EC92F874 for ; Thu, 17 Jan 2019 03:40:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CB2232F889; Thu, 17 Jan 2019 03:40:26 +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 A10B02F874 for ; Thu, 17 Jan 2019 03:40:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728074AbfAQDkY (ORCPT ); Wed, 16 Jan 2019 22:40:24 -0500 Received: from namei.org ([65.99.196.166]:56592 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727973AbfAQDkY (ORCPT ); Wed, 16 Jan 2019 22:40:24 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x0H3eMuJ028638; Thu, 17 Jan 2019 03:40:22 GMT Date: Thu, 17 Jan 2019 14:40:22 +1100 (AEDT) From: James Morris To: Linus Torvalds cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [GIT PULL] Security subsystem fixes for v5.0-rc3 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 Please pull these fixes for the security subsystem. The first (by Casey actually) fixes a regression introduced with the LSM stacking changes. The following changes since commit 7939f8beecf1cfb10d255be65bfbd3793fae82a1: Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2019-01-16 05:28:26 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v5.0-rc2 for you to fetch changes up to a5795fd38ee8194451ba3f281f075301a3696ce2: LSM: Check for NULL cred-security on free (2019-01-16 15:41:11 -0800) ---------------------------------------------------------------- James Morris (1): LSM: Check for NULL cred-security on free Kees Cook (1): Yama: Check for pid death before checking ancestry Tycho Andersen (1): seccomp: fix UAF in user-trap code kernel/seccomp.c | 4 ++++ security/security.c | 7 +++++++ security/yama/yama_lsm.c | 4 +++- 3 files changed, 14 insertions(+), 1 deletion(-)