On Mon, 16 Jun 2025 20:33:19 +0100, Lorenzo Stoakes wrote: > REVIEWER'S NOTES > ================ > > I am basing this on the mm-new branch in Andrew's tree, so let me know if I > should rebase anything here. Given the mm bits touched I did think perhaps > we should take it through the mm tree, however it may be more sensible to > take it through an fs tree - let me know! > > [...]
This looks good. I fixed up the minor review comments. Looking forward to further cleanups in this area. --- Applied to the vfs-6.17.mmap_prepare branch of the vfs/vfs.git tree. Patches in the vfs-6.17.mmap_prepare 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.17.mmap_prepare [01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare https://git.kernel.org/vfs/vfs/c/20ca475d9860 [02/10] mm/nommu: use file_has_valid_mmap_hooks() helper https://git.kernel.org/vfs/vfs/c/c6900f227f89 [03/10] fs: consistently use file_has_valid_mmap_hooks() helper https://git.kernel.org/vfs/vfs/c/b013ed403197 [04/10] fs/dax: make it possible to check dev dax support without a VMA https://git.kernel.org/vfs/vfs/c/0335f6afd348 [05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare https://git.kernel.org/vfs/vfs/c/8c90ae8fe5e3 [06/10] fs/xfs: transition from deprecated .mmap hook to .mmap_prepare https://git.kernel.org/vfs/vfs/c/6528d29b46d8 [07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers https://git.kernel.org/vfs/vfs/c/5b44297bcfa4 [08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare() https://git.kernel.org/vfs/vfs/c/951ea2f4844c [09/10] fs: convert most other generic_file_*mmap() users to .mmap_prepare() https://git.kernel.org/vfs/vfs/c/a5ee9a82981d [10/10] fs: replace mmap hook with .mmap_prepare for simple mappings https://git.kernel.org/vfs/vfs/c/a1e5b36c4034