Hi Linus, Please pull this branch with changes for iomap for 6.6-rc7. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 684f7e6d28e8087502fc8efdb6c9fe82400479dd: iomap: Spelling s/preceeding/preceding/g (2023-09-28 09:26:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git iomap-6.6-fixes-5 for you to fetch changes up to 3ac974796e5d94509b85a403449132ea660127c2: iomap: fix short copy in iomap_write_iter() (2023-10-19 09:41:36 -0700) ---------------------------------------------------------------- Bug fixes for 6.6-rc6: * Fix a bug where a writev consisting of a bunch of sub-fsblock writes where the last buffer address is invalid could lead to an infinite loop. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Jan Stancek (1): iomap: fix short copy in iomap_write_iter() fs/iomap/buffered-io.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)