All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Stop calling request_irq() with invalid IRQs
@ 2021-03-29 20:15 Sergey Shtylyov
  2021-03-29 20:16 ` [PATCH v2 1/3: scsi: jazz_esp: add IRQ check Sergey Shtylyov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sergey Shtylyov @ 2021-03-29 20:15 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, linux-scsi

Here are 3 patches against the 'fixes' branch of Martin Petersen's 'scsi.git' repo,
2 of them were previously posted separately, the 3rd is a new addition.

The affected drivers call platform_get_irq() but ignore its result -- they blithely
pass the negative error codes to request_irq() which expects *unsinged* IRQ #s. Stop
doing that by checking what platfrom_get_irq() returns.

[1/3: scsi: jazz_esp: add IRQ check
[2/3] scsi: sun3x_esp: fix IRQ check
[3/3] scsi: sni_53c710: fix IRQ check

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

end of thread, other threads:[~2021-03-30 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 20:15 [PATCH v2 0/3] Stop calling request_irq() with invalid IRQs Sergey Shtylyov
2021-03-29 20:16 ` [PATCH v2 1/3: scsi: jazz_esp: add IRQ check Sergey Shtylyov
2021-03-29 20:18 ` [PATCH v2 2/3] scsi: sun3x_esp: fix " Sergey Shtylyov
2021-03-29 20:19 ` [PATCH v2 3/3] scsi: sni_53c710: " Sergey Shtylyov
2021-03-30 17:07 ` [PATCH v2 0/3] Stop calling request_irq() with invalid IRQs Sergey Shtylyov

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.