diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2013-03-16 13:48:11 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-20 23:58:52 +0400 |
commit | 5e44eef46e81bf6e159b44fa893cf7dd47a88f53 (patch) | |
tree | 6fb4c0e8552cbb7260d16b258de76a1e73d32a4d /drivers/input/misc/apanel.c | |
parent | 99c817e4571710eca014345ac44c5ba41e77a853 (diff) | |
download | linux-5e44eef46e81bf6e159b44fa893cf7dd47a88f53.tar.xz |
selinux: use GFP_ATOMIC under spin_lock
commit 4502403dcf8f5c76abd4dbab8726c8e4ecb5cd34 upstream.
The call tree here is:
sk_clone_lock() <- takes bh_lock_sock(newsk);
xfrm_sk_clone_policy()
__xfrm_sk_clone_policy()
clone_policy() <- uses GFP_ATOMIC for allocations
security_xfrm_policy_clone()
security_ops->xfrm_policy_clone_security()
selinux_xfrm_policy_clone()
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/input/misc/apanel.c')
0 files changed, 0 insertions, 0 deletions