[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1N62ti-0003iS-K2@jdl.com>
Date: Thu, 05 Nov 2009 08:01:10 -0600
From: Jon Loeliger <jdl@....com>
To: Anton Vorontsov <avorontsov@...mvista.com>
cc: David Miller <davem@...emloft.net>, linuxppc-dev@...abs.org,
netdev@...r.kernel.org, Andy Fleming <afleming@...escale.com>,
Jason Wessel <jason.wessel@...driver.com>
Subject: Re: [PATCH RFC] gianfar: Make polling safe with IRQs disabled
> When using KGDBoE, gianfar driver spits 'Interrupt problem' messages,
> which appears to be a legitimate warning, i.e. we may end up calling
> netif_receive_skb() or vlan_hwaccel_receive_skb() with IRQs disabled.
>
> This patch reworks the RX path so that if netpoll is enabled (the
> only case when the driver don't know from what context the polling
> may be called), we check whether IRQs are disabled, and if so we
> fall back to safe variants of skb receiving functions.
>
> Signed-off-by: Anton Vorontsov <avorontsov@...mvista.com>
> ---
>
> I'm not sure if this is suitable for mainline since it doesn't
> have KGDBoE support. Jason, if the patch is OK, would you like
> to merge it into KGDB tree?
It's a legitimate problem with or without KGDBoE. I see it
occasionally when conn_track is enabled as well, for example.
jdl
--
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