]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Feb 2019 18:30:18 +0000 (10:30 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Feb 2019 18:30:18 +0000 (10:30 -0800)
commit680b051004a76fb4413c68df7a2afc4d638f0f90
treeb07c959bf7222d5c4711c24daaa11ecd05a9b99e
parent6eef7f9c988cfeb99dcdc0b93bc0cc1655667a7e
parent4bfb61dfc6b8be3334256ab6a4582efd539b9161
Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull iomap fixes from Darrick Wong:
 "A couple of iomap fixes to eliminate some memory corruption and hang
  problems that were reported:

   - fix page migration when using iomap for pagecache management

   - fix a use-after-free bug in the directio code"

* tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  iomap: fix a use after free in iomap_dio_rw
  iomap: get/put the page in iomap_page_create/release()