> > > Yamato,
> > > 
> > > Send these series (1-3) as a patch either embedded in the mail, or, as
> > > an attachment. But, as Vijay wants it in mail, better embed in mail.
> > > What you have done is just pasted the code. Instead, create patches and
> > > then paste patch(s) like the following:
> > 
> > Like this?
> > What kind of command line do you use to generate this kind of output?
> 
> With evolution, i just can do Insert-text file, which actually puts the
> text of already generated patch file. Not sure about other mailers.

No. I may talk about cvs command or diff command(or other tools).

When I run cvs diff -ruN, cvs didn't include newly added file to its output.
e.g. signalfd/Makefile, signalfd/signalfd01.c, and utils/cond.mk are not in 
LTP source tree now. Which kind of (cvs) command line can I use to include these
new files into a patch? To generate such patch, I run cvs to get a fresh source 
tree and invoke diff command by hand. Very painful.

> > Newly added files are included in my patch. I cannot find good option
> > in cvs diff for such purpose. All peope moved to git already?
> > 
> > 
> > Signed-off-by: Masatake YAMATO <[EMAIL PROTECTED]>
> 
> This works for me. I can now apply directly by saving your mail message
> as a Patch first. I will test this and get back to you soon. Thanks for
> writing this and so many tests for LTP.


Please, review at the patch carefully. I'd like to make adding test
cases for newer system calls easier. I propose cond.mk as a facility 
to write a test case for NEWER system calls; and signalfd01.c as an 
primary example of a test case for NEWER system calls. 

Before running a compiler for such test cases, the existence of header
files and libraries must be checked.  Autotools is for such
purpose. But introducing them to LTP may needs much work.


Remember more system calls are added to linux kernel while we have a
sleep:-P

    #define __NR_signalfd               321
    #define __NR_timerfd_create 322
    #define __NR_eventfd                323
    #define __NR_fallocate              324
    #define __NR_timerfd_settime        325
    #define __NR_timerfd_gettime        326
    #define __NR_signalfd4              327
    #define __NR_eventfd2               328
    #define __NR_epoll_create1  329
    #define __NR_dup3           330
    #define __NR_pipe2          331
    #define __NR_inotify_init1  332
    ....

Masatake

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to