login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
30
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local node memory
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: H. Peter Anvin
Subject:
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local node memory
Date: Wednesday, December 29, 2010 - 6:53 pm
On 12/29/2010 05:07 PM, David Rientjes wrote:
quoted text
> On Wed, 29 Dec 2010, H. Peter Anvin wrote: > >>> That's from f51bf3073a1 (x86, numa: Fake apicid and pxm mappings for NUMA >>> emulation) and c1c3443c9c (x86, numa: Fake node-to-cpumask for NUMA >>> emulation) in x86/numa. Given the subject line, I think your patchset is >>> targeted to the same branch so I'm not sure what's concerning? >> >> No, it's part of a much bigger patchset which doesn't have anything to >> do with NUMA. That's the problem. >> >> In other words, I need a sane way to merge them and resolve the conflict. > > The two patches above from x86/numa that create the conflict should be > dependent only on 4e76f4e67a (x86, numa: Avoid compiling NUMA emulation > functions without CONFIG_NUMA_EMU), so cherry-pick them into x86/bootmem?
That would hurt more, I think. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/3] memblock related top down
, Yinghai Lu
, (Fri Dec 17, 5:58 pm)
[PATCH 0/6] memblock related further cleanup for x86
, Yinghai Lu
, (Mon Dec 27, 5:47 pm)
[PATCH 1/6] x86: Change get_max_mapped() to inline
, Yinghai Lu
, (Mon Dec 27, 5:47 pm)
[PATCH 2/6] x86, 64bit, numa: Allocate memnodemap under ma ...
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
[PATCH 3/6] x86, 64bit, numa: Put pgtable to local node memory
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
[PATCH 4/6] x86: Use early pre-allocated page table buffer ...
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
[PATCH 5/6] x86, 64bit: Move out cleanup higmap [_brk_end, ...
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
[PATCH 6/6] x86: Rename e820_table_* to pgt_buf_*
, Yinghai Lu
, (Mon Dec 27, 5:48 pm)
Re: [PATCH 0/3] memblock related top down
, H. Peter Anvin
, (Tue Dec 28, 1:21 pm)
Re: [PATCH 0/3] memblock related top down
, Yinghai Lu
, (Tue Dec 28, 2:36 pm)
Re: [PATCH 0/3] memblock related top down
, H. Peter Anvin
, (Tue Dec 28, 3:09 pm)
Re: [PATCH 0/3] memblock related top down
, Yinghai Lu
, (Tue Dec 28, 3:25 pm)
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
, H. Peter Anvin
, (Wed Dec 29, 4:05 pm)
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
, Yinghai Lu
, (Wed Dec 29, 4:30 pm)
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
, Yinghai Lu
, (Wed Dec 29, 4:37 pm)
Re: [PATCH 1/6] x86: Change get_max_mapped() to inline
, H. Peter Anvin
, (Wed Dec 29, 4:42 pm)
[PATCH -v2 1/6] x86: Change get_max_mapped() to inline
, Yinghai Lu
, (Wed Dec 29, 4:45 pm)
[PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local nod ...
, Yinghai Lu
, (Wed Dec 29, 4:46 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, H. Peter Anvin
, (Wed Dec 29, 4:50 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, Yinghai Lu
, (Wed Dec 29, 5:11 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, David Rientjes
, (Wed Dec 29, 5:39 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, H. Peter Anvin
, (Wed Dec 29, 5:58 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, David Rientjes
, (Wed Dec 29, 6:07 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, H. Peter Anvin
, (Wed Dec 29, 6:53 pm)
Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgtable to local ...
, Ingo Molnar
, (Thu Dec 30, 2:06 am)
[boot crash] Re: [PATCH -v2 3/6] x86, 64bit, numa: Put pgt ...
, Ingo Molnar
, (Thu Dec 30, 3:28 am)
Re: [boot crash] Re: [PATCH -v2 3/6] x86, 64bit, numa: Put ...
, Ingo Molnar
, (Thu Dec 30, 3:30 am)
[build failure] Re: [PATCH -v2 3/6] x86, 64bit, numa: Put ...
, Ingo Molnar
, (Thu Dec 30, 5:01 am)
Re: [build failure] Re: [PATCH -v2 3/6] x86, 64bit, numa: ...
, David Rientjes
, (Thu Dec 30, 11:53 am)
[patch] x86, numa: Fix CONFIG_DEBUG_PER_CPU_MAPS without N ...
, David Rientjes
, (Thu Dec 30, 11:54 am)
Re: [boot crash] Re: [PATCH -v2 3/6] x86, 64bit, numa: Put ...
, Yinghai Lu
, (Thu Dec 30, 2:18 pm)
[PATCH -v2 6/6] x86: Rename e820_table_* to pgt_buf_*
, Yinghai Lu
, (Thu Dec 30, 2:54 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions