[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240219143906.138346-1-dhowells@redhat.com>
Date: Mon, 19 Feb 2024 14:39:01 +0000
From: David Howells <dhowells@...hat.com>
To: Christian Brauner <christian@...uner.io>
Cc: David Howells <dhowells@...hat.com>,
Markus Suvanto <markus.suvanto@...il.com>,
Marc Dionne <marc.dionne@...istor.com>,
Daniil Dulov <d.dulov@...ddin.ru>,
linux-afs@...ts.infradead.org,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] afs: Miscellaneous fixes
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(-)
Powered by blists - more mailing lists