From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8666CC433EF for ; Wed, 8 Jun 2022 09:17:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=vtvxNGfQnJaXVhLDJzvk2Rf2Vnx5Vf8dm2GhXN0aA9Y=; b=YfAX0DeGtVJshm frJ6t4UsHJ1uO8m90grm8un+hWgcRMjSyIEyK8yD3C09HHqlAWyhN7gyPJXywvq9whlTQ8xVAtaFf 2DoxqvS9uaRWritCs6jcWmZGce5+f1qnGoCIv8J2WKIBc1IH7y7fJDwDbscCL/F6DWy7AtZIIwgFM 5PUf/Dc7cPlmRPzHtnx0VPVy9FoRpytYt16ZZprihfhVUV4s2qDZg1MvrgS1K92uZcdbgQrPXG2jM ldsv1bRtCE6bFkZZ7ljnVCvYUQBnp8ebhaE0dILa6w06tCjFGUpyKyWKjHrJA8NQy8bCQh7ewrBrN 2ymuDyAUPdTe2E1Dz/kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyrnf-00CIqa-D7; Wed, 08 Jun 2022 09:16:27 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyrnb-00CIov-4v for linux-arm-kernel@lists.infradead.org; Wed, 08 Jun 2022 09:16:24 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 618BD618F3; Wed, 8 Jun 2022 09:16:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59954C34116; Wed, 8 Jun 2022 09:16:20 +0000 (UTC) Date: Wed, 8 Jun 2022 10:16:16 +0100 From: Catalin Marinas To: "Jason A. Donenfeld" Cc: Phil Elwell , Russell King - ARM Linux , Russell King , linux-arm-kernel , LKML , Stephen Boyd , Ard Biesheuvel , stable Subject: Re: [PATCH v2] ARM: initialize jump labels before setup_machine_fdt() Message-ID: References: <8cc7ebe4-442b-a24b-9bb0-fce6e0425ee6@raspberrypi.com> <0f6458d7-037a-fa4d-8387-7de833288fb9@raspberrypi.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220608_021623_291913_7C4C5EE2 X-CRM114-Status: GOOD ( 15.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Jason, On Wed, Jun 08, 2022 at 10:20:21AM +0200, Jason A. Donenfeld wrote: > On Tue, Jun 7, 2022 at 12:07 PM Catalin Marinas wrote: > > Do you plan to fix the crng_ready() static branch differently? If you > > do, I'd like to revert the corresponding arm64 commit as well. It seems > > to be harmless but I'd rather not keep it if no longer needed. So please > > keep me updated whatever you decide. > > Feel free to revert. I'm aborting this line of inquiry and will just > fix it downstream in random.c. Thanks for the update. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel