Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752987Ab1D1VEU (ORCPT ); Thu, 28 Apr 2011 17:04:20 -0400 Received: from www.linutronix.de ([62.245.132.108]:34083 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149Ab1D1VET (ORCPT ); Thu, 28 Apr 2011 17:04:19 -0400 Date: Thu, 28 Apr 2011 23:04:01 +0200 (CEST) From: Thomas Gleixner To: =?ISO-8859-15?Q?Bruno_Pr=E9mont?= cc: sedat.dilek@gmail.com, Mike Galbraith , "Paul E. McKenney" , Linus Torvalds , Ingo Molnar , Peter Zijlstra , Mike Frysinger , KOSAKI Motohiro , LKML , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, "Paul E. McKenney" , Pekka Enberg , John Stultz Subject: Re: 2.6.39-rc4+: Kernel leaking memory during FS scanning, regression? In-Reply-To: <20110428224444.43107883@neptune.home> Message-ID: References: <20110426112756.GF4308@linux.vnet.ibm.com> <20110426183859.6ff6279b@neptune.home> <20110426190918.01660ccf@neptune.home> <20110427081501.5ba28155@pluto.restena.lu> <20110427204139.1b0ea23b@neptune.home> <20110428102609.GJ2135@linux.vnet.ibm.com> <1303997401.7819.5.camel@marge.simson.net> <20110428222301.0b745a0a@neptune.home> <20110428224444.43107883@neptune.home> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-929818264-1304024642=:3005" X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1608 Lines: 52 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-929818264-1304024642=:3005 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Thu, 28 Apr 2011, Bruno Prémont wrote: > Timer List Version: v0.6 > HRTIMER_MAX_CLOCK_BASES: 3 > now at 1150126155286 nsecs > > cpu: 0 > clock 0: > .base: c1559360 > .index: 0 > .resolution: 1 nsecs > .get_time: ktime_get_real > .offset: 1304021489280954699 nsecs > active timers: > #0: def_rt_bandwidth, sched_rt_period_timer, S:01, enqueue_task_rt, swapper/1 > # expires at 1304028703000000000-1304028703000000000 nsecs [in 1304027552873844714 to 1304027552873844714 nsecs] Ok, that expiry time is obviously bogus as it does not account the offset: So in reality it's: expires in: 6063592890015ns Which is still completely wrong. The timer should expire at max a second from now. But it's going to expire in 6063.592890015 seconds from now, which is pretty much explaining the after 2hrs stuff got going again. But the real interesting question is why he heck is that timer on CLOCK_REALTIME ???? It is initalized for CLOCK_MONOTONIC. /me suspects hrtimer changes to be the real culprit. John ???? Thanks, tglx --8323328-929818264-1304024642=:3005-- -- 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/