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 17B4AC433F5 for ; Sat, 9 Oct 2021 01:39:17 +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 699D760FC3 for ; Sat, 9 Oct 2021 01:39:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 699D760FC3 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 3C54583661; Sat, 9 Oct 2021 03:38:53 +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="onVdisoj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9C8C483625; Sat, 9 Oct 2021 03:38:38 +0200 (CEST) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (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 9AC3883643 for ; Sat, 9 Oct 2021 03:38:25 +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-x833.google.com with SMTP id b12so3209363qtq.3 for ; Fri, 08 Oct 2021 18:38:25 -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=aR/Lf5alAjMqjJ7vvru+CqwHaTK5svr2E+w9QRD+ddk=; b=onVdisojkUSI0Z6JD71dNOMKSknQRXcH1IbffN6r91v6Dw6EBu3LfQjK+KdPOv3Cbk HQD1ztmkNjj3hNPUk7QS2R7FL31LJe/F0W4dSG/5G+xrh3KidDeH6bhGP1KJqLsTiHwJ 1YP21FZ6wIMKbxCGnB3uHfl7QA13Mbv5NLf1I= 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=aR/Lf5alAjMqjJ7vvru+CqwHaTK5svr2E+w9QRD+ddk=; b=sSMaq5918mtnRdd8UD3IZjbacUDIxD+a45ZkcbnZnZbYd2Q8IvEUVR95CtFqBnUxXn 9PdON1RJE1VVZkgNgDuSGSVe0UUBBa5CQolG1luNq+s578QsOVbpr+j72mK1gH6GKZMq Nz0BO6fUCYiXbKhJ5io1pY3RkdDpuruBdBGQkEIqLltjQUUZSzFMkkv+MsoSta6CbmVw yEzQi8lfH399gBiOD+v22AxzJTiqLJXGqnbJaJ52iUpKUuufNFtww9t2VLkhytOU7IpW fEbcBbsHp3U3Opv5czb5PKrsqdogd7LsKDjm6+6OocYLU45UNZHFnoBfjbDtfYg20pD6 uaIg== X-Gm-Message-State: AOAM533QIEvbq9vYCJO23Pk21m2Wi4XhE3CUrtrYF9DHq5ATAN9sY4cF o7ALWAbb9iMvpZ18CFpHqXCNHA== X-Google-Smtp-Source: ABdhPJw9gTfUGjdEzKXf7UHa5Ib3uTmNBRz9YVaBdb1O267ldSyu1+xNOZJAlRWMn5heFyv7+MLPBw== X-Received: by 2002:ac8:7058:: with SMTP id y24mr1758014qtm.397.1633743504329; Fri, 08 Oct 2021 18:38:24 -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 z186sm812595qke.59.2021.10.08.18.38.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:38:23 -0700 (PDT) Date: Fri, 8 Oct 2021 21:38:22 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Alexandru Gagniuc , Bin Meng , Qu Wenruo Subject: Re: [PATCH v4 05/15] btrfs: Use U-Boot API for decompression Message-ID: <20211009013822.GE7964@bill-the-cat> References: <20210925130320.7824-1-sjg@chromium.org> <20210925070255.v4.5.Id825318e5d23be3df49050827e4b0f071647b3a8@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ep0oHQY+/Gbo/zt0" Content-Disposition: inline In-Reply-To: <20210925070255.v4.5.Id825318e5d23be3df49050827e4b0f071647b3a8@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 --ep0oHQY+/Gbo/zt0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:03:10AM -0600, Simon Glass wrote: > Use the common function to avoid code duplication. >=20 > Acked-by: Qu Wenruo > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --ep0oHQY+/Gbo/zt0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8o0ACgkQFHw5/5Y0 tyzJ2Qv/bpazgtYh9OHcBAhH23gOWWG7AmNynz/0Df4ePh96na1+FAtyXN9Xs1mJ WTWGg+UbLy6q1jvEGcnBueJzUi7HuXCyOHAO4JUDSk9pX2lFgcz4dl3oAkFGvEW4 nLirmFm2HYrPj10NjUcuWRuNlvJ6xnKz1HMMAE0AUg6IpLEY7zxA827xyrVWOz6L JWQq6mmfe8kBt6U9OCp931e6OJZyEqbHvEgGhWO8UDY/lBL5CE44hq/8HpN0ldX7 Ng85fA0lcMjQZGE3KNEjI7qC/H6yeIcqYMfHr4n/B4FfJcIHS3ykgDf0DFbnXj4P pFkMsT1izmPsaJt7jrN+Ca86hZT6Z18/Aaz+9vPgiOTwCYPgwjYhcQVfsHmnKnEM izkXLejZFzV/A6hTZ4E5vUlxiLqv3aKXPf+/gM78vK/DwUFx2BTWRwaTm738k9qc IOpqQykr1xNuaB87Jfl7a2d7qoCLvkKpfjKqVC/glHLD9qOWAMxSAWmusgUml8Bd wMwF9Pqm =PIYj -----END PGP SIGNATURE----- --ep0oHQY+/Gbo/zt0--