[GIT PULL] vfs fixes

From: Christian Brauner
Date: Fri Mar 01 2024 - 07:46:27 EST


Hey Linus,

/* Summary */
This contains two small fixes:

* Fix an endless loop during afs directory iteration caused by not skipping
silly-rename files correctly.

* Fix reporting of completion events for aio causing leaks in userspace.
This is based on the fix last week as it's now possible to recognize
aio events submitted through the old aio interface.

/* Testing */
clang: Debian clang version 16.0.6 (19)
gcc: (Debian 13.2.0-7) 13.2.0

All patches are based on v6.8-rc6 and have been sitting in linux-next.
No build failures or warnings were observed.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with
current mainline.

The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b:

Linux 6.8-rc6 (2024-02-25 15:46:06 -0800)

are available in the Git repository at:

git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.8-rc7.fixes

for you to fetch changes up to 54cbc058d86beca3515c994039b5c0f0a34f53dd:

fs/aio: Make io_cancel() generate completions again (2024-02-27 11:20:44 +0100)

----------------------------------------------------------------
vfs-6.8-rc7.fixes

----------------------------------------------------------------
Bart Van Assche (1):
fs/aio: Make io_cancel() generate completions again

David Howells (1):
afs: Fix endless loop in directory parsing

fs/afs/dir.c | 4 +++-
fs/aio.c | 27 +++++++++++----------------
2 files changed, 14 insertions(+), 17 deletions(-)