Re: [LTP] [RFC] Using checkpatch.pl

2009-06-15 Thread Garrett Cooper
-BEGIN PGP MESSAGE- Charset: ISO-8859-1 Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org hQIOA5OwxKigUnCpEAf+OF67wA6dR9skcNJZF15Z50C5w+e5lumGihLbP4lGx2W/ wckj4AkO9/qMhDPfou7flJD4jNQ+DQtpmtn+aCXdlwxOlhRAzyD9heG463uuSg9T

Re: [LTP] [RFC] Using checkpatch.pl

2009-06-15 Thread Mike Frysinger
On Sunday 14 June 2009 22:38:19 Garrett Cooper wrote: -BEGIN PGP MESSAGE- Charset: ISO-8859-1 Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org hQIOA5OwxKigUnCpEAf+OF67wA6dR9skcNJZF15Z50C5w+e5lumGihLbP4lGx2W/ looks like you hit the

[LTP] [ ltp-Patches-2806554 ] build failure

2009-06-15 Thread SourceForge.net
Patches item #2806554, was opened at 2009-06-15 11:59 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=303382aid=2806554group_id=3382 Please note that this message will contain a full copy of the

Re: [LTP] [FIX PATCH] POSIX aio_read/10-1.c

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 19:04 +0530, naresh kamboju wrote: Hi, I have noticed failures under testcases/open_posix_testsuite/conformance/interfaces/aio_read/10-1.c and fixed. Please find the patch below and as attachment. Best regards Naresh Kamboju Signed-off-by: Naresh Kamboju

Re: [LTP] [FIX PATCH] POSIX aio_write/8-1.c

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 19:07 +0530, naresh kamboju wrote: Hi, I have noticed failures under testcases/open_posix_testsuite/conformance/interfaces/aio_write/8-1.c and fixed. Please find the patch below and as attachment. Best regards Naresh Kamboju Signed-off-by: Naresh Kamboju

Re: [LTP] [PATCH 00/05] [3rd Bunch] Port Crackerjack Syscall tests(missing) to LTP

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 23:21 +0530, Manas Kumar Nayak wrote: Hi, As promised earlier, here lies the final bunch of test cases from Crackerjack. I would however keep contributing new tests to LTP. Great. Regards-- Subrata On Wed, 2009-05-27 at 15:36 +0530, Manas Kumar Nayak wrote: Hi,

Re: [LTP] [001][RFC] [TESTING linux-2.6.30] Reliable Datagram Sockets (RDS) protocol support

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 08:23 +0530, Subrata Modak wrote: Hi Richard, Hi Richard, Would you like to share something with us ? Regards-- Subrata Would you share with us the testing scenarios/testcases through which you would have tested Reliable Datagram Sockets (RDS) protocol, which is

Re: [LTP] [FIX PATCH] POSIX aio_cancel/3-1.c

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 18:50 +0530, naresh kamboju wrote: Hi, I have noticed failures under ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/3-1.c and fixed. Please find the patch below and as attachment. Best regards Naresh Kamboju Signed-off-by: Naresh Kamboju

Re: [LTP] [PATCH 01/05] Add/Port mbind01 test for mbind() syscall

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 23:21 +0530, Manas Kumar Nayak wrote: Signed-off-by: Manas Kumar Nayak makna...@in.ibm.com Thanks. Regards-- Subrata To: LTP List ltp-list@lists.sourceforge.net Cc: Subrata Modak subr...@linux.vnet.ibm.com Cc: Masatake YAMATO yam...@redhat.com --- ---

Re: [LTP] [PATCH 04/05] Add/Port waitid02 test for waitid() syscall

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 23:22 +0530, Manas Kumar Nayak wrote: Signed-off-by: Manas Kumar Nayak makna...@in.ibm.com Thanks. Regards-- Subrata To: LTP List ltp-list@lists.sourceforge.net Cc: Subrata Modak subr...@linux.vnet.ibm.com Cc: Masatake YAMATO yam...@redhat.com --- ---

Re: [LTP] [PATCH 05/05] Add/Port quotactl01 test for quotactl() syscall

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 23:22 +0530, Manas Kumar Nayak wrote: Signed-off-by: Manas Kumar Nayak makna...@in.ibm.com Thanks. Regards-- Subrata To: LTP List ltp-list@lists.sourceforge.net Cc: Subrata Modak subr...@linux.vnet.ibm.com Cc: Masatake YAMATO yam...@redhat.com --- ---

Re: [LTP] [PATCH 04/05] Add/Port waitid02 test for waitid() syscall

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 23:22 +0530, Manas Kumar Nayak wrote: Signed-off-by: Manas Kumar Nayak makna...@in.ibm.com Thanks. Regards-- Subrata To: LTP List ltp-list@lists.sourceforge.net Cc: Subrata Modak subr...@linux.vnet.ibm.com Cc: Masatake YAMATO yam...@redhat.com --- ---

Re: [LTP] [PATCH] chown03: fix the effective user when do cleanup

2009-06-15 Thread Subrata Modak
On Thu, 2009-06-11 at 12:20 +0800, Wei Yongjun wrote: The TESTDIR is created by root user, but when we do cleanup, the effective user had been changed to nobody, so the cleanup will be failed when the TESTDIR is removed. chown03 1 PASS : chown() on testfile succeeds, clears

Re: [LTP] [PATCH] Add preadv01 test for preadv() and pwritev() syscall

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 15:44 +0200, Gerd Hoffmann wrote: Hi, + * Reference: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=601cc11d054ae4b5e9b5babec3d8e4667a2cb9b5 Look at the commit message again ... Oops. I will fix that soon and resend. Regards--

Re: [LTP] [PATCH 03/05] Add/Port waitid01 test for waitid() syscall

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 23:22 +0530, Manas Kumar Nayak wrote: Signed-off-by: Manas Kumar Nayak makna...@in.ibm.com Thanks. Regards-- Subrata To: LTP List ltp-list@lists.sourceforge.net Cc: Subrata Modak subr...@linux.vnet.ibm.com Cc: Masatake YAMATO yam...@redhat.com --- ---

Re: [LTP] [003][RFC] [TESTING linux-2.6.30] TOMOYO Linux and pathname-basedsecurity

2009-06-15 Thread Subrata Modak
On Sun, 2009-06-14 at 20:44 +0900, Tetsuo Handa wrote: Hello. Sorry for late response. I had no internet access for three days. Subrata Modak wrote: We would like to inform you that we have some robust sets of testcases for both SELinux, SMACK, IMA, etc at

Re: [LTP] kernel/controllers/ testcase and CGROUPS support

2009-06-15 Thread Francesco RUNDO
Subrata, Ok. Thanks so much for your support. Best Regards Francesco Rundo Subrata Modak wrote: On Thu, 2009-06-11 at 09:59 +0200, Francesco RUNDO wrote: Hi Subrata, please, replace on the LTP main the previous patch with ones attached. The attached patch add the right labels of ifdef.

Re: [LTP] kernel/controllers/ testcase and CGROUPS support

2009-06-15 Thread Subrata Modak
On Thu, 2009-06-11 at 09:59 +0200, Francesco RUNDO wrote: Hi Subrata, please, replace on the LTP main the previous patch with ones attached. The attached patch add the right labels of ifdef. Ok. I reverted the earlier one and applied this one. Please check the CVS and let me know if

Re: [LTP] [FIX PATCH] POSIX aio_write/8-2.c

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 19:10 +0530, naresh kamboju wrote: Hi, I have noticed failures under testcases/open_posix_testsuite/conformance/interfaces/aio_write/8-2.c and fixed. Please find the patch below and as attachment. Best regards Naresh Kamboju Signed-off-by: Naresh Kamboju

Re: [LTP] [PATCH 01/05] Add/Port mbind01 test for mbind() syscall

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 23:21 +0530, Manas Kumar Nayak wrote: Signed-off-by: Manas Kumar Nayak makna...@in.ibm.com Thanks. Regards-- Subrata To: LTP List ltp-list@lists.sourceforge.net Cc: Subrata Modak subr...@linux.vnet.ibm.com Cc: Masatake YAMATO yam...@redhat.com --- ---

Re: [LTP] [FIX PATCH] POSIX aio_error/3-1.c

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 18:58 +0530, naresh kamboju wrote: Hi, I have noticed failures under testcases/open_posix_testsuite/conformance/interfaces/aio_error/3-1.c and fixed. Please find the patch below and as attachment. Best regards Naresh Kamboju Signed-off-by: Naresh Kamboju

Re: [LTP] [PATCH] Add eventfd2_03 test for eventfd2() syscall [Earlier Subject: (testing)improve support for semaphore-like behavior]

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 18:51 +0530, Subrata Modak wrote: On Thu, 2009-06-11 at 19:50 -0700, Davide Libenzi wrote: On Fri, 12 Jun 2009, Subrata Modak wrote: Hi Davide, Your had introduced an improvement to support for semaphore-like behavior in eventfd for linux-2.6.30. And also

Re: [LTP] [PATCH 02/05] Add/Port sched_getaffinity01 test for sched_getaffinity() syscall

2009-06-15 Thread Subrata Modak
On Fri, 2009-06-12 at 23:22 +0530, Manas Kumar Nayak wrote: Signed-off-by: Manas Kumar Nayak makna...@in.ibm.com Thanks. Regards-- Subrata To: LTP List ltp-list@lists.sourceforge.net Cc: Subrata Modak subr...@linux.vnet.ibm.com Cc: Masatake YAMATO yam...@redhat.com --- ---

[LTP] Report - make error of ltp-full-20090531.tgz

2009-06-15 Thread GeunSik Lim
Dear Edjunior B. Machado This is just report mail about ltp-full-20090531 version. I used http://downloads.sourceforge.net/ltp/ltp-full-20090531.tgz source on Core2 Quad Q6600 system. But, I can not finished make command like belows. * My system information: . Fedora 11 .

Re: [LTP] Report - make error of ltp-full-20090531.tgz

2009-06-15 Thread GeunSik Lim
I made patch file to solve below problem. [inv...@fedora11 ~]$ rpm -qa | grep libcap libcap-2.16-2.fc11.i586 libcap-devel-2.16-2.fc11.i586 [inv...@fedora11 ~]$ diff -urN ./ltp-full-20090531/./testcases/kernel/security/cap_bound/cap_bounds_r.c

Re: [LTP] Report - make error of ltp-full-20090531.tgz

2009-06-15 Thread Serge E. Hallyn
Quoting GeunSik Lim (leem...@gmail.com): I made patch file to solve below problem. well, NAK to the patch, but this is a real problem that needs to be fixed. I'll take a look in the morning, but Andrew do you know offhand what the problem is with capability.h (in F11 I gather) that would cause:

Re: [LTP] Report - make error of ltp-full-20090531.tgz

2009-06-15 Thread GeunSik Lim
On Tue, Jun 16, 2009 at 1:24 PM, Serge E. Hallynse...@us.ibm.com wrote: Quoting GeunSik Lim (leem...@gmail.com): I made patch file to solve below problem. well, NAK to the patch, but this is a real problem that needs to be fixed.  I'll take a look in the morning, but Andrew do you know