]> git.baikalelectronics.ru Git - kernel.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)
commit90006980b2ceeda3f5dc86a0cef347ecd8a24b87
treeb15af8ee72efff9c70768de7b4c764b691c1a47f
parent101cdf5ac992d5fb0356030e53c999e5ec0fc8f7
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