[LTP] [PATCH 0/3] LTP test for inotify watch after drop caches
Amir Goldstein
amir73il@gmail.com
Sun Jan 14 16:12:55 CET 2018
This series starts with a face lift to existing inotify tests and
adds a test for a problem reported [1] by Niklas Cassel for a setup
of inotify watch on overlayfs.
Also available as a github PR [2].
[1] https://marc.info/?l=linux-unionfs&m=151581833424827&w=2
[2] https://github.com/linux-test-project/ltp/pull/246
Amir Goldstein (3):
inotify: fix -Wsign-compare compile warnings
inotify: rewrite old cases with new lib
syscalls/inotify07: test inotify watch after drop caches
runtest/syscalls | 1 +
testcases/kernel/syscalls/.gitignore | 1 +
testcases/kernel/syscalls/inotify/inotify.h | 10 +-
testcases/kernel/syscalls/inotify/inotify01.c | 260 ++++++++----------
testcases/kernel/syscalls/inotify/inotify02.c | 366 ++++++++++++--------------
testcases/kernel/syscalls/inotify/inotify03.c | 158 +++++------
testcases/kernel/syscalls/inotify/inotify04.c | 161 +++++------
testcases/kernel/syscalls/inotify/inotify05.c | 193 ++++++--------
testcases/kernel/syscalls/inotify/inotify06.c | 61 ++---
testcases/kernel/syscalls/inotify/inotify07.c | 239 +++++++++++++++++
10 files changed, 767 insertions(+), 683 deletions(-)
create mode 100644 testcases/kernel/syscalls/inotify/inotify07.c
--
2.7.4
More information about the ltp
mailing list