Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760654AbWLFOc1 (ORCPT ); Wed, 6 Dec 2006 09:32:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760655AbWLFOc1 (ORCPT ); Wed, 6 Dec 2006 09:32:27 -0500 Received: from mtiwmhc11.worldnet.att.net ([204.127.131.115]:52186 "EHLO mtiwmhc11.worldnet.att.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760654AbWLFOc0 (ORCPT ); Wed, 6 Dec 2006 09:32:26 -0500 Message-ID: <4576D475.6090802@lwfinger.net> Date: Wed, 06 Dec 2006 08:32:21 -0600 From: Larry Finger User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: Peter Zijlstra CC: Andrew Morton , Benoit Boissinot , LKML , Nick Piggin Subject: Re: 2.6.19-rc5-mm1 progression References: <456718F6.8040902@lwfinger.net> <40f323d00611240836q6bcf7374gd47c7a97d1d4f8e3@mail.gmail.com> <20061125112437.3d46eff4.akpm@osdl.org> <4574E86B.10403@lwfinger.net> <1165407170.12561.12.camel@twins> In-Reply-To: <1165407170.12561.12.camel@twins> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2236 Lines: 48 Peter Zijlstra wrote: > On Mon, 2006-12-04 at 21:32 -0600, Larry Finger wrote: >> Andrew Morton wrote: >>> On Fri, 24 Nov 2006 17:36:27 +0100 >>> "Benoit Boissinot" wrote: >>> >>>> On 11/24/06, Larry Finger wrote: >>>>> Is there the equivalent of 'git bisect' for the -mmX kernels? >>>>> >>>> http://www.zip.com.au/~akpm/linux/patches/stuff/bisecting-mm-trees.txt >>>> >>> Please take the time to do that. Yours is an interesting report - I'm not >>> aware of anything in there which was expected to cause a change of this >>> mature. >>> >> There are at least two patches in 2.6.19-rc5-mm2 that make my system much more responsive for >> interactive jobs. The one that has the majority of the effect is: >> >> radix-tree-rcu-lockless-readside.patch >> >> I have not been able to isolate the second patch, which has the lesser effect. All I can say is that >> it occurred before the above patch in patches/series. This patch was tested against 2.6.19 and fixed >> most of the problem on that version. > > Curious... > > This patch introduces the direct pointer optimisation for single element > radix trees and makes the radix tree safe to read in a lock-less manner > which is not used -yet-. The only difference that that should have is > that the elements are freed using rcu callback instead of directly. > > /me puzzled how this has a large effect on interactivity. I also wondered why this patch should have the effect as it didn't seem in an area that should be important. I did test it on both 2.6.19-rc5-mm2 and vanilla 2.6.19. In both cases, it made interactive response improve. One single task that seems to have the biggest effect on my unpatched systems is the link step for a new kernel. I am assuming that this process calls for lots of virtual memory. One other characteristic of my system when it gets unresponsive is that kswapd is running regularly; however, I have never observed any swap file usage. Larry - 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/