From: David S. Miller Date: Thu, 28 Dec 2017 19:28:23 +0000 (-0500) Subject: Merge branch 'strparser-Fix-lockdep-issue' X-Git-Tag: v4.15-rc6~21^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d5902f6d1fbdb27e6a33c418063466d94be9dfa2;p=linux-block.git Merge branch 'strparser-Fix-lockdep-issue' Tom Herbert says: ==================== strparser: Fix lockdep issue 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: Signed-off-by: David S. Miller --- d5902f6d1fbdb27e6a33c418063466d94be9dfa2