linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [Patch / 000](memory hotplug) Fix NULL pointer access of kmem_cache_node when hot-add.
@ 2007-10-01  9:30 Yasunori Goto
  2007-10-01  9:33 ` [Patch / 001](memory hotplug) fix some defects of memory notifer callback interface Yasunori Goto
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Yasunori Goto @ 2007-10-01  9:30 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Christoph Lameter, Linux Kernel ML, linux-mm, Yasunori Goto

Hello.

This patch set is to fix panic due to access NULL pointer of SLUB.

When new memory is hot-added on the new node (or memory less node),
kmem_cache_node for the new node is not prepared,
and panic occurs by it. So, new kmem_cache_node should be created
before new memory is available on the node.

This is the first user of the callback of memory notifier.
So, the first patch is to change some defects of it.

This patch set is for 2.6.23-rc8-mm2.
I tested this patch on my ia64 box.

Please apply.

Bye.

-- 
Yasunori Goto 


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2007-10-04  2:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-01  9:30 [Patch / 000](memory hotplug) Fix NULL pointer access of kmem_cache_node when hot-add Yasunori Goto
2007-10-01  9:33 ` [Patch / 001](memory hotplug) fix some defects of memory notifer callback interface Yasunori Goto
2007-10-01  9:34 ` [Patch / 002](memory hotplug) Callback function to create kmem_cache_node Yasunori Goto
2007-10-01 20:34   ` Christoph Lameter
2007-10-02  2:20     ` Yasunori Goto
2007-10-02 18:29       ` Christoph Lameter
2007-10-03 14:59         ` Yasunori Goto
2007-10-03 18:00           ` Christoph Lameter
2007-10-04  2:00             ` Yasunori Goto
2007-10-01  9:38 ` [Patch 000/002](memory hotplug) Fix NULL pointer access of kmem_cache_node when hot-add Yasunori Goto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox