Re: [RESEND PATCH] block: cmdline-parser: add support for hidden disk space

2015-09-28 Thread Shawn Lin
riginal Message- From: Shawn Lin [mailto:shawn@rock-chips.com] Sent: Monday, September 28, 2015 5:51 PM To: Jens Axboe Cc: Caizhiyong; linux-kernel@vger.kernel.org; Shawn Lin Subject: [RESEND PATCH] block: cmdline-parser: add support for hidden disk space cmdline-partition now only support co

RE: [RESEND PATCH] block: cmdline-parser: add support for hidden disk space

2015-09-28 Thread Caizhiyong
y, September 28, 2015 5:51 PM > To: Jens Axboe > Cc: Caizhiyong; linux-kernel@vger.kernel.org; Shawn Lin > Subject: [RESEND PATCH] block: cmdline-parser: add support for hidden disk > space > > cmdline-partition now only support continuous disk space taken from > cmdline.

[RESEND PATCH] block: cmdline-parser: add support for hidden disk space

2015-09-28 Thread Shawn Lin
cmdline-partition now only support continuous disk space taken from cmdline. When we need to reserve a disk space, for instance, 100m between mmcblk0p1 and mmcblk0p2 for special use and wouldn't let kernel space realize this "disk hole", we add this patch to ship adding this kind of "disk hole" int

Re: [PATCH] block: cmdline-parser: add support for hidden disk space

2015-09-28 Thread kbuild test robot
Hi Shawn, [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] config: i386-randconfig-x005-201539 (attached as .config) reproduce: git checkout 937e3ebb4c7763e6120eda4a7e5b8c96bd710a9f # save the attached .config to linux build tree make ARCH=i386 All error

Re: [PATCH] block: cmdline-parser: add support for hidden disk space

2015-09-28 Thread kbuild test robot
Hi Shawn, [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] config: x86_64-randconfig-x005-201539 (attached as .config) reproduce: git checkout 937e3ebb4c7763e6120eda4a7e5b8c96bd710a9f # save the attached .config to linux build tree make ARCH=x86_64 All w

[PATCH] block: cmdline-parser: add support for hidden disk space

2015-09-28 Thread Shawn Lin
cmdline-partition now only support continuous disk space taken from cmdline. When we need to reserve a disk space, for instance, 100m between mmcblk0p1 and mmcblk0p2 for special use and wouldn't let kernel space realize this "disk hole", we add this patch to ship adding this kind of "disk hole" int