mbox series

[v2,00/20] SCSI patches for kernel v5.13

Message ID 20210415220826.29438-1-bvanassche@acm.org
Headers show
Series SCSI patches for kernel v5.13 | expand

Message

Bart Van Assche April 15, 2021, 10:08 p.m. UTC
Hi Martin,

This patch series includes the following changes:
- Modify several source code comments.
- Rename scsi_softirq_done().
- Introduce enum scsi_disposition.
- Address CC=clang W=1 warnings.

Please consider these patches for Linux kernel v5.13.

Thanks,

Bart.

Changes compared to v1:
- Dropped the patch "iscsi: Suppress two clang format mismatch warnings".
- Split patch "target: Fix several format specifiers" into two patches:
  "target: Fix two format specifiers" and "target: Shorten ALUA error messages".

Bart Van Assche (20):
  Make the scsi_alloc_sgtables() documentation more accurate
  Remove an incorrect comment
  Rename scsi_softirq_done() into scsi_complete()
  Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK case
  Introduce enum scsi_disposition
  aacraid: Remove an unused function
  libfc: Fix a format specifier
  fcoe: Suppress a compiler warning
  mpt3sas: Fix two kernel-doc headers
  myrb: Remove unused functions
  myrs: Remove unused functions
  qla4xxx: Remove an unused function
  smartpqi: Remove unused functions
  53c700: Open-code status_byte(u8) calls
  dc395x: Open-code status_byte(u8) calls
  sd: Introduce a new local variable in sd_check_events()
  target: Compare explicitly with SAM_STAT_GOOD
  target: Fix two format specifiers
  target: Shorten ALUA error messages
  target/tcm_fc: Fix a kernel-doc header

 drivers/ata/libata-eh.c                    |  2 +-
 drivers/scsi/53c700.c                      |  4 +-
 drivers/scsi/aacraid/aachba.c              |  5 --
 drivers/scsi/dc395x.c                      |  4 +-
 drivers/scsi/device_handler/scsi_dh_alua.c |  4 +-
 drivers/scsi/device_handler/scsi_dh_emc.c  |  4 +-
 drivers/scsi/device_handler/scsi_dh_rdac.c |  4 +-
 drivers/scsi/fcoe/fcoe_transport.c         |  2 +-
 drivers/scsi/libfc/fc_lport.c              |  2 +-
 drivers/scsi/mpt3sas/mpt3sas_base.c        |  4 +-
 drivers/scsi/myrb.c                        | 71 ----------------
 drivers/scsi/myrs.c                        | 99 ----------------------
 drivers/scsi/qla4xxx/ql4_nx.c              |  6 --
 drivers/scsi/scsi_error.c                  | 66 ++++++++-------
 drivers/scsi/scsi_lib.c                    | 19 +++--
 drivers/scsi/scsi_priv.h                   |  2 +-
 drivers/scsi/sd.c                          |  5 +-
 drivers/scsi/smartpqi/smartpqi_init.c      | 10 ---
 drivers/target/target_core_configfs.c      | 11 +--
 drivers/target/target_core_pr.c            |  6 +-
 drivers/target/target_core_pscsi.c         |  2 +-
 drivers/target/tcm_fc/tfc_sess.c           |  2 +-
 include/scsi/scsi.h                        | 21 ++---
 include/scsi/scsi_device.h                 |  2 +-
 include/scsi/scsi_dh.h                     |  3 +-
 include/scsi/scsi_eh.h                     |  2 +-
 26 files changed, 89 insertions(+), 273 deletions(-)

Comments

Martin K. Petersen April 20, 2021, 2:29 a.m. UTC | #1
On Thu, 15 Apr 2021 15:08:06 -0700, Bart Van Assche wrote:

> This patch series includes the following changes:

> - Modify several source code comments.

> - Rename scsi_softirq_done().

> - Introduce enum scsi_disposition.

> - Address CC=clang W=1 warnings.

> 

> Please consider these patches for Linux kernel v5.13.

> 

> [...]


Applied to 5.13/scsi-queue, thanks!

[01/20] Make the scsi_alloc_sgtables() documentation more accurate
        https://git.kernel.org/mkp/scsi/c/76fc0df9a0e7
[02/20] Remove an incorrect comment
        https://git.kernel.org/mkp/scsi/c/886874af9439
[03/20] Rename scsi_softirq_done() into scsi_complete()
        https://git.kernel.org/mkp/scsi/c/0d2810cd62d9
[04/20] Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK case
        https://git.kernel.org/mkp/scsi/c/280e91b02665
[05/20] Introduce enum scsi_disposition
        https://git.kernel.org/mkp/scsi/c/b8e162f9e7e2
[06/20] aacraid: Remove an unused function
        https://git.kernel.org/mkp/scsi/c/56853f0e615b
[07/20] libfc: Fix a format specifier
        https://git.kernel.org/mkp/scsi/c/90d6697810f0
[08/20] fcoe: Suppress a compiler warning
        https://git.kernel.org/mkp/scsi/c/be5aeee30e45
[09/20] mpt3sas: Fix two kernel-doc headers
        https://git.kernel.org/mkp/scsi/c/3ad0b1da0da2
[10/20] myrb: Remove unused functions
        https://git.kernel.org/mkp/scsi/c/3690ad6708c5
[11/20] myrs: Remove unused functions
        https://git.kernel.org/mkp/scsi/c/40d1373b6047
[12/20] qla4xxx: Remove an unused function
        https://git.kernel.org/mkp/scsi/c/11417cd5e2ec
[13/20] smartpqi: Remove unused functions
        https://git.kernel.org/mkp/scsi/c/c64aab41c5e1
[14/20] 53c700: Open-code status_byte(u8) calls
        https://git.kernel.org/mkp/scsi/c/3940ebf7ba52
[15/20] dc395x: Open-code status_byte(u8) calls
        https://git.kernel.org/mkp/scsi/c/22dc227e8f0e
[16/20] sd: Introduce a new local variable in sd_check_events()
        https://git.kernel.org/mkp/scsi/c/41e70e3006f6
[17/20] target: Compare explicitly with SAM_STAT_GOOD
        https://git.kernel.org/mkp/scsi/c/15df85e0d63d
[18/20] target: Fix two format specifiers
        https://git.kernel.org/mkp/scsi/c/e15c745295a2
[19/20] target: Shorten ALUA error messages
        https://git.kernel.org/mkp/scsi/c/baa75afde8cb
[20/20] target/tcm_fc: Fix a kernel-doc header
        https://git.kernel.org/mkp/scsi/c/7a3beeae2893

-- 
Martin K. Petersen	Oracle Linux Engineering