Re: [PATCH] fs/aio: Stop allocating aio rings from HIGHMEM

From: Christian Brauner
Date: Wed Jun 14 2023 - 04:05:35 EST


On Fri, 09 Jun 2023 16:59:37 +0200, Fabio M. De Francesco wrote:
> There is no need to allocate aio rings from HIGHMEM because of very
> little memory needed here.
>
> Therefore, use GFP_USER flag in find_or_create_page() and get rid of
> kmap*() mappings.
>
>
> [...]

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

tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc

[1/1] fs/aio: Stop allocating aio rings from HIGHMEM
https://git.kernel.org/vfs/vfs/c/c9657715af76