Skip to content
Commit 0c12028a authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

block: refine the EOF check in blkdev_iomap_begin



blkdev_iomap_begin rounds down the offset to the logical block size
before stashing it in iomap->offset and checking that it still is
inside the inode size.

Check the i_size check to the raw pos value so that we don't try a
zero size write if iter->pos is unaligned.

Fixes: 487c607d ("block: use iomap for writes to block devices")
Reported-by: default avatar <syzbot+0a3683a0a6fecf909244@syzkaller.appspotmail.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Tested-by: default avatar <syzbot+0a3683a0a6fecf909244@syzkaller.appspotmail.com>
Link: https://lore.kernel.org/r/20240503081042.2078062-1-hch@lst.de


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a4217c67
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment