ltp icon indicating copy to clipboard operation
ltp copied to clipboard

Add more epoll fd flag coverage

Open metan-ucw opened this issue 3 years ago • 3 comments

As it is now we only test the very basic flags for epoll events, so far there seems to be only tests that do work with EPOLLIN and EPOLLOUT, but there is much more for instance EPOLLRDHUP, EPOLLHUP, EPOLLERR, EPOLLET, EPOLLONESHOT, etc.

Recently there was a regression with EPOLLET and pipes:

https://lwn.net/Articles/864947/ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3a34b13a88ca

metan-ucw avatar Aug 12 '21 09:08 metan-ucw

I will take care of this ticket

acerv avatar Oct 06 '22 13:10 acerv

@acerv what's current plan? :)

coolgw avatar Aug 14 '23 04:08 coolgw

@coolgw started, patch was reviewed, but it needs to be adapted. This is a low priority task, since epoll is an already well tested feature in the kernel and it's really hard it breaks

acerv avatar Aug 14 '23 09:08 acerv