Re: [PATCH v2] autodetect fts support and tests depending on it

2019-03-21 Thread Vineet Gupta
On 3/21/19 5:06 AM, Petr Vorel wrote: > Hi Vineet, > >> On 3/20/19 3:37 PM, Petr Vorel wrote: +# controllers/cpuset/cpuset_lib/libcpuset.c uses fts +# which may not be available/configured in the libc build +ifndef HAVE_FTS_H +FILTER_OUT_DIRS += cpuset +endif >>> Have you

Re: [PATCH v2] autodetect fts support and tests depending on it

2019-03-21 Thread Petr Vorel
Hi Vineet, > On 3/20/19 3:37 PM, Petr Vorel wrote: > >> +# controllers/cpuset/cpuset_lib/libcpuset.c uses fts > >> +# which may not be available/configured in the libc build > >> +ifndef HAVE_FTS_H > >> +FILTER_OUT_DIRS += cpuset > >> +endif > > Have you tested it? > Absolutely. I verified aga

Re: [PATCH v2] autodetect fts support and tests depending on it

2019-03-20 Thread Vineet Gupta
Hi Petr, On 3/20/19 3:37 PM, Petr Vorel wrote: > >> +# controllers/cpuset/cpuset_lib/libcpuset.c uses fts >> +# which may not be available/configured in the libc build >> +ifndef HAVE_FTS_H >> +FILTER_OUT_DIRS += cpuset >> +endif > Have you tested it? Absolutely. I verified again. With this

Re: [LTP] [PATCH v2] autodetect fts support and tests depending on it

2019-03-20 Thread Petr Vorel
Hi Vineet, > > Signed-off-by: Vineet Gupta > > --- > > configure.ac | 1 + > > testcases/kernel/controllers/Makefile | 6 ++ > > 2 files changed, 7 insertions(+) > > diff --git a/configure.ac b/configure.ac > > index e002c248eab2..10b2f6b1e43b 100644 > > --- a/confi

Re: [PATCH v2] autodetect fts support and tests depending on it

2019-03-20 Thread Petr Vorel
Hi Vineet, > Signed-off-by: Vineet Gupta > --- > configure.ac | 1 + > testcases/kernel/controllers/Makefile | 6 ++ > 2 files changed, 7 insertions(+) > diff --git a/configure.ac b/configure.ac > index e002c248eab2..10b2f6b1e43b 100644 > --- a/configure.ac > +++ b/

[PATCH v2] autodetect fts support and tests depending on it

2019-03-18 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- configure.ac | 1 + testcases/kernel/controllers/Makefile | 6 ++ 2 files changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index e002c248eab2..10b2f6b1e43b 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@