All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Osipenko <digetx@gmail.com>
To: "Jens Axboe" <axboe@kernel.dk>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	"Michał Mirosław" <mirq-linux@rere.qmqm.pl>,
	"David Heidelberg" <david@ixit.cz>,
	"Peter Geis" <pgwipeout@gmail.com>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Adrian Hunter" <adrian.hunter@intel.com>,
	"Christoph Hellwig" <hch@infradead.org>,
	"Ard Biesheuvel" <ard.biesheuvel@linaro.org>,
	"Davidlohr Bueso" <dave@stgolabs.net>,
	"Ion Agorria" <AG0RRIA@yahoo.com>,
	"Svyatoslav Ryhel" <clamor95@gmail.com>
Cc: linux-tegra@vger.kernel.org, linux-block@vger.kernel.org,
	linux-efi <linux-efi@vger.kernel.org>
Subject: Re: [PATCH v2 3/3] partitions/efi: Support NVIDIA Tegra devices
Date: Sat, 31 Jul 2021 21:46:48 +0300	[thread overview]
Message-ID: <3d175de0-3c4e-1fcd-984c-0d9bf147779f@gmail.com> (raw)
In-Reply-To: <20210731183626.18568-4-digetx@gmail.com>

31.07.2021 21:36, Dmitry Osipenko пишет:
> diff --git a/block/partitions/efi.c b/block/partitions/efi.c
> index e2716792ecc1..dced55c0d2e1 100644
> --- a/block/partitions/efi.c
> +++ b/block/partitions/efi.c
> @@ -98,6 +98,15 @@ static int force_gpt;
>  static int __init
>  force_gpt_fn(char *str)
>  {
> +	/*
> +	 * This check allows to properly parse cmdline variants like
> +	 * "gpt gpt_sector=<sector>" and "gpt_sector=<sector> gpt" since
> +	 * "gpt" overlaps with the "gpt_sector=", see tegra_gpt_sector_fn().
> +	 * The argument is absent for a boolean cmdline option.
> +	 */
> +	if (strlen(str))
> +		return 0;

This is not needed anymore in this patch, I noticed it only once v2 was
already sent out. Will correct it in v3.

      reply	other threads:[~2021-07-31 18:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-31 18:36 [PATCH v2 0/3] Support EFI partition on NVIDIA Tegra devices Dmitry Osipenko
2021-07-31 18:36 ` [PATCH v2 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd Dmitry Osipenko
2021-07-31 18:36 ` [PATCH v2 2/3] mmc: block: Add mmc_bdev_to_card() helper Dmitry Osipenko
2021-07-31 18:36 ` [PATCH v2 3/3] partitions/efi: Support NVIDIA Tegra devices Dmitry Osipenko
2021-07-31 18:46   ` Dmitry Osipenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d175de0-3c4e-1fcd-984c-0d9bf147779f@gmail.com \
    --to=digetx@gmail.com \
    --cc=AG0RRIA@yahoo.com \
    --cc=adrian.hunter@intel.com \
    --cc=ard.biesheuvel@linaro.org \
    --cc=axboe@kernel.dk \
    --cc=clamor95@gmail.com \
    --cc=dave@stgolabs.net \
    --cc=david@ixit.cz \
    --cc=hch@infradead.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=mirq-linux@rere.qmqm.pl \
    --cc=pgwipeout@gmail.com \
    --cc=thierry.reding@gmail.com \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.