Re: [GIT PULL] iomap: updates for v4.21

2018-12-27 Thread pr-tracker-bot
The pull request you sent on Sun, 23 Dec 2018 16:42:04 -0800:

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

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

Thank you!

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


[GIT PULL] iomap: updates for v4.21

2018-12-23 Thread Darrick J. Wong
Hi Linus,

Here's a fix for a memory overflow bug in the iomap code for 4.21-rc1.
It has undergone the usual testing regimen and merges cleanly with 4.20
final.  Let me know if you encounter any problems with the merge.

--D

The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd:

  Linux 4.20-rc7 (2018-12-16 15:46:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-4.21-merge-2

for you to fetch changes up to 3cc31fa65d85610574c0f6a474e89f4c419923d5:

  iomap: don't search past page end in iomap_is_partially_uptodate (2018-12-21 
08:42:50 -0800)


Updates for 4.21:
- Fix a memory overflow bug for blocksize < pagesize


Eric Sandeen (1):
  iomap: don't search past page end in iomap_is_partially_uptodate

 fs/iomap.c | 17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)