All of lore.kernel.org
 help / color / mirror / Atom feed
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
To: subrata@linux.vnet.ibm.com
Cc: Li Zefan <lizf@cn.fujitsu.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Linuxppc-dev <Linuxppc-dev@ozlabs.org>,
	ltp-list <ltp-list@lists.sf.net>,
	Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Subject: Re: [linux-2.6.36-git7: Power7] LTP Memory CGROUP Controller functional test creates Backtrace, OOMKill & rcu_sched_state detected stall jiffies
Date: Wed, 27 Oct 2010 09:45:02 +0900	[thread overview]
Message-ID: <20101027094502.208c1207.kamezawa.hiroyu@jp.fujitsu.com> (raw)
In-Reply-To: <1288089237.5010.9.camel@subratamodak.linux.ibm.com>

On Tue, 26 Oct 2010 16:03:56 +0530
Subrata Modak <subrata@linux.vnet.ibm.com> wrote:

> If you run LTP Memory CGROUP Controller functional test on
> linux-2.6.36-git7, the following Backtrace, OOMKill & rcu_sched_state
> detected stall jiffies are created. The machine is not reachable
> thereafter. Ways to reproduce this problem:
> 
> 1) Build and boot kernel 2.6.36-git7 on Power7 machine with attached
> config file,
> 2) Fetch, build and install LTP:
> 	git clone git://ltp.git.sourceforge.net/gitroot/ltp/ltp
> 	cd ltp
> 	./configure
> 	make
> 	make install
> 3) Create a LTP runtest file /opt/ltp/runtest/memcg_function_test with
> the following entry:
> memcg_function          memcg_function_test.sh
> <<EOF>>
> 	cd /opt/ltp
> 	./runltp -f memcg_function_test
> 

IIUC, memcg test includes intentional OOM-Kill test by setting the limit to 0.
And it has another test to set the limit to PAGE_SIZE.

In your environemnt, I think page size is 64kb...right ?

About rcu_sched_state()....I have no idea at this stage. I reviewed memcontrol.c
and oom_kill.c again and coundn't found anything in quick review.

Could you try again after -rc1 shipped ?
I think Andrew Morton sent some amount of updates for oom_kill and memcg, vmscan
to Linus, today.

Thanks,
-Kame


WARNING: multiple messages have this Message-ID (diff)
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
To: subrata@linux.vnet.ibm.com
Cc: Linuxppc-dev <Linuxppc-dev@ozlabs.org>,
	Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>,
	Li Zefan <lizf@cn.fujitsu.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	ltp-list <ltp-list@lists.sf.net>
Subject: Re: [linux-2.6.36-git7: Power7] LTP Memory CGROUP Controller functional test creates Backtrace, OOMKill & rcu_sched_state detected stall jiffies
Date: Wed, 27 Oct 2010 09:45:02 +0900	[thread overview]
Message-ID: <20101027094502.208c1207.kamezawa.hiroyu@jp.fujitsu.com> (raw)
In-Reply-To: <1288089237.5010.9.camel@subratamodak.linux.ibm.com>

On Tue, 26 Oct 2010 16:03:56 +0530
Subrata Modak <subrata@linux.vnet.ibm.com> wrote:

> If you run LTP Memory CGROUP Controller functional test on
> linux-2.6.36-git7, the following Backtrace, OOMKill & rcu_sched_state
> detected stall jiffies are created. The machine is not reachable
> thereafter. Ways to reproduce this problem:
> 
> 1) Build and boot kernel 2.6.36-git7 on Power7 machine with attached
> config file,
> 2) Fetch, build and install LTP:
> 	git clone git://ltp.git.sourceforge.net/gitroot/ltp/ltp
> 	cd ltp
> 	./configure
> 	make
> 	make install
> 3) Create a LTP runtest file /opt/ltp/runtest/memcg_function_test with
> the following entry:
> memcg_function          memcg_function_test.sh
> <<EOF>>
> 	cd /opt/ltp
> 	./runltp -f memcg_function_test
> 

IIUC, memcg test includes intentional OOM-Kill test by setting the limit to 0.
And it has another test to set the limit to PAGE_SIZE.

In your environemnt, I think page size is 64kb...right ?

About rcu_sched_state()....I have no idea at this stage. I reviewed memcontrol.c
and oom_kill.c again and coundn't found anything in quick review.

Could you try again after -rc1 shipped ?
I think Andrew Morton sent some amount of updates for oom_kill and memcg, vmscan
to Linus, today.

Thanks,
-Kame

WARNING: multiple messages have this Message-ID (diff)
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
To: subrata@linux.vnet.ibm.com
Cc: Linuxppc-dev <Linuxppc-dev@ozlabs.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	ltp-list <ltp-list@lists.sf.net>
Subject: Re: [LTP] [linux-2.6.36-git7: Power7] LTP Memory CGROUP Controller functional test creates Backtrace, OOMKill & rcu_sched_state detected stall jiffies
Date: Wed, 27 Oct 2010 09:45:02 +0900	[thread overview]
Message-ID: <20101027094502.208c1207.kamezawa.hiroyu@jp.fujitsu.com> (raw)
In-Reply-To: <1288089237.5010.9.camel@subratamodak.linux.ibm.com>

On Tue, 26 Oct 2010 16:03:56 +0530
Subrata Modak <subrata@linux.vnet.ibm.com> wrote:

> If you run LTP Memory CGROUP Controller functional test on
> linux-2.6.36-git7, the following Backtrace, OOMKill & rcu_sched_state
> detected stall jiffies are created. The machine is not reachable
> thereafter. Ways to reproduce this problem:
> 
> 1) Build and boot kernel 2.6.36-git7 on Power7 machine with attached
> config file,
> 2) Fetch, build and install LTP:
> 	git clone git://ltp.git.sourceforge.net/gitroot/ltp/ltp
> 	cd ltp
> 	./configure
> 	make
> 	make install
> 3) Create a LTP runtest file /opt/ltp/runtest/memcg_function_test with
> the following entry:
> memcg_function          memcg_function_test.sh
> <<EOF>>
> 	cd /opt/ltp
> 	./runltp -f memcg_function_test
> 

IIUC, memcg test includes intentional OOM-Kill test by setting the limit to 0.
And it has another test to set the limit to PAGE_SIZE.

In your environemnt, I think page size is 64kb...right ?

About rcu_sched_state()....I have no idea at this stage. I reviewed memcontrol.c
and oom_kill.c again and coundn't found anything in quick review.

Could you try again after -rc1 shipped ?
I think Andrew Morton sent some amount of updates for oom_kill and memcg, vmscan
to Linus, today.

Thanks,
-Kame


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

  reply	other threads:[~2010-10-27  0:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-26 10:33 [linux-2.6.36-git7: Power7] LTP Memory CGROUP Controller functional test creates Backtrace, OOMKill & rcu_sched_state detected stall jiffies Subrata Modak
2010-10-26 10:33 ` [LTP] " Subrata Modak
2010-10-26 10:33 ` Subrata Modak
2010-10-27  0:45 ` KAMEZAWA Hiroyuki [this message]
2010-10-27  0:45   ` [LTP] " KAMEZAWA Hiroyuki
2010-10-27  0:45   ` KAMEZAWA Hiroyuki
2010-11-11  7:57   ` Subrata Modak
2010-11-11  7:57     ` [LTP] " Subrata Modak
2010-11-11  7:57     ` Subrata Modak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101027094502.208c1207.kamezawa.hiroyu@jp.fujitsu.com \
    --to=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=Linuxppc-dev@ozlabs.org \
    --cc=kamalesh@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizf@cn.fujitsu.com \
    --cc=ltp-list@lists.sf.net \
    --cc=subrata@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.