commit | 9ace868a17d875ee18f9127d0f456be6dd88fa47 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 01 10:30:18 2019 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 01 10:30:18 2019 -0800 |
tree | b07c959bf7222d5c4711c24daaa11ecd05a9b99e | |
parent | 3325254ca14c4b859d75be757518dc2c0ebe298f [diff] | |
parent | 4ea899ead2786a30aaa8181fefa81a3df4ad28f6 [diff] |
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()