mbox series

[GIT,PULL] Security subsystem updates for 5.7

Message ID alpine.LRH.2.21.2004010936310.15848@namei.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Security subsystem updates for 5.7 | expand

Pull-request

git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security next-general

Message

James Morris March 31, 2020, 10:38 p.m. UTC
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: <linux/lsm_hooks.h>: 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(-)

Comments

pr-tracker-bot@kernel.org March 31, 2020, 11 p.m. UTC | #1
The pull request you sent on Wed, 1 Apr 2020 09:38:36 +1100 (AEDT):

> git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security next-general

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a16298439bd5469d89ec0e575e1c26e7b9a8178a

Thank you!