Skip to content
Commit ef20c8c1 authored by Al Viro's avatar Al Viro
Browse files

[PATCH] GFP_KERNEL allocations in atomic (auditsc)



audit_log_exit() is called from atomic contexts and gets explicit
gfp_mask argument; it should use it for all allocations rather
than doing some with gfp_mask and some with GFP_KERNEL.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent bd71c2b1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment