From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:32768 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751742AbdJDMsY (ORCPT ); Wed, 4 Oct 2017 08:48:24 -0400 Date: Wed, 4 Oct 2017 13:48:19 +0100 From: Dave Martin To: Catalin Marinas Cc: Mark Rutland , Suzuki K Poulose , Will Deacon , linux-kernel@vger.kernel.org, stable@vger.kernel.org, matwey.kornilov@gmail.com, James Morse , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: Enable MRS emulation early Message-ID: <20171004124819.GU3611@e103592.cambridge.arm.com> References: <20171004094805.24009-1-suzuki.poulose@arm.com> <20171004101425.GB23092@leverpostej> <20171004111040.vumbc3bk7sj2enc6@armageddon.cambridge.arm.com> <20171004113207.GT3611@e103592.cambridge.arm.com> <20171004113628.t4gv7srwpvbwwbsl@armageddon.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171004113628.t4gv7srwpvbwwbsl@armageddon.cambridge.arm.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Oct 04, 2017 at 12:36:29PM +0100, Catalin Marinas wrote: > On Wed, Oct 04, 2017 at 12:32:07PM +0100, Dave P Martin wrote: [...] > > I don't think the hwcaps shouldn't change after entry to userspace, > > so it really doesn't matter whether HWCAP_CPUID is set before or > > after registration: for userspace it should all already have happened. > > Good point, I forgot about this. > > > It looks to me like all initcalls are called in the same kernel thread > > that execs the initramfs init process, before the exec. > > > > So I still don't see how a built-in late initcall can not have been > > called before entry to userspace. > > > > The patch seems to demonstrate that I'm wrong though. > > What am I missing? > > I also wondered about this. I think is the kernel invoking modprobe > before the actual init/linuxrc in an initrd. Ah, right. Could that be a bug, do you think? I wonder whether it's even well-defined how early that can happen. i.e., which initcall level is guaranteed early enough to prevent this? Cheers ---Dave