* [patch 01/17] git-scsi-misc: arcmsr build fix
@ 2007-10-02 21:37 akpm
2007-10-02 22:03 ` James Bottomley
2007-10-05 19:07 ` Andrew Morton
0 siblings, 2 replies; 6+ messages in thread
From: akpm @ 2007-10-02 21:37 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi, akpm
From: Andrew Morton <akpm@linux-foundation.org>
drivers/scsi/arcmsr/arcmsr_hba.c:129: error: 'arcmsr_pci_error_detected' undeclared here (not in a function)
drivers/scsi/arcmsr/arcmsr_hba.c:130: error: 'arcmsr_pci_slot_reset' undeclared here (not in a function)
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/scsi/arcmsr/arcmsr_hba.c | 4 ++++
1 file changed, 4 insertions(+)
diff -puN drivers/scsi/arcmsr/arcmsr_hba.c~git-scsi-misc-arcmsr-build-fix drivers/scsi/arcmsr/arcmsr_hba.c
--- a/drivers/scsi/arcmsr/arcmsr_hba.c~git-scsi-misc-arcmsr-build-fix
+++ a/drivers/scsi/arcmsr/arcmsr_hba.c
@@ -125,6 +125,10 @@ static struct scsi_host_template arcmsr_
.shost_attrs = arcmsr_host_attrs,
};
#ifdef CONFIG_SCSI_ARCMSR_AER
+static pci_ers_result_t arcmsr_pci_slot_reset(struct pci_dev *pdev);
+static pci_ers_result_t arcmsr_pci_error_detected(struct pci_dev *pdev,
+ pci_channel_state_t state);
+
static struct pci_error_handlers arcmsr_pci_error_handlers = {
.error_detected = arcmsr_pci_error_detected,
.slot_reset = arcmsr_pci_slot_reset,
_
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [patch 01/17] git-scsi-misc: arcmsr build fix
2007-10-02 21:37 [patch 01/17] git-scsi-misc: arcmsr build fix akpm
@ 2007-10-02 22:03 ` James Bottomley
2007-10-05 19:07 ` Andrew Morton
1 sibling, 0 replies; 6+ messages in thread
From: James Bottomley @ 2007-10-02 22:03 UTC (permalink / raw)
To: akpm; +Cc: linux-scsi
On Tue, 2007-10-02 at 14:37 -0700, akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
>
> drivers/scsi/arcmsr/arcmsr_hba.c:129: error: 'arcmsr_pci_error_detected' undeclared here (not in a function)
> drivers/scsi/arcmsr/arcmsr_hba.c:130: error: 'arcmsr_pci_slot_reset' undeclared here (not in a function)
>
> Cc: James Bottomley <James.Bottomley@steeleye.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Heh, snap:
http://marc.info/?l=linux-scsi&m=119081791117423&w=2
James
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [patch 01/17] git-scsi-misc: arcmsr build fix
2007-10-02 21:37 [patch 01/17] git-scsi-misc: arcmsr build fix akpm
2007-10-02 22:03 ` James Bottomley
@ 2007-10-05 19:07 ` Andrew Morton
2007-10-05 20:49 ` James Bottomley
1 sibling, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2007-10-05 19:07 UTC (permalink / raw)
To: James.Bottomley, linux-scsi
I sent seventeen patches and only one was applied.
Please either merge the others or give them a nack-with-reasons or specify
how they need to be altered.
Please do not just ignore them. This creates additional ongoing
maintenance work for myself.
Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [patch 01/17] git-scsi-misc: arcmsr build fix
2007-10-05 19:07 ` Andrew Morton
@ 2007-10-05 20:49 ` James Bottomley
2007-10-05 21:04 ` Andrew Morton
0 siblings, 1 reply; 6+ messages in thread
From: James Bottomley @ 2007-10-05 20:49 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-scsi
On Fri, 2007-10-05 at 12:07 -0700, Andrew Morton wrote:
> I sent seventeen patches and only one was applied.
>
> Please either merge the others or give them a nack-with-reasons or specify
> how they need to be altered.
>
> Please do not just ignore them. This creates additional ongoing
> maintenance work for myself.
Actually, none were applied ... you just got a fortuitous match with one
of Matthew's advansys patches, like he said you would. Yours are in the
queue behind the gdth patch set which is currently causing me merge
problems. Once I get that sorted out, I'll likely apply all of yours
bar the ones I already replied about.
James
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [patch 01/17] git-scsi-misc: arcmsr build fix
2007-10-05 20:49 ` James Bottomley
@ 2007-10-05 21:04 ` Andrew Morton
2007-10-05 21:16 ` James Bottomley
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2007-10-05 21:04 UTC (permalink / raw)
To: James Bottomley; +Cc: linux-scsi
On Fri, 05 Oct 2007 16:49:22 -0400
James Bottomley <James.Bottomley@SteelEye.com> wrote:
> On Fri, 2007-10-05 at 12:07 -0700, Andrew Morton wrote:
> > I sent seventeen patches and only one was applied.
> >
> > Please either merge the others or give them a nack-with-reasons or specify
> > how they need to be altered.
> >
> > Please do not just ignore them. This creates additional ongoing
> > maintenance work for myself.
>
> Actually, none were applied ...
ok, mpt-fusion-shut-up-uninitialized-variable.patch arrive in your tree via
some other route and confused me.
> you just got a fortuitous match with one
> of Matthew's advansys patches, like he said you would. Yours are in the
> queue behind the gdth patch set which is currently causing me merge
> problems. Once I get that sorted out, I'll likely apply all of yours
> bar the ones I already replied about.
OK, thanks.
wrt the ones you already replied about: I'm unsure which those are so can
you please re-reply? I'd prefer to drop marginal stuff rather than having
it hang around for ever.
Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [patch 01/17] git-scsi-misc: arcmsr build fix
2007-10-05 21:04 ` Andrew Morton
@ 2007-10-05 21:16 ` James Bottomley
0 siblings, 0 replies; 6+ messages in thread
From: James Bottomley @ 2007-10-05 21:16 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-scsi
On Fri, 2007-10-05 at 14:04 -0700, Andrew Morton wrote:
> On Fri, 05 Oct 2007 16:49:22 -0400
> James Bottomley <James.Bottomley@SteelEye.com> wrote:
>
> > On Fri, 2007-10-05 at 12:07 -0700, Andrew Morton wrote:
> > > I sent seventeen patches and only one was applied.
> > >
> > > Please either merge the others or give them a nack-with-reasons or specify
> > > how they need to be altered.
> > >
> > > Please do not just ignore them. This creates additional ongoing
> > > maintenance work for myself.
> >
> > Actually, none were applied ...
>
> ok, mpt-fusion-shut-up-uninitialized-variable.patch arrive in your tree via
> some other route and confused me.
>
> > you just got a fortuitous match with one
> > of Matthew's advansys patches, like he said you would. Yours are in the
> > queue behind the gdth patch set which is currently causing me merge
> > problems. Once I get that sorted out, I'll likely apply all of yours
> > bar the ones I already replied about.
>
> OK, thanks.
>
> wrt the ones you already replied about: I'm unsure which those are so can
> you please re-reply? I'd prefer to drop marginal stuff rather than having
> it hang around for ever.
It was just the aic7xxx one (8/17). I'll resend.
James
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-10-05 21:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-02 21:37 [patch 01/17] git-scsi-misc: arcmsr build fix akpm
2007-10-02 22:03 ` James Bottomley
2007-10-05 19:07 ` Andrew Morton
2007-10-05 20:49 ` James Bottomley
2007-10-05 21:04 ` Andrew Morton
2007-10-05 21:16 ` James Bottomley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox