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-- 697 bytes
Makefile -rw-r--r-- 247 bytes
alloc.c -rw-r--r-- 14.4 KB
anode.c -rw-r--r-- 15.4 KB
buffer.c -rw-r--r-- 5.3 KB
dentry.c -rw-r--r-- 1.4 KB
dir.c -rw-r--r-- 8.7 KB
dnode.c -rw-r--r-- 30.4 KB
ea.c -rw-r--r-- 11.4 KB
file.c -rw-r--r-- 6.9 KB
hpfs.h -rw-r--r-- 17.9 KB
hpfs_fn.h -rw-r--r-- 13.1 KB
inode.c -rw-r--r-- 8.9 KB
map.c -rw-r--r-- 9.8 KB
name.c -rw-r--r-- 3.2 KB
namei.c -rw-r--r-- 16.0 KB
super.c -rw-r--r-- 20.0 KB

back to top