Re: [PATCH V2] mm: add show num_poisoned_pages when oom

2013-12-10 Thread KOSAKI Motohiro
(12/9/2013 8:38 PM), Xishi Qiu wrote: > Show num_poisoned_pages when oom, it is a little helpful to find the reason. > Also it will be emitted anytime show_mem() is called. > > Signed-off-by: Xishi Qiu > Suggested-by: Naoya Horiguchi > Acked-by: Michal Hocko > Acked-by: David Rientjes > --- >

Re: [PATCH V2] mm: add show num_poisoned_pages when oom

2013-12-10 Thread KOSAKI Motohiro
(12/9/2013 8:38 PM), Xishi Qiu wrote: Show num_poisoned_pages when oom, it is a little helpful to find the reason. Also it will be emitted anytime show_mem() is called. Signed-off-by: Xishi Qiu qiuxi...@huawei.com Suggested-by: Naoya Horiguchi n-horigu...@ah.jp.nec.com Acked-by: Michal

[PATCH V2] mm: add show num_poisoned_pages when oom

2013-12-09 Thread Xishi Qiu
Show num_poisoned_pages when oom, it is a little helpful to find the reason. Also it will be emitted anytime show_mem() is called. Signed-off-by: Xishi Qiu Suggested-by: Naoya Horiguchi Acked-by: Michal Hocko Acked-by: David Rientjes --- lib/show_mem.c |3 +++ 1 files changed, 3

[PATCH V2] mm: add show num_poisoned_pages when oom

2013-12-09 Thread Xishi Qiu
Show num_poisoned_pages when oom, it is a little helpful to find the reason. Also it will be emitted anytime show_mem() is called. Signed-off-by: Xishi Qiu qiuxi...@huawei.com Suggested-by: Naoya Horiguchi n-horigu...@ah.jp.nec.com Acked-by: Michal Hocko mho...@suse.cz Acked-by: David Rientjes