]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'selinux-pr-20221020' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Oct 2022 21:33:36 +0000 (14:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Oct 2022 21:33:36 +0000 (14:33 -0700)
commit6558861ce376d7fcf11b7eb6490c4c9316bfeee2
treebf068481b5f492be9c1d99e40cc9138a2dd539a3
parent41fc244afa755771c2308f8bb572ccb1ab508789
parentce2f7f506c943131539c29bfb085fe1e6cdcf83c
Merge tag 'selinux-pr-20221020' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux

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()