mbox series

[GIT,PULL] lsm/lsm-pr-20240513

Message ID eb9e94532b792619e4161de6c0a397db@paul-moore.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series [GIT,PULL] lsm/lsm-pr-20240513 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git tags/lsm-pr-20240513

Message

Paul Moore May 13, 2024, 7:47 p.m. UTC
Linus,

Three fairly minor patches for the current merge window; highlights
below:

- The security/* portion of the effort to remove the empty sentinel
  elements at the end of the ctl_table arrays.

- Update the file list associated with the LSM / "SECURITY SUBSYSTEM"
  entry in the MAINTAINERS file (and then fix a typo in then update).

Please merge for Linux v6.10.
-Paul

--
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
    tags/lsm-pr-20240513

for you to fetch changes up to dd80c7465029dd0671e6f9fc2678ae0fbdf785ac:

  MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
    (2024-05-07 10:56:15 -0400)

----------------------------------------------------------------
lsm/stable-6.10 PR 20240513

----------------------------------------------------------------
Joel Granados (1):
      lsm: remove the now superfluous sentinel element from ctl_table array

Lukas Bulwahn (1):
      MAINTAINERS: repair file entry in SECURITY SUBSYSTEM

Paul Moore (1):
      MAINTAINERS: update the LSM file list

 MAINTAINERS                | 4 ++++
 security/apparmor/lsm.c    | 1 -
 security/keys/sysctl.c     | 1 -
 security/loadpin/loadpin.c | 1 -
 security/yama/yama_lsm.c   | 1 -
 5 files changed, 4 insertions(+), 4 deletions(-)

--
paul-moore.com

Comments

pr-tracker-bot@kernel.org May 15, 2024, 4:35 p.m. UTC | #1
The pull request you sent on Mon, 13 May 2024 15:47:12 -0400:

> https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git tags/lsm-pr-20240513

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

Thank you!