2020-06-13 05:46:19

by Darrick J. Wong

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

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