Re: [LTP] [PATCH] open/open13.c: add O_PATH flag test

2015-07-30 Thread Cyril Hrubis
Hi! +/* + * Copyright (c) 2015 Fujitsu Ltd. + * Author: Guangwen Feng fenggw-f...@cn.fujitsu.com + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of version 2 of the GNU General Public License as + * published by the Free Software

Re: [LTP] [PATCH] inotify: Add test for inotify mark destruction race

2015-07-30 Thread Cyril Hrubis
Hi! + for (lc = 0; TEST_LOOPING(lc); lc++) { + pid = fork(); + if (pid == 0) { + while (1) { + for (i = 0; i FILES; i++) { + fd = SAFE_OPEN(cleanup, names[i], +

Re: [LTP] [Query] Regarding netns testcases

2015-07-30 Thread Cyril Hrubis
Hi! I am facing crash while executing below netns testcases on ARM: netns_crtchild netns_two_children_ns netns_crtchild_delchild netns_par_chld_ipv6 netns_par_chld_ftp netns_netlink After analysis of crash , it is found that all are crashing due to a common cause.

Re: [LTP] [PATCH v3] cpuset: regression test for system crash if cpuset_cpumask_can_shrink() is passed an empty cpumask

2015-07-30 Thread Cyril Hrubis
Hi! +cleanup() +{ + if [ -d ${root_cpuset_dir}/testdir ]; then + rmdir ${root_cpuset_dir}/testdir + fi + + if [ ${mount_flag} == 1 ]; then + umount ${root_cpuset_dir} + if [ $? -ne 0 ]; then + tst_resm TWARN 'umount

[LTP] [Query] Regarding netns testcases

2015-07-30 Thread Manjeet Pawar
Hi, I am facing crash while executing below netns testcases on ARM: netns_crtchild netns_two_children_ns netns_crtchild_delchild netns_par_chld_ipv6 netns_par_chld_ftp netns_netlink After analysis of crash , it is found that all are crashing due to a common cause.

Re: [LTP] LTP make failed

2015-07-30 Thread $rik@nth
Yes. It says the test is to meant for stress testing the ram for errors. Actually in earlier threads you have mentioned that something went wrong with my system. But i was able to compile the kernel with out any issues. So thats why i am thinking about the memtest that you suggested to rule out

Re: [LTP] LTP make failed

2015-07-30 Thread Cyril Hrubis
Hi! 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. I've just installed arm cross compiler and used the configure parameters you send. But I've removed the CFLAGS=-static, passing -static to

Re: [LTP] LTP make failed

2015-07-30 Thread Li Wang
- Original Message - 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 http://pyropus.ca/software/memtester/ --- Li Wang On Thu,

[LTP] Lin Feng Shen is out of the office.

2015-07-30 Thread Lin Feng Shen
I will be out of the office starting 07/30/2015 and will not return until 08/03/2015. I will respond to your message when I return. Any emergency, please go to my manager Jasper Liu or call my cell phone 13522839291.--

Re: [LTP] [PATCHv4 2/2] network/xinetd: use tst_retry() to make sure we got the true result

2015-07-30 Thread Cyril Hrubis
Hi! Pushed, thanks. -- Cyril Hrubis chru...@suse.cz -- ___ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list

Re: [LTP] LTP make failed

2015-07-30 Thread Cyril Hrubis
Hi! Can i know the purpose of running this memtester to rule out the HW or kernel issue? Its been running since 5hrs without any issues. Have you actually read the link to wikipedia I've send you? -- Cyril Hrubis chru...@suse.cz

[LTP] [PATCH] open/open13.c: add O_PATH flag test

2015-07-30 Thread Guangwen Feng
Basic test for open(2) with the flag O_PATH. Obtain a file descriptor that can be used to perform operations that act purely at the file descriptor level, the file itself is not opened, the operations read(2), write(2), fchmod(2), fchown(2) and fgetxattr(2) fail with the error EBADF.

Re: [LTP] [PATCHv4 1/2] testcases/lib/test.sh: add tst_retry() to ensure cmd exec succeed

2015-07-30 Thread Cyril Hrubis
Hi! I've added a TCONF message in case that we failed to run the command, I mean TINFO. -- Cyril Hrubis chru...@suse.cz -- ___ Ltp-list mailing list

Re: [LTP] LTP make failed

2015-07-30 Thread $rik@nth
Can i know the purpose of running this memtester to rule out the HW or kernel issue? Its been running since 5hrs without any issues. On Thu, Jul 30, 2015 at 1:21 PM, Li Wang liw...@redhat.com wrote: - Original Message - Can you tell me what kind of steps you followed to cross compile

Re: [LTP] [PATCHv4 1/2] testcases/lib/test.sh: add tst_retry() to ensure cmd exec succeed

2015-07-30 Thread Cyril Hrubis
Hi! I've added a TCONF message in case that we failed to run the command, added documentation into the test-writing-guidelines.txt and pushed, thanks. -- Cyril Hrubis chru...@suse.cz --