Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 18 Sep 2002 13:41:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 18 Sep 2002 13:41:17 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:33796 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Wed, 18 Sep 2002 13:41:16 -0400 Date: Wed, 18 Sep 2002 10:46:35 -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: <20020918173653.GV3530@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: 863 Lines: 22 On Wed, 18 Sep 2002, William Lee Irwin III wrote: > > There were only 10K tasks, with likely consecutively-allocated PID's, > and some minor background fork()/exit() activity, but there are more > offenders on the read side than get_pid() itself. > > There is no question of PID space: the full 2^30 was configured in > the tests done after the PID space expansion. I bet the lockup was something else. There have been other bugs recently with the task state changes, and the lockup may just have been a regular plain lockup. Thread exit has been kind of fragile lately, although it looks better now. 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/