Re: [PATCH REPOST net-next v3] selftest: epoll_busy_poll: epoll busy poll tests

2024-05-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 8 May 2024 18:40:04 + you wrote: > Add a simple test for the epoll busy poll ioctls, using the kernel > selftest harness. > > This test ensures that the ioctls have the expected return codes and > that t

[PATCH REPOST net-next v3] selftest: epoll_busy_poll: epoll busy poll tests

2024-05-08 Thread Joe Damato
Add a simple test for the epoll busy poll ioctls, using the kernel selftest harness. This test ensures that the ioctls have the expected return codes and that the kernel properly gets and sets epoll busy poll parameters. The test can be expanded in the future to do real busy polling (provided ano