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(). v2: convert a few more occurences found in services.c 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 +++++++++++++++++----------------- security/selinux/ss/services.c | 4 ++-- 3 files changed, 26 insertions(+), 26 deletions(-) -- 2.26.2