[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C8231E8.5090001@gmail.com>
Date: Sat, 04 Sep 2010 13:47:52 +0200
From: Jiri Slaby <jirislaby@...il.com>
To: peppe.cavallaro@...com
CC: "David S. Miller" <davem@...emloft.net>,
ML netdev <netdev@...r.kernel.org>
Subject: STMMAC: sleep inside atomic
Hi,
stanse found that the driver may sleep inside atomic:
stmmac_resume
-> spin_lock
-> stmmac_open
-> request_irq
-> kzalloc(..., GFP_KERNEL);
-> init_dma_desc_rings
-> kmalloc(..., GFP_KERNEL);
-> and many others...
-> spin_unlock
Could you fix that?
regards,
--
js
--
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