From: Herbert Xu Date: Sat, 20 Dec 2014 20:16:24 +0000 (+1100) Subject: net: Always poll at least one device in net_rx_action X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~341^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd373ebbac4b13ecd39ddc37a0dc5ad4c5e4585;p=pandora-kernel.git net: Always poll at least one device in net_rx_action We should only perform the softnet_break check after we have polled at least one device in net_rx_action. Otherwise a zero or negative setting of netdev_budget can lock up the whole system. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed