commit | a007232066f6839d6f256bab21e825d968f1a163 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Dec 28 01:24:49 2018 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Dec 29 02:45:22 2018 +0100 |
tree | ffc6d4e350dc64122d5b32f400bdf2c3f1645732 | |
parent | c80f10bc973af2ace6b1414724eeff61eaa71837 [diff] |
netfilter: nf_conncount: fix argument order to find_next_bit Size and 'next bit' were swapped, this bug could cause worker to reschedule itself even if system was idle. Fixes: 5c789e131cbb9 ("netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree search") Reviewed-by: Shawn Bohrer <sbohrer@cloudflare.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>