[PATCH 0/4] afs: Miscellaneous fixes

David Howells posted 4 patches 3 weeks, 2 days ago
There is a newer version of this series
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(-)
[PATCH 0/4] afs: Miscellaneous fixes
Posted by David Howells 3 weeks, 2 days ago
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(-)
Re: [PATCH 0/4] afs: Miscellaneous fixes
Posted by Christian Brauner 3 weeks, 2 days ago
On Wed, 02 Sep 2026 13:10:18 +0100, David Howells wrote:
> 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.
> 
> [...]

Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.fixes

[1/4] afs: Fix missing kunmap in afs_dir_search_bucket()
      https://git.kernel.org/vfs/vfs/c/950ae84b5cc9
[2/4] afs: Fix double-unmap of directory block
      https://git.kernel.org/vfs/vfs/c/e3cfd3eb7d5b
[3/4] afs: Fix incorrect free in candidate cleanup in afs_lookup_server()
      https://git.kernel.org/vfs/vfs/c/044d596094af
[4/4] afs: Clear stale peer app data after address list changes
      https://git.kernel.org/vfs/vfs/c/ba0623fc19a4