linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cxlflash: Select IRQ_POLL
@ 2017-05-05 23:31 Guenter Roeck
  2017-05-08 14:46 ` Matthew R. Ochs
  2017-05-09  2:09 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Guenter Roeck @ 2017-05-05 23:31 UTC (permalink / raw)
  To: Manoj N . Kumar
  Cc: Matthew R . Ochs, Uma Krishnan, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, linux-kernel, Guenter Roeck

The driver now uses IRQ_POLL and needs to select it to avoid the following
build error.

ERROR: ".irq_poll_complete" [drivers/scsi/cxlflash/cxlflash.ko] undefined!
ERROR: ".irq_poll_sched" [drivers/scsi/cxlflash/cxlflash.ko] undefined!
ERROR: ".irq_poll_disable" [drivers/scsi/cxlflash/cxlflash.ko] undefined!
ERROR: ".irq_poll_init" [drivers/scsi/cxlflash/cxlflash.ko] undefined!

Fixes: cba06e6de403 ("scsi: cxlflash: Implement IRQ polling for RRQ processing")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 drivers/scsi/cxlflash/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/cxlflash/Kconfig b/drivers/scsi/cxlflash/Kconfig
index c052104e523e..a011c5dbf214 100644
--- a/drivers/scsi/cxlflash/Kconfig
+++ b/drivers/scsi/cxlflash/Kconfig
@@ -5,6 +5,7 @@
 config CXLFLASH
 	tristate "Support for IBM CAPI Flash"
 	depends on PCI && SCSI && CXL && EEH
+	select IRQ_POLL
 	default m
 	help
 	  Allows CAPI Accelerated IO to Flash
-- 
2.7.4

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

* Re: [PATCH] cxlflash: Select IRQ_POLL
  2017-05-05 23:31 [PATCH] cxlflash: Select IRQ_POLL Guenter Roeck
@ 2017-05-08 14:46 ` Matthew R. Ochs
  2017-05-09  2:09 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew R. Ochs @ 2017-05-08 14:46 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Manoj N . Kumar, Uma Krishnan, James E . J . Bottomley,
	Martin K . Petersen, linux-scsi, linux-kernel

> On May 5, 2017, at 6:31 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> 
> The driver now uses IRQ_POLL and needs to select it to avoid the following
> build error.
> 
> ERROR: ".irq_poll_complete" [drivers/scsi/cxlflash/cxlflash.ko] undefined!
> ERROR: ".irq_poll_sched" [drivers/scsi/cxlflash/cxlflash.ko] undefined!
> ERROR: ".irq_poll_disable" [drivers/scsi/cxlflash/cxlflash.ko] undefined!
> ERROR: ".irq_poll_init" [drivers/scsi/cxlflash/cxlflash.ko] undefined!
> 
> Fixes: cba06e6de403 ("scsi: cxlflash: Implement IRQ polling for RRQ processing")
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>

Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>

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

* Re: [PATCH] cxlflash: Select IRQ_POLL
  2017-05-05 23:31 [PATCH] cxlflash: Select IRQ_POLL Guenter Roeck
  2017-05-08 14:46 ` Matthew R. Ochs
@ 2017-05-09  2:09 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2017-05-09  2:09 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Manoj N . Kumar, Matthew R . Ochs, Uma Krishnan,
	James E . J . Bottomley, Martin K . Petersen, linux-scsi,
	linux-kernel


Guenter,

> The driver now uses IRQ_POLL and needs to select it to avoid the following
> build error.

Applied to 4.12/scsi-fixes, thank you!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2017-05-09  2:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-05 23:31 [PATCH] cxlflash: Select IRQ_POLL Guenter Roeck
2017-05-08 14:46 ` Matthew R. Ochs
2017-05-09  2:09 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).