[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20111122.155426.1153643155035648664.davem@davemloft.net>
Date: Tue, 22 Nov 2011 15:54:26 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: peter.p.waskiewicz.jr@...el.com
Cc: lkml@...er.be, linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: softirq oops from b44_poll
From: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@...el.com>
Date: Mon, 21 Nov 2011 15:17:33 -0800
> I suspect the "right" way to fix this is to call dev_kfree_skb_any(skb);
> instead, since that will handle the in-interrupt case if that's where
> we're stuck.
Caller is always b44_poll(), and that caller always does spin_lock_irqsave().
Adding the extra tests implied by dev_kfree_skb_any() therefore doesn't
make any sense, as it will always evaluate to dev_kfree_skb_irq().
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists