Skip to content
Commit 88d1d76d authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'kcm-fix-two-syzcaller-issues'



Tom Herbert says:

====================
kcm: fix two syzcaller issues

In this patch set:

- Don't allow attaching non-TCP or listener sockets to a KCM mux.
- In kcm_attach Check if sk_user_data is already set. This is
  under lock to avoid race conditions. More work is need to make
  all of the users of sk_user_data to use the same locking.

- v2
  Remove unncessary check for not PF_KCM in kcm_attach (suggested by
  Guillaume Nault)
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents d3303a65 e5571240
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