From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1UGAwK-0003sY-0Y for ltp-list@lists.sourceforge.net; Thu, 14 Mar 2013 16:23:36 +0000 Received: from mx1.redhat.com ([209.132.183.28]) by sog-mx-4.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1UGAwI-0007Nr-5A for ltp-list@lists.sourceforge.net; Thu, 14 Mar 2013 16:23:35 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2EGNSda018766 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Mar 2013 12:23:28 -0400 From: Zhouping Liu Date: Fri, 15 Mar 2013 00:21:34 +0800 Message-Id: Subject: [LTP] [PATCH 0/5] mm/oom: extend the coverage of OOM List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: LTP List The patch set updated all OOM testcases, and added a new testcase. Inside old version, OOM only test MPOL_MBIND mempolicy in NUMA system, and the combination of CPUSET, MEMCG & NUMA is complex, and not clear. Also CPUSET is only used in NUMA system. The patch set adjust them, now we can coverage the below tests: 1) OOM under normal - oom01 2) OOM under all mempolicy - oom02 3) OOM under MEMCG - oom03 4) OOM under CPUSET - oom04 5) OOM under CPUSET & MEMCG - oom05 I have tested the patch set, no any regressions found. Zhouping Liu (5): lib/mem: modified _gather_cpus() as _gather_node_cpus() mm/oom02: modified 'OOM for NUMA' as 'OOM for mempolicy' mm/oom0[3|4]: added 'OOM for CPUSET' and updated 'OOM with MEMCG & numa' lib/mem: updated testoom() and oom() funcs mm/oom05: new testcase runtest/mm | 1 + testcases/kernel/mem/include/mem.h | 6 +- testcases/kernel/mem/lib/mem.c | 101 ++++++++++++++++++------- testcases/kernel/mem/oom/oom01.c | 6 +- testcases/kernel/mem/oom/oom02.c | 20 +++-- testcases/kernel/mem/oom/oom03.c | 28 ++++++- testcases/kernel/mem/oom/oom04.c | 63 +++++++--------- testcases/kernel/mem/oom/oom05.c | 151 +++++++++++++++++++++++++++++++++++++ 8 files changed, 296 insertions(+), 80 deletions(-) create mode 100644 testcases/kernel/mem/oom/oom05.c -- 1.7.11.7 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list