History log of /external/ltp/testcases/kernel/syscalls/fcntl/fcntl36.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0fb3d777dc45aba4aa893ecb964e6eaa1906cee 17-Jan-2018 Cyril Hrubis <chrubis@suse.cz> fcntl36: Do not pass char* pointer to tst_res() fmt

The format string has to be constant, passing pointers directly is a bad
practice that may result in security exploit and some build systems even
do not produce packages if such warning is found in the compiler logs.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/fcntl/fcntl36.c
0d2246612871f07b85698bbd811ee770e29bb2f3 01-Sep-2017 Xiong Zhou <xzhou@redhat.com> syscalls/fcntl36: add tests for OFD locks

Testing OFD locks racing with POSIX locks:

OFD read lock vs OFD write lock
OFD read lock vs POSIX write lock
OFD write lock vs POSIX write lock
OFD write lock vs POSIX read lock
OFD write lock vs OFD write lock
OFD r/w locks vs POSIX write locks
OFD r/w locks vs POSIX read locks

Signed-off-by: Xiong Zhou <xzhou@redhat.com>
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/fcntl/fcntl36.c