]> git.karo-electronics.de Git - linux-beck.git/commit
netpoll: warn on netpoll_send_udp users who haven't disabled irqs
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Fri, 28 Aug 2015 22:44:25 +0000 (15:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Aug 2015 23:24:54 +0000 (16:24 -0700)
commitc9fd56b34efd06a031cbc918d288f09e38173ff9
treeb15af8ee72efff9c70768de7b4c764b691c1a47f
parent55cc051915fd066f46c56ebd60ba486ad11e0e29
netpoll: warn on netpoll_send_udp users who haven't disabled irqs

Make sure we catch future netpoll_send_udp users who use it without
disabling irqs and also as a hint for poll_controller users.

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netpoll.c