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