[Patch 000/002] Make kmem_cache_node for SLUB on memory online to avoid panic(take 2)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: Christoph Lameter <clameter@...>, Hiroyuki KAMEZAWA <kamezawa.hiroyu@...>, Linux Kernel ML <linux-kernel@...>, linux-mm <linux-mm@...>
Date: Thursday, October 11, 2007 - 10:24 pm

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, kmem_cache_node should be created for the node
before new memory is available on the node.
Incidentally, it is freed on memory offline if it becomes not necessary.

This is the first user of the callback of memory notifier, and
requires its rearrange patch set.

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

Please apply.

Bye.


-- 
Yasunori Goto 


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Patch 000/002] Rearrange notifier of memory hotplug, Yasunori Goto, (Thu Oct 11, 10:18 pm)
[Patch 000/002] Make kmem_cache_node for SLUB on memory onli..., Yasunori Goto, (Thu Oct 11, 10:24 pm)
Re: [Patch 002/002] Create/delete kmem_cache_node for SLUB o..., Christoph Lameter, (Fri Oct 12, 12:09 am)
Re: [Patch 002/002] Create/delete kmem_cache_node for SLUB o..., Christoph Lameter, (Fri Oct 12, 1:19 pm)
[Patch 001/002] extract kmem_cache_shrink, Yasunori Goto, (Thu Oct 11, 10:27 pm)
Re: [Patch 001/002] extract kmem_cache_shrink, Christoph Lameter, (Fri Oct 12, 12:09 am)
Re: [Patch 001/002] extract kmem_cache_shrink, Yasunori Goto, (Fri Oct 12, 12:41 am)
Re: [Patch 001/002] Make description of memory hotplug notif..., Christoph Lameter, (Fri Oct 12, 12:18 am)