From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <464261B5.6030809@yahoo.com.au> Date: Thu, 10 May 2007 10:05:09 +1000 From: Nick Piggin MIME-Version: 1.0 Subject: Re: swap-prefetch: 2.6.22 -mm merge plans References: <20070430162007.ad46e153.akpm@linux-foundation.org> <200705042210.15953.kernel@kolivas.org> <200705051842.32328.kernel@kolivas.org> <200705100928.34056.kernel@kolivas.org> In-Reply-To: <200705100928.34056.kernel@kolivas.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Con Kolivas Cc: Ingo Molnar , ck list , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: Con Kolivas wrote: > Well how about that? That was the difference with a swap _file_ as I said, but > I went ahead and checked with a swap partition as I used to have. I didn't > notice, but somewhere in the last few months, swap prefetch code itself being > unchanged for a year, seems to have been broken by other changes in the vm > and it doesn't even start up prefetching often and has stale swap entries in > its list. Once it breaks like that it does nothing from then on. So that > leaves me with a quandry now. > > > Do I: > > 1. Go ahead and find whatever breakage was introduced and fix it with > hopefully a trivial change > > 2. Do option 1. and then implement support for yet another kernel feature > (cpusets) that will be used perhaps never with swap prefetch [No Nick I don't > believe you that cpusets have anything to do with normal users on a desktop > ever; if it's used on a desktop it will only be by a kernel developer testing > the cpusets code]. > > or > > 3. Dump swap prefetch forever and ignore that it ever worked and was helpful > and was a lot of work to implement and so on. > > > Given that even if I do 1 and/or 2 it'll still be blocked from ever going to > mainline I think the choice is clear. > > Nick since you're personally the gatekeeper for this code, would you like to > make a call? Just say 3 and put me out of my misery please. I'm not the gatekeeper and it is completely up to you whether you want to work on something or not... but I'm sure you understand where I was coming from when I suggested it doesn't get merged yet. You may not believe this, but I agree that swap prefetching (and prefetching in general) has some potential to help desktop workloads :). But it still should go through the normal process of being tested and questioned and having a look at options for first improving existing code in those problematic cases. Once that process happens and it is shown to work nicely, etc., then I would not be able to (or want to) keep it from getting merged. As far as cpusets goes... if your code goes in last, then you have to make it work with what is there, as a rule. People are using cpusets for memory resource control, which would have uses on a desktop system. It is just a really bad precedent to set, having different parts of the VM not work correctly together. Even if you made them mutually exclusive CONFIG_ options, that is still not a very nice solution. -- SUSE Labs, Novell Inc. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org