Merge patch series "scsi_debug: Some minor improvements"
authorMartin K. Petersen <martin.petersen@oracle.com>
Fri, 17 Mar 2023 03:26:31 +0000 (23:26 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 17 Mar 2023 03:26:31 +0000 (23:26 -0400)
commite943e97ca9b94fc7d222465c48598dd417b599d8
treea07eaf6603facf9b74e359d7d02b7295dcc81889
parent4a52338bf288c95a46f20af1f5df77b80b74c9ad
parent548ebb335f743fa2647fe61bb1ad29d2c706afda
Merge patch series "scsi_debug: Some minor improvements"

John Garry <john.g.garry@oracle.com> says:

This series contains a bunch of minor improvements to the driver. I
have another bunch waiting with more major changes.

Most of the changes are quite straightforward, and the only patches of
note are as follows:

 - Fix the command abort feature, enabled with host option
   SDEBUG_OPT_CMD_ABORT.

 - Drop driver count of queued commands per device.

 - Add poll mode completions to statistics. We already have poll mode
   callback call count, so maybe it was intentional to omit poll mode
   from the statistics.

Link: https://lore.kernel.org/r/20230313093114.1498305-1-john.g.garry@oracle.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>