dm flakey: Properly corrupt multi-page bios.
authorSweet Tea <sweettea@redhat.com>
Tue, 13 Nov 2018 13:04:24 +0000 (08:04 -0500)
committerMike Snitzer <snitzer@redhat.com>
Tue, 18 Dec 2018 14:02:27 +0000 (09:02 -0500)
commita00f5276e26636cbf72f24f79831026d2e2868e7
tree0e4214c59e8bf2a578de327077d5a9b7a5265e60
parentef87bfc24f9b8da82c89aff493df20f078bc9cb1
dm flakey: Properly corrupt multi-page bios.

The flakey target is documented to be able to corrupt the Nth byte in
a bio, but does not corrupt byte indices after the first biovec in the
bio. Change the corrupting function to actually corrupt the Nth byte
no matter in which biovec that index falls.

A test device generating two-page bios, atop a flakey device configured
to corrupt a byte index on the second page, verified both the failure
to corrupt before this patch and the expected corruption after this
change.

Signed-off-by: John Dorminy <jdorminy@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-flakey.c