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 D50DAC636D3 for ; Sun, 12 Feb 2023 15:09:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229631AbjBLPJM (ORCPT ); Sun, 12 Feb 2023 10:09:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229523AbjBLPJK (ORCPT ); Sun, 12 Feb 2023 10:09:10 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72A641205D for ; Sun, 12 Feb 2023 07:09:09 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id A7D9DB80B1E for ; Sun, 12 Feb 2023 15:09:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5A24C433D2; Sun, 12 Feb 2023 15:09:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676214546; bh=Jv5s9BYTm0CiAwaoo6yTi+7p0Sq+M8TtW0BR2+nGXj0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gA7jsqsOGweKsTHdwGhUSiKOVU6CMGjjrUazMTHGzZAVNizP5M3n7dPekMpvJGyFd hlEetqB/OxPTfMYe0PhfwzoDRU50EVaX0hKynTepPl7A7u6fZnb+BYqBjxIWs2AjVY kSFOfZ47j3tQTYcX9NasMMRv9KhDt4mg35EkN30sY6eZAB+UD445fAI97T3DjcOdk/ U/A5YCtC9uUMcEA14RcW9bB7b9GeRoz57asdAAw2S55JCsZcfkN5E4P9pAzaOEdFLY XOuvi7dAtk9Z0LE1vSfuFiZfh4IvNQ03NKs5CWWVOGs5Bbzt8gOLRTUoF3bX99jKrs Upa6hwk5Q6LlA== Date: Sun, 12 Feb 2023 15:09:01 +0000 From: Conor Dooley To: Samuel Holland Cc: Heiko Stuebner , Jisheng Zhang , Palmer Dabbelt , linux-riscv@lists.infradead.org, Andrew Jones , Christoph Muellner , Conor Dooley , Guo Ren , Heiko Stuebner , Nathan Chancellor , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] riscv: Fix alternatives issues on for-next Message-ID: References: <20230212021534.59121-1-samuel@sholland.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4e/rMjy/0rNyLepq" Content-Disposition: inline In-Reply-To: <20230212021534.59121-1-samuel@sholland.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --4e/rMjy/0rNyLepq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hey Samuel, On Sat, Feb 11, 2023 at 08:15:31PM -0600, Samuel Holland wrote: > Several people have reported that D1 fails to boot on linux-next. > Patch 1 fixes a bug where early alternative patching used the wrong > address. Patch 2 fixes a separate issue where the Zbb alternatives > are incorrectly applied based on the 'C' extension instead of Zbb. On Icicle, Nezha & VisionFive 2: Tested-by: Conor Dooley I was really curious why my CI didn't catch this, but I think boot on Icicle wasn't broken as the toolchains pre-date Zbb and therefore it isn't even compiled in. And the VisionFive 2 doesn't care as it has Zbb. Thanks for the fixes :) Conor. --4e/rMjy/0rNyLepq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY+kA/QAKCRB4tDGHoIJi 0t1YAQCCqBxh12UJYWn/YAcF7Ohr8omkhzgR75R1JQ/4Isj9ewEAmWLLN7v+hRWU +gfOHdDANwboZ4YWyRwhCG2ZutjDlA0= =3PTq -----END PGP SIGNATURE----- --4e/rMjy/0rNyLepq--