diff options
author | 2022-06-08 09:04:34 -0700 | |
---|---|---|
committer | 2022-06-09 21:53:55 -0700 | |
commit | c59f02f848672f92bcea90306240822239d68049 (patch) | |
tree | 23bf4824583b0cba26e9c12a7b79411dc79c1062 /net/unix/af_unix.c | |
parent | net: use WARN_ON_ONCE() in inet_sock_destruct() (diff) | |
download | wireguard-linux-c59f02f848672f92bcea90306240822239d68049.tar.xz wireguard-linux-c59f02f848672f92bcea90306240822239d68049.zip |
net: use WARN_ON_ONCE() in sk_stream_kill_queues()
sk_stream_kill_queues() has three checks which have been
useful to detect kernel bugs in the past.
However they are potentially a problem because they
could flood the syslog.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions