On Thu, 16 Nov 2006, Christian Krafft wrote: > Okay, I slowly understand what you are talking about. > I just tried a "numactl --cpunodebind 1 --membind 1 true" which hit an uninitialized zone in slab_node: > > return zone_to_nid(policy->v.zonelist->zones[0]); I think the above should work fine and give the expected OOM since the node has no memory. The zone struct should redirect via the zonelist to nodes that have memory for allocations that are not bound to a single node. > I also still don't know if it makes sense to have memoryless nodes, but supporting it does. > So wath would be reasonable, to have empty zonelists for those node, or to check if zonelists are uninitialized ? zonelists of those nodes should contain a list of fallback zones with available memory. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [patch 0/2] fix bugs while booting on NUMA system where some nodes have no mem
- From: Christian Krafft <[email protected]>
- [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christian Krafft <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christoph Lameter <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Jack Steiner <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christoph Lameter <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Martin Bligh <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christoph Lameter <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: KAMEZAWA Hiroyuki <[email protected]>
- Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- From: Christoph Lameter <[email protected]>
- [patch 0/2] fix bugs while booting on NUMA system where some nodes have no mem
- Prev by Date: Re: [PATCH] usb: Support for DMC TSC-10 (take 2)
- Next by Date: Re: UDP packets loss
- Previous by thread: Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- Next by thread: Re: [patch 2/2] enables booting a NUMA system where some nodes have no memory
- Index(es):