public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Don Brace <don.brace@microsemi.com>
Cc: joseph.szczypek@hpe.com, gerry.morong@microsemi.com,
	john.hall@microsemi.com, jejb@linux.vnet.ibm.com,
	Kevin.Barnett@microsemi.com, Mahesh.Rajashekhara@microsemi.com,
	bader.alisaleh@microsemi.com, hch@infradead.org,
	scott.teel@microsemi.com, Viswas.G@microsemi.com,
	Justin.Lindley@microsemi.com, scott.benesh@microsemi.com,
	POSWALD@suse.com, linux-scsi@vger.kernel.org
Subject: Re: [PATCH V2 00/36] smartpqi updates
Date: Thu, 11 May 2017 23:06:58 -0400	[thread overview]
Message-ID: <yq1wp9mixil.fsf@oracle.com> (raw)
In-Reply-To: <149385549428.11043.8013091835763091910.stgit@brunhilda> (Don Brace's message of "Wed, 3 May 2017 18:52:16 -0500")


Don,

Applied to 4.13/scsi-queue.

-- 
Martin K. Petersen	Oracle Linux Engineering

      parent reply	other threads:[~2017-05-12  3:07 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-03 23:52 [PATCH V2 00/36] smartpqi updates Don Brace
2017-05-03 23:52 ` [PATCH V2 01/36] smartpqi: correct remove scsi devices Don Brace
2017-05-03 23:52 ` [PATCH V2 02/36] smartpqi: cleanup interrupt management Don Brace
2017-05-03 23:52 ` [PATCH V2 03/36] smartpqi: set pci completion timeout Don Brace
2017-05-03 23:52 ` [PATCH V2 04/36] smartpqi: add in controller checkpoint for controller lockups Don Brace
2017-05-03 23:52 ` [PATCH V2 05/36] smartpqi: ensure controller is in SIS mode at init Don Brace
2017-05-03 23:52 ` [PATCH V2 06/36] smartpqi: add supporting events Don Brace
2017-05-03 23:52 ` [PATCH V2 07/36] smartpqi: enhance resets Don Brace
2017-05-03 23:53 ` [PATCH V2 08/36] smartpqi: add suspend and resume support Don Brace
2017-05-03 23:53 ` [PATCH V2 09/36] smartpqi: add heartbeat check Don Brace
2017-05-03 23:53 ` [PATCH V2 10/36] smartpqi: correct bdma hw bug Don Brace
2017-05-03 23:53 ` [PATCH V2 11/36] smartpqi: add pqi_wait_for_completion_io Don Brace
2017-05-03 23:53 ` [PATCH V2 12/36] smartpqi: make pdev pointer names consistent Don Brace
2017-05-03 23:53 ` [PATCH V2 13/36] smartpqi: eliminate redundant error messages Don Brace
2017-05-03 23:53 ` [PATCH V2 14/36] smartpqi: correct BMIC identify physical drive Don Brace
2017-05-03 23:53 ` [PATCH V2 15/36] smartpqi: minor driver cleanup Don Brace
2017-05-03 23:53 ` [PATCH V2 16/36] smartpqi: add new PCI device IDs Don Brace
2017-05-03 23:54 ` [PATCH V2 17/36] smartpqi: cleanup messages Don Brace
2017-05-03 23:54 ` [PATCH V2 18/36] smartpqi: update copyright Don Brace
2017-05-03 23:54 ` [PATCH V2 19/36] smartpqi: add ptraid support Don Brace
2017-05-03 23:54 ` [PATCH V2 20/36] smartpqi: change return value for LUN reset operations Don Brace
2017-05-03 23:54 ` [PATCH V2 21/36] smartpqi: enhance kdump Don Brace
2017-05-03 23:54 ` [PATCH V2 22/36] smartpqi: remove qdepth calculations for logical volumes Don Brace
2017-05-03 23:54 ` [PATCH V2 23/36] smartpqi: add lockup action Don Brace
2017-05-03 23:54 ` [PATCH V2 24/36] smartpqi: correct aio error path Don Brace
2017-05-03 23:54 ` [PATCH V2 25/36] smartpqi: update device offline Don Brace
2017-05-03 23:54 ` [PATCH V2 26/36] smartpqi: update rescan worker Don Brace
2017-05-03 23:55 ` [PATCH V2 27/36] smartpqi: cleanup controller branding Don Brace
2017-05-03 23:55 ` [PATCH V2 28/36] smartpqi: map more raid errors to SCSI errors Don Brace
2017-05-03 23:55 ` [PATCH V2 29/36] smartpqi: update timeout on admin commands Don Brace
2017-05-03 23:55 ` [PATCH V2 30/36] smartpqi: enhance device add and remove messages Don Brace
2017-05-03 23:55 ` [PATCH V2 31/36] smartpqi: make ioaccel references consistent Don Brace
2017-05-03 23:55 ` [PATCH V2 32/36] smartpqi: add raid level show Don Brace
2017-05-03 23:55 ` [PATCH V2 33/36] smartpqi: cleanup list initialization Don Brace
2017-05-03 23:55 ` [PATCH V2 34/36] smartpqi: add module parameters Don Brace
2017-05-03 23:55 ` [PATCH V2 35/36] smartpqi: remove writeq/readq function definitions Don Brace
2017-05-03 23:55 ` [PATCH V2 36/36] smartpqi: bump driver version Don Brace
2017-05-12  3:06 ` 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=yq1wp9mixil.fsf@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=Justin.Lindley@microsemi.com \
    --cc=Kevin.Barnett@microsemi.com \
    --cc=Mahesh.Rajashekhara@microsemi.com \
    --cc=POSWALD@suse.com \
    --cc=Viswas.G@microsemi.com \
    --cc=bader.alisaleh@microsemi.com \
    --cc=don.brace@microsemi.com \
    --cc=gerry.morong@microsemi.com \
    --cc=hch@infradead.org \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=john.hall@microsemi.com \
    --cc=joseph.szczypek@hpe.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=scott.benesh@microsemi.com \
    --cc=scott.teel@microsemi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox