linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] iomap: bug fix for 5.7-rc3
@ 2020-05-02 17:08 Darrick J. Wong
  2020-05-02 18:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2020-05-02 17:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Darrick J. Wong, linux-fsdevel, linux-xfs, david, linux-kernel,
	sandeen, hch, linux-ext4, Theodore Ts'o, riteshh

Hi Linus,

Please pull this single bug fix for 5.7 that hoists the check for an
unrepresentable FIBMAP return value into ioctl_fibmap.  The internal
kernel function can handle 64-bit values (and is needed to fix a
regression on ext4 + jbd2); it is only the userspace ioctl that is so
old that it cannot deal.  The branch merged cleanly with upstream head
as of a few minutes ago.

--D

The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:

  Linux 5.7-rc3 (2020-04-26 13:51:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.7-fixes-1

for you to fetch changes up to b75dfde1212991b24b220c3995101c60a7b8ae74:

  fibmap: Warn and return an error in case of block > INT_MAX (2020-04-30 07:57:46 -0700)

----------------------------------------------------------------
Changes for 5.7:
- Move the FIBMAP range check and warning out of the backend iomap
implementation and into the frontend ioctl_fibmap so that the checking
is consistent for all implementations.

----------------------------------------------------------------
Ritesh Harjani (1):
      fibmap: Warn and return an error in case of block > INT_MAX

 fs/ioctl.c        | 8 ++++++++
 fs/iomap/fiemap.c | 5 +----
 2 files changed, 9 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] iomap: bug fix for 5.7-rc3
  2020-05-02 17:08 [GIT PULL] iomap: bug fix for 5.7-rc3 Darrick J. Wong
@ 2020-05-02 18:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-05-02 18:45 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: Linus Torvalds, Darrick J. Wong, linux-fsdevel, linux-xfs, david,
	linux-kernel, sandeen, hch, linux-ext4, Theodore Ts'o,
	riteshh

The pull request you sent on Sat, 2 May 2020 10:08:01 -0700:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-02 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 17:08 [GIT PULL] iomap: bug fix for 5.7-rc3 Darrick J. Wong
2020-05-02 18:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).