mbox series

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

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

Pull-request

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

Message

Paul Moore June 17, 2024, 8:47 p.m. UTC
Linus,

A single LSM/IMA patch to fix a problem caused by sleeping while
in a RCU critical section, please merge for the next v6.10-rc
release.

-Paul

--
The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:

  Linux 6.10-rc3 (2024-06-09 14:19:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9a95c5bfbf02a0a7f5983280fe284a0ff0836c34:

  ima: Avoid blocking in RCU read-side critical section
    (2024-06-13 14:26:50 -0400)

----------------------------------------------------------------
lsm/stable-6.10 PR 20240617

----------------------------------------------------------------
GUO Zihua (1):
      ima: Avoid blocking in RCU read-side critical section

 include/linux/lsm_hook_defs.h       |  2 +-
 include/linux/security.h            |  5 +++--
 kernel/auditfilter.c                |  5 +++--
 security/apparmor/audit.c           |  6 +++---
 security/apparmor/include/audit.h   |  2 +-
 security/integrity/ima/ima.h        |  2 +-
 security/integrity/ima/ima_policy.c | 15 +++++++++------
 security/security.c                 |  6 ++++--
 security/selinux/include/audit.h    |  4 +++-
 security/selinux/ss/services.c      |  5 +++--
 security/smack/smack_lsm.c          |  4 +++-
 11 files changed, 34 insertions(+), 22 deletions(-)

--
paul-moore.com

Comments

pr-tracker-bot@kernel.org June 18, 2024, 2:50 p.m. UTC | #1
The pull request you sent on Mon, 17 Jun 2024 16:47:53 -0400:

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

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

Thank you!