mbox series

[GIT,PULL] vfs eventpoll

Message ID 20250322-vfs-eventpoll-6e7927cfbe2c@brauner (mailing list archive)
State New
Headers show
Series [GIT,PULL] vfs eventpoll | expand

Pull-request

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

Message

Christian Brauner March 22, 2025, 10:15 a.m. UTC
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@gitolite.kernel.org: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(-)

Comments

pr-tracker-bot@kernel.org March 24, 2025, 9:01 p.m. UTC | #1
The pull request you sent on Sat, 22 Mar 2025 11:15:44 +0100:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc1.eventpoll

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a79a09a0255b29317616e5a575a5951666fb2d35

Thank you!