Hi Linus, Please pull this branch with new code for iomap for 6.1. It's pretty quiet this time around -- a UAF bugfix and a new tracepoint so we can watch file writeback. Dave Chinner will be sending the XFS pull request for 6.1. 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 f76349cf41451c5c42a99f18a9163377e4b364ff: Linux 6.0-rc7 (2022-09-25 14:01:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.1-merge-1 for you to fetch changes up to adc9c2e5a723052de4f5bd7e3d6add050ba400e1: iomap: add a tracepoint for mappings returned by map_blocks (2022-10-02 11:42:19 -0700) ---------------------------------------------------------------- New code for 6.1: - Fix a UAF bug when recording writeback mapping errors. - Add a tracepoint so that we can monitor writeback mappings. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (2): iomap: iomap: fix memory corruption when recording errors during writeback iomap: add a tracepoint for mappings returned by map_blocks fs/iomap/buffered-io.c | 3 ++- fs/iomap/trace.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-)