All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
To: Caizhiyong <caizhiyong@hisilicon.com>
Cc: Brian Norris <computersforpeace@gmail.com>,
	Quyaxin <quyaxin@hisilicon.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	"Wanglin \(Albert\)" <albert.wanglin@hisilicon.com>
Subject: Re: [PATCH] mtd: cmdlinepart: use cmdline partition parser lib
Date: Fri, 25 Oct 2013 09:09:01 -0300	[thread overview]
Message-ID: <20131025120900.GF2489@localhost> (raw)
In-Reply-To: <C3050A4DBA34F345975765E43127F10F1C084F26@szxeml512-mbs.china.huawei.com>

Hi,

On Fri, Oct 25, 2013 at 11:52:14AM +0000, Caizhiyong wrote:
> > 
> > I'd like to review the patch in detail and test it, but being a bit old,
> > the patch doesn't apply as it is on v3.12-rc5. Care to resend an update?
> >
>   I have sent you a 2 patch base on v3.12-rc6. Are there any problems? I tested it for a long time and found no problems.
> 

I haven't had time to look at that yet, thanks for re-sending them!

If you already did testing using those, then I think we would all appreciate
that you post the results.

In particular, we're interested in **seeing** this change parses correctly
all possible combinations of partitions configured by the 'mtdparts' parameter.

This is a big change you're proposing and we need to be sure there won't
be any users experiencing any unexpected result while using 'mtdparts'.
-- 
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
To: Caizhiyong <caizhiyong@hisilicon.com>
Cc: Brian Norris <computersforpeace@gmail.com>,
	Quyaxin <quyaxin@hisilicon.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	"Wanglin (Albert)" <albert.wanglin@hisilicon.com>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] mtd: cmdlinepart: use cmdline partition parser lib
Date: Fri, 25 Oct 2013 09:09:01 -0300	[thread overview]
Message-ID: <20131025120900.GF2489@localhost> (raw)
In-Reply-To: <C3050A4DBA34F345975765E43127F10F1C084F26@szxeml512-mbs.china.huawei.com>

Hi,

On Fri, Oct 25, 2013 at 11:52:14AM +0000, Caizhiyong wrote:
> > 
> > I'd like to review the patch in detail and test it, but being a bit old,
> > the patch doesn't apply as it is on v3.12-rc5. Care to resend an update?
> >
>   I have sent you a 2 patch base on v3.12-rc6. Are there any problems? I tested it for a long time and found no problems.
> 

I haven't had time to look at that yet, thanks for re-sending them!

If you already did testing using those, then I think we would all appreciate
that you post the results.

In particular, we're interested in **seeing** this change parses correctly
all possible combinations of partitions configured by the 'mtdparts' parameter.

This is a big change you're proposing and we need to be sure there won't
be any users experiencing any unexpected result while using 'mtdparts'.
-- 
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com

  reply	other threads:[~2013-10-25 12:09 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-15 11:19 [PATCH] mtd: cmdlinepart: use cmdline partition parser lib Caizhiyong
2013-08-15 11:19 ` Caizhiyong
2013-10-20 12:06 ` Ezequiel Garcia
2013-10-20 12:06   ` Ezequiel Garcia
2013-10-22 13:12   ` [PATCH 1/2] block: remove unrelated header files and export symbol Caizhiyong
2013-10-22 13:12     ` Caizhiyong
2013-10-22 13:14   ` [PATCH 2/2] mtd: cmdlinepart: use cmdline partition parser lib Caizhiyong
2013-10-22 13:14     ` Caizhiyong
2013-11-05 22:43     ` Andrew Morton
2013-11-05 22:43       ` Andrew Morton
2013-11-05 23:47       ` Brian Norris
2013-11-05 23:47         ` Brian Norris
2013-11-08  7:13         ` Caizhiyong
2013-11-08  7:13           ` Caizhiyong
2013-11-08  6:53       ` Caizhiyong
2013-11-08  6:53         ` Caizhiyong
2013-11-08  9:13         ` Ezequiel Garcia
2013-11-08  9:13           ` Ezequiel Garcia
2013-11-08  9:58           ` Caizhiyong
2013-11-08  9:58             ` Caizhiyong
2013-10-25 11:52   ` [PATCH] " Caizhiyong
2013-10-25 11:52     ` Caizhiyong
2013-10-25 12:09     ` Ezequiel Garcia [this message]
2013-10-25 12:09       ` Ezequiel Garcia
  -- strict thread matches above, loose matches on Subject: below --
2013-08-15 11:00 Caizhiyong
2013-08-15 11:00 ` Caizhiyong

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=20131025120900.GF2489@localhost \
    --to=ezequiel.garcia@free-electrons.com \
    --cc=akpm@linux-foundation.org \
    --cc=albert.wanglin@hisilicon.com \
    --cc=caizhiyong@hisilicon.com \
    --cc=computersforpeace@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=quyaxin@hisilicon.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 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.