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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6BD84C432BE for ; Thu, 19 Aug 2021 07:10:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54E94610E5 for ; Thu, 19 Aug 2021 07:10:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235859AbhHSHKj (ORCPT ); Thu, 19 Aug 2021 03:10:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231951AbhHSHKi (ORCPT ); Thu, 19 Aug 2021 03:10:38 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 526F0C061575; Thu, 19 Aug 2021 00:10:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=NVNgO3H3TRQdukK5brtNeeT2j1 yhfOYeVfsp7cwPYnuhL6c7MAr/XcNMJbcMIM/+1VS1hsQUaKJmyktM5+9cIO0P51VXmy/k/8MmWzN BFreh8w4AraeaSMd93xIRPCu0PN6kGJMS3JyHKNAtFPwt5CHAxs7lUVnlEYg9aLTr9GklySbh9KGH gVLKLzTtEPH7bWdrmseeT3o21U+D2ALvaHyIz0W5+QRC03XQE8HuPW38h3FFpcjamfLSkvtdbz8O6 /1q5QqVsYaK2aZztaxemmQRBlAzzt0GmGNbavCecsbvcCYN9KGH6Oz216GEqOfTenaFffsP0qkMTo vSTT4m+w==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mGc9v-004l26-55; Thu, 19 Aug 2021 07:08:24 +0000 Date: Thu, 19 Aug 2021 08:08:15 +0100 From: Christoph Hellwig To: Dmitry Osipenko Cc: Jens Axboe , Thierry Reding , Jonathan Hunter , Micha?? Miros??aw , David Heidelberg , Peter Geis , Ulf Hansson , Adrian Hunter , Christoph Hellwig , Davidlohr Bueso , Rob Herring , Ion Agorria , Svyatoslav Ryhel , linux-tegra@vger.kernel.org, linux-block@vger.kernel.org, linux-efi Subject: Re: [PATCH v6 1/5] block: Add alternative_gpt_sector() operation Message-ID: References: <20210818221920.3893-1-digetx@gmail.com> <20210818221920.3893-2-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210818221920.3893-2-digetx@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig