[PATCH 0/4] afs: Miscellaneous fixes
From: David Howells
Date: Wed Sep 02 2026 - 08:22:18 EST
Hi Christian,
Can you pick up these miscellaneous AFS fixes, please? Three were found by
Sashiko[1][2] and one was a posted patch.
(1) Fix missing kunmap in afs_dir_search_bucket().
(2) Fix double-unmap of directory block.
(3) Fix an incorrect free in afs_lookup_server().
(4) Clear stale peer app data after address list changes.
The patches can be found here:
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-fixes
Thanks,
David
[1] https://sashiko.dev/#/patchset/20260716103030.3065561-1-dhowells%40redhat.com
[2] https://sashiko.dev/#/patchset/20260729160108.2031453-1-dhowells%40redhat.com
Chengfeng Ye (1):
afs: Clear stale peer app data after address list changes
David Howells (3):
afs: Fix missing kunmap in afs_dir_search_bucket()
afs: Fix double-unmap of directory block
afs: Fix incorrect free in candidate cleanup in afs_lookup_server()
fs/afs/addr_list.c | 5 ++++-
fs/afs/dir_edit.c | 9 ++-------
fs/afs/dir_search.c | 11 ++---------
fs/afs/fs_probe.c | 1 +
fs/afs/internal.h | 8 ++++++++
fs/afs/server.c | 1 -
6 files changed, 17 insertions(+), 18 deletions(-)