From patchwork Fri Mar 29 21:12:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 10877709 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 5BC991575 for ; Fri, 29 Mar 2019 21:12:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 403472906C for ; Fri, 29 Mar 2019 21:12:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 316112929E; Fri, 29 Mar 2019 21:12:11 +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 30A9C2906C for ; Fri, 29 Mar 2019 21:12:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729857AbfC2VMJ (ORCPT ); Fri, 29 Mar 2019 17:12:09 -0400 Received: from namei.org ([65.99.196.166]:59266 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729766AbfC2VMJ (ORCPT ); Fri, 29 Mar 2019 17:12:09 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x2TLC7IW009773; Fri, 29 Mar 2019 21:12:08 GMT Date: Sat, 30 Mar 2019 08:12:07 +1100 (AEDT) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL][UPDATED] security: yama and LSM config fixes In-Reply-To: Message-ID: References: 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 v5.1. The following changes since commit 8c7ae38d1ce12a0eaeba655df8562552b3596c7f: afs: Fix StoreData op marshalling (2019-03-28 08:54:20 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v5.1-a for you to fetch changes up to 2623c4fbe2ad1341ff2d1e12410d0afdae2490ca: LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig" (2019-03-29 14:08:49 -0700) ---------------------------------------------------------------- Jann Horn (1): Yama: mark local symbols as static Kees Cook (1): LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig" security/Kconfig | 38 ++++++++++++++++++++++++++++++++++++++ security/yama/yama_lsm.c | 8 ++++---- 2 files changed, 42 insertions(+), 4 deletions(-)