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 1FB99C433F5 for ; Sat, 9 Oct 2021 01:39:28 +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 6E76060FC3 for ; Sat, 9 Oct 2021 01:39:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6E76060FC3 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 C4AB483664; Sat, 9 Oct 2021 03:38:56 +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="VL0Km24Q"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4C1AB83643; Sat, 9 Oct 2021 03:38:41 +0200 (CEST) Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (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 C265B83657 for ; Sat, 9 Oct 2021 03:38:35 +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-x82e.google.com with SMTP id e16so11221782qte.13 for ; Fri, 08 Oct 2021 18:38:35 -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=XHsfdha0Kq/RbRq6JceIYucLPRewgsE0VcSoDovWT9A=; b=VL0Km24QSlC2DCLfaXF2WlPl9x7eXeN/mYLAtXBd/bzZ7j3T5vSca3rforHEV3N9ON 0TleN8NR4tvJ7nas/bDLxYIQ+dVxyaDUGnmeNXRyycMYKCmGHXuzM6rMXXOb0F23Ck+A tO/iEdhsRm91W9Gz5EGsfJrJqx3SbKje/dIts= 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=XHsfdha0Kq/RbRq6JceIYucLPRewgsE0VcSoDovWT9A=; b=RCsbaPXUJdnaf2rOSPHJyiFGTtrOuwi2rxUe5jDdaKsgsW60Y/gbnhhGHIv6RUoHM+ TweXUSoshG5zfeXFrhYF22nnZw4OL+p28wEM5kcz2crytnPg3E7jFmhTUBKCubvS8NMb r36Q+MwRR3bEd+hVC26NA22fbfaPbOCiMB92tajkCPSC4OSHRlcGST0A+YIJglShOdMa rrhS3Za3iTu6GwSXoJ1Mk51KD/3Ihe7QtjX1tTulZGQ1gQy+9Tb3X+y4eiraU5TTijqc YLNEttxgGzf2iepvCSXEWi+dRT2YbYTqdMlj7vQvWsf/hDXGrAI3xvIpBBlSfFSyfu4O ykgA== X-Gm-Message-State: AOAM5302BNOPn8cf+iameklsl1AAj2tlPeRoq3sbhFoDNOiWwON4vZgW uSv5jIJBnCeeZBDNY4lv4NLrKA== X-Google-Smtp-Source: ABdhPJyxH3FlVW+ev7GalQ2Jg8jhZFuzNTYG6+IoCbvfIW5wyXZem1GaOh5VJvXxLGGLl5rNISZpzQ== X-Received: by 2002:ac8:7763:: with SMTP id h3mr1770873qtu.159.1633743514673; Fri, 08 Oct 2021 18:38:34 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-1c00-ef41-79c3-ef5b.res6.spectrum.com. [2603:6081:7b01:cbda:1c00:ef41:79c3:ef5b]) by smtp.gmail.com with ESMTPSA id bm27sm897451qkb.6.2021.10.08.18.38.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:38:34 -0700 (PDT) Date: Fri, 8 Oct 2021 21:38:32 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Alexandru Gagniuc , Bin Meng , Joe Hershberger , Marek Vasut Subject: Re: [PATCH v4 07/15] image: Update zstd to avoid reporting error twice Message-ID: <20211009013832.GG7964@bill-the-cat> References: <20210925130320.7824-1-sjg@chromium.org> <20210925070255.v4.7.I2527b4977aee302656ecc6eb5bde18b13f913b78@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iJXiJc/TAIT2rh2r" Content-Disposition: inline In-Reply-To: <20210925070255.v4.7.I2527b4977aee302656ecc6eb5bde18b13f913b78@changeid> 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 --iJXiJc/TAIT2rh2r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:03:12AM -0600, Simon Glass wrote: > The zstd implementation prints the error in image_decomp() which is > incorrect and does not match other algorithms. Drop this and let the > caller report the error. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --iJXiJc/TAIT2rh2r Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8pgACgkQFHw5/5Y0 tywopgv/Wb3t+7Gq7zv3ZteQ6WL5KH5Gf92mk099LYL+6VOcKpC+MjLmkPojIbjG fUnwW3PYtfhjnwGKVRR1HhIwz45ok1IEIrmQ/ottb3VyVslUoPIcoFvQb/2ZAu39 p5Zq5Vp+qkJdEpHZUZWF/lrS3vZGbTmA4YdgTKrzl+w/TrbwVC4IAqoLPOcfPloX /3L7fHHfsJPVV+SvrXsfZG8Qc44AR+V6Gfvwf4Td3wp9awujFEEV3UvP+XnVLyLS xK6OC3k8l8LKJGYpdriCkQcPxZYVsZZQkaysdcuD8PNTs2yZTJWmbtUn035JyPz6 aGRBhkOj4axL0rvw3U7udh11jED/VZUn92dfIiP2UaQ51+u6Ci+rmPizRUNDXKFm F/DnXJVmx5g6oyFpoYlcAls9Idu9b5NxD602U8kltbgMLsUHyKIgpb3uCQuFWduO OWtiy1gjdpLGKuyZAlPKHZuhDQxY6dHJSK0aHOGegL3Y6Lw/+hY84YiriS7zsi3I B2W+AFAz =ToRK -----END PGP SIGNATURE----- --iJXiJc/TAIT2rh2r--