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
lib
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 681 bytes
attrib.c -rw-r--r-- 52.7 KB
attrlist.c -rw-r--r-- 9.3 KB
bitfunc.c -rw-r--r-- 2.5 KB
bitmap.c -rw-r--r-- 29.9 KB
debug.h -rw-r--r-- 1.6 KB
dir.c -rw-r--r-- 11.3 KB
file.c -rw-r--r-- 28.4 KB
frecord.c -rw-r--r-- 72.7 KB
fslog.c -rw-r--r-- 122.3 KB
fsntfs.c -rw-r--r-- 52.7 KB
index.c -rw-r--r-- 53.7 KB
inode.c -rw-r--r-- 45.4 KB
lznt.c -rw-r--r-- 9.4 KB
namei.c -rw-r--r-- 8.3 KB
ntfs.h -rw-r--r-- 36.2 KB
ntfs_fs.h -rw-r--r-- 35.8 KB
record.c -rw-r--r-- 11.5 KB
run.c -rw-r--r-- 23.3 KB
super.c -rw-r--r-- 35.5 KB
upcase.c -rw-r--r-- 2.1 KB
xattr.c -rw-r--r-- 21.1 KB

back to top