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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9323C433F5 for ; Thu, 21 Oct 2021 11:51:39 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 15A5F61037 for ; Thu, 21 Oct 2021 11:51:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 15A5F61037 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EBA74833D5; Thu, 21 Oct 2021 13:51:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="DKPcpCZm"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3708F83423; Thu, 21 Oct 2021 13:51:35 +0200 (CEST) Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 74288833B1 for ; Thu, 21 Oct 2021 13:51:31 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82f.google.com with SMTP id b12so188943qtq.3 for ; Thu, 21 Oct 2021 04:51:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=qUa9EVT0B9EhDfJgv/ekClEitejsQI+G8jLO/T9OR4s=; b=DKPcpCZm31dse+Yj9xYxsx5hYYLf5RnsioouacVYnm2113I/D5NwwNqs8GR1hVrYBt ZLmdU5VaZtg+frL7hwWyyRn+1rbmLPfauM1u8SrPtEsA/a+n3cj9bQ/o1/PVXfbpnZ5R yiPkauEk8KBfdUB9Kn33T4p2HcCFyPwoCBrfs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qUa9EVT0B9EhDfJgv/ekClEitejsQI+G8jLO/T9OR4s=; b=QHmpQciGWzjiyggZWXzZL+095okT2ri5q47Wv/l+v+GhLYzRY5pQWXaWH/G0lIGkcP qAodMJRhS+Mlogo/2NG6JbJDB70DfRMKuakz+Ty1se4FGXnRCKH0EPb4A6AUsC9Ncc8C zWNbHskGX92PZ962JRUmSj9InuLK1bgNqE2P5wYZVOxKjIEryd4OHFxUFmcn2iICYtt0 21EdfTKHrIvKp+Hs6kG0paNElBDHMijISmF5JAuenIVOEsP7susHudjVrdOTG2ekviyP Xd7ovy+qZgEp0xEO/zXS0C3rC4mvc5YETrvfcYs+6WMu/yFo9ls2Lm/oVUGb9S0HrlFg DpIg== X-Gm-Message-State: AOAM530XzAeeGTCQ7s/KvbHtaNRqIsd/Xm2jGMKXY3yq3A/O5UKzZWEk YpnyOYXUSNJi/BREXlWbLycOh5ZYQgpDaw== X-Google-Smtp-Source: ABdhPJwlF8kX/gPWVQnIADvlcS/tUHECbA6VKAmsf8lqePh75kl9ln2M58QJK69/M9eJEYfeIyhzMA== X-Received: by 2002:ac8:5846:: with SMTP id h6mr5125193qth.340.1634817089961; Thu, 21 Oct 2021 04:51:29 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2501-70e1-0160-7cd3.res6.spectrum.com. [2603:6081:7b01:cbda:2501:70e1:160:7cd3]) by smtp.gmail.com with ESMTPSA id bp9sm2527168qkb.94.2021.10.21.04.51.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Oct 2021 04:51:29 -0700 (PDT) Date: Thu, 21 Oct 2021 07:51:27 -0400 From: Tom Rini To: Leo Liang Cc: u-boot@lists.denx.de, rick@andestech.com Subject: Re: [PULL] u-boot-riscv/master Message-ID: <20211021115127.GU7964@bill-the-cat> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jSZirlzDwLczZ6Wh" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean --jSZirlzDwLczZ6Wh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 20, 2021 at 03:14:00PM +0800, Leo Liang wrote: > Hi Tom,=20 >=20 > The following changes since commit fb1018106a7bbb1a0d723029f6760b1b1b4d30= 6d: >=20 > Merge branch '2021-10-19-assorted-changes' (2021-10-19 20:45:12 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-riscv.git=20 >=20 > for you to fetch changes up to ddf4972834fdf33f0a3360ff4a68fde333995113: >=20 > riscv: Avoid io read/write cause wrong result (2021-10-20 10:59:17 +080= 0) >=20 > SI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot= -riscv/-/pipelines/9532 >=20 Applied to u-boot/master, thanks! --=20 Tom --jSZirlzDwLczZ6Wh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFxVD8ACgkQFHw5/5Y0 tyxgfAwAi2gwAvSlQsToBYDvb1o/Wpbu4DX2MYkqRgNNPLgqg6pHADtxju8tj7eA 4wnATAK5a78mvkTHdp94J0zKRLp7XjLjTnv+0nZ0hxQ+rI/pmh19CNVHdxRMHHvt CVe1xZ+saVjncDE57LNDX+zUqyjPGaTWQepq3osiks5J1MukQJkANlGKGKSNltHH pP7rg7TKcv8nDW21w1CNSJ/q6hbs6t+kSTLL7iHtS/avk6LhzUTDjvdOIcvgki+q wZezBKs0OxnrmFzmfVMf4I8Z0MpcD35O/qcSxVLWA7Df1CZ/Voj4JXYpD+0OiQdY ht67qmsax0GP1Fm1i4rcVBKCMmQhK7JTm5oQa1cekl5QKSSfmsw+qQD8Q93Cl2ks +9ywVYkvaMNQ2/52YBH1z3OJFRfAqEV8wZ8tyL02cDOEtu6RoxSdAxT4O64vLuU1 p2090+K8bCavrL5sZ3MW+KTQBYClJqucdpv1xtRtwND5YKqxFzDMcCiTj5ZDnORQ 8PFryf5m =4AAS -----END PGP SIGNATURE----- --jSZirlzDwLczZ6Wh--