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
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