Received: by 2002:a25:5187:0:0:0:0:0 with SMTP id f129csp4006434ybb; Tue, 31 Mar 2020 15:41:33 -0700 (PDT) X-Google-Smtp-Source: APiQypK/SjYEDJWFRpo9lQIm1bGNZho8mZPbhdoKvH+O+JtN5Izobbkse6dvK9IqEF6aUC17T5ng X-Received: by 2002:aca:6042:: with SMTP id u63mr866163oib.179.1585694493652; Tue, 31 Mar 2020 15:41:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585694493; cv=none; d=google.com; s=arc-20160816; b=X3fDo/9O/R/siUprQUCWO9o3YJSdjeZ0Q70lIJtQ+hun8zAHv/vGGjJ0WOaJ2jSWYs Ab/051F8DoecDiOS3fB7F0j7xvLAHHDhpYebA9+thqy0mFnQZHqnFMur42IVUm6VH/VI SOezkdror6eK6Uy+QCcfjJ857g0iSIIqD97FO8jQL4JLQhtp0/nCCyw7YyrYGAGAUV8g sqzdwW3o4YRA8sUsMKomp6tIIopQ2CaMLs41MnbPy/d8GUJ9GwF9jEUvOnnlIJVBLnyM f4NSip+eVMQX0MuvnY67l9t9HiySMXDZ9DPIQzc2EMdaAopvFmb1d+EeEY0O5SIOU1ii 7AnA== 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=bOXFn1ZF4+Vn9wvdQ4MFlRVzbkldFrIag7Q1lsbmkE4=; b=RiDCUVrFdI72omKRMQqv5k1/VgAbXuqM+oWkeXueQV9tkImekHhgRYdsVVlyQkmArT gHFmk1dlq0Q8qZodMoxi9FVuPkEAbFtXI6UsvG2Dw3pDsD9ia0BxHTqKfOAvs3YXIxVe XfcSH1SuL20NzXQLU5lvIg4ysFLZd5REkj12xBUIwc44q9/kH/Mhx2scX7emffGB5z9F Hpktygyi4ve+mj2JV9krSnTD+G/xWxkrLuLvZ9Oc59wHJ4jo2fhCXUSF/YqsYEa+yGEs U2ZD4shAhxgUEz6fvOT/mWiH8zkpeFTWn7reiHv22Futbk0tjG57ZT9Dl89y90RXhcCG tPig== 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 d21si8084511oof.2.2020.03.31.15.41.14; Tue, 31 Mar 2020 15:41:33 -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 S1731331AbgCaWio (ORCPT + 99 others); Tue, 31 Mar 2020 18:38:44 -0400 Received: from namei.org ([65.99.196.166]:44640 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727955AbgCaWin (ORCPT ); Tue, 31 Mar 2020 18:38:43 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 02VMcaod016023; Tue, 31 Mar 2020 22:38:36 GMT Date: Wed, 1 Apr 2020 09:38:36 +1100 (AEDT) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] Security subsystem updates for 5.7 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 Two minor updates for the core security subsystem: - kernel-doc warning fixes from Randy Dunlap - header cleanup from YueHaibing Please pull. --- The following changes since commit 10c2d111c906599942efd13109061885631c4a0c: security: remove EARLY_LSM_COUNT which never used (2020-01-27 11:19:41 -0800) are available in the Git repository at: git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security next-general for you to fetch changes up to 3e27a33932df104f4f9ff811467b0b4ccebde773: security: remove duplicated include from security.h (2020-02-21 08:53:48 -0800) ---------------------------------------------------------------- Randy Dunlap (1): security: : fix all kernel-doc warnings YueHaibing (1): security: remove duplicated include from security.h include/linux/lsm_hooks.h | 36 +++++++++++++++++++++++++++++++++++- include/linux/security.h | 1 - 2 files changed, 35 insertions(+), 2 deletions(-)