* fs_enet build breakage
@ 2009-05-18 7:01 Benjamin Herrenschmidt
2009-05-18 13:23 ` Kumar Gala
0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Herrenschmidt @ 2009-05-18 7:01 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev list
Hi Kumar
Commit 4484079d517c2b6521621be0b1ea246ccc55c7d7 from your next branch
breaks my 8xx test config with the following error:
/home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c: In function ‘setup_immap’:
/home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:947: error: ‘IMAP_ADDR’ undeclared (first use in this function)
/home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:947: error: (Each undeclared identifier is reported only once
/home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:947: error: for each function it appears in.)
I'm still pushing it with a bunch of other stuff to "test" so people get
to find more breakage but it will need to be fixed for the actual "next"
branch.
Cheers,
Ben.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: fs_enet build breakage
2009-05-18 7:01 fs_enet build breakage Benjamin Herrenschmidt
@ 2009-05-18 13:23 ` Kumar Gala
2009-05-18 17:20 ` Scott Wood
0 siblings, 1 reply; 5+ messages in thread
From: Kumar Gala @ 2009-05-18 13:23 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: Kumar Gala, linuxppc-dev list
On May 18, 2009, at 2:01 AM, Benjamin Herrenschmidt wrote:
> Hi Kumar
>
> Commit 4484079d517c2b6521621be0b1ea246ccc55c7d7 from your next branch
> breaks my 8xx test config with the following error:
>
> /home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c: In =20=
> function =91setup_immap=92:
> /home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:=20
> 947: error: =91IMAP_ADDR=92 undeclared (first use in this function)
> /home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:=20
> 947: error: (Each undeclared identifier is reported only once
> /home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:=20
> 947: error: for each function it appears in.)
>
> I'm still pushing it with a bunch of other stuff to "test" so people =20=
> get
> to find more breakage but it will need to be fixed for the actual =20
> "next"
> branch.
>
> Cheers,
> Ben.
>
I'm pretty sure the driver changes to address this are in dave's net-=20
next tree.
- k=
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: fs_enet build breakage
2009-05-18 13:23 ` Kumar Gala
@ 2009-05-18 17:20 ` Scott Wood
2009-05-18 21:50 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 5+ messages in thread
From: Scott Wood @ 2009-05-18 17:20 UTC (permalink / raw)
To: Kumar Gala; +Cc: linuxppc-dev list, Kumar Gala
On Mon, May 18, 2009 at 08:23:17AM -0500, Kumar Gala wrote:
>
> On May 18, 2009, at 2:01 AM, Benjamin Herrenschmidt wrote:
>
> >Hi Kumar
> >
> >Commit 4484079d517c2b6521621be0b1ea246ccc55c7d7 from your next branch
> >breaks my 8xx test config with the following error:
> >
> >/home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c: In
> >function ‘setup_immap’:
> >/home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:
> >947: error: ‘IMAP_ADDR’ undeclared (first use in this function)
> >/home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:
> >947: error: (Each undeclared identifier is reported only once
> >/home/benh/linux-powerpc-test/drivers/net/fs_enet/fs_enet-main.c:
> >947: error: for each function it appears in.)
> >
> >I'm still pushing it with a bunch of other stuff to "test" so people
> >get
> >to find more breakage but it will need to be fixed for the actual
> >"next"
> >branch.
> >
> >Cheers,
> >Ben.
> >
>
> I'm pretty sure the driver changes to address this are in dave's net-
> next tree.
Won't this break git bisect?
Not to mention anyone trying to use your tree now...
-Scott
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: fs_enet build breakage
2009-05-18 17:20 ` Scott Wood
@ 2009-05-18 21:50 ` Benjamin Herrenschmidt
2009-05-19 6:59 ` Kumar Gala
0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Herrenschmidt @ 2009-05-18 21:50 UTC (permalink / raw)
To: Scott Wood; +Cc: Kumar Gala, linuxppc-dev list
On Mon, 2009-05-18 at 12:20 -0500, Scott Wood wrote:
> > I'm pretty sure the driver changes to address this are in dave's
> net-
> > next tree.
>
> Won't this break git bisect?
>
> Not to mention anyone trying to use your tree now...
Right, though if you have the commit ID in DaveM tree, I can work with
him to sort out that driver, for example by having the same commit in
my tree.
Ben.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: fs_enet build breakage
2009-05-18 21:50 ` Benjamin Herrenschmidt
@ 2009-05-19 6:59 ` Kumar Gala
0 siblings, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2009-05-19 6:59 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: Scott Wood, Kumar Gala, linuxppc-dev list
On May 18, 2009, at 4:50 PM, Benjamin Herrenschmidt wrote:
> On Mon, 2009-05-18 at 12:20 -0500, Scott Wood wrote:
>>> I'm pretty sure the driver changes to address this are in dave's
>> net-
>>> next tree.
>>
>> Won't this break git bisect?
>>
>> Not to mention anyone trying to use your tree now...
>
> Right, though if you have the commit ID in DaveM tree, I can work with
> him to sort out that driver, for example by having the same commit in
> my tree.
As discussed on IRC, its easier to modify the commit that cause the
issue to drop removing IMAP_ADDR for cpm1 devices for now. I'll
generate a separate patch for us to deal w/during the merge window
for .31
- k
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-05-19 7:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 7:01 fs_enet build breakage Benjamin Herrenschmidt
2009-05-18 13:23 ` Kumar Gala
2009-05-18 17:20 ` Scott Wood
2009-05-18 21:50 ` Benjamin Herrenschmidt
2009-05-19 6:59 ` Kumar Gala
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).