All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Mike Christie <michael.christie@oracle.com>
Cc: bvanassche@acm.org, mwilck@suse.com, hch@lst.de,
	martin.petersen@oracle.com, linux-scsi@vger.kernel.org,
	james.bottomley@hansenpartnership.com
Subject: Re: [PATCH v8 13/33] scsi: rdac: Fix sshdr use
Date: Wed, 14 Jun 2023 16:34:20 +0200	[thread overview]
Message-ID: <20230614143420.GE23160@lst.de> (raw)
In-Reply-To: <20230614071719.6372-14-michael.christie@oracle.com>

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>


  reply	other threads:[~2023-06-14 14:34 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14  7:16 [PATCH v8 00/33] scsi: Allow scsi_execute users to control retries Mike Christie
2023-06-14  7:16 ` [PATCH v8 01/33] scsi: Add helper to prep sense during error handling Mike Christie
2023-06-14  7:16 ` [PATCH v8 02/33] scsi: Allow passthrough to override what errors to retry Mike Christie
2023-06-14  7:16 ` [PATCH v8 03/33] scsi: Add scsi_failure field to scsi_exec_args Mike Christie
2023-06-14  7:16 ` [PATCH v8 04/33] scsi: Have scsi-ml retry scsi_probe_lun errors Mike Christie
2023-06-14 14:32   ` Christoph Hellwig
2023-06-14  7:16 ` [PATCH v8 05/33] scsi: retry INQUIRY after timeout Mike Christie
2023-06-14  7:24   ` Christoph Hellwig
2023-06-14  7:16 ` [PATCH v8 06/33] scsi: sd: Fix sshdr use in read_capacity_16 Mike Christie
2023-06-14  7:24   ` Christoph Hellwig
2023-06-15 15:41   ` John Garry
2023-06-15 16:20     ` Mike Christie
2023-06-14  7:16 ` [PATCH v8 07/33] scsi: sd: Have scsi-ml retry read_capacity_16 errors Mike Christie
2023-06-14 14:33   ` Christoph Hellwig
2023-06-14  7:16 ` [PATCH v8 08/33] scsi: Use separate buf for START_STOP in sd_spinup_disk Mike Christie
2023-06-14 14:33   ` Christoph Hellwig
2023-06-14  7:16 ` [PATCH v8 09/33] scsi: sd: Fix sshdr use " Mike Christie
2023-06-14  7:25   ` Christoph Hellwig
2023-06-15 16:23   ` John Garry
2023-06-14  7:16 ` [PATCH v8 10/33] scsi: Have scsi-ml retry sd_spinup_disk errors Mike Christie
2023-06-14  7:25   ` Christoph Hellwig
2023-06-14  7:16 ` [PATCH v8 11/33] scsi: hp_sw: Only access sshdr if res > 0 Mike Christie
2023-06-14  7:26   ` Christoph Hellwig
2023-06-14  7:16 ` [PATCH v8 12/33] scsi: hp_sw: Have scsi-ml retry scsi_exec_req errors Mike Christie
2023-06-14 14:33   ` Christoph Hellwig
2023-06-14  7:16 ` [PATCH v8 13/33] scsi: rdac: Fix sshdr use Mike Christie
2023-06-14 14:34   ` Christoph Hellwig [this message]
2023-06-14  7:17 ` [PATCH v8 14/33] scsi: rdac: Have scsi-ml retry send_mode_select errors Mike Christie
2023-06-14 14:34   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 15/33] scsi: spi: Fix sshdr use Mike Christie
2023-06-14 21:46   ` Bart Van Assche
2023-06-15 17:01     ` Mike Christie
2023-06-16  7:17   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 16/33] scsi: spi: Have scsi-ml retry spi_execute errors Mike Christie
2023-06-16  7:18   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 17/33] scsi: sd: Fix sshdr use in sd_sync_cache Mike Christie
2023-06-16  7:18   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 18/33] scsi: sd: Have scsi-ml retry sd_sync_cache errors Mike Christie
2023-06-16  7:19   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 19/33] scsi: ch: Remove unit_attention Mike Christie
2023-06-16  7:19   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 20/33] scsi: ch: Have scsi-ml retry ch_do_scsi errors Mike Christie
2023-06-16  7:19   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 21/33] scsi: Have scsi-ml retry scsi_mode_sense UAs Mike Christie
2023-06-16  7:20   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 22/33] scsi: sd: Fix scsi_mode_sense caller's sshdr use Mike Christie
2023-06-16  7:20   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 23/33] scsi: Have scsi-ml retry scsi_report_lun_scan errors Mike Christie
2023-06-16  7:20   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 24/33] scsi: sd: Have pr commands retry UAs Mike Christie
2023-06-16  7:21   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 25/33] scsi: sd: Have scsi-ml retry read_capacity_10 errors Mike Christie
2023-06-16  7:21   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 26/33] scsi: ses: Have scsi-ml retry scsi_exec_req errors Mike Christie
2023-06-16  7:21   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 27/33] scsi: sr: Have scsi-ml retry get_sectorsize errors Mike Christie
2023-06-16  7:22   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 28/33] scsi: ufs: Have scsi-ml retry start stop errors Mike Christie
2023-06-16  7:22   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 29/33] scsi: Fix sshdr use in scsi_test_unit_ready Mike Christie
2023-06-16  7:22   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 30/33] scsi: Fix sshdr use in scsi_cdl_enable Mike Christie
2023-06-16  7:23   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 31/33] scsi: sd: Fix sshdr use in cache_type_store Mike Christie
2023-06-16  7:23   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 32/33] scsi: sr: Fix sshdr use in sr_get_events Mike Christie
2023-06-16  7:23   ` Christoph Hellwig
2023-06-14  7:17 ` [PATCH v8 33/33] scsi: Add kunit tests for scsi_check_passthrough Mike Christie
2023-06-16  7:24   ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230614143420.GE23160@lst.de \
    --to=hch@lst.de \
    --cc=bvanassche@acm.org \
    --cc=james.bottomley@hansenpartnership.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=michael.christie@oracle.com \
    --cc=mwilck@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.