Re: [LTP] LTP make failed

2015-07-29 Thread Jan Stancek
- Original Message - From: Cyril Hrubis chru...@suse.cz To: $rik@nth srikanth0...@gmail.com Cc: ltp-list@lists.sourceforge.net Sent: Wednesday, 29 July, 2015 5:29:49 PM Subject: Re: [LTP] LTP make failed Hi! arm-linux-gnueabi-gcc -static -g -O2 -fno-strict-aliasing -pipe

Re: [LTP] LTP make failed

2015-07-29 Thread Cyril Hrubis
Hi! arm-linux-gnueabi-gcc -static -g -O2 -fno-strict-aliasing -pipe -Wall -W -static -Wold-style-definition -I/local/mnt2/workspace2/LTP/ltp-full-20150420/testcases/kernel/lib/../include -I../../../include -I../../../include -c -o numa_helper.o numa_helper.c numa_helper.c: In function

Re: [LTP] LTP make failed

2015-07-29 Thread $rik@nth
FYI, Here is my host configuration. Linux srikanth-linux 3.15.0-031500rc2-generic #201404201435 SMP Sun Apr 20 18:36:18 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux @Cyril - libkerntest.a got generated with your suggested changes. Does that make any difference between INTERNAL_LIB to LIB? Should i

Re: [LTP] LTP make failed

2015-07-29 Thread Cyril Hrubis
Hi! One thing I noticed is that those libraries which failed were INTERNAL_LIB. Can you try this: 1. cd $LTP/testcases/kernel/lib 2. edit Makefile and change this line: INTERNAL_LIB:= libkerntest.a to: LIB:= libkerntest.a 3. run make Does that

Re: [LTP] LTP make failed

2015-07-29 Thread Cyril Hrubis
Hi! FYI, Here is my host configuration. Linux srikanth-linux 3.15.0-031500rc2-generic #201404201435 SMP Sun Apr 20 18:36:18 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux @Cyril - libkerntest.a got generated with your suggested changes. Does that make any difference between INTERNAL_LIB to LIB?

Re: [LTP] LTP make failed

2015-07-29 Thread $rik@nth
Can you tell me what kind of steps you followed to cross compile LTP for arm? Does it make any difference from the configure what i am using and you. memtest suite? can you point me to the location On Thu, Jul 30, 2015 at 1:15 AM, Cyril Hrubis chru...@suse.cz wrote: Hi! FYI, Here is my host

Re: [LTP] Regarding memcg control testcase (mem_process.c)

2015-07-29 Thread Manjeet Pawar
HI Jan, Now we have run all memcg testcases , they need mainly two things: 1) echo -16 /proc/$pid/oom_adj 2) and a long sleep ( 30 seconds) so that after OOM , it get killed, normally it takes some time, so After increasing the sleep time, mem_process get killed. Thanks for your support.

Re: [LTP] Regarding memcg control testcase (mem_process.c)

2015-07-29 Thread Jan Stancek
- Original Message - From: Manjeet Pawar manjee...@samsung.com To: Jan Stancek jstan...@redhat.com, ltp-list@lists.sourceforge.net Cc: AJEET YADAV ajee...@samsung.com, PANKAJ MISHRA panka...@samsung.com Sent: Wednesday, 29 July, 2015 5:54:55 AM Subject: Re: Re: [LTP] Regarding

Re: [LTP] [PATCH v2] cpuhotplug05.sh: Restore part of the code and add some comments

2015-07-29 Thread Jan Stancek
- Original Message - From: Zeng Linggang zenglg...@cn.fujitsu.com To: Cyril Hrubis chru...@suse.cz Cc: ltp-list ltp-list@lists.sourceforge.net, naresh kamboju naresh.kamb...@linaro.org, milosz wasilewski milosz.wasilew...@linaro.org Sent: Monday, 27 July, 2015 10:18:56 AM

Re: [LTP] LTP make failed

2015-07-29 Thread Cyril Hrubis
Hi! make[1]: Entering directory `/local/mnt2/workspace2/LTP/ltp-full-20150420/testcases/kernel/mem/hugetlb/hugemmap' make -C /local/mnt2/workspace2/LTP/ltp-full-20150420/lib -f /local/mnt2/workspace2/LTP/ltp-full-20150420/lib/Makefile all make[2]: Entering directory

Re: [LTP] LTP make failed

2015-07-29 Thread Jan Stancek
- Original Message - From: $rik@nth srikanth0...@gmail.com To: ltp-list@lists.sourceforge.net Sent: Wednesday, 29 July, 2015 3:32:32 PM Subject: [LTP] LTP make failed Hi, I am trying to cross compile LTP and observing some issue. Any help or suggestions to overcome from

Re: [LTP] [Patch v2] mem/hugeshmat04: check if system 'shmmax' large enough

2015-07-29 Thread Jan Stancek
- Original Message - From: Li Wang liw...@redhat.com To: ltp-list@lists.sourceforge.net Sent: Wednesday, 22 July, 2015 12:02:07 PM Subject: [LTP] [Patch v2] mem/hugeshmat04: check if system 'shmmax' large enough V1 -- V2 Just try to setup 'SHMMAX' to a large size

[LTP] LTP make failed

2015-07-29 Thread $rik@nth
Hi, I am trying to cross compile LTP and observing some issue. Any help or suggestions to overcome from these errors. TIA make[1]: Entering directory `/local/mnt2/workspace2/LTP/ltp-full-20150420/testcases/kernel/mem/hugetlb/hugemmap' make -C /local/mnt2/workspace2/LTP/ltp-full-20150420/lib -f