All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] atlx: a possible sleep-in-atomic bug in atl1_intr
@ 2017-12-13 10:07 Jia-Ju Bai
  0 siblings, 0 replies; only message in thread
From: Jia-Ju Bai @ 2017-12-13 10:07 UTC (permalink / raw)
  To: jcliburn, chris.snook, davem, geliangtang, keescook, khoroshilov,
	edumazet
  Cc: netdev, Linux Kernel Mailing List

The driver may sleep in the interrupt handler.
The function call path is:
atl1_intr (interrupt handler)
   atlx_irq_disable
     synchronize_irq --> may sleep

I do not find a good way to fix it, so I only report.
This possible bug is found by my static analysis tool (DSAC) and checked 
by my code review.


Thanks,
Jia-Ju Bai

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-13 10:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-13 10:07 [BUG] atlx: a possible sleep-in-atomic bug in atl1_intr Jia-Ju Bai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.