Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 1 Oct 2002 13:59:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 1 Oct 2002 13:59:37 -0400 Received: from dsl-213-023-043-077.arcor-ip.net ([213.23.43.77]:54940 "EHLO starship") by vger.kernel.org with ESMTP id ; Tue, 1 Oct 2002 13:59:36 -0400 Content-Type: text/plain; charset=US-ASCII From: Daniel Phillips To: Jens Axboe Subject: Re: 2.4 mm trouble [possible lru race] Date: Tue, 1 Oct 2002 20:01:10 +0200 X-Mailer: KMail [version 1.3.2] Cc: Rik van Riel , Richard.Zidlicky@stud.informatik.uni-erlangen.de, zippel@linux-m68k.org, linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org References: <20021001173119.GY3867@suse.de> In-Reply-To: <20021001173119.GY3867@suse.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1555 Lines: 37 On Tuesday 01 October 2002 19:31, Jens Axboe wrote: > On Tue, Oct 01 2002, Daniel Phillips wrote: > > On Tuesday 01 October 2002 18:56, Rik van Riel wrote: > > > On Tue, 1 Oct 2002, Daniel Phillips wrote: > > > > On Tuesday 01 October 2002 16:20, Richard.Zidlicky@stud.informatik.uni-erlangen.de wrote: > > > > > no preempt or anything fancy, m68k vanila 2.4.19 (well almost). > > > > > > > > Vanilla would be CONFIG_SMP=y, is that what you have? > > > > > > Somehow I doubt Linux supports m68k SMP machines ;) > > > > CONFIG_SMP=y works perfectly well on single cpu machines - it forces > > the spinlocks to actually exist. It's not supposed to change any > > behaviour, but you never know. Behaviour is obviously changing here. > > Again, m68k was the target. Sure fine, no good reason to be cryptic about it though. #error "m68k doesn't do SMP yet" So SMP must be off or the compile would abort. Well, the only interesting difference remaining is the extra count for the LRU. I actually had that parameterized at one time so you could turn it on/off easily, but akpm complained about #ifdef's so I took that out ;-) Richard, before I go making a test patch for you (it's not completely straightforward) can you confirm that your bug comes back when you back the lru race patch out? -- Daniel - 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/