[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B4DBF9D.7040002@gmail.com>
Date: Wed, 13 Jan 2010 13:42:05 +0100
From: Jiri Slaby <jirislaby@...il.com>
To: linux-pcmcia@...ts.infradead.org
CC: LKML <linux-kernel@...r.kernel.org>
Subject: broken pcmcia_bus_match for dynids
Hi,
stanse found that when PCMCIA_DEV_ID_MATCH_FAKE_CIS is set in
match_flags for a dynid, the pcmcia layer may deadlock.
pcmcia_load_firmware in such case calls non-atomic operations
(request_firmware, kzalloc(GFP_KERNEL)), while dynids.lock spinlock is held.
Any ideas how to solve this? Any idea, why p_drv->dynids.lock is not a
mutex instead?
thanks,
--
js
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists