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 EA5ABC433EF for ; Tue, 7 Jun 2022 10:23:48 +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=TflIHBwzEvhN1qqzQBKxCRytxcAwfs6yCdcz+aob7WI=; b=Bs9RC8OF+ITdKz 8ssUn4T1G6s/b94B9cJkBhZjttIh7aZlkslMkfS0KowkNkjA8cbQ2POGvYCCniiZchmGKSxS92eXu Jqw118/eNVTdmVk/kXPLz6c06dzlEQ+FpjmP6oacNNwXL7UG2DQ9DHUOZFo5/9Wh2bUWwddePghEk 0WN4O306KkX2q41k6LAOZXn2EL+eC/iq8K8JiyoazuP06Z4rBQviCm69BxR2KlbLQnRgFBya9jEN8 AFiu8vdmBzce+kgrJUYS3J8xxd5u3tuuexaCNmtKXnHwig6+iLCy0AYqpwl5tcjv+giyejXMHxzZc iLypNVwkl7aqrOVGVFtw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyWM1-006bwh-Dm; Tue, 07 Jun 2022 10:22:30 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyWBO-006Xtd-VC for linux-arm-kernel@lists.infradead.org; Tue, 07 Jun 2022 10:11:32 +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 sin.source.kernel.org (Postfix) with ESMTPS id 0536ACE1FFA; Tue, 7 Jun 2022 10:11:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40607C34115; Tue, 7 Jun 2022 10:11:22 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="X2K0Ykj+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1654596680; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1uLp6S7qDm+prOZPlj1/i8axFvtvjD7FOsjnFuZBDPg=; b=X2K0Ykj+oOpHR3dcG5mP2wE0U/B0IWXZSN2cK6HP/+Z47nOzBdxQe/OTHEAUhC2fHzSOmj jIPDtNllmaacdUUfHN2mDFVOK6uPL/GPUeuIT0uRqMSrNlkRWeR5jz3KgsarDoP6l96LeH h9K8wirp3B1eHUKd32vhgbIkA9q9XMM= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id d13f70d9 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 7 Jun 2022 10:11:19 +0000 (UTC) Date: Tue, 7 Jun 2022 12:11:14 +0200 From: "Jason A. Donenfeld" To: Catalin Marinas 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-20220607_031131_409151_580FEE9C X-CRM114-Status: GOOD ( 28.97 ) 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 Catalin, On Tue, Jun 07, 2022 at 11:06:56AM +0100, Catalin Marinas wrote: > Hi Jason, > > On Tue, Jun 07, 2022 at 10:51:41AM +0200, Jason A. Donenfeld wrote: > > On Tue, Jun 7, 2022 at 10:47 AM Phil Elwell wrote: > > > Thanks for the quick response, but that doesn't work for me either. Let me say > > > again that I'm on a downstream kernel (rpi-5.15.y) so this may not be a > > > universal problem, but merging either of these fixing patches would be fatal for us. > > > > Alright, thanks. And I'm guessing you don't currently have a problem > > *without* either of the fixing patches, because your device tree > > doesn't use rng-seed. Is that right? > > > > In anycase, I sent in a revert to get all the static branch stuff out > > of stable -- https://lore.kernel.org/stable/20220607084005.666059-1-Jason@zx2c4.com/ > > -- so the "urgency" of this should decrease and we can fix this as > > normal during the 5.19 cycle. > > Since the above revert got queued in -stable, I assume you don't need > commit 73e2d827a501 ("arm64: Initialize jump labels before > setup_machine_fdt()") in stable either. I made the point here: https://lore.kernel.org/stable/Yp8i9DH57dRGfTNf@kroah.com/T/#m8f33bc14b677980abe690e5c7a4909b5902010cc > 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. I sent a "backup commit" for that here: https://lore.kernel.org/all/20220607100210.683136-1-Jason@zx2c4.com/ But I would like a few days to see if there's some trivial way of not needing that on arm32. If it turns out to be easy, then I'd prefer the direct fix akin to the arm64 one. If it turns out to be not easy, then I'll merge the backup commit. I'll keep you posted (and I assume anyway you'll see the arm32 attempts progress or fail here, also). Jason _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel