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 83246EB64DC for ; Mon, 17 Jul 2023 15:12:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C164486688; Mon, 17 Jul 2023 17:12:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="jBVcGwjg"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A516D8668A; Mon, 17 Jul 2023 17:12:48 +0200 (CEST) Received: from mail-yw1-x112a.google.com (mail-yw1-x112a.google.com [IPv6:2607:f8b0:4864:20::112a]) (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 C04868666E for ; Mon, 17 Jul 2023 17:12:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-yw1-x112a.google.com with SMTP id 00721157ae682-5774098f16eso49262867b3.0 for ; Mon, 17 Jul 2023 08:12:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1689606764; x=1692198764; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=2D3+UbKB2sj/jKoUp3hk4+lV1omqAf/7AQHB8y5KWFc=; b=jBVcGwjg8yc9vieSK61B1ebQyqAgvL2lmhqkV2H/xsjhXv4IKKsG1ojqPuUjMlbgT8 9BxhRuLTlPEwFNYLiQnrp31Yx12ihhvgjJnXF/J/7OS71qlM8pKe2SW7O25hRVBBLlYQ 1Q4HlDu828yIhjdTM6A/+UF003wDN/prqmWdI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689606764; x=1692198764; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=2D3+UbKB2sj/jKoUp3hk4+lV1omqAf/7AQHB8y5KWFc=; b=YhlQ2mhaJASRlksloiZ4LbsFlHh/Y8MEEicZhS2rikOTMg8BgLETYkxWlyPX+piiNI uX4KNOSvX2/WtupK+7aUChZu0t2XFn7DN4thEzY2Nra6G1OHJeYYKX/ysSybS48koXpJ Gljx0ViGxl08DcfOIf+EWTUgW3p0r7pWgfLNBGUBkeHA7VbEZOjOm0NYxGCINyWd19N2 3hzEybqYQ0+2HAdVFNrKaRgn8ecmCZSeU3GppnHEd4IOC2pKN5YFKSMA4d8ztp2xC1Sq rs5AU1gjXiCblaJNCjNfbtlSWXc971Zukpw9HSvQ7glTiHhm1tyUjLKjiZ39ednhXVBb +aFw== X-Gm-Message-State: ABy/qLbnusBPSMJkoVzZ3LkbZFASbi1gDakdOgEEQzcBrngXyvlCnD4c NUN96a8wN+8qhMwrhvnehnTKtLnlxlYvz0qJY2cbAg== X-Google-Smtp-Source: APBJJlET062dV+cedTeXmLMqKIdRMNBeAe2ZC475rxa7aRnm4NFgAFtt843JlpSzGMGVVuQq+KXDIw== X-Received: by 2002:a0d:f5c6:0:b0:56d:3b91:7e78 with SMTP id e189-20020a0df5c6000000b0056d3b917e78mr15533257ywf.20.1689606764457; Mon, 17 Jul 2023 08:12:44 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-865a-8589-771c-0053.res6.spectrum.com. [2603:6081:7b00:6400:865a:8589:771c:53]) by smtp.gmail.com with ESMTPSA id r14-20020a81c30e000000b00576cd8f9770sm3790639ywk.146.2023.07.17.08.12.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jul 2023 08:12:44 -0700 (PDT) Date: Mon, 17 Jul 2023 11:12:42 -0400 From: Tom Rini To: Gao Xiang Cc: jnhuang95@gmail.com, u-boot@lists.denx.de, Yifan Zhao Subject: Re: [PATCH] fs/erofs: Introduce new features including ztailpacking, fragments and dedupe Message-ID: <20230717151242.GD1670569@bill-the-cat> References: <20230707155212.159914-1-zhaoyifan@sjtu.edu.cn> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h8Kp65hHtGxpT9xo" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett 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 --h8Kp65hHtGxpT9xo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 17, 2023 at 01:27:39PM +0800, Gao Xiang wrote: > Hi Tom, >=20 > On 2023/7/7 23:52, Yifan Zhao wrote: > > This patch updates erofs driver code to catch up with the latest code of > > erofs_utils (commit e4939f9eaa177e05d697ace85d8dc283e25dc2ed). > >=20 > > LZMA will be supported in the separate patch later. > >=20 > > Signed-off-by: Yifan Zhao > > --- > > CI result here: > > https://github.com/u-boot/u-boot/pull/344 >=20 > Could you consider this patch for this merge window? > LZMA support needs further work, we will address it separately. Yes, but I'm waiting a little bit longer for anyone else to provide feedback, thanks. --=20 Tom --h8Kp65hHtGxpT9xo Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmS1WmoACgkQFHw5/5Y0 tyzU1Qv/Y57Wb82TSz0wA7LO+TP6Ri2IAgwp+4nVTmZc+pNX7Au7VcoLtKJrJqzb c2Zy+xzmcCfb7OHgnEBbPqLZCDnhv99NeBhlMrMN93f2eQJ6+uR7zI/lrPxwJG7A s2Usc89NPfJFPhx8L6o4pk4sMOKLBIUcVg9birmcfoHkyJxRYBwdNcYXEeMbEWxh hrJmRG3vpw/+ygb2afNicaCJcthg5jU9fuPSXmOxA7y+5u8TiHOdnTlEp5Oh7xwh XvLtxpTk5b5r/sk5hmKeLesWIIjUn0EZb6OwVkpoJj3++nGcK6cs5aeokLacwZAE OF1DNQL6UhFE9T+mV6a+Jm21PS+O3QSCrvmMoW04Cvf3xayp8S15vjLKhKt6J5KS EbGs5mw9EzyV/gfJazaACI2w2Xe8ASN5UeSUE/e5xwbx4SRCq0VWRW1JCwUwMXf6 XYnk5bkHC02KTYpkp+k2cT5c5NVo0n3CxAmLvjo4W3/g+srAqXpRlMjCOy1r406R Ky8FboUU =MeA8 -----END PGP SIGNATURE----- --h8Kp65hHtGxpT9xo--