[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251119-zeichen-dompteur-0f7c7be290cc@brauner>
Date: Wed, 19 Nov 2025 11:11:30 +0100
From: Christian Brauner <brauner@...nel.org>
To: dhowells@...hat.com,
Davidlohr Bueso <dave@...olabs.net>
Cc: Christian Brauner <brauner@...nel.org>,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] watch_queue: Use local kmap in post_one_notification()
On Tue, 18 Nov 2025 13:07:06 -0800, Davidlohr Bueso wrote:
> Replace the now deprecated kmap_atomic() with kmap_local_page().
>
> Optimize for the non-highmem cases and avoid disabling preemption and
> pagefaults, the caller's context is atomic anyway, but that is irrelevant
> to kmap. The memcpy itself does not require any such semantics and the
> mapping would hold valid across context switches anyway. Further, highmem
> is planned to to be removed[1].
>
> [...]
Applied to the vfs-6.19.misc branch of the vfs/vfs.git tree.
Patches in the vfs-6.19.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-6.19.misc
[1/1] watch_queue: Use local kmap in post_one_notification()
https://git.kernel.org/vfs/vfs/c/79cba9d67db3
Powered by blists - more mailing lists