Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Dec 2019 01:07:18 +0000 (17:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Dec 2019 01:07:18 +0000 (17:07 -0800)
commit95207d554b968a552cc93a834af6c1ec295ebaba
tree6ea4df42d9ac8715af0863aa10e5aa960041c9fa
parent50caca9d7f633bb2aad7f979c40db01a4811abcd
parentc275779ff2dd51c96eaae04fac5d766421d6c596
Merge tag 'iomap-5.5-merge-14' of git://git./fs/xfs/xfs-linux

Pull iomap fixes from Darrick Wong:
 "Fix a race condition and a use-after-free error:

   - Fix a UAF when reporting writeback errors

   - Fix a race condition when handling page uptodate on fragmented file
     with blocksize < pagesize"

* tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  iomap: stop using ioend after it's been freed in iomap_finish_ioend()
  iomap: fix sub-page uptodate handling