Revert "selinux: add a skb_owned_by() hook"
authorEric Dumazet <edumazet@google.com>
Sat, 21 Mar 2015 00:15:19 +0000 (17:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Mar 2015 01:36:53 +0000 (21:36 -0400)
commitd3593b5cef76db45c864de23c599b58198879e8c
tree42f490bda04e13334233dae5b6039fdd8eae4d2b
parentf6877fcf229b4e3d396cbd5199e040b4ea1362eb
Revert "selinux: add a skb_owned_by() hook"

This reverts commit ca10b9e9a8ca7342ee07065289cbe74ac128c169.

No longer needed after commit eb8895debe1baba41fcb62c78a16f0c63c21662a
("tcp: tcp_make_synack() should use sock_wmalloc")

When under SYNFLOOD, we build lot of SYNACK and hit false sharing
because of multiple modifications done on sk_listener->sk_wmem_alloc

Since tcp_make_synack() uses sock_wmalloc(), there is no need
to call skb_set_owner_w() again, as this adds two atomic operations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/security.h
net/ipv4/tcp_output.c
security/capability.c
security/security.c
security/selinux/hooks.c
This page took 0.025646 seconds and 5 git commands to generate.