Re: [PATCH net 0/2] strparser: Fix lockdep issue

2017-12-28 Thread David Miller
From: Tom Herbert Date: Thu, 28 Dec 2017 11:00:42 -0800 > When sock_owned_by_user returns true in strparser. Fix is to add and > call sock_owned_by_user_nocheck since the check for owned by user is > not an error condition in this case. > > Fixes: 43a0c6751a322847 ("strparser: Stream parser for

[PATCH net 0/2] strparser: Fix lockdep issue

2017-12-28 Thread Tom Herbert
When sock_owned_by_user returns true in strparser. Fix is to add and call sock_owned_by_user_nocheck since the check for owned by user is not an error condition in this case. Fixes: 43a0c6751a322847 ("strparser: Stream parser for messages") Reported-by: syzbot Reported-and-tested-by: Tom Herbe