From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 26D2CDDE01 for ; Wed, 28 Feb 2007 21:13:32 +1100 (EST) Subject: Re: Make sure we populate the initroot filesystem late enough From: David Woodhouse To: Benjamin Herrenschmidt In-Reply-To: <1172644987.11949.90.camel@localhost.localdomain> References: <200612112059.kBBKx1j7022473@hera.kernel.org> <1172448057.3971.9.camel@shinybook.infradead.org> <1172518068.15970.6.camel@localhost> <20070226222724.GA13182@keitarou> <1172558897.11949.43.camel@localhost.localdomain> <3ac1a55a11baddefb903f24b988566fe@kernel.crashing.org> <1172644987.11949.90.camel@localhost.localdomain> Content-Type: text/plain Date: Wed, 28 Feb 2007 10:13:04 +0000 Message-Id: <1172657584.3452.51.camel@pmac.infradead.org> Mime-Version: 1.0 Cc: john stultz , Linux Kernel Mailing List , linuxppc-dev@ozlabs.org, Paul TBBle Hampson , torvalds@linux-foundation.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2007-02-28 at 07:43 +0100, Benjamin Herrenschmidt wrote: > I wouldn't be that sure ... I've had problems in the past with PMU based > cpufreq... looks like flushing all caches and hard-resetting the > processor on the fly when there can be pending DMAs might be a source of > trouble... especially on CPUs that don't have working cache flush HW > assist. I've seen it on a PowerMac3,1 (400MHz G4) where we don't have cpufreq. I've also seen it on the latest 1.5GHz Mac Mini, and on my shinybook. They all fall over with the latest kernel, although the shinybook only does so immediately when booted with mem=512M. The shinybook does crash later with new kernels though; I don't yet know why. It could be the same thing, or it could be something different. That one seemed to appear between Fedora's 2.6.19-1.2913 and 2.6.19-1.2914 kernels, where we did nothing but turned CONFIG_SYSFS_DEPRECATED on. I don't blame cpufreq. At various times I've been equally convinced that it was due to CONFIG_KPROBES, and Linus' initrd-moving patch. -- dwmw2