From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750866AbWDJMqB (ORCPT ); Mon, 10 Apr 2006 08:46:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750869AbWDJMqA (ORCPT ); Mon, 10 Apr 2006 08:46:00 -0400 Received: from odin2.bull.net ([129.184.85.11]:62182 "EHLO odin2.bull.net") by vger.kernel.org with ESMTP id S1750865AbWDJMqA convert rfc822-to-8bit (ORCPT ); Mon, 10 Apr 2006 08:46:00 -0400 From: "Serge Noiraud" To: Ingo Molnar Subject: Re: PREEMPT_RT : 2.6.16-rt12 and boot : BUG ? Date: Mon, 10 Apr 2006 14:46:13 +0200 User-Agent: KMail/1.7.1 Cc: linux-kernel References: <200604061416.00741.Serge.Noiraud@bull.net> <20060406143139.GA28724@elte.hu> <200604061705.36303.Serge.Noiraud@bull.net> In-Reply-To: <200604061705.36303.Serge.Noiraud@bull.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200604101446.13610.Serge.Noiraud@bull.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org jeudi 6 Avril 2006 17:05, Serge Noiraud wrote/a écrit : > jeudi 6 Avril 2006 16:31, Ingo Molnar wrote/a écrit : > > > > * Serge Noiraud wrote: > > > > > input: ImPS/2 Generic Wheel Mouse as /class/input/input1 > > > VFS: Mounted root (ext2 filesystem). > > > Fusion MPT base driver 3.03.07 > > > Copyright (c) 1999-2005 LSI Logic Corporation > > > Could not allocate 8 bytes percpu data > > > mptscsih: Unknown symbol scsi_remove_host > > > > could you increase (double) PERCPU_ENOUGH_ROOM in > > include/linux/percpu.h, does that solve this problem? (and make sure you > > use -rt13, -rt12 had a couple of bugs) > Tested with rt12 and 192K : same problem > Tested with rt12 and 256K : same problem. > Tested with rt13 and 256K : same problem. > I'm currently compiling with CONFIG_KALLSYMS_ALL not set. Same thing. The boot succeed if I set CONFIG_CRITICAL_IRQSOFF_TIMING to no. If I set this parameter to yes, I get the scsi unresolved symbols. PERCPU_ENOUGH_ROOM is actually set to 256K. I'll try to set the original value. I don't see the relation between this parameter and the missing scsi symbols resolution. Timing problem ? > > > > Ingo -- Serge Noiraud