summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2019-05-16 08:09:57 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-25 18:23:19 +0200
commit746f8cd570ba2f44ffc923ebd9c8d210170f10c0 (patch)
tree6f03a51ddd55fe0217332ce0f2539c0b8292a4e1 /include/linux
parent466cadba601383e09fb501ede4c5cbe8c16c5fc6 (diff)
net: avoid weird emergency message
[ Upstream commit d7c04b05c9ca14c55309eb139430283a45c4c25f ] When host is under high stress, it is very possible thread running netdev_wait_allrefs() returns from msleep(250) 10 seconds late. This leads to these messages in the syslog : [...] unregister_netdevice: waiting for syz_tun to become free. Usage count = 0 If the device refcount is zero, the wait is over. Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: syzbot <syzkaller@googlegroups.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions