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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 0DB1FC4320E for ; Wed, 18 Aug 2021 05:34:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D299661029 for ; Wed, 18 Aug 2021 05:34:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237832AbhHRFef (ORCPT ); Wed, 18 Aug 2021 01:34:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237577AbhHRFeG (ORCPT ); Wed, 18 Aug 2021 01:34:06 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 618E5C0613D9; Tue, 17 Aug 2021 22:33:32 -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=lmy7OgnzuANHXTdK5XRu4wGl7kTVofuBUfeSr7/NUUI=; b=T/pFvu0pVHbWWfKdh6qo6CQX4P vyemjRFtg9KmwRPPhkjKRSuAb1DSj2/RlfmarEHZtwJagpweQS4d18nllPtpDg9utuuupK1IRSRK4 Xb+yucfTkt23JTnT/k1ZjoHJdUl+SceyGzNAgibyui+etrWKZpE4tZJjJCoEx078tE7f7yt2i1m9U M04GdE3U0usjmXZ4T7MkXf/g8XbLWAjZjGFP+L7Lbzr4WZcPgQrGX0YujDABgIa4yiB8oZGzY/pYb eX+Rvxy8EofxOwVCkOyb0b6yz/6fn+Yvh/eLVc0dnuZ0OWf5SqGgsSm0G8KIS+pd4CTiA4mE0l5k1 HXtC+vkQ==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mGEA5-003NDS-4N; Wed, 18 Aug 2021 05:31:24 +0000 Date: Wed, 18 Aug 2021 06:30:49 +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 v5 4/5] mmc: sdhci-tegra: Implement alternative_gpt_sector() Message-ID: References: <20210818005547.14497-1-digetx@gmail.com> <20210818005547.14497-5-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210818005547.14497-5-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-block@vger.kernel.org On Wed, Aug 18, 2021 at 03:55:46AM +0300, Dmitry Osipenko wrote: > Tegra20/30/114/124 Android devices place GPT at a non-standard location. > Implement alternative_gpt_sector() callback of the MMC host ops which > specifies that GPT location for the partition scanner. Just curious: how do the android kernels deal with this mess?