* [PATCH v2 0/10] megaraid_sas : Updates for scsi for-next
@ 2015-08-20 13:13 Sumit.Saxena
2015-08-28 19:32 ` James Bottomley
0 siblings, 1 reply; 4+ messages in thread
From: Sumit.Saxena @ 2015-08-20 13:13 UTC (permalink / raw)
To: linux-scsi, thenzl, martin.petersen, hch, jbottomley,
kashyap.desai, sumit.saxena, kiran-kumar.kasturi
Cc: uday.lingala
MegaRaid driver changes. This patch set is resent based on feedback received by Martin Petersen.
Please consider this patch set for next kernel release.
Signed-off-by: Sumit Saxena <sumit.saxena@avagotech.com>
Signed-off-by: Kashyap Desai <kashyap.desai@avagotech.com>
---
[PATCH v2 00/10] megaraid_sas : Updates for scsi for-next.
[PATCH v2 01/10] megaraid_sas : Synchronize driver headers with firmware APIs.
[PATCH v2 02/10] megaraid_sas : Increase timeout to 60 secs for abort frames during shutdown.
[PATCH v2 03/10] megaraid_sas : Jbod sequence number support.
[PATCH v2 04/10] megaraid_sas : Code cleanup-use local variable drv_ops inside megasas_ioc_init_fusion.
[PATCH v2 05/10] megaraid_sas : Support for max_io_size 1MB.
[PATCH v2 06/10] megaraid_sas : Chip reset if driver fail to bring ioc ready.
[PATCH v2 07/10] megaraid_sas : Print critical fw event message.
[PATCH v2 08/10] megaraid_sas : Fix validHandles check in io path.
[PATCH v2 09/10] megaraid_sas : Code refactor for use of requestorId.
[PATCH v2 10/10] megaraid_sas : Version upgrade.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 0/10] megaraid_sas : Updates for scsi for-next
2015-08-20 13:13 [PATCH v2 0/10] megaraid_sas : Updates for scsi for-next Sumit.Saxena
@ 2015-08-28 19:32 ` James Bottomley
2015-08-31 11:49 ` Sumit Saxena
2015-09-18 9:05 ` Sumit Saxena
0 siblings, 2 replies; 4+ messages in thread
From: James Bottomley @ 2015-08-28 19:32 UTC (permalink / raw)
To: Sumit.Saxena
Cc: linux-scsi, thenzl, martin.petersen, hch, jbottomley,
kashyap.desai, kiran-kumar.kasturi, uday.lingala, Bjorn Helgaas
On Thu, 2015-08-20 at 18:43 +0530, Sumit.Saxena@avagotech.com wrote:
> MegaRaid driver changes. This patch set is resent based on feedback received by Martin Petersen.
> Please consider this patch set for next kernel release.
>
> Signed-off-by: Sumit Saxena <sumit.saxena@avagotech.com>
> Signed-off-by: Kashyap Desai <kashyap.desai@avagotech.com>
> ---
> [PATCH v2 00/10] megaraid_sas : Updates for scsi for-next.
> [PATCH v2 01/10] megaraid_sas : Synchronize driver headers with firmware APIs.
> [PATCH v2 02/10] megaraid_sas : Increase timeout to 60 secs for abort frames during shutdown.
> [PATCH v2 03/10] megaraid_sas : Jbod sequence number support.
> [PATCH v2 04/10] megaraid_sas : Code cleanup-use local variable drv_ops inside megasas_ioc_init_fusion.
> [PATCH v2 05/10] megaraid_sas : Support for max_io_size 1MB.
> [PATCH v2 06/10] megaraid_sas : Chip reset if driver fail to bring ioc ready.
> [PATCH v2 07/10] megaraid_sas : Print critical fw event message.
> [PATCH v2 08/10] megaraid_sas : Fix validHandles check in io path.
> [PATCH v2 09/10] megaraid_sas : Code refactor for use of requestorId.
> [PATCH v2 10/10] megaraid_sas : Version upgrade.
I'm getting a ton of rejects in this series because of
commit da0dc9fb4e6b0ad5a947c27a3c48985f6a2377eb
Author: Bjorn Helgaas <bhelgaas@google.com>
Date: Tue Jul 7 15:52:45 2015 -0500
megaraid_sas: fix whitespace errors
Please fix.
Useful rules of thumb are don't ack whitespace patches because they
inevitably cause this type of issue. If you do decide to ack, make sure
you don't cause conflicts with your own outstanding patches.
James
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH v2 0/10] megaraid_sas : Updates for scsi for-next
2015-08-28 19:32 ` James Bottomley
@ 2015-08-31 11:49 ` Sumit Saxena
2015-09-18 9:05 ` Sumit Saxena
1 sibling, 0 replies; 4+ messages in thread
From: Sumit Saxena @ 2015-08-31 11:49 UTC (permalink / raw)
To: James Bottomley
Cc: linux-scsi, thenzl, martin.petersen, hch, jbottomley,
Kashyap Desai, Kiran Kumar Kasturi, Uday Lingala, Bjorn Helgaas
> -----Original Message-----
> From: James Bottomley [mailto:James.Bottomley@HansenPartnership.com]
> Sent: Saturday, August 29, 2015 1:03 AM
> To: Sumit.Saxena@avagotech.com
> Cc: linux-scsi@vger.kernel.org; thenzl@redhat.com;
> martin.petersen@oracle.com; hch@infradead.org; jbottomley@parallels.com;
> kashyap.desai@avagotech.com; kiran-kumar.kasturi@avagotech.com;
> uday.lingala@avagotech.com; Bjorn Helgaas
> Subject: Re: [PATCH v2 0/10] megaraid_sas : Updates for scsi for-next
>
> On Thu, 2015-08-20 at 18:43 +0530, Sumit.Saxena@avagotech.com wrote:
> > MegaRaid driver changes. This patch set is resent based on feedback
> > received
> by Martin Petersen.
> > Please consider this patch set for next kernel release.
> >
> > Signed-off-by: Sumit Saxena <sumit.saxena@avagotech.com>
> > Signed-off-by: Kashyap Desai <kashyap.desai@avagotech.com>
> > ---
> > [PATCH v2 00/10] megaraid_sas : Updates for scsi for-next.
> > [PATCH v2 01/10] megaraid_sas : Synchronize driver headers with firmware
> APIs.
> > [PATCH v2 02/10] megaraid_sas : Increase timeout to 60 secs for abort
> > frames
> during shutdown.
> > [PATCH v2 03/10] megaraid_sas : Jbod sequence number support.
> > [PATCH v2 04/10] megaraid_sas : Code cleanup-use local variable drv_ops
> inside megasas_ioc_init_fusion.
> > [PATCH v2 05/10] megaraid_sas : Support for max_io_size 1MB.
> > [PATCH v2 06/10] megaraid_sas : Chip reset if driver fail to bring ioc
> > ready.
> > [PATCH v2 07/10] megaraid_sas : Print critical fw event message.
> > [PATCH v2 08/10] megaraid_sas : Fix validHandles check in io path.
> > [PATCH v2 09/10] megaraid_sas : Code refactor for use of requestorId.
> > [PATCH v2 10/10] megaraid_sas : Version upgrade.
>
> I'm getting a ton of rejects in this series because of
>
> commit da0dc9fb4e6b0ad5a947c27a3c48985f6a2377eb
> Author: Bjorn Helgaas <bhelgaas@google.com>
> Date: Tue Jul 7 15:52:45 2015 -0500
>
> megaraid_sas: fix whitespace errors
>
> Please fix.
I am about to resend patches rebased with latest repo.
>
> Useful rules of thumb are don't ack whitespace patches because they
> inevitably
> cause this type of issue. If you do decide to ack, make sure you don't
> cause
> conflicts with your own outstanding patches.
I will make sure not to ack whitespace patches further.
Thanks,
Sumit
>
> James
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH v2 0/10] megaraid_sas : Updates for scsi for-next
2015-08-28 19:32 ` James Bottomley
2015-08-31 11:49 ` Sumit Saxena
@ 2015-09-18 9:05 ` Sumit Saxena
1 sibling, 0 replies; 4+ messages in thread
From: Sumit Saxena @ 2015-09-18 9:05 UTC (permalink / raw)
To: James Bottomley
Cc: linux-scsi, thenzl, martin.petersen, hch, jbottomley,
Kashyap Desai, Kiran Kumar Kasturi, Uday Lingala, Bjorn Helgaas
> -----Original Message-----
> From: James Bottomley [mailto:James.Bottomley@HansenPartnership.com]
> Sent: Saturday, August 29, 2015 1:03 AM
> To: Sumit.Saxena@avagotech.com
> Cc: linux-scsi@vger.kernel.org; thenzl@redhat.com;
> martin.petersen@oracle.com; hch@infradead.org; jbottomley@parallels.com;
> kashyap.desai@avagotech.com; kiran-kumar.kasturi@avagotech.com;
> uday.lingala@avagotech.com; Bjorn Helgaas
> Subject: Re: [PATCH v2 0/10] megaraid_sas : Updates for scsi for-next
>
> On Thu, 2015-08-20 at 18:43 +0530, Sumit.Saxena@avagotech.com wrote:
> > MegaRaid driver changes. This patch set is resent based on feedback
> > received
> by Martin Petersen.
> > Please consider this patch set for next kernel release.
> >
> > Signed-off-by: Sumit Saxena <sumit.saxena@avagotech.com>
> > Signed-off-by: Kashyap Desai <kashyap.desai@avagotech.com>
> > ---
> > [PATCH v2 00/10] megaraid_sas : Updates for scsi for-next.
> > [PATCH v2 01/10] megaraid_sas : Synchronize driver headers with firmware
> APIs.
> > [PATCH v2 02/10] megaraid_sas : Increase timeout to 60 secs for abort
> > frames
> during shutdown.
> > [PATCH v2 03/10] megaraid_sas : Jbod sequence number support.
> > [PATCH v2 04/10] megaraid_sas : Code cleanup-use local variable drv_ops
> inside megasas_ioc_init_fusion.
> > [PATCH v2 05/10] megaraid_sas : Support for max_io_size 1MB.
> > [PATCH v2 06/10] megaraid_sas : Chip reset if driver fail to bring ioc
> > ready.
> > [PATCH v2 07/10] megaraid_sas : Print critical fw event message.
> > [PATCH v2 08/10] megaraid_sas : Fix validHandles check in io path.
> > [PATCH v2 09/10] megaraid_sas : Code refactor for use of requestorId.
> > [PATCH v2 10/10] megaraid_sas : Version upgrade.
>
> I'm getting a ton of rejects in this series because of
>
> commit da0dc9fb4e6b0ad5a947c27a3c48985f6a2377eb
> Author: Bjorn Helgaas <bhelgaas@google.com>
> Date: Tue Jul 7 15:52:45 2015 -0500
>
> megaraid_sas: fix whitespace errors
>
> Please fix.
>
> Useful rules of thumb are don't ack whitespace patches because they
> inevitably
> cause this type of issue. If you do decide to ack, make sure you don't
> cause
> conflicts with your own outstanding patches.
>
> James
James,
I have sent patches rebased on latest code few days back. Can you provide
your feedback?
Thanks,
Sumit
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-18 9:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 13:13 [PATCH v2 0/10] megaraid_sas : Updates for scsi for-next Sumit.Saxena
2015-08-28 19:32 ` James Bottomley
2015-08-31 11:49 ` Sumit Saxena
2015-09-18 9:05 ` Sumit Saxena
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).