All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Bart Van Assche <bart.vanassche@wdc.com>
Cc: "Martin K . Petersen" <martin.petersen@oracle.com>,
	"James E . J . Bottomley" <jejb@linux.vnet.ibm.com>,
	linux-scsi@vger.kernel.org
Subject: Re: [PATCH v2 00/17] A series of small SCSI patches for kernel v4.14
Date: Fri, 25 Aug 2017 17:09:24 -0400	[thread overview]
Message-ID: <yq1efrz73sr.fsf@oracle.com> (raw)
In-Reply-To: <20170825204643.25043-1-bart.vanassche@wdc.com> (Bart Van Assche's message of "Fri, 25 Aug 2017 13:46:26 -0700")


Bart,

> The patches in this series fall into three categories:
> - One patch renames a few functions to make it clear whether these
>   are used by the legacy SCSI code path or by the new scsi-mq code.
> - Two patches are related to using blk_mq_rq_to_pdu() instead of
>   struct request.special.
> - Fourteen patches suppress warnings reported by static analysis
>   tools. These tools are very useful but unfortunately the current
>   code base makes these tools report a significant number of false
>   positives.

Applied to 4.14/scsi-queue. Thank you!

-- 
Martin K. Petersen	Oracle Linux Engineering

      parent reply	other threads:[~2017-08-25 21:09 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-25 20:46 [PATCH v2 00/17] A series of small SCSI patches for kernel v4.14 Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 01/17] Remove an obsolete function declaration Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 02/17] Avoid sign extension of scsi_device.type Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 03/17] Suppress gcc 7 fall-through warnings reported with W=1 Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 04/17] Convert a strncmp() call into a strcmp() call Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 05/17] Document which queue type a function is intended for Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 06/17] Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 07/17] sd, sr: Convert two assignments into warning statements Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 08/17] sd: Fix indentation Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 09/17] sd: Remove a useless comparison Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 10/17] sg: Fix type of last blk_trace_setup() argument Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 11/17] libiscsi: Fix indentation Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 12/17] libsas: Remove a set-but-not-used variable Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 13/17] libsas: Annotate fall-through in a switch statement Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 14/17] scsi_transport_sas, sas_tlr_supported(): Check kzalloc() return value Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 15/17] scsi_transport_srp: Suppress a W=1 compiler warning Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 16/17] scsi_debug: Remove a set-but-not-used variable Bart Van Assche
2017-08-25 20:46 ` [PATCH v2 17/17] iscsi_tcp: " Bart Van Assche
2017-09-14 20:56   ` Lee Duncan
2017-08-25 21:09 ` 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=yq1efrz73sr.fsf@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=bart.vanassche@wdc.com \
    --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.