]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop a scsi patch from 4.14
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 May 2018 14:20:56 +0000 (16:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 May 2018 14:20:56 +0000 (16:20 +0200)
queue-4.14/scsi-core-make-scsi-status-condition-met-equivalent-to-good.patch
queue-4.14/scsi-core-return-blk_sts_ok-for-did_ok-in-__scsi_error_from_host_byte.patch [deleted file]
queue-4.14/series

index 28a97a05ef1358c03f417a4fa37152a6fafc81c8..6c79672742da7a94f45b37109c667e30e10c096c 100644 (file)
@@ -31,7 +31,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 --- a/drivers/scsi/scsi_lib.c
 +++ b/drivers/scsi/scsi_lib.c
-@@ -857,6 +857,17 @@ void scsi_io_completion(struct scsi_cmnd
+@@ -855,6 +855,17 @@ void scsi_io_completion(struct scsi_cmnd
                /* for passthrough error may be set */
                error = BLK_STS_OK;
        }
diff --git a/queue-4.14/scsi-core-return-blk_sts_ok-for-did_ok-in-__scsi_error_from_host_byte.patch b/queue-4.14/scsi-core-return-blk_sts_ok-for-did_ok-in-__scsi_error_from_host_byte.patch
deleted file mode 100644 (file)
index 4602b4f..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-From foo@baz Thu May 24 11:09:34 CEST 2018
-From: Hannes Reinecke <hare@suse.de>
-Date: Mon, 26 Feb 2018 08:39:59 +0100
-Subject: scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_byte()
-
-From: Hannes Reinecke <hare@suse.de>
-
-[ Upstream commit e39a97353e5378eb46bf01679799c5704d397f32 ]
-
-When converting __scsi_error_from_host_byte() to BLK_STS error codes the
-case DID_OK was forgotten, resulting in it always returning an error.
-
-Fixes: 2a842acab109 ("block: introduce new block status code type")
-Cc: Doug Gilbert <dgilbert@interlog.com>
-Signed-off-by: Hannes Reinecke <hare@suse.com>
-Reviewed-by: Douglas Gilbert <dgilbert@interlog.com>
-Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- drivers/scsi/scsi_lib.c |    2 ++
- 1 file changed, 2 insertions(+)
-
---- a/drivers/scsi/scsi_lib.c
-+++ b/drivers/scsi/scsi_lib.c
-@@ -720,6 +720,8 @@ static blk_status_t __scsi_error_from_ho
-               int result)
- {
-       switch (host_byte(result)) {
-+      case DID_OK:
-+              return BLK_STS_OK;
-       case DID_TRANSPORT_FAILFAST:
-               return BLK_STS_TRANSPORT;
-       case DID_TARGET_FAILURE:
index 183cde33242b907296cb70932d46558fc16b6330..d86ca7ed6e9c38bacdf10ad36c3f69fc25212f69 100644 (file)
@@ -107,7 +107,6 @@ scsi-storvsc-increase-cmd_per_lun-for-higher-speed-devices.patch
 scsi-qedi-fix-truncation-of-chap-name-and-secret.patch
 scsi-aacraid-fix-shutdown-crash-when-init-fails.patch
 scsi-qla4xxx-skip-error-recovery-in-case-of-register-disconnect.patch
-scsi-core-return-blk_sts_ok-for-did_ok-in-__scsi_error_from_host_byte.patch
 scsi-qedi-fix-kernel-crash-during-port-toggle.patch
 scsi-mpt3sas-do-not-mark-fw_event-workqueue-as-wq_mem_reclaim.patch
 scsi-sd-keep-disk-read-only-when-re-reading-partition.patch