From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261602AbVETVY4 (ORCPT ); Fri, 20 May 2005 17:24:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261594AbVETVYz (ORCPT ); Fri, 20 May 2005 17:24:55 -0400 Received: from dvhart.com ([64.146.134.43]:53922 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id S261603AbVETVYb (ORCPT ); Fri, 20 May 2005 17:24:31 -0400 Date: Fri, 20 May 2005 14:24:27 -0700 From: "Martin J. Bligh" Reply-To: "Martin J. Bligh" To: Herbert Poetzl , David Lang Cc: Nick Piggin , Rik van Riel , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [RFC] how do we move the VM forward? (was Re: [RFC] cleanup ofuse-once) Message-ID: <89480000.1116624266@flay> In-Reply-To: <20050520181606.GB6002@MAIL.13thfloor.at> References: <42771904.7020404@yahoo.com.au> <42781AC5.1000201@yahoo.com.au> <20050520181606.GB6002@MAIL.13thfloor.at> X-Mailer: Mulberry/2.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --On Friday, May 20, 2005 20:16:06 +0200 Herbert Poetzl wrote: > On Tue, May 03, 2005 at 05:51:43PM -0700, David Lang wrote: >> On Wed, 4 May 2005, Nick Piggin wrote: >> >> > >> > Also having a box or two for running regression and stress >> > testing is a must. I can do a bit here, but unfortunately >> > "kernel compiles until it hurts" is probably not the best >> > workload to target. > > if there are some tests or output (kernel logs, etc) > or proc info or vmstat or whatever, which doesn't take > 100% cpu time, I'm able and willing to test it on different > workloads (including compiling the kernel until it hurts ;) I did take that patch and run a bunch of tests on it across a few different architectures. everything worked fine, no perf differnences either way ... but then I may not have actually put it under memory pressure, so it might not be ideal testing ;-) M.