All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Harper <ryanh@us.ibm.com>
To: xen-devel@lists.xensource.com
Subject: numa=on broken
Date: Fri, 30 Mar 2007 12:34:32 -0500	[thread overview]
Message-ID: <20070330173432.GR28736@us.ibm.com> (raw)

Testing the latest xen-unstable bits, booting with numa=on fails:

(XEN) Command line: /boot/xen.gz com1=115200,8n1 console=com1 conswitch=x numa=on
(XEN) Physical RAM map:
(XEN)  0000000000000000 - 000000000009d000 (usable)
(XEN)  000000000009dc00 - 00000000000a0000 (reserved)
(XEN)  00000000000d0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000dff60000 (usable)
(XEN)  00000000dff60000 - 00000000dff72000 (ACPI data)
(XEN)  00000000dff72000 - 00000000dff80000 (ACPI NVS)
(XEN)  00000000dff80000 - 00000000e0000000 (reserved)
(XEN)  00000000fec00000 - 00000000fec00400 (reserved)
(XEN)  00000000fee00000 - 00000000fee01000 (reserved)
(XEN)  00000000fff80000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000200000000 (usable)
(XEN) System RAM: 7678MB (7863284kB)
(XEN) ACPI: RSDP (v002 PTLTD                                 ) @ 0x00000000000f7170
(XEN) ACPI: XSDT (v001 PTLTD     XSDT   0x06040000  LTP 0x00000000) @ 0x00000000dff6d116
(XEN) ACPI: FADT (v003 AMD    HAMMER   0x06040000 PTEC 0x000f4240) @ 0x00000000dff71d0f
(XEN) ACPI: SRAT (v001 AMD    HAMMER   0x06040000 AMD  0x00000001) @ 0x00000000dff71e03
(XEN) ACPI: MADT (v001 PTLTD     APIC   0x06040000  LTP 0x00000000) @ 0x00000000dff71ecb
(XEN) ACPI: ASF! (v016    MBI     CETP 0x06040000 PTL  0x00000001) @ 0x00000000dff71f59
(XEN) ACPI: DSDT (v001 AMD-K8  AMDACPI 0x06040000 MSFT 0x0100000e) @ 0x0000000000000000
(XEN) SRAT: PXM 0 -> APIC 0 -> Node 0
(XEN) SRAT: PXM 1 -> APIC 1 -> Node 1
(XEN) SRAT: Node 0 PXM 0 0-a0000
(XEN) SRAT: Node 0 PXM 0 0-e0000000
(XEN) SRAT: Node 1 PXM 1 100000000-200000000
(XEN) NUMA: Using 32 for the hash shift.
(XEN) Cannot handle page request order 0!
(XEN) Cannot handle page request order 2!
(XEN) Reserving non-aligned node boundary @ mfn 1048576
(XEN) Cannot handle page request order 0!
(XEN) Cannot handle page request order 2!
(XEN) Cannot handle page request order 0!
(XEN) Cannot handle page request order 2!
(XEN) Cannot handle page request order 0!
(XEN) Cannot handle page request order 2!
(XEN) Unknown interrupt

Looking a little deeper, it looks like in end_boot_allocator() we are
attempting to dynamically allocate memory for addition arrays in avail[]
and for the heap.  This uses xmalloc() which relies on
alloc_xenheap_pages() to work.  alloc_xenheap_pages() can't function
until end_boot_allocator() completes.  Prior to end_boot_alloctor(), one
needs to use alloc_boot_pages().

Any thoughts on how to proceed here?

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@us.ibm.com

             reply	other threads:[~2007-03-30 17:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-30 17:34 Ryan Harper [this message]
2007-03-30 17:51 ` numa=on broken Keir Fraser
2007-03-30 18:08   ` Ryan Harper
2007-03-30 18:17     ` Keir Fraser
2007-03-30 18:20       ` Ryan Harper
2007-03-30 18:46         ` Ryan Harper
2007-03-30 18:48           ` Ryan Harper
2007-03-30 18:51           ` Keir Fraser
2007-03-30 18:55             ` Ryan Harper
2007-03-30 19:05               ` Keir Fraser
2007-03-30 19:39                 ` Ryan Harper
2007-03-31  9:06                   ` Keir Fraser
2007-04-01  5:20                     ` Ryan Harper
2007-04-01  8:29                       ` Keir Fraser
2007-04-01 13:46                         ` Ryan Harper
2007-04-01 15:51                           ` Keir Fraser
2007-04-01 18:53                             ` Ryan Harper
2007-03-30 19:03             ` Ryan Harper
2007-03-30 18:06 ` Ryan Harper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070330173432.GR28736@us.ibm.com \
    --to=ryanh@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.