login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
23
Re: [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emulation
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Andrew Morton
Subject:
Re: [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emulation
Date: Wednesday, December 22, 2010 - 7:20 pm
On Wed, 22 Dec 2010 17:38:44 -0800 (PST) David Rientjes <rientjes@google.com> wrote:
quoted text
> On Wed, 22 Dec 2010, Andrew Morton wrote: > > > > Index: linux-hpe4/mm/memory_hotplug.c > > > =================================================================== > > > --- linux-hpe4.orig/mm/memory_hotplug.c 2010-11-30 12:40:43.757622001 +0800 > > > +++ linux-hpe4/mm/memory_hotplug.c 2010-11-30 14:02:33.877622002 +0800 > > > @@ -924,3 +924,63 @@ > > > } > > > #endif /* CONFIG_MEMORY_HOTREMOVE */ > > > EXPORT_SYMBOL_GPL(remove_memory); > > > + > > > +#ifdef CONFIG_DEBUG_FS > > > +#include <linux/debugfs.h> > > > + > > > +static struct dentry *memhp_debug_root; > > > + > > > +static ssize_t add_node_store(struct file *file, const char __user *buf, > > > + size_t count, loff_t *ppos) > > > +{ > > > + nodemask_t mask; > > > > NODEMASK_ALLOC()? > > > > We traditionally haven't been using NODEMASK_ALLOC() in sysfs (or, in this > case, debugfs) functions because they're never deep in a call chain. Even > for 4K node support, which isn't a supported config on any arch that > allows CONFIG_MEMORY_HOTPLUG, this would only be 512 bytes on the short > stack.
I bet linux-2.6.227 supports a meganode. --
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:
[0/7, v9] NUMA Hotplug Emulator (v9)
, shaohui.zheng
, (Fri Dec 10, 12:31 am)
[1/7, v9] NUMA Hotplug Emulator: Documentation
, shaohui.zheng
, (Fri Dec 10, 12:31 am)
[2/7, v9] NUMA Hotplug Emulator: Add numa=possible option
, shaohui.zheng
, (Fri Dec 10, 12:31 am)
[3/7, v9] NUMA Hotplug Emulator: Add node hotplug emulation
, shaohui.zheng
, (Fri Dec 10, 12:31 am)
[4/7, v9] NUMA Hotplug Emulator: Abstract cpu register fun ...
, shaohui.zheng
, (Fri Dec 10, 12:31 am)
[5/7, v9] NUMA Hotplug Emulator: Support cpu probe/release ...
, shaohui.zheng
, (Fri Dec 10, 12:31 am)
[6/7, v9] NUMA Hotplug Emulator: Fake CPU socket with logi ...
, shaohui.zheng
, (Fri Dec 10, 12:31 am)
[7/7, v9] NUMA Hotplug Emulator: Implement per-node add_me ...
, shaohui.zheng
, (Fri Dec 10, 12:31 am)
Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/rel ...
, Eric B Munson
, (Thu Dec 16, 9:25 am)
Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/rel ...
, Shaohui Zheng
, (Thu Dec 16, 4:34 pm)
Re: [2/7, v9] NUMA Hotplug Emulator: Add numa=possible option
, Andrew Morton
, (Wed Dec 22, 5:27 pm)
Re: [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emul ...
, Andrew Morton
, (Wed Dec 22, 5:27 pm)
Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/rel ...
, Andrew Morton
, (Wed Dec 22, 5:27 pm)
Re: [6/7, v9] NUMA Hotplug Emulator: Fake CPU socket with ...
, Andrew Morton
, (Wed Dec 22, 5:27 pm)
Re: [7/7, v9] NUMA Hotplug Emulator: Implement per-node ad ...
, Andrew Morton
, (Wed Dec 22, 5:27 pm)
Re: [2/7, v9] NUMA Hotplug Emulator: Add numa=possible option
, David Rientjes
, (Wed Dec 22, 6:14 pm)
Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/rel ...
, Shaohui Zheng
, (Wed Dec 22, 6:34 pm)
Re: [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emul ...
, David Rientjes
, (Wed Dec 22, 6:38 pm)
Re: [7/7, v9] NUMA Hotplug Emulator: Implement per-node ad ...
, Shaohui Zheng
, (Wed Dec 22, 7:00 pm)
Re: [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emul ...
, Andrew Morton
, (Wed Dec 22, 7:20 pm)
Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/rel ...
, Shaohui Zheng
, (Wed Dec 22, 7:24 pm)
Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/rel ...
, Andrew Morton
, (Wed Dec 22, 8:21 pm)
Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/rel ...
, Shaohui Zheng
, (Wed Dec 22, 9:30 pm)
Re: [6/7, v9] NUMA Hotplug Emulator: Fake CPU socket with ...
, Shaohui Zheng
, (Wed Dec 22, 10:10 pm)
Re: [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/rel ...
, Andrew Morton
, (Wed Dec 22, 10:28 pm)
Re: [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emul ...
, David Rientjes
, (Tue Dec 28, 12:34 am)
[patch] mm: add node hotplug emulation
, David Rientjes
, (Tue Dec 28, 12:34 am)
RE: [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emul ...
, Zheng, Shaohui
, (Tue Dec 28, 7:31 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Mr. James W. Laferriere
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Linus Torvalds
Linux 2.6.34-rc4
Colin Cross
[PATCH 12/21] ARM: tegra: Add suspend and hotplug support
Chuck Ebbert
Re: PCI: Unable to reserve mem region problem
git
:
Ralf Wildenhues
[PATCH] Fix typos in the documentation
Wink Saville
How-to combine several separate git repos?
Denis Bueno
Git clone error
pradeep singh
git-update-server-info may be required,cannot clone and pull from a remote reposit...
Steven Grimm
Re: Git User's Survey 2007 unfinished summary continued
linux-netdev
:
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
Kurt Van Dijck
Re: [PATCH net-next-2.6 1/2] can: add driver for Softing card
Jarek Poplawski
Re: socket api problem: can't bind an ipv6 socket to ::ffff:0.0.0.0
David Miller
Re: [PATCH v2] net: typos in comments in include/linux/igmp.h
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
git-commits-head
:
Linux Kernel Mailing List
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
nfsd41: sanity check client drc maxreqs
Linux Kernel Mailing List
bnx2x: Moving includes
Linux Kernel Mailing List
Linux 2.6.26-rc3
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Siju George
This is what Linus Torvalds calls openBSD crowd
Darrin Chandler
Re: OT: Python (was Re: vi in /bin)
frantisek holop
Re: splassert: vwakeup: and friends
Colocation donated by:
Syndicate