Revision 0de0b76837c2e958ad0e8fa9abd9846843fbf3f8 authored by Linus Torvalds on 21 October 2022, 21:33:36 UTC, committed by Linus Torvalds on 21 October 2022, 21:33:36 UTC
Pull selinux fix from Paul Moore:
 "A small SELinux fix for a GFP_KERNEL allocation while a spinlock is
  held.

  The patch, while still fairly small, is a bit larger than one might
  expect from a simple s/GFP_KERNEL/GFP_ATOMIC/ conversion because we
  added support for the function to be called with different gfp flags
  depending on the context, preserving GFP_KERNEL for those cases that
  can safely sleep"

* tag 'selinux-pr-20221020' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
  selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
2 parent s 440b789 + abe3c63
History
File Mode Size
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 567 bytes
addr_list.c -rw-r--r-- 8.5 KB
afs.h -rw-r--r-- 6.8 KB
afs_cm.h -rw-r--r-- 1006 bytes
afs_fs.h -rw-r--r-- 2.7 KB
afs_vl.h -rw-r--r-- 5.1 KB
callback.c -rw-r--r-- 5.9 KB
cell.c -rw-r--r-- 23.4 KB
cmservice.c -rw-r--r-- 15.7 KB
dir.c -rw-r--r-- 52.8 KB
dir_edit.c -rw-r--r-- 12.9 KB
dir_silly.c -rw-r--r-- 7.4 KB
dynroot.c -rw-r--r-- 8.7 KB
file.c -rw-r--r-- 14.4 KB
flock.c -rw-r--r-- 23.5 KB
fs_operation.c -rw-r--r-- 5.8 KB
fs_probe.c -rw-r--r-- 11.9 KB
fsclient.c -rw-r--r-- 47.8 KB
inode.c -rw-r--r-- 24.9 KB
internal.h -rw-r--r-- 59.3 KB
main.c -rw-r--r-- 6.0 KB
misc.c -rw-r--r-- 4.8 KB
mntpt.c -rw-r--r-- 5.0 KB
proc.c -rw-r--r-- 16.3 KB
protocol_afs.h -rw-r--r-- 654 bytes
protocol_uae.h -rw-r--r-- 6.8 KB
protocol_yfs.h -rw-r--r-- 4.9 KB
rotate.c -rw-r--r-- 13.2 KB
rxrpc.c -rw-r--r-- 22.8 KB
security.c -rw-r--r-- 11.6 KB
server.c -rw-r--r-- 18.2 KB
server_list.c -rw-r--r-- 2.9 KB
super.c -rw-r--r-- 17.8 KB
vl_alias.c -rw-r--r-- 9.2 KB
vl_list.c -rw-r--r-- 7.9 KB
vl_probe.c -rw-r--r-- 7.4 KB
vl_rotate.c -rw-r--r-- 8.5 KB
vlclient.c -rw-r--r-- 18.4 KB
volume.c -rw-r--r-- 10.5 KB
write.c -rw-r--r-- 25.3 KB
xattr.c -rw-r--r-- 8.4 KB
xdr_fs.h -rw-r--r-- 2.7 KB
yfsclient.c -rw-r--r-- 47.4 KB

back to top