Christoph Hellwig 3eb96946f0 block: make bio_check_eod work for zero sized devices
Since the dawn of time bio_check_eod has a check for a non-zero size of
the device.  This doesn't really make any sense as we never want to send
I/O to a device that's been set to zero size, or never moved out of that.

I am a bit surprised we haven't caught this for a long time, but the
removal of the extra validation inside of zram caused syzbot to trip
over this issue recently.  I've added a Fixes tag for that commit, but
the issue really goes back way before git history.

Fixes: 9fe95babc742 ("zram: remove valid_io_request")
Reported-by: syzbot+b8d61a58b7c7ebd2c8e0@syzkaller.appspotmail.com
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230524060538.1593686-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-05-24 08:19:26 -06:00
..
2023-05-06 08:28:58 -07:00
2023-04-26 12:52:58 -07:00
2023-05-23 11:11:29 -06:00
2023-04-26 12:52:58 -07:00
2023-04-26 12:52:58 -07:00
2022-02-02 07:49:59 -07:00
2023-05-06 08:28:58 -07:00
2023-04-26 12:52:58 -07:00
2022-03-07 12:48:35 -07:00