Re: [PATCH 0/4] fs: mark selected blocking waits as freezable

From: daijunbing

Date: Tue Jul 07 2026 - 03:51:54 EST


Hi:

I noticed this series had previously been applied to vfs-7.2.misc, but I can no longer find it in the current vfs tree or in linux-next.

Could you please let me know whether the series was dropped, rebased into different commits, or moved to another branch? If a respin is needed, please let me know.

Thanks.


在 2026/5/28 20:51, Christian Brauner 写道:
On Wed, 27 May 2026 14:49:08 +0800, Dai Junbing wrote:
fs: mark selected blocking waits as freezable

Hi,

During suspend and resume, tasks blocked in some interruptible wait
paths may be unnecessarily woken due to freezer state transitions. This
can introduce avoidable activity in the suspend/resume path.

[...]

Applied to the vfs-7.2.misc branch of the vfs/vfs.git tree.
Patches in the vfs-7.2.misc 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-7.2.misc

[1/4] eventpoll: mark ep_poll() sleep as freezable
https://git.kernel.org/vfs/vfs/c/f5437433c37d
[2/4] jbd2: make kjournald2 commit wait freezable
https://git.kernel.org/vfs/vfs/c/10c6b259fb56
[3/4] pipe: mark blocking pipe read and FIFO open sleeps as freezable
https://git.kernel.org/vfs/vfs/c/6e5e03a76bee
[4/4] select: make select() and poll() waits freezable
https://git.kernel.org/vfs/vfs/c/f837c1dbd121