git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceec4c3
)
ipvs: do not disable bh for long time
author
Julian Anastasov
<ja@ssi.bg>
Fri, 22 Mar 2013 09:46:54 +0000
(11:46 +0200)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Mon, 1 Apr 2013 22:23:58 +0000
(
00:23
+0200)
We used a global BH disable in LOCAL_OUT hook.
Add _bh suffix to all places that need it and remove
the disabling from LOCAL_OUT and sync code.
Functions like ip_defrag need protection from
BH, so add it. As for nf_nat_mangle_tcp_packet, it needs
RCU lock.
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
No differences found