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 E300EC433F5 for ; Sun, 8 May 2022 15:31:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3F96283F2D; Sun, 8 May 2022 17:31:32 +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="TcI78Ozy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6A38F83F2D; Sun, 8 May 2022 17:31:30 +0200 (CEST) Received: from mail-qt1-x830.google.com (mail-qt1-x830.google.com [IPv6:2607:f8b0:4864:20::830]) (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 4D0D883F26 for ; Sun, 8 May 2022 17:31:23 +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-qt1-x830.google.com with SMTP id h3so9410485qtn.4 for ; Sun, 08 May 2022 08:31:23 -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=J41yGYkLIdjo1d1X5356UPT3reBqSI6os8TewpSBfvE=; b=TcI78Ozy4NZWkxw6iD5EBdSjNJaVUjHFX0pnAiTb1xReoDa0PdVHtwvTwADEwr+5Q6 X/LDCm9TWVw4orINmI8zQBA11KrR0U6+P7iTdPG68bwQrkFjCEk+z620Qx6UtubLq/aJ 5YLiUjM3pLEEjDmT33Yeep1UwJRc3fVq929Kg= 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=J41yGYkLIdjo1d1X5356UPT3reBqSI6os8TewpSBfvE=; b=h8sPUJRMcTq31myB+gQfjOpJcm93kHKZQXo+lMnVb7Ub/KoPdL3qQCo/bW4v3pqGKY Koj+S+4D1YgHNl7t8kD9BR4U6SywV8ktOmlifYS+oJhPhLCyx7BkfSH72Fbc7j0GPCx6 xr7r/tMAK3IbYs4LfqcdN9MGGKhN5b4RMBaxWEONBql8CBdXmlCv1PRM+tFxZGffNg8H dN6ijwk+63p+jWBMFh8v67EmcC0/qfBc2S0Tm5h1US6YYud9HhWyw1jGFYo8NcHsOw/U Pwkfddu1TU9WztPNbzNFLKx/vf7OChVzzDNFmV7/X2sTpA+5li24vmLOITbshUfYF/Yq qUtQ== X-Gm-Message-State: AOAM531LE/uWnzSOsawVK0pSG6j3Yutap/lMiB2qF8+x+MEMJLHq07Bj DgnGRwcWUWyaNjN/FnNIZfUaW06GitR4PA== X-Google-Smtp-Source: ABdhPJy9NfeNcAobDaocym0mJx+sOYfEIh7uoTjzrnr35WJp132FWuM9t5+/rxrIZm0qYnv/QEJYMA== X-Received: by 2002:ac8:5dcc:0:b0:2f3:d8d2:7cf with SMTP id e12-20020ac85dcc000000b002f3d8d207cfmr1814535qtx.464.1652023882175; Sun, 08 May 2022 08:31:22 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-4500-6996-6c1f-8127-00b3.res6.spectrum.com. [2603:6081:7b01:4500:6996:6c1f:8127:b3]) by smtp.gmail.com with ESMTPSA id 123-20020a370381000000b0069fc13ce222sm5621721qkd.83.2022.05.08.08.31.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 May 2022 08:31:21 -0700 (PDT) Date: Sun, 8 May 2022 11:31:19 -0400 From: Tom Rini To: Philippe Reynes Cc: sjg@chromium.org, u-boot@lists.denx.de Subject: Re: [PATCH 2/3] cmd: gpt: add subcommand repair Message-ID: <20220508153119.GH3901321@bill-the-cat> References: <20220422154650.160435-1-philippe.reynes@softathome.com> <20220422154650.160435-3-philippe.reynes@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HuscSE0D68UGttcd" Content-Disposition: inline In-Reply-To: <20220422154650.160435-3-philippe.reynes@softathome.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 --HuscSE0D68UGttcd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 22, 2022 at 05:46:49PM +0200, Philippe Reynes wrote: > Adds a sub-command repair to the command gpt > that allow to repair a corrupted gpt table. If > the both gpt table (primary and backup) are > valid, then the command does nothing. >=20 > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! --=20 Tom --HuscSE0D68UGttcd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJ34kcACgkQFHw5/5Y0 tywciQv9EH0qOEpgNgKUYAlzbFkYFFwh30owdPSBqCbJUi3oZx5d3h96SsbN/eZV lCgKLVF1JCBNzWj1mjOTBya2/0NdRFDf3v9IX8yqa9D39ajjZkhHgQVGwDooRyr/ VfwSD+9GmNcG8M+5cinGpnOdHAsP9MBC1KpvWxq5ZRRZigO0FOGS+ET8GAQurOX5 lV3e2NGPJqc6iAeCrSmjZxCBV2/rqE6WDcFepwRwHvExVi4Der7YnNCfj/JCJDy6 FCX+Ua5OhPTb4j752Cm3avVWL6UadCVT751cOUZBkk6S8xw9Mmh2HdiJQvVB5wlX OS6uIcICdez3WSt4chPIZT8T+EFPcRJjiGbK6M2EUQVyVUAOVyLGxiE7dHJL7pdK dljYgdRvjh2e55fGTb/3l2tS8/YXIVU1598Faa4MNYaHcCBy0maKqiOaUjigvwNH 0ENBUsupSM+RIfhTWG1XCHNfNj4+wl23T0tOp03/dyc0s38+0clSKepGlKAaQDOL n8Vhdx1r =GaWX -----END PGP SIGNATURE----- --HuscSE0D68UGttcd--