Hi Linus, Three fixes that should go into this series. One is a set of two patches from Christoph, fixing a page leak on same page merges. Boiled down version of a bigger fix, but this one is more appropriate for this late in the cycle (and easier to backport to stable). Last patch is for a divide error in MD, from Mariusz (via Song). Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20190620 ---------------------------------------------------------------- Christoph Hellwig (2): block: return from __bio_try_merge_page if merging occured in the same page block: fix page leak when merging to same page Jens Axboe (1): Merge branch 'md-fixes' of https://github.com/liu-song-6/linux into for-linus Mariusz Tkaczyk (1): md: fix for divide error in status_resync block/bio.c | 38 +++++++++++++++++++++----------------- drivers/md/md.c | 36 ++++++++++++++++++++++-------------- fs/iomap.c | 12 ++++++++---- fs/xfs/xfs_aops.c | 11 ++++++++--- include/linux/bio.h | 2 +- 5 files changed, 60 insertions(+), 39 deletions(-) -- Jens Axboe