Re: [LTP] [PATCH] powerpc: wire up preadv and pwritev

2009-04-07 Thread Subrata Modak
Thanks Gerd/Stephen, On Tue, 2009-04-07 at 09:52 +0200, Gerd Hoffmann wrote: > Hi, > > > How about contributing the above test to LTP(http://ltp.sourceforge.net/) > > under GPL ? If you agree, i would soon send you a Patch integrating the same > > to LTP. > > Fine with me. You probably want to

Re: [PATCH] powerpc: wire up preadv and pwritev

2009-04-07 Thread Gerd Hoffmann
Hi, How about contributing the above test to LTP(http://ltp.sourceforge.net/) under GPL ? If you agree, i would soon send you a Patch integrating the same to LTP. Fine with me. You probably want to remove the hard-coded syscall numbers and pickup them from unistd.h instead though. cheers

Re: [PATCH] powerpc: wire up preadv and pwritev

2009-04-07 Thread Stephen Rothwell
Hi Subrata, On Tue, 7 Apr 2009 12:21:18 +0530 Subrata Modak wrote: > > How about contributing the above test to LTP(http://ltp.sourceforge.net/) > under GPL ? If you agree, i would soon send you a Patch integrating the same > to LTP. I have no problem with that. However, the test was originally

Re: [PATCH] powerpc: wire up preadv and pwritev

2009-04-07 Thread Subrata Modak
Hi Stephen, On Tue, Apr 7, 2009 at 8:49 AM, Stephen Rothwell wrote: > > Signed-off-by: Stephen Rothwell > --- > arch/powerpc/include/asm/systbl.h |2 ++ > arch/powerpc/include/asm/unistd.h |4 +++- > 2 files changed, 5 insertions(+), 1 deletions(-) > > Tested on pseries_defconfig (verif

[PATCH] powerpc: wire up preadv and pwritev

2009-04-06 Thread Stephen Rothwell
Signed-off-by: Stephen Rothwell --- arch/powerpc/include/asm/systbl.h |2 ++ arch/powerpc/include/asm/unistd.h |4 +++- 2 files changed, 5 insertions(+), 1 deletions(-) Tested on pseries_defconfig (verified using strace{,64} and inspecting the files). Test program (modified from the or