From owner-freebsd-current Thu Jan 18 0:33:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 36FA537B400; Thu, 18 Jan 2001 00:33:33 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp150.geekhouse.net [192.168.1.150]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f0I8bXs67198; Thu, 18 Jan 2001 00:37:33 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010118000721.M7240@fw.wintelcom.net> Date: Thu, 18 Jan 2001 00:33:30 -0800 (PST) From: John Baldwin To: Alfred Perlstein Subject: Re: HEADS-UP: await/asleep removal imminent Cc: current@FreeBSD.org, arch@FreeBSD.org, rjesup@wgate.com, Soren Schmidt Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18-Jan-01 Alfred Perlstein wrote: > * Soren Schmidt [010118 00:03] wrote: >> It seems John Baldwin wrote: >> > > Anyhow, I have asked before to have you guys supply me with >> > > a kernel that has been compiled "the right way" and I'll test >> > > it out here just to make sure I dont do anything stupid.. >> > > >> > > Just a bare bones kernel, fxp & ata drivers will do nicely for the >> > > serverworks thingy, give me an URL I can get it from or put it >> > > on ftp.freebsd.dk/incoming and give my a ping when its there... >> > >> > http://www.FreeBSD.org/~jhb/kernel.sos >> > >> > It was compiled wtih INCLUDE_CONFIG_FILE, so you can grab the config file >> > from >> > that. >> >> Now this is "interesting", I booted on your kernel, and it has run >> through make world 4 times in a row... >> >> So I felt lucky, checked out a new fresh src/sys tree, and made a new >> kernel from the config file you used, reboot, starts test, and *HANG* >> >> Hmm!! >> >> Now I have tried a sys tree from today (0800 CET) two days ago and a >> week ago, and all 3 of them produces the lockup. >> >> So the only thing I can think of is that you guys have something in >> your src trees that cvs & I dont... >> >> Now what ? > > What are the compile flags you are using? I actually used this: CFLAGS ?= -O -pipe -mcpu=i686 -march=i686 COPTFLAGS ?= -O -pipe -mcpu=i686 -march=i686 All the diffs in sys/ on the box I built this kernel on are at http://www.FreeBSD.org/~jhb/patches/sys-mutex.patch. One possibly notable patch I had forgotten about is the fix to forward_signal() to lock with sched_lock. I've just committed that though. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message