All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Bart Van Assche <bvanassche@acm.org>,
	"James E . J . Bottomley" <jejb@linux.vnet.ibm.com>
Cc: "Martin K . Petersen" <martin.petersen@oracle.com>,
	Christoph Hellwig <hch@lst.de>,
	linux-scsi@vger.kernel.org
Subject: Re: [PATCH v2 00/20] SCSI patches for kernel v5.13
Date: Mon, 19 Apr 2021 22:29:10 -0400	[thread overview]
Message-ID: <161888563604.11594.8342699509539948309.b4-ty@oracle.com> (raw)
In-Reply-To: <20210415220826.29438-1-bvanassche@acm.org>

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

      parent reply	other threads:[~2021-04-20  2:29 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15 22:08 [PATCH v2 00/20] SCSI patches for kernel v5.13 Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 01/20] Make the scsi_alloc_sgtables() documentation more accurate Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 02/20] Remove an incorrect comment Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 03/20] Rename scsi_softirq_done() into scsi_complete() Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 04/20] Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK case Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 05/20] Introduce enum scsi_disposition Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 06/20] aacraid: Remove an unused function Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 07/20] libfc: Fix a format specifier Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 08/20] fcoe: Suppress a compiler warning Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 09/20] mpt3sas: Fix two kernel-doc headers Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 10/20] myrb: Remove unused functions Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 11/20] myrs: " Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 12/20] qla4xxx: Remove an unused function Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 13/20] smartpqi: Remove unused functions Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 14/20] 53c700: Open-code status_byte(u8) calls Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 15/20] dc395x: " Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 16/20] sd: Introduce a new local variable in sd_check_events() Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 17/20] target: Compare explicitly with SAM_STAT_GOOD Bart Van Assche
2021-04-15 22:08 ` [PATCH v2 18/20] target: Fix two format specifiers Bart Van Assche
2021-04-15 23:31   ` Mike Christie
2021-04-15 22:08 ` [PATCH v2 19/20] target: Shorten ALUA error messages Bart Van Assche
2021-04-15 23:32   ` Mike Christie
2021-04-15 22:08 ` [PATCH v2 20/20] target/tcm_fc: Fix a kernel-doc header Bart Van Assche
2021-04-16  2:47 ` [PATCH v2 00/20] SCSI patches for kernel v5.13 Martin K. Petersen
2021-04-20  2:29 ` Martin K. Petersen [this message]

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=161888563604.11594.8342699509539948309.b4-ty@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=bvanassche@acm.org \
    --cc=hch@lst.de \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=linux-scsi@vger.kernel.org \
    /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.