On 03/02/2018 07:00 AM, Johannes Thumshirn wrote: > On Thu, Mar 01, 2018 at 02:08:10PM +0000, Jeremy Cline wrote: >> If the read-only flag is true on a SCSI disk, re-reading the partition >> table sets the flag back to false. >> >> To observe this bug, you can run: >> >> 1. blockdev --setro /dev/sda >> 2. blockdev --rereadpt /dev/sda >> 3. blockdev --getro /dev/sda > > hi Jeremy, > > Do you mind wiring up a testcase in blktest [1] for this? Given that > you already have a rather trivial reproducer. > > [1] https://github.com/osandov/ Hi Johannes, Sure, I'll take care of it. Regards, Jeremy