From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262911AbTHZWEC (ORCPT ); Tue, 26 Aug 2003 18:04:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262930AbTHZWEC (ORCPT ); Tue, 26 Aug 2003 18:04:02 -0400 Received: from smtp.mailix.net ([216.148.213.132]:61384 "EHLO smtp.mailix.net") by vger.kernel.org with ESMTP id S262911AbTHZWEA (ORCPT ); Tue, 26 Aug 2003 18:04:00 -0400 Date: Wed, 27 Aug 2003 00:03:56 +0200 From: Alex Riesen To: Con Kolivas , linux-kernel@vger.kernel.org Subject: Re: [PATCH]O18.1int Message-ID: <20030826220356.GA1093@steel.home> Reply-To: Alex Riesen References: <200308231555.24530.kernel@kolivas.org> <20030825094240.GJ16080@Synopsys.COM> <200308252016.13315.kernel@kolivas.org> <20030825102133.GA14402@Synopsys.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030825102133.GA14402@Synopsys.COM> User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alex Riesen, Mon, Aug 25, 2003 12:21:33 +0200: > Con Kolivas, Mon, Aug 25, 2003 12:16:13 +0200: > > On Mon, 25 Aug 2003 19:42, Alex Riesen wrote: > > > M?ns Rullg?rd, Mon, Aug 25, 2003 11:24:01 +0200: > > > > XEmacs still spins after running a background job like make or grep. > > > > It's fine if I reverse patch-O16.2-O16.3. The spinning doesn't happen > > > > as often, or as long time as with O16.3, but it's there and it's > > > > irritating. > > > > > > another example is RXVT (an X terminal emulator). Starts spinnig after > > > it's child has exited. Not always, but annoyingly often. System is > > > almost locked while it spins (calling select). > > > > What does vanilla kernel do with these apps running? Both immediately after > > the apps have started up and some time (>1 min) after they've been running? > > > cannot test atm. Will do in 10hours. > RXVT behaved sanely (or probably spin-effect is very rare) in 2.4 (with > O(1) alone and your 2.4 patches) and plain 2.6-test1. > run on RXVT on plain 2.4-test4. No freezes, dynamic priority started at 23, dropped to 15 after the window lost focus and stayed at it. As there were no execution bursts this time, vmstat did not show anything interesting. At least I did not see anything. -alex