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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E8BBC43334 for ; Wed, 8 Jun 2022 09:49:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235418AbiFHJtC (ORCPT ); Wed, 8 Jun 2022 05:49:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235351AbiFHJsn (ORCPT ); Wed, 8 Jun 2022 05:48:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69C7E1EA84B; Wed, 8 Jun 2022 02:16:33 -0700 (PDT) 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 C46856194A; 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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