Netdev List
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] kcm: Fix lockdep issue
@ 2017-12-28  1:16 Tom Herbert
  2017-12-28  1:16 ` [PATCH RFC 1/2] sock: Add sock_owned_by_user_nocheck Tom Herbert
  2017-12-28  1:16 ` [PATCH RFC 2/2] strparser: Call sock_owned_by_user_nocheck Tom Herbert
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Herbert @ 2017-12-28  1:16 UTC (permalink / raw)
  To: davem; +Cc: netdev, dvyukov, ozgur, 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 <syzkaller@googlegroups.com>

Tom Herbert (2):
  sock: Add sock_owned_by_user_nocheck
  strparser: Call sock_owned_by_user_nocheck

 include/net/sock.h        | 5 +++++
 net/strparser/strparser.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-28  1:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28  1:16 [PATCH RFC 0/2] kcm: Fix lockdep issue Tom Herbert
2017-12-28  1:16 ` [PATCH RFC 1/2] sock: Add sock_owned_by_user_nocheck Tom Herbert
2017-12-28  1:16 ` [PATCH RFC 2/2] strparser: Call sock_owned_by_user_nocheck Tom Herbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox