Hey Linus, /* Summary */ This contains vfs rust updates for this cycle: - Allow poll_table pointers to be NULL. - Add Rust files to vfs MAINTAINERS entry. /* Testing */ gcc (Debian 14.2.0-19) 14.2.0 Debian clang version 19.1.7 (3) 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 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.17-rc1.rust for you to fetch changes up to 3ccc82e31d6a66600f14f6622a944f580b04da43: vfs: add Rust files to MAINTAINERS (2025-07-15 11:50:15 +0200) Please consider pulling these changes from the signed vfs-6.17-rc1.rust tag. Thanks! Christian ---------------------------------------------------------------- vfs-6.17-rc1.rust ---------------------------------------------------------------- Alice Ryhl (2): poll: rust: allow poll_table ptrs to be null vfs: add Rust files to MAINTAINERS MAINTAINERS | 4 +++ rust/helpers/helpers.c | 1 + rust/helpers/poll.c | 10 +++++++ rust/kernel/sync/poll.rs | 68 ++++++++++++++++++------------------------------ 4 files changed, 41 insertions(+), 42 deletions(-) create mode 100644 rust/helpers/poll.c