All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Provide more precise dump info for memcg-oom
@ 2012-11-07  8:40 ` Sha Zhengju
  0 siblings, 0 replies; 36+ messages in thread
From: Sha Zhengju @ 2012-11-07  8:40 UTC (permalink / raw)
  To: linux-mm, cgroups, mhocko, kamezawa.hiroyu, akpm, rientjes
  Cc: linux-kernel, Sha Zhengju

From: Sha Zhengju <handai.szj@taobao.com>


When memcg oom is happening the current memcg related dump information
is limited for debugging. The patches provide more detailed memcg page statistics
and also take hierarchy into consideration.
The previous primitive version can be reached here: https://lkml.org/lkml/2012/7/30/179.

Change log:
	1. some modification towards hierarchy
	2. rework dump_tasks
	3. rebased on Michal's mm tree since-3.6  

Any comments are welcomed. : )


Sha Zhengju (2):
	memcg-oom-provide-more-precise-dump-info-while-memcg.patch
	oom-rework-dump_tasks-to-optimize-memcg-oom-situatio.patch

 include/linux/memcontrol.h |    7 ++++
 include/linux/oom.h        |    2 +
 mm/memcontrol.c            |   85 +++++++++++++++++++++++++++++++++++++++-----
 mm/oom_kill.c              |   61 +++++++++++++++++++------------
 4 files changed, 122 insertions(+), 33 deletions(-)

--
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] 36+ messages in thread

end of thread, other threads:[~2012-11-08 13:58 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07  8:40 [PATCH V2 0/2] Provide more precise dump info for memcg-oom Sha Zhengju
2012-11-07  8:40 ` Sha Zhengju
2012-11-07  8:41 ` [PATCH 1/2] memcg, oom: provide more precise dump info while memcg oom happening Sha Zhengju
2012-11-07  8:41   ` Sha Zhengju
2012-11-07 18:02   ` David Rientjes
2012-11-07 18:02     ` David Rientjes
     [not found]     ` <alpine.DEB.2.00.1211070956540.27451-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2012-11-08 12:37       ` Sha Zhengju
2012-11-08 12:37         ` Sha Zhengju
2012-11-08 12:37         ` Sha Zhengju
     [not found]         ` <509BA799.505-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-08 12:44           ` Michal Hocko
2012-11-08 12:44             ` Michal Hocko
2012-11-08 12:44             ` Michal Hocko
     [not found]   ` <1352277696-21724-1-git-send-email-handai.szj-3b8fjiQLQpfQT0dZR+AlfA@public.gmane.org>
2012-11-07 22:17     ` Michal Hocko
2012-11-07 22:17       ` Michal Hocko
2012-11-07 22:17       ` Michal Hocko
     [not found]       ` <20121107221709.GB26382-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2012-11-08 12:45         ` Sha Zhengju
2012-11-08 12:45           ` Sha Zhengju
2012-11-08 12:45           ` Sha Zhengju
2012-11-08  9:07   ` Kamezawa Hiroyuki
2012-11-08  9:07     ` Kamezawa Hiroyuki
     [not found]     ` <509B7658.1020807-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2012-11-08 13:12       ` Sha Zhengju
2012-11-08 13:12         ` Sha Zhengju
2012-11-08 13:12         ` Sha Zhengju
     [not found] ` <1352277602-21687-1-git-send-email-handai.szj-3b8fjiQLQpfQT0dZR+AlfA@public.gmane.org>
2012-11-07  8:41   ` [PATCH 2/2] oom: rework dump_tasks to optimize memcg-oom situation Sha Zhengju
2012-11-07  8:41     ` Sha Zhengju
2012-11-07  8:41     ` Sha Zhengju
     [not found]     ` <1352277719-21760-1-git-send-email-handai.szj-3b8fjiQLQpfQT0dZR+AlfA@public.gmane.org>
2012-11-07 18:07       ` David Rientjes
2012-11-07 18:07         ` David Rientjes
2012-11-07 18:07         ` David Rientjes
2012-11-07 22:34     ` Michal Hocko
2012-11-07 22:34       ` Michal Hocko
     [not found]       ` <20121107223437.GC26382-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2012-11-08 13:58         ` Sha Zhengju
2012-11-08 13:58           ` Sha Zhengju
2012-11-08 13:58           ` Sha Zhengju
2012-11-07 19:31 ` [PATCH V2 0/2] Provide more precise dump info for memcg-oom Andrew Morton
2012-11-07 19:31   ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.