Re: [PATCH] selftests: add epoll selftests

2019-10-09 Thread Roman Penyaev
On 2019-10-09 14:15, hev wrote: From: Heiher This adds the promised selftest for epoll. It will verify the wakeups of epoll. Including leaf and nested mode, epoll_wait() and poll() and multi-threads. Nice! The only thing I doubt this suite should be a part of filesystems/, maybe one level

[PATCH] selftests: add epoll selftests

2019-10-09 Thread hev
From: Heiher This adds the promised selftest for epoll. It will verify the wakeups of epoll. Including leaf and nested mode, epoll_wait() and poll() and multi-threads. Cc: Andrew Morton Cc: Jason Baron Cc: Linus Torvalds Cc: Roman Penyaev Cc: linux-kernel@vger.kernel.org Cc: