Received: by 2002:a25:5b86:0:0:0:0:0 with SMTP id p128csp1920124ybb; Fri, 29 Mar 2019 14:13:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqxNIHtgzE7WY3zA6ADMafky/U1K0Dq9zgiJG8xrI5IEDrksIeqHEwZZE/NxYkt31wiI7WHf X-Received: by 2002:a63:4342:: with SMTP id q63mr47178616pga.6.1553893987146; Fri, 29 Mar 2019 14:13:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553893987; cv=none; d=google.com; s=arc-20160816; b=HLQCa/JJjvdJi71sFDQDqnPXhOqKMQB/ZDR/Ja0RqxKBjbETopZ2WU5Ys9CxWE1YVz cpmelG2LrwZ3LrCXn66tgoxGLyaHYM8TshK9vCQcRqibmq5Q/d4ZPypPJaTpVQzJS4jz kKB7jXtiYm2logwRNBFWLMVCRxmVHeu8PwVzKVe7uJQ+OLAjBLo7Bub/Nl2aC1yYkHgT oErhOulsNZ6wemF4NqtlIQLiPrujaqmpm7d4B85uTXuoG1KAW6Q+Btba5Zxbud27wBX2 EJH90yvdWITiYJnPPh+6OpHkG2tq5Sn+EHy0SpR1XvP8VNk6HSElmeEMIMU0IrY6o8pU PQ9Q== 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:references :message-id:in-reply-to:subject:cc:to:from:date; bh=yJA6ZUyq5JXirgDOOw3FqGPDODe2kr75foSdqfWmQKI=; b=jxO9XPsTFqGmDY7ktWUxC+n2AZNOHvfxMX9C3SGzxRW+RfSnWxkBDs2T+qT9YiSyfB 5yp+pWoL7FjSV6jDwGfG7N6WlMe8uIst3t3NTMlXdQG3aoNOGsiFmTwpk9EQsKuuXYmF Y5JfIKFOR8qXjeiFca5JUfkmsRZ3xumOlaCBra7DSe6qR0vwK091Sc6t8gQRADW9FzUL UR0Mu7BEGq0y/mUkVZ3uU63M2Rx/2NAOpMmaUznwrNzIJUoiBc+Qxm0/SNgQIIeLZ//S jk9wgEVuvsdC7Z9eJ5bairb+zd7eMzXLs3lVIrp2QR4Lk2j2Za9F1hEsLVJxqgVE2Jbg wvmA== 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 e96si2703208plb.123.2019.03.29.14.12.51; Fri, 29 Mar 2019 14:13:07 -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 S1730001AbfC2VMJ (ORCPT + 99 others); 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 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 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(-)