On Thu, Nov 21, 2019 at 05:15:33PM +0100, Jan Kara wrote: > Hello, > > here is a fix and a cleanup for iomap code. The first patch fixes a leakage > of pipe pages when iomap_dio_rw() splices to a pipe, the second patch is > a cleanup that removes strange copying of iter in iomap_dio_rw(). Patches > have passed fstests for ext4 and xfs and fix the syzkaller reproducer for > me. Will have a look, but in the meantime -- do you have quick reproducer that can be packaged for fstests? Or is it just the syzbot reproducer? --D > > Honza