Re: [LTP] [PATCH] cpuset: disable for UCLIBC

2019-03-18 Thread Petr Vorel
Hi Vineet, > >> libcpuset.c relies on FTS which is not enabled by default on uClibc. > >> Instead of needing to reconfigure, rebuild uClibc lets disable this test > >> for uClibc > > Which uClibc version are you using? > > Both uClibc and uclibc-ng has it [1] since 2011, version v0.9.32, in commit

Re: [LTP] [PATCH] cpuset: disable for UCLIBC

2019-03-18 Thread Vineet Gupta
On 3/14/19 3:01 AM, Petr Vorel wrote: > Hi Vineet, > >> libcpuset.c relies on FTS which is not enabled by default on uClibc. >> Instead of needing to reconfigure, rebuild uClibc lets disable this test >> for uClibc > Which uClibc version are you using? > Both uClibc and uclibc-ng has it [1] since

Re: [LTP] [PATCH] cpuset: disable for UCLIBC

2019-03-14 Thread Petr Vorel
Hi Vineet, > libcpuset.c relies on FTS which is not enabled by default on uClibc. > Instead of needing to reconfigure, rebuild uClibc lets disable this test > for uClibc Which uClibc version are you using? Both uClibc and uclibc-ng has it [1] since 2011, version v0.9.32, in commit a4aa01c12 ("Adde

[PATCH] cpuset: disable for UCLIBC

2019-03-12 Thread Vineet Gupta
libcpuset.c relies on FTS which is not enabled by default on uClibc. Instead of needing to reconfigure, rebuild uClibc lets disable this test for uClibc Signed-off-by: Vineet Gupta --- testcases/kernel/controllers/Makefile | 5 + 1 file changed, 5 insertions(+) diff --git a/testcases/kernel