[PATCH 0/2] afs: Miscellaneous fixes

From: David Howells
Date: Mon Feb 19 2024 - 09:39:24 EST


Hi Christian,

Here are some fixes for afs, if you could take them?

(1) Fix searching for the AFS fileserver record for an incoming callback
in a mixed IPv4/IPv6 environment.

(2) Fix the size of a buffer in afs_update_volume_status() to avoid
overrunning it and use snprintf() as well.

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

Daniil Dulov (1):
afs: Increase buffer size in afs_update_volume_status()

Marc Dionne (1):
afs: Fix ignored callbacks over ipv4

fs/afs/internal.h | 6 ++----
fs/afs/main.c | 3 +--
fs/afs/server.c | 14 +++++---------
fs/afs/volume.c | 4 ++--
4 files changed, 10 insertions(+), 17 deletions(-)