Re: [PATCH 3/3] lib/test-string_helpers.c: add string_get_size() tests

2015-10-27 Thread Vitaly Kuznetsov
Rasmus Villemoes writes: > On Mon, Oct 26 2015, Vitaly Kuznetsov wrote: > >> Add a couple of simple tests for string_get_size(). >> >> Signed-off-by: Vitaly Kuznetsov >> --- >> lib/test-string_helpers.c | 44 >> 1 file changed, 44 insertions(+) >> >

Re: [PATCH 3/3] lib/test-string_helpers.c: add string_get_size() tests

2015-10-26 Thread Rasmus Villemoes
On Mon, Oct 26 2015, Vitaly Kuznetsov wrote: > Add a couple of simple tests for string_get_size(). > > Signed-off-by: Vitaly Kuznetsov > --- > lib/test-string_helpers.c | 44 > 1 file changed, 44 insertions(+) > > diff --git a/lib/test-string_helpers

Re: [PATCH 3/3] lib/test-string_helpers.c: add string_get_size() tests

2015-10-26 Thread Vitaly Kuznetsov
Andy Shevchenko writes: > On Mon, 2015-10-26 at 16:18 +0100, Vitaly Kuznetsov wrote: >> Andy Shevchenko writes: >> >> > On Mon, 2015-10-26 at 14:55 +0100, Vitaly Kuznetsov wrote: >> > > Add a couple of simple tests for string_get_size(). >> > > >> > >> > In linux-next this one (or similar?) i

Re: [PATCH 3/3] lib/test-string_helpers.c: add string_get_size() tests

2015-10-26 Thread Andy Shevchenko
On Mon, 2015-10-26 at 16:18 +0100, Vitaly Kuznetsov wrote: > Andy Shevchenko writes: > > > On Mon, 2015-10-26 at 14:55 +0100, Vitaly Kuznetsov wrote: > > > Add a couple of simple tests for string_get_size(). > > > > > > > In linux-next this one (or similar?) is commit 29f3d140. > > I don't thin

Re: [PATCH 3/3] lib/test-string_helpers.c: add string_get_size() tests

2015-10-26 Thread Vitaly Kuznetsov
Andy Shevchenko writes: > On Mon, 2015-10-26 at 14:55 +0100, Vitaly Kuznetsov wrote: >> Add a couple of simple tests for string_get_size(). >> > > In linux-next this one (or similar?) is commit 29f3d140. > I don't think you need it in the series since it's in Andrew's patch > set already. > Ah,

Re: [PATCH 3/3] lib/test-string_helpers.c: add string_get_size() tests

2015-10-26 Thread Andy Shevchenko
On Mon, 2015-10-26 at 14:55 +0100, Vitaly Kuznetsov wrote: > Add a couple of simple tests for string_get_size(). > In linux-next this one (or similar?) is commit 29f3d140. I don't think you need it in the series since it's in Andrew's patch set already. > Signed-off-by: Vitaly Kuznetsov > ---

[PATCH 3/3] lib/test-string_helpers.c: add string_get_size() tests

2015-10-26 Thread Vitaly Kuznetsov
Add a couple of simple tests for string_get_size(). Signed-off-by: Vitaly Kuznetsov --- lib/test-string_helpers.c | 44 1 file changed, 44 insertions(+) diff --git a/lib/test-string_helpers.c b/lib/test-string_helpers.c index 8e376ef..a158cb3 100644