Re: [PATCH] forcedeth: fix unilateral interrupt disabling in netpoll path

2015-10-27 Thread David Miller
From: Neil Horman Date: Mon, 26 Oct 2015 12:24:22 -0400 > Forcedeth currently uses disable_irq_lockdep and enable_irq_lockdep, which in > some configurations simply calls local_irq_disable. This causes errant > warnings > in the netpoll path as in netpoll_send_skb_on_dev, where we disable irqs

[PATCH] forcedeth: fix unilateral interrupt disabling in netpoll path

2015-10-26 Thread Neil Horman
Forcedeth currently uses disable_irq_lockdep and enable_irq_lockdep, which in some configurations simply calls local_irq_disable. This causes errant warnings in the netpoll path as in netpoll_send_skb_on_dev, where we disable irqs using local_irq_save, leading to the following warning: WARNING: a