From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: "Matthew R. Ochs" <mrochs@linux.vnet.ibm.com>
Cc: linux-scsi@vger.kernel.org, nab@linux-iscsi.org,
brking@linux.vnet.ibm.com, hch@infradead.org, mikey@neuling.org,
imunsie@au1.ibm.com, "Manoj N. Kumar" <manoj@linux.vnet.ibm.com>
Subject: Re: [PATCH v6] cxlflash: Base support for IBM CXL Flash Adapter
Date: Sat, 13 Jun 2015 08:59:47 -0700 [thread overview]
Message-ID: <1434211187.2208.2.camel@HansenPartnership.com> (raw)
In-Reply-To: <1433888152-7360-1-git-send-email-mrochs@linux.vnet.ibm.com>
On Tue, 2015-06-09 at 17:15 -0500, Matthew R. Ochs wrote:
> SCSI device driver to support filesystem access on the IBM CXL Flash adapter.
>
> Supported-by: Stephen Bates <stephen.bates@pmcs.com>
> Reviewed-by: Michael Neuling <mikey@neuling.org>
> Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
> Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
> ---
> drivers/scsi/Kconfig | 1 +
> drivers/scsi/Makefile | 1 +
> drivers/scsi/cxlflash/Kconfig | 11 +
> drivers/scsi/cxlflash/Makefile | 2 +
> drivers/scsi/cxlflash/common.h | 181 +++
> drivers/scsi/cxlflash/main.c | 2294 +++++++++++++++++++++++++++++++++++++++
> drivers/scsi/cxlflash/main.h | 104 ++
> drivers/scsi/cxlflash/sislite.h | 465 ++++++++
> 8 files changed, 3059 insertions(+)
> create mode 100644 drivers/scsi/cxlflash/Kconfig
> create mode 100644 drivers/scsi/cxlflash/Makefile
> create mode 100644 drivers/scsi/cxlflash/common.h
> create mode 100644 drivers/scsi/cxlflash/main.c
> create mode 100644 drivers/scsi/cxlflash/main.h
> create mode 100755 drivers/scsi/cxlflash/sislite.h
That last one shows execute permission on a header file, which is a big
no-no. checkpatch would have given you an error for this ... please use
it next time. I fixed this up when applying.
James
prev parent reply other threads:[~2015-06-13 15:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-09 22:15 [PATCH v6] cxlflash: Base support for IBM CXL Flash Adapter Matthew R. Ochs
2015-06-10 12:23 ` Brian King
2015-06-11 18:15 ` Brian King
2015-06-13 15:59 ` James Bottomley [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=1434211187.2208.2.camel@HansenPartnership.com \
--to=james.bottomley@hansenpartnership.com \
--cc=brking@linux.vnet.ibm.com \
--cc=hch@infradead.org \
--cc=imunsie@au1.ibm.com \
--cc=linux-scsi@vger.kernel.org \
--cc=manoj@linux.vnet.ibm.com \
--cc=mikey@neuling.org \
--cc=mrochs@linux.vnet.ibm.com \
--cc=nab@linux-iscsi.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.