Message ID | 20240729162002.3436763-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | netfs: Read/write improvements | expand |
On Mon, 29 Jul 2024 17:19:29 +0100, David Howells wrote: > This set of patches includes one fscache fix and one cachefiles fix > > (1) Fix a cookie access race in fscache. > [...] 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/24] fs/netfs/fscache_cookie: add missing "n_accesses" check https://git.kernel.org/vfs/vfs/c/965a561e4026
On Mon, 29 Jul 2024 17:19:29 +0100, David Howells wrote: > This set of patches includes one fscache fix and one cachefiles fix > > (1) Fix a cookie access race in fscache. > > (2) Fix the setxattr/removexattr syscalls to pull their arguments into > kernel space before taking the sb_writers lock to avoid a deadlock > against mm->mmap_lock. > > [...] Applied to the vfs.netfs branch of the vfs/vfs.git tree. Patches in the vfs.netfs 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.netfs [03/24] - [24/24]