mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] afs: Miscellaneous fixes
@ 2026-07-29 14:17 David Howells
  2026-07-29 14:17 ` [PATCH 1/2] afs: Fix missing kunmap in afs_dir_search_bucket() David Howells
  2026-07-29 14:17 ` [PATCH 2/2] afs: Fix double-unmap of directory block David Howells
  0 siblings, 2 replies; 3+ messages in thread
From: David Howells @ 2026-07-29 14:17 UTC (permalink / raw)
  To: Christian Brauner
  Cc: David Howells, Marc Dionne, linux-afs, linux-fsdevel, linux-kernel

Hi Christian,

Can you pick up these miscellaneous AFS fixes, please?  They were found by
Sashiko[1].

 (1) Fix missing kunmap in afs_dir_search_bucket().

 (2) Fix double-unmap of directory block.

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

David Howells (2):
  afs: Fix missing kunmap in afs_dir_search_bucket()
  afs: Fix double-unmap of directory block

 fs/afs/dir_edit.c   |  9 ++-------
 fs/afs/dir_search.c | 11 ++---------
 fs/afs/internal.h   |  8 ++++++++
 3 files changed, 12 insertions(+), 16 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-29 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 14:17 [PATCH 0/2] afs: Miscellaneous fixes David Howells
2026-07-29 14:17 ` [PATCH 1/2] afs: Fix missing kunmap in afs_dir_search_bucket() David Howells
2026-07-29 14:17 ` [PATCH 2/2] afs: Fix double-unmap of directory block David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome