commit | cb1cb5c47457ff2b604dac2da44cab4d39d11459 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Aug 18 21:31:24 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 18 21:31:24 2008 -0700 |
tree | 3bd23533d093a73d69c748c97486b292786fbc57 | |
parent | 1575e7ea018fec992b94a12a1a491ce693ae9eac [diff] |
netfilter: ctnetlink: fix sleep in read-side lock section Fix allocation with GFP_KERNEL in ctnetlink_create_conntrack() under read-side lock sections. This problem was introduced in 2.6.25. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>