On Wed, 17 Apr 2024 16:47:43 +0200, Christoph Hellwig wrote: > Commit 4601b4b130de ("block: reopen the device in blkdev_reread_part") > lost the propagation of I/O errors from the low-level read of the > partition table to the user space caller of the BLKRRPART. > > Apparently some user space relies on, so restore the propagation. This > isn't exactly pretty as other block device open calls explicitly do not > are about these errors, so add a new BLK_OPEN_STRICT_SCAN to opt into > the error propagation. > > [...] Applied, thanks! [1/1] block: propagate partition scanning errors to the BLKRRPART ioctl commit: 752863bddacab6b5c5164b1df8c8b2e3a175ee28 Best regards, -- Jens Axboe