public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* MFD: mutex from ISR in ezx-pcap?
@ 2009-06-29 19:34 Jiri Slaby
  2009-06-29 20:20 ` Daniel Ribeiro
  0 siblings, 1 reply; 5+ messages in thread
From: Jiri Slaby @ 2009-06-29 19:34 UTC (permalink / raw)
  To: sameo; +Cc: LKML, laforge, drwyrm

Hi,

pcap_adc_irq tries to perform non-atomic operations in ISR which is not
allowed. Above that, it may deadlock.

Since all the operations there (read, write, mutex locking) may sleep,
any objections to convert the ISR contents to a workqueue?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-01  6:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29 19:34 MFD: mutex from ISR in ezx-pcap? Jiri Slaby
2009-06-29 20:20 ` Daniel Ribeiro
2009-06-29 22:11   ` Jiri Slaby
2009-06-30  8:57     ` Daniel Ribeiro
2009-07-01  6:56       ` Jiri Slaby

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox