Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932149AbXAFUOW (ORCPT ); Sat, 6 Jan 2007 15:14:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932151AbXAFUOW (ORCPT ); Sat, 6 Jan 2007 15:14:22 -0500 Received: from srv5.dvmed.net ([207.36.208.214]:45368 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932149AbXAFUOV (ORCPT ); Sat, 6 Jan 2007 15:14:21 -0500 Message-ID: <45A002FE.8060700@garzik.org> Date: Sat, 06 Jan 2007 15:13:50 -0500 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.9 (X11/20061219) MIME-Version: 1.0 To: "H. Peter Anvin" , Andrew Morton CC: Randy Dunlap , "J.H." , Willy Tarreau , Pavel Machek , kernel list , webmaster@kernel.org Subject: Re: [KORG] Re: kernel.org lies about latest -mm kernel References: <20061214223718.GA3816@elf.ucw.cz> <20061216094421.416a271e.randy.dunlap@oracle.com> <20061216095702.3e6f1d1f.akpm@osdl.org> <458434B0.4090506@oracle.com> <1166297434.26330.34.camel@localhost.localdomain> <20061219063413.GI24090@1wt.eu> <1166511171.26330.120.camel@localhost.localdomain> <20070106103331.48150aed.randy.dunlap@oracle.com> <459FF60D.7080901@zytor.com> In-Reply-To: <459FF60D.7080901@zytor.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.1.7 on srv5.dvmed.net summary: Content analysis details: (-4.3 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1455 Lines: 37 H. Peter Anvin wrote: > Randy Dunlap wrote: >> >>>> BTW, yesterday my 2.4 patches were not published, but I noticed that >>>> they were not even signed not bziped on hera. At first I simply thought >>>> it was related, but right now I have a doubt. Maybe the automatic >>>> script >>>> has been temporarily been disabled on hera too ? >>> The script that deals with the uploads also deals with the packaging - >>> so yes the problem is related. >> >> and with the finger_banner and version info on www.kernel.org page? > > Yes, they're all connected. > > The load on *both* machines were up above the 300s yesterday, probably > due to the release of a new Knoppix DVD. > > The most fundamental problem seems to be that I can't tell currnt Linux > kernels that the dcache/icache is precious, and that it's way too eager > to dump dcache and icache in favour of data blocks. If I could do that, > this problem would be much, much smaller. Have you messed around with /proc/sys/vm/vfs_cache_pressure? Unfortunately that affects all three of: dcache, icache, and mbcache. Maybe we could split that sysctl in two (Andrew?), so that one sysctl affects dcache/icache and another affects mbcache. Jeff - 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/