dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/tools/testing/selftests
Paton J. Lewis 03a7beb55b epoll: support for disabling items, and a self-test app
Enhanced epoll_ctl to support EPOLL_CTL_DISABLE, which disables an epoll
item.  If epoll_ctl doesn't return -EBUSY in this case, it is then safe to
delete the epoll item in a multi-threaded environment.  Also added a new
test_epoll self- test app to both demonstrate the need for this feature
and test it.

Signed-off-by: Paton J. Lewis <palewis@adobe.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Jason Baron <jbaron@redhat.com>
Cc: Paul Holland <pholland@adobe.com>
Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-10-06 03:05:00 +09:00
..
breakpoints selftests: launch individual selftests from the main Makefile 2012-03-28 17:14:37 -07:00
cpu-hotplug fault-injection: add selftests for cpu and memory hotplug 2012-07-30 17:25:22 -07:00
epoll epoll: support for disabling items, and a self-test app 2012-10-06 03:05:00 +09:00
kcmp syscalls, x86: add __NR_kcmp syscall 2012-05-31 17:49:32 -07:00
memory-hotplug fault-injection: add selftests for cpu and memory hotplug 2012-07-30 17:25:22 -07:00
mqueue tools/selftests: add mq_perf_tests 2012-05-31 17:49:31 -07:00
vm tools/testing: fix comment / output typos 2012-09-01 08:48:19 -07:00
Makefile epoll: support for disabling items, and a self-test app 2012-10-06 03:05:00 +09:00