Re: [PATCH 4.19 13/99] netfilter: nf_conncount: fix argument order to find_next_bit
From: Florian Westphal
Date: Mon Apr 22 2019 - 15:40:58 EST
Andreas Hartmann <andihartmann@xxxxxxxxxx> wrote:
> On 22.04.19 at 20:57 Florian Westphal wrote:
> > grep CONNCOUNT ~/your_kernel_conf
>
> True - it's not in use (it's not even configured) at all. I'm surprised that it seems to fix the problem anyway.
Thats usually the main problem when testing for a bug that doesn't
appear often -- its too easy to get bisections wrong and end up
with false positives.
> If I can't see it any more - I wouldn't know what to do any further at the moment.
You could try enabling some of the debug features, such as
CONFIG_PROVE_{LOCKING,RCU}.
It would e.g. tell if we forget an unlock somewhere.