[LTP] [PATCH] rwtest01, 02,03,04 from LTP suite are failing

2008-02-25 Thread Subrata Modak
Hi, We also had a recent failures for rwtest01,02,03 and 04. Please see below the sequence of events as well as the solution for this: = Sudeesh John Reported: = The

[LTP] PATCH[0/3] rt-test clean ups

2008-02-25 Thread Chirag Jog
Hi, Here is a set of clean ups for the realtime tests. -- Cheers, Chirag Jog - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

Re: [LTP] PATCH[0/3] rt-test clean ups

2008-02-25 Thread Chirag Jog
Hi, This patch solves a small problem in librttest. pthread_create's last argument should be argument to the func the new thread will call instead of the thread structure itself Signed-Off-By: Chirag [EMAIL PROTECTED] diff --git

[LTP] PATCH[2/3] Use librttest infrastructure

2008-02-25 Thread Chirag Jog
Hi, The pi-tests don't use the librttest infrastructure and simply duplicate code. This patch ensures that those tests use librttest sbrk_mutex.c | 21 +-- testpi-1.c | 160 ++--- testpi-2.c | 162

[LTP] PATCH[3/3] Use librttest infrastructure [ tc-2]

2008-02-25 Thread Chirag Jog
Hi, The thread-clock test doesn't use the librttest infrastructure. This patch ensures that it does. tc-2.c | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) Signed-Off-By: Chirag [EMAIL PROTECTED] diff --git

Re: [LTP] [PATCH][BUGFIX] waitpid tests: Fix failure detection flag initialization

2008-02-25 Thread Subrata Modak
On Fri, 2008-02-22 at 17:47 +0100, Louis Rilling wrote: Hi, Enclosed is a patch fixing misinitialized error detection flags in the waitpid series of syscalls tests, in the same spirit as for waitpid06 and waitpid07. Thanks. This is merged. Regards-- Subrata -louis

Re: [LTP] [PATCH] waitpid03/04: Fix condition numbers displayed when reporting errors

2008-02-25 Thread Subrata Modak
On Fri, 2008-02-22 at 18:13 +0100, Louis Rilling wrote: Enclosed is a patch that fixes display errors in waitpid03 and waitpid04. Applied. Thanks. --Subrata Regards, -louis - This SF.net email is sponsored by:

[LTP] [PATCH] Add Necessary Headers

2008-02-25 Thread Chirag Jog
Hi, These patches adds missing headers to the following files. func/pi-tests/parse-testpi1.py| 26 ++ func/pi-tests/parse-testpi2.py| 27 +++ func/sched_football/parse-football.py | 26 ++

Re: [LTP] PATCH[0/3] rt-test clean ups

2008-02-25 Thread Sebastien Dugue
Hi Chirag, On Mon, 25 Feb 2008 14:57:21 +0530 Chirag Jog [EMAIL PROTECTED] wrote: Hi, This patch solves a small problem in librttest. pthread_create's last argument should be argument to the func the new thread will call instead of the thread structure

Re: [LTP] PATCH[2/3] Use librttest infrastructure

2008-02-25 Thread Dinakar Guniguntala
On Mon, Feb 25, 2008 at 03:01:39PM +0530, Chirag Jog wrote: Hi, The pi-tests don't use the librttest infrastructure and simply duplicate code. This patch ensures that those tests use librttest The same comments apply to this patch as well. pthread_create takes an argument

Re: [LTP] PATCH[0/3] rt-test clean ups

2008-02-25 Thread Dinakar Guniguntala
On Mon, Feb 25, 2008 at 02:57:21PM +0530, Chirag Jog wrote: Hi, This patch solves a small problem in librttest. pthread_create's last argument should be argument to the func the new thread will call instead of the thread structure itself Chirag, We have a lot

Re: [LTP] update filecaps test

2008-02-25 Thread Subrata Modak
On Sun, 2008-02-24 at 11:16 -0800, Andrew G. Morgan wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Subrata, I have to apologize. I'm not very familiar with LTP tests and have been putting this off until I had time to figure all this out... I've still not figured out how to run this

Re: [LTP] [PATCH][realtime] Clean ups and fixes - Round 3

2008-02-25 Thread Chirag Jog
* Jeff Burke [EMAIL PROTECTED] [2008-02-24 19:48:31]: sudhanshu wrote: On Saturday 23 February 2008 23:25:10 Jeff Burke wrote: sudhanshu wrote: On Friday 22 February 2008 15:40:52 Chirag Jog wrote: * sudhanshu [EMAIL PROTECTED] [2008-02-22 14:44:35]: Hi ,

Re: [LTP] [PATCH][BUGFIX] waitpid tests: Fix failure detection flag initialization

2008-02-25 Thread Subrata Modak
On Fri, 2008-02-22 at 18:42 +0100, Louis Rilling wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Subrata Modak a écrit : On Fri, 2008-02-22 at 17:47 +0100, Louis Rilling wrote: Hi, Enclosed is a patch fixing misinitialized error detection flags in the waitpid series of syscalls

Re: [LTP] [PATCH][JANITOR] waitpid02-05: remove unused defines related to failure handling

2008-02-25 Thread Subrata Modak
On Fri, 2008-02-22 at 18:17 +0100, Louis Rilling wrote: Hi, Enclosed is a patch that removes unused defines/variables. Harmless :) Thanks. This one merged too. Regards-- Subrata -louis - This SF.net email is

Re: [LTP] PATCH[2/3] Use librttest infrastructure

2008-02-25 Thread Sebastien Dugue
Hi Chirag, this one was on my todo list, thanks for being there first. Just got a few remarks. On Mon, 25 Feb 2008 15:01:39 +0530 Chirag Jog [EMAIL PROTECTED] wrote: Hi, The pi-tests don't use the librttest infrastructure and simply duplicate code. This patch

Re: [LTP] [PATCH] Add Necessary Headers

2008-02-25 Thread Dinakar Guniguntala
On Mon, Feb 25, 2008 at 03:07:02PM +0530, Chirag Jog wrote: Hi, These patches adds missing headers to the following files. func/pi-tests/parse-testpi1.py| 26 ++ func/pi-tests/parse-testpi2.py| 27 +++

[LTP] Concurrency-safe patches

2008-02-25 Thread Renaud Lottiaux
Hi ! I don't know if this is of interrest for you, but for our project purpose, we need to execute LTP tests in concurrency, to check SMP safeness. However, many tests cannot be executed concurrently. I have a few patches to make it possible to execute some tests in parallel. I have attached

Re: [LTP] PATCH[3/3] Use librttest infrastructure [ tc-2]

2008-02-25 Thread Sebastien Dugue
Hi Chirag, some comments On Mon, 25 Feb 2008 15:04:19 +0530 Chirag Jog [EMAIL PROTECTED] wrote: Hi, The thread-clock test doesn't use the librttest infrastructure. This patch ensures that it does. tc-2.c | 19 ++- 1 file changed, 6 insertions(+), 13

Re: [LTP] Ballista generated files during make part of the source?

2008-02-25 Thread Subrata Modak
On Mon, 2008-02-25 at 12:27 +0530, Max Stirling wrote: Hi, The below two files get generated during the build. testcases/ballista/ballista/MakefileHost testcases/ballista/ballista/MakefileTarget Why are these checked into the ltp-source? When I do a make I see that these files get

Re: [LTP] Concurrency-safe patches

2008-02-25 Thread Subrata Modak
On Mon, 2008-02-25 at 11:28 +0100, Renaud Lottiaux wrote: Hi ! I don't know if this is of interrest for you, but for our project purpose, we It would be foolish to say that it won´t be of any interest. It is definitely very important to make all LTP test cases SMP safe. Thank you very much

Re: [LTP] Concurrency-safe patches

2008-02-25 Thread Renaud Lottiaux
Hi ! It would be foolish to say that it won´t be of any interest. It is definitely very important to make all LTP test cases SMP safe. Thank you very much for pointing that out. Thanks for your interrest ! But I thing there is a little misunderstood. When talking about SMP safeness, I was

Re: [LTP] Concurrency-safe patches

2008-02-25 Thread Subrata Modak
On Mon, 2008-02-25 at 12:58 +0100, Renaud Lottiaux wrote: Hi ! It would be foolish to say that it won´t be of any interest. It is definitely very important to make all LTP test cases SMP safe. Thank you very much for pointing that out. Thanks for your interrest ! But I thing there

Re: [LTP] ltp selinux patch

2008-02-25 Thread Subrata Modak
Stephen, Any new Patches for LTP-Selinux ? Regards-- Subrata On Wed, 2008-01-30 at 07:20 -0500, Stephen Smalley wrote: On Tue, 2008-01-29 at 18:21 -0600, Serge E. Hallyn wrote: Here is a patch against this morning's ltp cvs snapshot to implement Stephen's suggestion of setting

Re: [LTP] PATCH[3/3] Use librttest infrastructure [ tc-2]

2008-02-25 Thread Chirag Jog
* Sebastien Dugue [EMAIL PROTECTED] [2008-02-25 11:47:05]: Hi Chirag, some comments On Mon, 25 Feb 2008 15:04:19 +0530 Chirag Jog [EMAIL PROTECTED] wrote: Hi, The thread-clock test doesn't use the librttest infrastructure. This patch ensures that it does.

[LTP] PATCH[2/3] Use librttest infrastructure

2008-02-25 Thread Chirag Jog
Hi, This Patch fixes the pi-tests to use librttest infrastructure. Also Addresses the issues Sebastien has Brought out. Thanks Sebastien. Signed-Off-By: Chirag [EMAIL PROTECTED] --- testcases/realtime/func/pi-tests/sbrk_mutex.c | 22 +---

[LTP] [NFS] remap_file_pages

2008-02-25 Thread Renaud Lottiaux
Hi ! These 2 paches fix NFS issues in tst_rmdir (directory non empty) due to an unmapped file. R. -- Renaud Lottiaux Kerlabs Bâtiment Germanium 80, avenue des buttes de Coësmes 35700 Rennes - France Phone : (+33|0)6 80 89 19 34 Fax : (+33|0)2 99 84 71 71 Email : [EMAIL PROTECTED] Web :

Re: [LTP] update filecaps test

2008-02-25 Thread Serge E. Hallyn
Quoting Andrew G. Morgan ([EMAIL PROTECTED]): -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Subrata, I have to apologize. I'm not very familiar with LTP tests and have been putting this off until I had time to figure all this out... I've still not figured out how to run this but, browsing

Re: [LTP] update filecaps test

2008-02-25 Thread Andrew G. Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge E. Hallyn wrote: | Thanks Andrew, I'll try to get around to sending a new patch soon. In | the meantime, i would argue that applying the existing patch is better | than doing nothing since the previous version does not work with 64-bit |

Re: [LTP] ltp selinux patch

2008-02-25 Thread Subrata Modak
On Mon, 2008-02-25 at 09:08 -0500, Stephen Smalley wrote: On Mon, 2008-02-25 at 18:56 +0530, Subrata Modak wrote: Stephen, Any new Patches for LTP-Selinux ? I don't have any updates, no. I have noticed that on x86_64, there are a number of FAILs that are not present on x86, in

Re: [LTP] update filecaps test

2008-02-25 Thread Subrata Modak
On Mon, 2008-02-25 at 19:53 -0800, Andrew G. Morgan wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge E. Hallyn wrote: | Thanks Andrew, I'll try to get around to sending a new patch soon. In | the meantime, i would argue that applying the existing patch is better | than doing

Re: [LTP] [NFS] remap_file_pages

2008-02-25 Thread Subrata Modak
On Mon, 2008-02-25 at 16:18 +0100, Renaud Lottiaux wrote: Hi ! These 2 paches fix NFS issues in tst_rmdir (directory non empty) due to an unmapped file. Thanks. This has been merged. Regards-- Subrata R. - This