mbox series

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

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

Pull-request

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

Message

Paul Moore Nov. 9, 2023, 11:59 p.m. UTC
Hi Linus,

Not much to say here beyond the commit descriptions, but we've got two
small patches to correct the default return value of two LSM hooks:
security_vm_enough_memory_mm() and security_inode_getsecctx().

Thanks,
-Paul

--
The following changes since commit e508560672890b2873c89258b88fade1356392ce:

  lsm: fix a spelling mistake (2023-10-04 16:19:29 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b36995b8609a5a8fe5cf259a1ee768fcaed919f8:

  lsm: fix default return value for inode_getsecctx
    (2023-11-08 15:39:42 -0500)

----------------------------------------------------------------
lsm/stable-6.7 PR 20231109

----------------------------------------------------------------
Ondrej Mosnacek (2):
      lsm: fix default return value for vm_enough_memory
      lsm: fix default return value for inode_getsecctx

 include/linux/lsm_hook_defs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
paul-moore.com

Comments

pr-tracker-bot@kernel.org Nov. 10, 2023, 7:29 p.m. UTC | #1
The pull request you sent on Thu, 09 Nov 2023 18:59:45 -0500:

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

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

Thank you!