Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Sep 2024 17:18:15 +0000 (10:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Sep 2024 17:18:15 +0000 (10:18 -0700)
commit5c36498d06b9b00393c2f35edbf16b28194375fa
treef9170a1fc6a234b2c069359a2d4ad68001f79a53
parentabf2050f51fdca0fd146388f83cddd95a57a008d
parentf89722faa31466ff41aed21bdeb9cf34c2312858
Merge tag 'lsm-pr-20240923' of git://git./linux/kernel/git/pcmoore/lsm

Pull LSM fixes from Paul Moore:

 - Add a missing security_mmap_file() check to the remap_file_pages()
   syscall

 - Properly reference the SELinux and Smack LSM blobs in the
   security_watch_key() LSM hook

 - Fix a random IPE selftest crash caused by a missing list terminator
   in the test

* tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm:
  ipe: Add missing terminator to list of unit tests
  selinux,smack: properly reference the LSM blob in security_watch_key()
  mm: call the security_mmap_file() LSM hook in remap_file_pages()
mm/mmap.c
security/selinux/hooks.c
security/smack/smack_lsm.c