mbox series

[0/2] selinux: Clean up GFP flag usage

Message ID 20200824155210.1481720-1-omosnace@redhat.com (mailing list archive)
Headers show
Series selinux: Clean up GFP flag usage | expand

Message

Ondrej Mosnacek Aug. 24, 2020, 3:52 p.m. UTC
This series corrects a few places where GFP_ATOMIC was used instead of
GFP_KERNEL for no reason and removes the no longer needed GFP flag
argument from str_read().

Ondrej Mosnacek (2):
  selinux: switch unnecessary GFP_ATOMIC allocs to GFP_KERNEL
  selinux: drop the gfp_t argument from str_read()

 security/selinux/hooks.c       |  6 ++---
 security/selinux/ss/policydb.c | 42 +++++++++++++++++-----------------
 2 files changed, 24 insertions(+), 24 deletions(-)