This patch series is to support io_uring iopoll feature in scsi stack. This patch set requires shared hosttag support. This patch set is created on top of for-next branch of https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block v1 -> Fixed warnings in scsi_debug driver. Reported-by: kernel test robot Kashyap Desai (3): add io_uring with IOPOLL support in scsi layer megaraid_sas: iouring iopoll support scsi_debug: iouring iopoll support drivers/scsi/megaraid/megaraid_sas.h | 2 + drivers/scsi/megaraid/megaraid_sas_base.c | 90 ++++++++++++-- drivers/scsi/megaraid/megaraid_sas_fusion.c | 43 ++++++- drivers/scsi/megaraid/megaraid_sas_fusion.h | 3 + drivers/scsi/scsi_debug.c | 123 ++++++++++++++++++++ drivers/scsi/scsi_lib.c | 16 +++ include/scsi/scsi_cmnd.h | 1 + include/scsi/scsi_host.h | 11 ++ 8 files changed, 278 insertions(+), 11 deletions(-) base-commit: a3f4ba1ea90538464cb11a4b202036f3fa40e9f3 -- 2.18.1