commit | a5d7a714569199f909cd60ff7074107bf15c7db4 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Sep 01 22:41:03 2017 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Sep 08 18:55:27 2017 +0200 |
tree | 01c6ff04f1380de21901684cb8587e807a1d92e1 | |
parent | 75c2631468e8af554057246b2413e738dd96af3d [diff] |
netfilter: xtables: add scheduling opportunity in get_counters There are reports about spurious softlockups during iptables-restore, a backtrace i saw points at get_counters -- it uses a sequence lock and also has unbounded restart loop. Signed-off-by: Florian Westphal <fw@strlen.de> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>