linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Stultz <john.stultz@linaro.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: San Mehat <san@google.com>, Jens Axboe <axboe@kernel.dk>,
	Rom Lemarchand <romlem@google.com>,
	Android Kernel Team <kernel-team@android.com>,
	Dima Zavin <dima@android.com>,
	John Stultz <john.stultz@linaro.org>
Subject: Re: [PATCH] block: genhd: Add disk/partition specific uevent callbacks for partition info
Date: Fri, 30 Oct 2015 17:09:14 -0700	[thread overview]
Message-ID: <CALAqxLV3SFQn9WGhK1vFW70PYVbbKWSEmFjDVZ=+npRSNfOM_g@mail.gmail.com> (raw)
In-Reply-To: <1445534852-7456-1-git-send-email-john.stultz@linaro.org>

On Thu, Oct 22, 2015 at 10:27 AM, John Stultz <john.stultz@linaro.org> wrote:
> From: San Mehat <san@google.com>
>
> This patch has been carried in the Android tree for quite some
> time and is one of the few patches required to get a mainline
> kernel up and running with an exsiting Android userspace. So I
> wanted to submit it for review and consideration if it should
> be merged.
>
> For disk devices, a new uevent parameter 'NPARTS' specifies the number
> of partitions detected by the kernel. Partition devices get 'PARTN' which
> specifies the partitions index in the table, and 'PARTNAME', which
> specifies PARTNAME specifices the partition name of a partition device
>
> Android's userspace uses this for creating device node links from the
> partition name and number: ie:
>         /dev/block/platform/soc/by-name/system
> or
>         /dev/block/platform/soc/by-num/p1
>
> One can see its usage here:
> https://android.googlesource.com/platform/system/core/+/master/init/devices.cpp#355
> and
> https://android.googlesource.com/platform/system/core/+/master/init/devices.cpp#494
>
> Thoughts and feedback would be greatly appreciated!

Ping? Any thoughts or objections to this?

thanks
-john

  reply	other threads:[~2015-10-31  0:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22 17:27 [PATCH] block: genhd: Add disk/partition specific uevent callbacks for partition info John Stultz
2015-10-31  0:09 ` John Stultz [this message]
2015-11-02 18:03 ` Jeff Moyer
2015-11-02 18:34   ` John Stultz

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='CALAqxLV3SFQn9WGhK1vFW70PYVbbKWSEmFjDVZ=+npRSNfOM_g@mail.gmail.com' \
    --to=john.stultz@linaro.org \
    --cc=axboe@kernel.dk \
    --cc=dima@android.com \
    --cc=kernel-team@android.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=romlem@google.com \
    --cc=san@google.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).