From: Tom Herbert <t...@quantonium.net> Date: Fri, 20 Oct 2017 16:40:43 -0700
> Sock lock may be taken in the message timer function which is a > problem since timers run in BH. Instead of timers use delayed_work. > > Reported-by: Eric Dumazet <eric.duma...@gmail.com> > Fixes: bbb03029a899 ("strparser: Generalize strparser") > Signed-off-by: Tom Herbert <t...@quantonium.net> Since this bug exists in 'net' I've applied this patch there. Thanks.