Re: [LTP] [PATCH 2/2 v3] containers/netns tests rewritten

2015-08-21 Thread Matus Marhefka
Hi, great, thanks for your comments and help with this. Matus Marhefka - Original Message - From: Cyril Hrubis chru...@suse.cz To: Matus Marhefka mmarh...@redhat.com Cc: ltp-list@lists.sourceforge.net Sent: Thursday, August 20, 2015 4:56:13 PM Subject: Re: [PATCH 2/2 v3]

Re: [LTP] [PATCH 2/3] ltp/pounder: Don't let the testing log output to /dev/tty

2015-08-21 Thread Li Wang
Hi, On Thu, Aug 20, 2015 at 11:52 PM, Cyril Hrubis chru...@suse.cz wrote: Hi! During the pounder21 test, it gives many errors like: ./pounder: line 262: /dev/tty: No such device or address ./pounder: line 263: /dev/tty: No such device or address After google '/dev/tty', got this

[LTP] [PATCH v2] ltp/pounder: Don't let the testing log output to /dev/tty

2015-08-21 Thread Li Wang
v1--v2: - FILE *tty_fp -- FILE *out - Using out = stdout to replace the fdopen() operate; Signed-off-by: Li Wang liw...@redhat.com Signed-off-by: Cyril Hrubis chru...@suse.cz --- tools/pounder21/Install | 2 +- tools/pounder21/fancy_timed_loop.c | 29

[LTP] [PATCH v2] fcntl/fcntl33.c: add F_SETLEASE test

2015-08-21 Thread Guangwen Feng
Test for feature F_SETLEASE of fcntl(2). F_SETLEASE is used to establish a lease which provides a mechanism: When a process (the lease breaker) performs an open(2) or truncate(2) that conflicts with the lease, the system call will be blocked by kernel, meanwhile the kernel notifies the lease