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 5FFD3CAC5AE for ; Thu, 25 Sep 2025 02:07:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9B23E83631; Thu, 25 Sep 2025 04:07:31 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=freeshell.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 40B5D83666; Thu, 25 Sep 2025 04:07:30 +0200 (CEST) Received: from freeshell.de (freeshell.de [IPv6:2a01:4f8:231:482b::2]) (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 06D1F835CB for ; Thu, 25 Sep 2025 04:07:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=freeshell.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=e@freeshell.de Received: from [192.168.2.54] (unknown [143.105.119.198]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 22BE1B220962; Thu, 25 Sep 2025 04:07:24 +0200 (CEST) Message-ID: <1871663e-b918-4351-9e9e-97f9a4c73733@freeshell.de> Date: Wed, 24 Sep 2025 19:07:22 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [GIT,PULL] u-boot-riscv/next To: Tom Rini , Leo Liang , Yao Zi 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 References: <175839044541.1370912.7338002899133591795.b4-ty@konsulko.com> Content-Language: en-US From: E Shattow In-Reply-To: <175839044541.1370912.7338002899133591795.b4-ty@konsulko.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 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