Re: [LTP] Failure of get_robust_list01 test case in LTP for kernels 3.4-c3 and 3.3.3

2012-06-26 Thread Wanlong Gao
On 04/27/2012 03:23 PM, Shyju PV wrote: > Issue description: > --- > Kernel Version : 3.4-rc3 > System call : get_robust_list > LTP Testcase : get_robust_list01 > LTP Version : 20100401 > Platform : x86_64 ( ATCA Board ) > Testcase Description : Verifies whether the get_robust

[LTP] [PATCH] mm/oom05: new testcase

2012-06-26 Thread Zhouping Liu
add a new testcase to test OOM on each NUMA node Signed-off-by: Zhouping Liu --- runtest/mm |1 + testcases/kernel/mem/oom/oom05.c | 131 ++ 2 files changed, 132 insertions(+) create mode 100644 testcases/kernel/mem/oom/oom05.c dif

Re: [LTP] [PATCH] dummy.c: fix a bug of TCONF fail

2012-06-26 Thread Wanlong Gao
On 06/25/2012 11:06 AM, Peng Haitao wrote: > When HAVE_LIBCAP or HAVE_SYS_CAPABILITY_H is not defined, > the case should not be fail. pushed, thanks Peng. Wanlong Gao > > Signed-off-by: Peng Haitao > --- > testcases/kernel/security/cap_bound/dummy.c | 10 ++ > 1 file changed, 6 ins

Re: [LTP] [PATCH] madvise: add test case for MADV_DONTDUMP and MADV_DODUMP

2012-06-26 Thread Wanlong Gao
On 06/18/2012 08:13 PM, Wanlong Gao wrote: > MADV_DONTDUMP and MADV_DODUMP were added from kernel FYI, pushed without objection. This test is simple enough. Thanks, Wanlong Gao > > commit accb61fe7bb0f5c2a4102239e4981650f9048519 > Author: Jason Baron > Date: Fri Mar 23 15:02:51 2012 -0700 >

Re: [LTP] [PATCH V2] get_robust_list: change seteuid to setuid

2012-06-26 Thread Wanlong Gao
On 06/20/2012 03:58 PM, Wanlong Gao wrote: > Since kernel commit bdbb776f changed the permission check > from euid to uid, so, we should also change our code to > be consistent with it. > > commit bdbb776f882f5ad431aa1e694c69c1c3d6a4a5b8 > Author: Kees Cook > Date: Mon Mar 19 16:12:53 2012 -070

Re: [LTP] [PATCH] runltp: fix the wrong parsing -b option

2012-06-26 Thread Wanlong Gao
On 06/22/2012 10:35 AM, Wanlong Gao wrote: > Maybe a typo when replacing DEVICE_FS_TYPE. Objections, Cooper? There isn't any other places have this odd statement in this file like here. Thanks, Wanlong Gao > > Signed-off-by: Wanlong Gao > --- > runltp | 4 ++-- > 1 file changed, 2 insertions(