lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
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