diff options
author | Jozsef Kadlecsik <[email protected]> | 2012-02-21 14:53:57 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <[email protected]> | 2012-02-21 16:25:31 +0100 |
commit | af14cca162ddcdea017b648c21b9b091e4bf1fa4 (patch) | |
tree | 1d40e186b7afbd0c7485dd95e1fb6c24174f4d5c /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 88ba136d6635b262f77cc418d536115fb8e4d4ab (diff) |
netfilter: ctnetlink: fix soft lockup when netlink adds new entries
Marcell Zambo and Janos Farago noticed and reported that when
new conntrack entries are added via netlink and the conntrack table
gets full, soft lockup happens. This is because the nf_conntrack_lock
is held while nf_conntrack_alloc is called, which is in turn wants
to lock nf_conntrack_lock while evicting entries from the full table.
The patch fixes the soft lockup with limiting the holding of the
nf_conntrack_lock to the minimum, where it's absolutely required.
Signed-off-by: Jozsef Kadlecsik <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions