Mailing List Archive

[PATCH 0/2] of: fix handling of '/' in path options
Commit 7914a7c5651a ("of: support passing console options with
stdout-path") neglected to deal with '/'s appearing past the ':'
terminator.

This mini-series fixes this oversight and adds the tests to prove it.

Leif Lindholm (1):
of: fix handling of '/' in options for of_find_node_by_path()

Peter Hurley (1):
of: unittest: Add options string testcase variants

drivers/of/base.c | 23 +++++++++++++++--------
drivers/of/unittest.c | 11 +++++++++++
2 files changed, 26 insertions(+), 8 deletions(-)

--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Re: [PATCH 0/2] of: fix handling of '/' in path options [ In reply to ]
On Mon, Mar 9, 2015 at 1:03 PM, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> Commit 7914a7c5651a ("of: support passing console options with
> stdout-path") neglected to deal with '/'s appearing past the ':'
> terminator.
>
> This mini-series fixes this oversight and adds the tests to prove it.
>
> Leif Lindholm (1):
> of: fix handling of '/' in options for of_find_node_by_path()
>
> Peter Hurley (1):
> of: unittest: Add options string testcase variants

Are there changes from the previous versions? I've already pulled those in.

Rob

>
> drivers/of/base.c | 23 +++++++++++++++--------
> drivers/of/unittest.c | 11 +++++++++++
> 2 files changed, 26 insertions(+), 8 deletions(-)
>
> --
> 2.1.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Re: [PATCH 0/2] of: fix handling of '/' in path options [ In reply to ]
On Wed, Mar 11, 2015 at 07:49:33AM -0500, Rob Herring wrote:
> On Mon, Mar 9, 2015 at 1:03 PM, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> > Commit 7914a7c5651a ("of: support passing console options with
> > stdout-path") neglected to deal with '/'s appearing past the ':'
> > terminator.
> >
> > This mini-series fixes this oversight and adds the tests to prove it.
> >
> > Leif Lindholm (1):
> > of: fix handling of '/' in options for of_find_node_by_path()
> >
> > Peter Hurley (1):
> > of: unittest: Add options string testcase variants
>
> Are there changes from the previous versions? I've already pulled those in.

No, just sent together as a series since I didn't realise you had.

/
Leif
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/