mbox series

[GIT,PULL] iomap: new code for 6.1

Message ID Yz26clbuE/nMjyNU@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] iomap: new code for 6.1 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.1-merge-1

Message

Darrick J. Wong Oct. 5, 2022, 5:10 p.m. UTC
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@kernel.org>

----------------------------------------------------------------
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 7, 2022, 1:01 a.m. UTC | #1
The pull request you sent on Wed, 5 Oct 2022 10:10:10 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.1-merge-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4c86114194e644b6da9107d75910635c9e87179e

Thank you!