linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* node_online_map patch kills x86_64
@ 2005-01-11 23:16 Chris Wright
  2005-01-11 23:42 ` Andi Kleen
  2005-01-12  0:07 ` William Lee Irwin III
  0 siblings, 2 replies; 12+ messages in thread
From: Chris Wright @ 2005-01-11 23:16 UTC (permalink / raw)
  To: wli, colpatch; +Cc: linux-kernel

Backing out the x86_64 specific bits of the numnodes -> node_online_map
patch and the generic bits from wli, kills my machine at boot.

It hits the early_idt_handler and dies straight away.  What would help
to debug this thing?

thanks,
-chris
-- 
Linux Security Modules     http://lsm.immunix.org     http://lsm.bkbits.net

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: node_online_map patch kills x86_64
@ 2005-01-12  2:03 Petr Vandrovec
  0 siblings, 0 replies; 12+ messages in thread
From: Petr Vandrovec @ 2005-01-12  2:03 UTC (permalink / raw)
  To: Andi Kleen; +Cc: linux-kernel, chrisw

On 12 Jan 05 at 2:38, Andi Kleen wrote:
> On Tue, Jan 11, 2005 at 04:30:25PM -0800, Chris Wright wrote:
> > kernel direct mapping tables upto ffff810100000000 @ 8000-d000
> > PANIC: early exception rip ffffffff8078b2e3 error 0 cr2 17c498a67
> >   Filesystem type ext2
> >   (couple more grub messgages like kernel name, root device)
> 
> Can you please boot with earlyprintk=serial,ttyS0,baud and send the full
> boot log? 
> 
> And also look up where ffffffff8078b2e3 is in System.map.

You should go through your x86-64-bugs mailbox ;-)   I've sent two
"hacks" your way, with explanation.  It is not nice to have node_online_map
to initialize with '1', then your nodes are #1 and #2 instead of #0 and
#1, and as node #0 has no memory and is not online at all, things broke.
Plus k8topology is broken too.

http://www.x86-64.org/lists/bugs/msg01278.html

                                                Petr Vandrovec
                                                


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-01-12 19:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-11 23:16 node_online_map patch kills x86_64 Chris Wright
2005-01-11 23:42 ` Andi Kleen
2005-01-12  0:30   ` Chris Wright
2005-01-12  1:38     ` Andi Kleen
2005-01-12  1:53       ` Chris Wright
2005-01-12  2:00         ` Andi Kleen
2005-01-12  2:10           ` Chris Wright
2005-01-12  0:07 ` William Lee Irwin III
2005-01-12  0:35   ` Chris Wright
2005-01-12 18:42     ` Matthew Dobson
2005-01-12 19:20       ` Chris Wright
2005-01-12  2:03 Petr Vandrovec

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).