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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A8DC8CAC5AA for ; Thu, 25 Sep 2025 04:57:24 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DF76983631; Thu, 25 Sep 2025 06:57:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=disroot.org header.i=@disroot.org header.b="gyNR20jz"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 69E9483678; Thu, 25 Sep 2025 06:57:21 +0200 (CEST) Received: from layka.disroot.org (layka.disroot.org [178.21.23.139]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id EBB12800D7 for ; Thu, 25 Sep 2025 06:57:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ziyao@disroot.org Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9646B22D3E; Thu, 25 Sep 2025 06:57:18 +0200 (CEST) Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id SMY8QbeX7Cem; Thu, 25 Sep 2025 06:57:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1758776237; bh=o6MBffZySuuUWCtHa1PZNKHj5FpTBTrP1sDeXCC65gQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=gyNR20jz1EVZtS0RKc84R0k0NawuwXtJTrMn3uOatLDBRbzKaP9qPW+UQNsPMA2Cr HkO+NbBXl70TCLH50YFyYCBM2zvqj/Aa14jbVsfzVt8eDVi7JFH6ehQaOXvBoBWYeJ HEkkIZZUcfiDRshv0LYyZrLDfYGxZUoG/pZxXFN1WUm9ZaRaC21JuIFYiFji1Mca2l yJwW2KLkQgvntvguIswgDskI3OvvNx3poFWJx1Cw+o45SrgPOa9Tfb/W4/LkbaD6EL VSvgGbNvpG0N01Du393YiSqbNSCuBUMBqYARmwx4+y8Z+FBD6qhQHSGmIJqOr+xPzA B50fW1qq9kEFg== Date: Thu, 25 Sep 2025 04:57:02 +0000 From: Yao Zi To: E Shattow , Tom Rini , Leo Liang Cc: u-boot@lists.denx.de, rick@andestech.com, randolph@andestech.com, hal.feng@starfivetech.com, jamie.gibbons@microchip.com, eoin.dickson@microchip.com, wangruikang@iscas.ac.cn, greentime.hu@sifive.com, Heinrich Schuchardt Subject: Re: [GIT,PULL] u-boot-riscv/next Message-ID: References: <175839044541.1370912.7338002899133591795.b4-ty@konsulko.com> <1871663e-b918-4351-9e9e-97f9a4c73733@freeshell.de> <38f4cdaa-6fd8-418b-b599-dbe67e6736cd@freeshell.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <38f4cdaa-6fd8-418b-b599-dbe67e6736cd@freeshell.de> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On Wed, Sep 24, 2025 at 08:39:26PM -0700, E Shattow wrote: > > On 9/24/25 19:07, E Shattow wrote: > > Hi Tom, Leo, and Yao, > > > > On 9/20/25 10:47, Tom Rini wrote: > >> On Sat, 20 Sep 2025 18:20:01 +0800, Leo Liang wrote: > >> > >>> The following changes since commit a209627ed7921f40669f5c0795570d40e77e4cb7: > >>> > >>> Merge patch series "board: dhelectronics: Check pointer before access in dh_get_value_from_eeprom_buffer()" (2025-09-16 16:14:30 -0600) > >>> > >>> are available in the Git repository at: > >>> > >>> https://source.denx.de/u-boot/custodians/u-boot-riscv.git next > >>> > >>> [...] > >> > >> Merged into u-boot/next, thanks! > >> > > > > Runtime regression for VisionFive2 SPL bisected to bad commit > > a681cfecb434 "riscv: Add a Zalrsc-only alternative for synchronization > > in start.S". Confirmed by checking out origin/next (to 44c4919e9 "test: > > Fix optee unit test") and reverting that commit a681cfecb434 only. > > > > I am late to testing this, sorry about that. It would have been better > > to catch this before becoming part of a range of bisect commits that now > > have a non-functional SPL on visionfive2. > > > > Best regards, > > > > -E > > P.S. for Yao, there are problems with your series more than the one bad > bisect commit only. Build starfive_visionfive2_defconfig with ordinary > toolchain from Debian 13 Trixie gcc 14.2.0 and any StarFive2 (or > variant) board, to see the problem. I can't get this working with only > config changes and your series for a fixes follow-up. Too heavy of a > change... revert the series please. -E Oops, I'm okay with the revert. Should I send a series to revert the changes? I should really have tested this against VisonFive 2, but my board is dead... Best regards, Yao Zi