From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno =?UTF-8?B?UHLDqW1vbnQ=?= Subject: Re: 2.6.39-rc4+: Kernel leaking memory during FS scanning, regression? Date: Wed, 27 Apr 2011 22:40:23 +0200 Message-ID: <20110427224023.10bd4f33@neptune.home> References: <20110425180450.1ede0845@neptune.home> <20110425190032.7904c95d@neptune.home> <20110425203606.4e78246c@neptune.home> <20110425191607.GL2468@linux.vnet.ibm.com> <20110425231016.34b4293e@neptune.home> <20110425214933.GO2468@linux.vnet.ibm.com> <20110426081904.0d2b1494@pluto.restena.lu> <20110426112756.GF4308@linux.vnet.ibm.com> <20110426183859.6ff6279b@neptune.home> <20110426190918.01660ccf@neptune.home> <20110427081501.5ba28155@pluto.restena.lu> <20110427204139.1b0ea23b@neptune.home> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Linus Torvalds , Ingo Molnar , Peter Zijlstra , paulmck@linux.vnet.ibm.com, Mike Frysinger , KOSAKI Motohiro , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, "Paul E. McKenney" , Pekka Enberg To: Thomas Gleixner Return-path: Received: from legolas.restena.lu ([158.64.1.34]:41441 "EHLO legolas.restena.lu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756121Ab1D0Ukg convert rfc822-to-8bit (ORCPT ); Wed, 27 Apr 2011 16:40:36 -0400 In-Reply-To: <20110427204139.1b0ea23b@neptune.home> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, 27 April 2011 Bruno Pr=C3=A9mont wrote: > On Wed, 27 April 2011 Bruno Pr=C3=A9mont wrote: > > On Wed, 27 Apr 2011 00:28:37 +0200 (CEST) Thomas Gleixner wrote: > > > Also please apply the patch below and check, whether the printk s= hows > > > up in your dmesg. > >=20 > > > Index: linux-2.6-tip/kernel/sched_rt.c > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > --- linux-2.6-tip.orig/kernel/sched_rt.c > > > +++ linux-2.6-tip/kernel/sched_rt.c > > > @@ -609,6 +609,7 @@ static int sched_rt_runtime_exceeded(str > > > =20 > > > if (rt_rq->rt_time > runtime) { > > > rt_rq->rt_throttled =3D 1; > > > + printk_once(KERN_WARNING "sched: RT throttling activated\n"); >=20 > This gun is triggering right before RCU-managed slabs start piling up= as > visible under slabtop so chances are it's at least a related! Letting the machine idle (except running collectd and slabtop) schedule= r suddenly decided to restart giving rcu_kthread CPU cycles (after two ho= urs or so! if I read my statistics graphs correctly) While looking at lkml during the above 2 hours I stumbled across this (= the patch of which doesn't help in my case) which looked possibly related. http://thread.gmane.org/gmane.linux.kernel/1129614 Bruno -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html