[GIT PULL] vfs eventpoll

From: Christian Brauner
Date: Sat Mar 22 2025 - 06:17:49 EST


Hey Linus,

/* Summary */

This contains a few preparatory changes to eventpoll to allow io_uring
to support epoll.

/* Testing */

gcc version 14.2.0 (Debian 14.2.0-6)
Debian clang version 16.0.6 (27+b1)

No build failures or warnings were observed.

/* Conflicts */

Merge conflicts with mainline
=============================

No known conflicts.

Merge conflicts with other trees
================================

No known conflicts.

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc1.eventpoll

for you to fetch changes up to 0511f4e6a16988e485a5e60727c89e2ca9f83f44:

Merge patch series "epoll changes for io_uring wait support" (2025-02-20 10:18:47 +0100)

Please consider pulling these changes from the signed vfs-6.15-rc1.eventpoll tag.

Thanks!
Christian

----------------------------------------------------------------
vfs-6.15-rc1.eventpoll

----------------------------------------------------------------
Christian Brauner (1):
Merge patch series "epoll changes for io_uring wait support"

Jens Axboe (3):
eventpoll: abstract out parameter sanity checking
eventpoll: abstract out ep_try_send_events() helper
eventpoll: add epoll_sendevents() helper

fs/eventpoll.c | 87 ++++++++++++++++++++++++++++++++++-------------
include/linux/eventpoll.h | 4 +++
2 files changed, 67 insertions(+), 24 deletions(-)