Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 18 Sep 2002 13:25:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 18 Sep 2002 13:25:54 -0400 Received: from mx1.elte.hu ([157.181.1.137]:4251 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Wed, 18 Sep 2002 13:25:52 -0400 Date: Wed, 18 Sep 2002 19:38:18 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: Rik van Riel Cc: Linus Torvalds , Andries Brouwer , William Lee Irwin III , Subject: Re: [patch] lockless, scalable get_pid(), for_each_process() elimination, 2.5.35-BK In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 799 Lines: 22 On Wed, 18 Sep 2002, Rik van Riel wrote: > Agreed, you're right there. On the other hand, walking the threads > _once_ will take 1.5 minutes on a 500 MHz PII (according to Ingo's > measurements). > > That's about 18 times the timeout for the NMI oopser and will cause > people real trouble. we could fix it to 'just' lock up but still enable interrupts so that the NMI oopser does not trigger. (we'd also have to be careful to never write-lock the tasklist lock with IRQs disabled.) It's still a pretty lame behavior from an OS me thinks ... Ingo - 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/