Re: [GIT PULL] iomap: bug fix for 5.8-rc1

2020-06-13 Thread pr-tracker-bot
The pull request you sent on Fri, 12 Jun 2020 22:44:31 -0700:

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

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

Thank you!

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


[GIT PULL] iomap: bug fix for 5.8-rc1

2020-06-12 Thread Darrick J. Wong
Hi Linus,

Please pull this single iomap bug fix for 5.8-rc1 that fixes a variable
type mistake on 32-bit architectures.  The branch merged cleanly with
upstream head as of a few minutes ago.

--D

The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:

  Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d4ff3b2ef901cd451fb8a9ff4623d060a79502cd:

  iomap: Fix unsharing of an extent >2GB on a 32-bit machine (2020-06-08 
20:58:29 -0700)


New code for 5.8:
- Fix an integer overflow problem in the unshare actor.


Matthew Wilcox (Oracle) (1):
  iomap: Fix unsharing of an extent >2GB on a 32-bit machine

 fs/iomap/buffered-io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)