From: Christian Brauner <brauner@kernel.org>
To: Christian Brauner <brauner@kernel.org>,
David Howells <dhowells@redhat.com>
Cc: Paulo Alcantara <pc@manguebit.org>,
netfs@lists.linux.dev, linux-afs@lists.infradead.org,
linux-cifs@vger.kernel.org, ceph-devel@vger.kernel.org,
linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/11] netfs: Further miscellaneous fixes
Date: Tue, 21 Apr 2026 13:56:32 +0200 [thread overview]
Message-ID: <20260421-matschen-esskultur-6ff56a239132@brauner> (raw)
In-Reply-To: <20260420083705.1009074-1-dhowells@redhat.com>
On Mon, 20 Apr 2026 09:36:51 +0100, David Howells wrote:
> Here are some more miscellaneous fixes for netfslib, found by Sashiko.dev's
> AI review[1] in response to the previous miscellaneous fix posting[2], plus
> a repeat of another patch you haven't picked up yet:
>
> (1) Fix an early put of the sink page used in netfs_read_gaps(), before
> the request has completed.
>
> [...]
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/11] netfs: Fix early put of sink folio in netfs_read_gaps()
https://git.kernel.org/vfs/vfs/c/9d17365ee50d
[02/11] netfs: Fix leak of request in netfs_write_begin() error handling
https://git.kernel.org/vfs/vfs/c/453f1cc34a8f
[03/11] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
https://git.kernel.org/vfs/vfs/c/b712de212717
[04/11] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
https://git.kernel.org/vfs/vfs/c/3a6ca6bbb857
[05/11] netfs: Fix partial invalidation of streaming-write folio
https://git.kernel.org/vfs/vfs/c/6fe333abf07d
[06/11] netfs: Fix the trace displayed for the total overwrite of a streamed write
https://git.kernel.org/vfs/vfs/c/b7a4cdd022c4
[07/11] netfs: Fix folio->private handling in netfs_perform_write()
https://git.kernel.org/vfs/vfs/c/49f3b040e222
[08/11] netfs: Fix group handling in netfs_read_gaps()
https://git.kernel.org/vfs/vfs/c/ab763d6514d4
[09/11] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
https://git.kernel.org/vfs/vfs/c/756f72b6d8db
[10/11] netfs: Fix comment about write-streaming avoidance
https://git.kernel.org/vfs/vfs/c/f81dc0987b3c
[11/11] netfs: Fix netfs_read_folio() to wait on writeback
https://git.kernel.org/vfs/vfs/c/c721f7b7992c
prev parent reply other threads:[~2026-04-21 11:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-20 8:36 [PATCH 00/11] netfs: Further miscellaneous fixes David Howells
2026-04-20 8:36 ` [PATCH 01/11] netfs: Fix early put of sink folio in netfs_read_gaps() David Howells
2026-04-20 8:36 ` [PATCH 02/11] netfs: Fix leak of request in netfs_write_begin() error handling David Howells
2026-04-20 8:36 ` [PATCH 03/11] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages() David Howells
2026-04-20 8:36 ` [PATCH 04/11] netfs: Fix potential uninitialised var in netfs_extract_user_iter() David Howells
2026-04-20 8:36 ` [PATCH 05/11] netfs: Fix partial invalidation of streaming-write folio David Howells
2026-04-20 8:36 ` [PATCH 06/11] netfs: Fix the trace displayed for the total overwrite of a streamed write David Howells
2026-04-20 8:36 ` [PATCH 07/11] netfs: Fix folio->private handling in netfs_perform_write() David Howells
2026-04-20 8:36 ` [PATCH 08/11] netfs: Fix group handling in netfs_read_gaps() David Howells
2026-04-20 8:37 ` [PATCH 09/11] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point David Howells
2026-04-20 8:37 ` [PATCH 10/11] netfs: Fix comment about write-streaming avoidance David Howells
2026-04-20 8:37 ` [PATCH 11/11] netfs: Fix netfs_read_folio() to wait on writeback David Howells
2026-04-21 11:56 ` Christian Brauner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260421-matschen-esskultur-6ff56a239132@brauner \
--to=brauner@kernel.org \
--cc=ceph-devel@vger.kernel.org \
--cc=dhowells@redhat.com \
--cc=linux-afs@lists.infradead.org \
--cc=linux-cifs@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netfs@lists.linux.dev \
--cc=pc@manguebit.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox