[PATCH v4 00/21] afs: Miscellaneous fixes

Christian Brauner brauner at kernel.org
Mon Jun 22 07:37:35 PDT 2026


On Mon, 22 Jun 2026 10:08:34 +0100, David Howells wrote:
> afs: Miscellaneous fixes
> 
> Hi Christian,
> 
> Can you pick up these miscellaneous AFS fixes, please?
> 
>  (1) Fix the CB.InitCallBackState3 service handler to handle an unknown
>      server (server pointer is NULL).
> 
> [...]

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

[01/21] afs: handle CB.InitCallBackState3 requests without a server record
        https://git.kernel.org/vfs/vfs/c/f45dfe9144c7
[02/21] afs: Fix error code in afs_extract_vl_addrs()
        https://git.kernel.org/vfs/vfs/c/0acc5546d4a4
[03/21] afs: fix NULL pointer dereference in afs_get_tree()
        https://git.kernel.org/vfs/vfs/c/bae1d000c485
[04/21] afs: Fix double netfs initialisation in afs_root_iget()
        https://git.kernel.org/vfs/vfs/c/a3ee80a4b58c
[05/21] afs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpoints
        https://git.kernel.org/vfs/vfs/c/706849a44880
[06/21] afs: Fix directory inode initialisation order
        https://git.kernel.org/vfs/vfs/c/af8fcf434550
[07/21] afs: use kvfree() to free memory allocated by kvcalloc()
        https://git.kernel.org/vfs/vfs/c/de75d538b414
[08/21] afs: Remove erroneous seq |= 1 in volume lookup loop
        https://git.kernel.org/vfs/vfs/c/24062f2bb2a6
[09/21] afs: check for duplicate servers in VL server list
        https://git.kernel.org/vfs/vfs/c/677d037efa7f
[10/21] afs: Fix bulk lookup malfunction due to change in dir_emit() API
        https://git.kernel.org/vfs/vfs/c/3986f11557ac
[11/21] afs: Fix misplaced inc of net->cells_outstanding
        https://git.kernel.org/vfs/vfs/c/d45daf4b24cb
[12/21] afs: Fix reinitialisation of the inode, in particular ->lock_work
        https://git.kernel.org/vfs/vfs/c/c0d3fb0b2da5
[13/21] afs: Fix callback service message parsers to pass through -EAGAIN
        https://git.kernel.org/vfs/vfs/c/705627309745
[14/21] afs: Use scoped_seqlock_read() rather than manually doing seqlock stuff
        https://git.kernel.org/vfs/vfs/c/288fff610357
[15/21] afs: Fix missing NULL pointer check in afs_break_some_callbacks()
        https://git.kernel.org/vfs/vfs/c/95b0a4b91aad
[16/21] afs: Fix leak of ungot volume
        https://git.kernel.org/vfs/vfs/c/7d9517ebb956
[17/21] afs: Fix vllist leak
        https://git.kernel.org/vfs/vfs/c/11b51f828fb6
[18/21] afs: Fix lack of locking around modifications of net->cells_dyn_ino
        https://git.kernel.org/vfs/vfs/c/c3a9fe822d14
[19/21] afs: Fix premature cell exposure through /afs
        https://git.kernel.org/vfs/vfs/c/6baa330b35ed
[20/21] afs: Fix the volume AFS_VOLUME_RM_TREE is set on
        https://git.kernel.org/vfs/vfs/c/2d02c376a453
[21/21] afs: Fix unchecked-length string display in debug statement
        https://git.kernel.org/vfs/vfs/c/6e05f5903290




More information about the linux-afs mailing list