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 C52B6C433F5 for ; Thu, 11 Nov 2021 17:38:16 +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 3E9BF610CB for ; Thu, 11 Nov 2021 17:38:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3E9BF610CB 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 65A6783A6F; Thu, 11 Nov 2021 18:38:09 +0100 (CET) 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="cBnwSS2z"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2959D83A65; Thu, 11 Nov 2021 18:38:07 +0100 (CET) Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (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 96A4D83A48 for ; Thu, 11 Nov 2021 18:37:59 +0100 (CET) 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-qk1-x731.google.com with SMTP id i9so6550350qki.3 for ; Thu, 11 Nov 2021 09:37:59 -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=uk2T7CKoUlJWlnfbPIUYOPtqQdcIaexYSrTDqMrc/SY=; b=cBnwSS2z6u3m9LVAIyAqiBvK4qzANSUC/kX1q4lrAKlmNAd3y+Hxp1siZoBsIjLr6H P2IaYFtnPHz2DYvZBf+lao0fn45aC2E4+XvXq3uCZhNjvxfx+T6dJSr9dKZ32C6H6OUx caJSjq5MgNItQLqy17l6X6PuxtzKbj7SSHqBY= 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=uk2T7CKoUlJWlnfbPIUYOPtqQdcIaexYSrTDqMrc/SY=; b=QN1t/NWvKs4m5jORhuWTsg5uYAd9QS04JbuHQ5Yn1Pzeljx3kkv3l11nvUW7EY6Frd 9ftWoZxLD3y0E7P1bm0/fT8u9KjKyXuwZ5jjljz663SryNdeGthMG1psPvr5+GFPVUMS VqCdAAomfY96Ip/mQ/mtrd8un6al1QyCh85RAkG0+dvsHBf7A4XP7wXdftWV1muA872m 7Js4B+W/5YkKcEO7YjVQfoBKqYXSic4YOur3H3JOAJw1E0lfkDe8NUilSSMEG015fQLU Btlc0mSZSOmG2LloWMay//fdjkuOMTydKa8gmWJdfqNbbMuogxC7DJO3amFlkT794LuM ZY8Q== X-Gm-Message-State: AOAM530veCx1QSXzDXO6lmUyFtqWEqGbT3YXZhu8pGS1JE0nJ4XyGA++ CeBdmsnXs9pe/tSRO6Nkm2AaB1MaA0V9AA== X-Google-Smtp-Source: ABdhPJy0DfgfDUYfz58xIkflJTGscz///E9q9f5AFjOoHh4U+qoECn/tUMT5vSlEuA069oPGrMW0aA== X-Received: by 2002:a37:9e4f:: with SMTP id h76mr7595243qke.336.1636652277074; Thu, 11 Nov 2021 09:37:57 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-0560-a46c-4644-38cb.res6.spectrum.com. [2603:6081:7b01:cbda:560:a46c:4644:38cb]) by smtp.gmail.com with ESMTPSA id g21sm399591qtb.62.2021.11.11.09.37.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Nov 2021 09:37:56 -0800 (PST) Date: Thu, 11 Nov 2021 12:37:54 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [u-boot-test-hooks PATCH 5/7] Update sdwire script to wait for umount Message-ID: <20211111173754.GS24579@bill-the-cat> References: <20211030182539.1371361-1-sjg@chromium.org> <20211030182539.1371361-5-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="G7G7Qt0IoQHH0+t+" Content-Disposition: inline In-Reply-To: <20211030182539.1371361-5-sjg@chromium.org> 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 --G7G7Qt0IoQHH0+t+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 30, 2021 at 12:25:37PM -0600, Simon Glass wrote: > Sometimes the umount takes a while. Add the same wait loop as is used for > mount. Also rename the 'done' variable to 'complete' to void confusing it > with the end of the for loop. >=20 > Signed-off-by: Simon Glass Applied to u-boot-test-hooks/master, thanks! --=20 Tom --G7G7Qt0IoQHH0+t+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGNVPIACgkQFHw5/5Y0 tyxKdAv+JBx/Mkstu50MEbBspB7Dza6oqqM384Z33/LSD2/HkFgyWdTRpsHDaV+V uit7QBRgGBeiSKXS7vZRrf+SItINUaOEnQYCRfOXHKx8LBVaG2XSZ1k2aOG6lMkL dxH5sLGnthPpmr22/ztlOWyEZwHFxq3LRm6OpTreydHVM7L6noHR7m28zfjsp7Hm pJTLAw3WEAxV18UXPP8ZG7o8QCAUWEU7DRrVAMHCANRms3kuCFpJ80en2f4WLLWF 5go/jg/uHe6IpNeCx+exSRBp6BgmnvBIj4ti3bhWrzxZBxKeiszf/NvMVbwmdFHa WCLnNXXdmKNeP+1szlkmfnp65YdG+tNLHcPGkZquuc+AiclwCZU/bjAgw8l+zqpR XHUx0Zf+UDNG+2E4jzwzuIoB/Yvk9WU4pgvTddz9rIldFUWZnTxpg5jc9zK6ujxA sC/nbd45dUjt7MXV97niOXMmiPBLF8z7OCt7gsI0QUI/A8wBDOJcIXwmqeZclN0u ofERcVnX =VwBt -----END PGP SIGNATURE----- --G7G7Qt0IoQHH0+t+--