linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Caizhiyong <caizhiyong@hisilicon.com>
To: Wang YanQing <udknight@gmail.com>, "axboe@kernel.dk" <axboe@kernel.dk>
Cc: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"pombredanne@nexb.com" <pombredanne@nexb.com>,
	"tglx@linutronix.de" <tglx@linutronix.de>,
	"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Jiangheng <jiangheng@hisilicon.com>
Subject: RE: [PATCH v3] block: add verifier for cmdline partition
Date: Mon, 7 May 2018 02:30:47 +0000	[thread overview]
Message-ID: <C3050A4DBA34F345975765E43127F10F8B7720E8@dggemm511-mbs.china.huawei.com> (raw)
In-Reply-To: <20180506052356.GA11163@udknight>

>  /*
>   * Purpose: allocate cmdline partitions.
>   * Returns:
> @@ -93,6 +158,7 @@ int cmdline_partition(struct parsed_partitions *state)
>  	disk_size = get_capacity(state->bdev->bd_disk) << 9;
> 
>  	cmdline_parts_set(parts, disk_size, 1, add_part, (void *)state);
> +	cmdline_parts_verifier(1, (void *)state);

cmdline_parts_verifier(1, state); 

> 
>  	strlcat(state->pp_buf, "\n", PAGE_SIZE);
> 
> --
> 1.8.5.6.2.g3d8a54e.dirty

      parent reply	other threads:[~2018-05-07  2:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-06  5:23 [PATCH v3] block: add verifier for cmdline partition Wang YanQing
2018-05-06 17:20 ` Randy Dunlap
2018-05-07  2:30 ` Caizhiyong [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=C3050A4DBA34F345975765E43127F10F8B7720E8@dggemm511-mbs.china.huawei.com \
    --to=caizhiyong@hisilicon.com \
    --cc=axboe@kernel.dk \
    --cc=gregkh@linuxfoundation.org \
    --cc=jiangheng@hisilicon.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pombredanne@nexb.com \
    --cc=tglx@linutronix.de \
    --cc=udknight@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).