Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 21 Jan 2002 07:41:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 21 Jan 2002 07:41:00 -0500 Received: from mx2.elte.hu ([157.181.151.9]:4750 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Mon, 21 Jan 2002 07:40:43 -0500 Date: Mon, 21 Jan 2002 15:38:07 +0100 (CET) From: Ingo Molnar Reply-To: To: Dave Jones Cc: Richard Gooch , , Subject: Re: Boot hang in 2.5.3-pre2 In-Reply-To: <20020121132858.C2729@suse.de> 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 On Mon, 21 Jan 2002, Dave Jones wrote: > > Hi, Linus. FYI: 2.5.3-pre2 hangs during boot. The last couple of > > messages I get are: > > Based upon Swansea University Computer Society NET3.039 > > apm: BIOS version 1.2 Flags 0x03 (Driver version 1.15) > > apm: disabled - APM is not SMP safe (power off active). > > Ingo's scheduler patches solved this one for me (and others). the bug is the following: the 2.5.3-pre2 kernel in essence includes the -I3 patch. The -I3 scheduler doesnt have the task migration fixes yet, but has the improved load-balancer. And exactly this improved load-balancer makes task-migration much more likely to happen during bootup => triggering it for ksoftirqd migration, resulting in a hang. older versions had the migration bug as well, but the first iteration of the load-balancer was much less accurate at balancing runqueues, so it didnt trigger the bug. 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/