Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 18 Sep 2002 12:56:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 18 Sep 2002 12:54:57 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:62992 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Wed, 18 Sep 2002 12:54:21 -0400 Date: Wed, 18 Sep 2002 09:59:49 -0700 (PDT) From: Linus Torvalds To: William Lee Irwin III cc: Ingo Molnar , Andries Brouwer , Subject: Re: [patch] lockless, scalable get_pid(), for_each_process() elimination, 2.5.35-BK In-Reply-To: <20020918164553.GB28202@holomorphy.com> 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: 623 Lines: 19 On Wed, 18 Sep 2002, William Lee Irwin III wrote: > > The lockups I see range from hours to "it spun over the weekend, time > to pull the plug". But that is not because it walks the thread list once, it's because it walks it, and loops walking in, and loops walking it some more. All of which is avoided by just forcing the pid space to be "sufficiently large". Linus - 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/