Skip to content
Commit 829385f0 authored by Tom Herbert's avatar Tom Herbert Committed by David S. Miller
Browse files

strparser: Use delayed work instead of timer for msg timeout



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: default avatarEric Dumazet <eric.dumazet@gmail.com>
Fixes: bbb03029

 ("strparser: Generalize strparser")
Signed-off-by: default avatarTom Herbert <tom@quantonium.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 864f5af3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment