Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753662Ab1D1JRv (ORCPT ); Thu, 28 Apr 2011 05:17:51 -0400 Received: from mail-qy0-f174.google.com ([209.85.216.174]:37827 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755Ab1D1JRt convert rfc822-to-8bit (ORCPT ); Thu, 28 Apr 2011 05:17:49 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=RpnxYlt4HzWZcM/1CA9XO7AURG/wlMYoP0sp01UNkWCl2fJRgukasPmNoQS4rcIhlt +JCAxTB6WPGij5jEapII4IEcVxuyc1BfMvF5KjHTO4KWSSAtTflwX7JOkyQG1OvhHErT 5ae6ch3BBkA0SN28dw400hiLZgDHn/peImHHI= MIME-Version: 1.0 Reply-To: sedat.dilek@gmail.com In-Reply-To: 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> Date: Thu, 28 Apr 2011 11:17:48 +0200 Message-ID: Subject: Re: 2.6.39-rc4+: Kernel leaking memory during FS scanning, regression? From: Sedat Dilek To: Thomas Gleixner Cc: =?UTF-8?Q?Bruno_Pr=C3=A9mont?= , Linus Torvalds , Ingo Molnar , Peter Zijlstra , "Paul E. McKenney" , Mike Frysinger , KOSAKI Motohiro , LKML , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, "Paul E. McKenney" , Pekka Enberg , Mike Galbraith Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1335 Lines: 44 On Thu, Apr 28, 2011 at 11:09 AM, Thomas Gleixner wrote: > Bruno, > > On Thu, 28 Apr 2011, Thomas Gleixner wrote: >> On Wed, 27 Apr 2011, Bruno Prémont wrote: >> I need some sleep now, but I will try to come up with sensible >> debugging tomorrow unless Paul or someone else beats me to it. > > can you please add the patch below and provide the /proc/sched_debug > output when the problem shows up again? > > Thanks, > >        tglx > > --- >  kernel/sched.c |    3 --- >  1 file changed, 3 deletions(-) > > Index: linux-2.6/kernel/sched.c > =================================================================== > --- linux-2.6.orig/kernel/sched.c > +++ linux-2.6/kernel/sched.c > @@ -642,9 +642,6 @@ static void update_rq_clock(struct rq *r >  { >        s64 delta; > > -       if (rq->skip_clock_update) > -               return; > - >        delta = sched_clock_cpu(cpu_of(rq)) - rq->clock; >        rq->clock += delta; >        update_rq_clock_task(rq, delta); Referring to [1]? - Sedat - [1] http://lkml.org/lkml/2011/4/22/35 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/