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 655A3C433EF for ; Sat, 5 Mar 2022 14:57:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BBFD181FDE; Sat, 5 Mar 2022 15:57:12 +0100 (CET) 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="mfz1PD9J"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C131281DD0; Sat, 5 Mar 2022 15:57:10 +0100 (CET) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) (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 CF37F81DD0 for ; Sat, 5 Mar 2022 15:57:06 +0100 (CET) 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-qk1-x72e.google.com with SMTP id d84so8641580qke.8 for ; Sat, 05 Mar 2022 06:57:06 -0800 (PST) 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=Gm3Kx/9IUFJp/TIbnXfxSBSxq3xhCBUQ0PFXYVFcOXM=; b=mfz1PD9JfHtUiNGeztO58O1D9SQNEazlnWImctI6ngwuzXbQ4omeK8/3gBg0JkS8MS 532uZhFDTS+zAge2DxgQ665c0RxobRImvOID0gi9SVKfn/Zx+bzAjQfdzVwWCUIWBpal BJhs5+6gQKVlNTxphGkQtyWgzbVVRNE6b6Qlo= 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=Gm3Kx/9IUFJp/TIbnXfxSBSxq3xhCBUQ0PFXYVFcOXM=; b=Dzz5MOYzpb4M63TlvQETHnjT7GdQFRYjBSWpojZUPUvDrlsR59RBtHk2Xb/WtuR6Pl 9rPVwPW8vdehOoPqxK4MZ+pA5oJ0Px9iyF9uSSgJo2p00b+wtnXcNTGb/SUI4mh94pUT UHp8YCxYHK77WzfBj41DFXwH+VYqLNg4s2BqyGEP0ymo615pbHfR9RKtzoaeVU6/9koG kDa2ee0ijIdu15qIMWaZ9gInHbI8NJsR7/Rn+TAgGaDLn7K6xzMzPplXqmr49Q6j3vnf jFCL1HO/G+xQGNF/Ct5LEzNo7PeOUltc5IuPWL94MSzVIrz2hU8iGQF+qPyJbvMAVhxw 41Ww== X-Gm-Message-State: AOAM531da4yGwbGNJd3uzp+5oWaF/cbvw23mj0zo3JtgsOkaJVfOjQUG vsNtJpzuRI3qnI9LwqaLfUOZtQ== X-Google-Smtp-Source: ABdhPJxr3vb1CvTDL0Y1exHXkXhqwUOyli/TiIxam5fco7N3RKczqFwcrrP1NEKZ36Qq9kGaI9Tbhw== X-Received: by 2002:a05:620a:3190:b0:67b:3f5:803b with SMTP id bi16-20020a05620a319000b0067b03f5803bmr834027qkb.493.1646492225580; Sat, 05 Mar 2022 06:57:05 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id p68-20020a378d47000000b006491d2d1450sm3876692qkd.10.2022.03.05.06.57.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 05 Mar 2022 06:57:04 -0800 (PST) Date: Sat, 5 Mar 2022 09:57:02 -0500 From: Tom Rini To: Huang Jianan Cc: u-boot@lists.denx.de, linux-erofs@lists.ozlabs.org, xiang@kernel.org Subject: Re: [PATCH v4 0/5] fs/erofs: new filesystem Message-ID: <20220305145702.GA5020@bill-the-cat> References: <20220226070551.9833-1-jnhuang95@gmail.com> <20220303191524.GF5020@bill-the-cat> <3d6e3fb8-1b96-6f45-0aa9-9f330ee71432@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="/0GU/Wxy4LypDMTk" Content-Disposition: inline In-Reply-To: <3d6e3fb8-1b96-6f45-0aa9-9f330ee71432@gmail.com> 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.5 at phobos.denx.de X-Virus-Status: Clean --/0GU/Wxy4LypDMTk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 05, 2022 at 09:06:36PM +0800, Huang Jianan wrote: >=20 >=20 > =E5=9C=A8 2022/3/4 3:15, Tom Rini =E5=86=99=E9=81=93: > > On Thu, Mar 03, 2022 at 10:51:18PM +0800, Huang Jianan wrote: > >=20 > > > Hi Tom, > > >=20 > > > Would you mind taking some time to check if this version meets > > > the requirements =EF=BC=9FSo we could have a chance to be merged > > > into the next version ? > > >=20 > > > I have triggered a CI via Github PR based on this version : > > > https://github.com/u-boot/u-boot/pull/133 > > It seems fine, yes. The thing about that PR is that it doesn't use a > > custom build of the Docker container that also has the tools, so the FS > > tests aren't actually run. I'll do that when I get to testing and > > applying this, but if you can do that before hand to ensure the tests > > really do run and pass, especially on Azure where things can be a tiny > > bit trickier (since source directory is enforced read-only), that would > > be great. > I verified the test on my own machine, but I overlooked that the container > used in CI is prebuilt ... > I replaced the container in the .azure-pipelines.yml with my own build and > re-triggered the CI on this PR. Now I can see from the log that the newly > added test_erofs is working properly. Great, thanks for confirming! --=20 Tom --/0GU/Wxy4LypDMTk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIjejsACgkQFHw5/5Y0 tyy8ZQv9Ff8lV3BacrcptGEXCkwV7sLm1+egulnzWd+KyPZrldch2fywfOYxl2c1 /4BB8AWW66EGPpx9Im8iPOrtdO1wDAP5R7cYw+6kJuNIJmbFSAV9NMT4TFAj4WD7 8R17dhHn+c+rp2pYoL0p81k9Rzroo5y/WSWewOSxEg+8xW9Ho6pakUMkiG+K5WY1 1lbtboIRCcatX+u6zux15DV/nOe6H4qP5Qzjjxg7xSN8B3SVZLfVDbqwYYUR/aKJ U+ULglyVc4BWY+ZmrqBScsiTDE17XmVpg4lbg6/VvJggNPmPUBOSc/wcQCrNLDwm wJc+tWEMhPBvYBYRoNYjkb4OqSvDlSsTFXgVPkxSPx8QigFX2fCv5VZMD6jkr3A+ VwCq3PCrsIieYVRDT4ts1AnxyPeHWwzj/QvOBfFUA2zZhP8IaEfEc6hDA5IfPLC0 gyBjAOzAI9U/0TsrPVjXkSkYhisc1li+4gj6B0H8UZuVN+UblhsHbexWOP9AxI2q qeDca+KF =KNYg -----END PGP SIGNATURE----- --/0GU/Wxy4LypDMTk--