* i686 apicid_to_node compile failure.
@ 2006-11-28 6:27 Dave Jones
2006-11-28 6:38 ` Dave Jones
0 siblings, 1 reply; 6+ messages in thread
From: Dave Jones @ 2006-11-28 6:27 UTC (permalink / raw)
To: Linux Kernel
arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
config is at http://people.redhat.com/davej/.config
Dave
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: i686 apicid_to_node compile failure.
2006-11-28 6:27 i686 apicid_to_node compile failure Dave Jones
@ 2006-11-28 6:38 ` Dave Jones
2006-11-28 17:18 ` Randy Dunlap
0 siblings, 1 reply; 6+ messages in thread
From: Dave Jones @ 2006-11-28 6:38 UTC (permalink / raw)
To: Linux Kernel; +Cc: Jiri Kosina, Keith Mannthey, Linus Torvalds
On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
>
> config is at http://people.redhat.com/davej/.config
Hmm, odd. It looks like this was fixed a few weeks back in
commit 815a965b0e6d925646e1f6012175830ef21e0d21
but somehow, I still see it broken with rc6-git10.
Dave
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: i686 apicid_to_node compile failure.
2006-11-28 6:38 ` Dave Jones
@ 2006-11-28 17:18 ` Randy Dunlap
2006-11-28 19:01 ` Dave Jones
0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2006-11-28 17:18 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel, Jiri Kosina, Keith Mannthey, Linus Torvalds
On Tue, 28 Nov 2006 01:38:19 -0500 Dave Jones wrote:
> On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> > arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> > include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
> >
> > config is at http://people.redhat.com/davej/.config
>
> Hmm, odd. It looks like this was fixed a few weeks back in
> commit 815a965b0e6d925646e1f6012175830ef21e0d21
> but somehow, I still see it broken with rc6-git10.
I reported that one too. Andi replied that he had a fix for it
in his quilt tree...
---
~Randy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: i686 apicid_to_node compile failure.
2006-11-28 17:18 ` Randy Dunlap
@ 2006-11-28 19:01 ` Dave Jones
2006-11-28 19:09 ` Randy Dunlap
2006-11-28 19:09 ` Andi Kleen
0 siblings, 2 replies; 6+ messages in thread
From: Dave Jones @ 2006-11-28 19:01 UTC (permalink / raw)
To: Randy Dunlap
Cc: Linux Kernel, Jiri Kosina, Keith Mannthey, Linus Torvalds, ak
On Tue, Nov 28, 2006 at 09:18:41AM -0800, Randy Dunlap wrote:
> On Tue, 28 Nov 2006 01:38:19 -0500 Dave Jones wrote:
>
> > On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> > > arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> > > include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
> > >
> > > config is at http://people.redhat.com/davej/.config
> >
> > Hmm, odd. It looks like this was fixed a few weeks back in
> > commit 815a965b0e6d925646e1f6012175830ef21e0d21
> > but somehow, I still see it broken with rc6-git10.
>
> I reported that one too. Andi replied that he had a fix for it
> in his quilt tree...
That's worth pushing to 2.6.19 IMO. Andi ?
Dave
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: i686 apicid_to_node compile failure.
2006-11-28 19:01 ` Dave Jones
@ 2006-11-28 19:09 ` Randy Dunlap
2006-11-28 19:09 ` Andi Kleen
1 sibling, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2006-11-28 19:09 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel, Jiri Kosina, Keith Mannthey, Linus Torvalds, ak
On Tue, 28 Nov 2006 14:01:32 -0500 Dave Jones wrote:
> On Tue, Nov 28, 2006 at 09:18:41AM -0800, Randy Dunlap wrote:
> > On Tue, 28 Nov 2006 01:38:19 -0500 Dave Jones wrote:
> >
> > > On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> > > > arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> > > > include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
> > > >
> > > > config is at http://people.redhat.com/davej/.config
> > >
> > > Hmm, odd. It looks like this was fixed a few weeks back in
> > > commit 815a965b0e6d925646e1f6012175830ef21e0d21
> > > but somehow, I still see it broken with rc6-git10.
> >
> > I reported that one too. Andi replied that he had a fix for it
> > in his quilt tree...
>
> That's worth pushing to 2.6.19 IMO. Andi ?
Yes, I expected that to be done also.
Linus just mentioned pushing 2.6.19 later today...
---
~Randy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: i686 apicid_to_node compile failure.
2006-11-28 19:01 ` Dave Jones
2006-11-28 19:09 ` Randy Dunlap
@ 2006-11-28 19:09 ` Andi Kleen
1 sibling, 0 replies; 6+ messages in thread
From: Andi Kleen @ 2006-11-28 19:09 UTC (permalink / raw)
To: Dave Jones
Cc: Randy Dunlap, Linux Kernel, Jiri Kosina, Keith Mannthey,
Linus Torvalds
On Tuesday 28 November 2006 20:01, Dave Jones wrote:
> On Tue, Nov 28, 2006 at 09:18:41AM -0800, Randy Dunlap wrote:
> > On Tue, 28 Nov 2006 01:38:19 -0500 Dave Jones wrote:
> >
> > > On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> > > > arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> > > > include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
> > > >
> > > > config is at http://people.redhat.com/davej/.config
> > >
> > > Hmm, odd. It looks like this was fixed a few weeks back in
> > > commit 815a965b0e6d925646e1f6012175830ef21e0d21
> > > but somehow, I still see it broken with rc6-git10.
> >
> > I reported that one too. Andi replied that he had a fix for it
> > in his quilt tree...
>
> That's worth pushing to 2.6.19 IMO. Andi ?
Yes, i hope to still get the patches in before .19
-Andi
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-11-28 19:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28 6:27 i686 apicid_to_node compile failure Dave Jones
2006-11-28 6:38 ` Dave Jones
2006-11-28 17:18 ` Randy Dunlap
2006-11-28 19:01 ` Dave Jones
2006-11-28 19:09 ` Randy Dunlap
2006-11-28 19:09 ` Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox