dm flakey: Properly corrupt multi-page bios.
authorSweet Tea <sweettea@redhat.com>
Tue, 13 Nov 2018 13:04:24 +0000 (08:04 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2019 14:34:34 +0000 (15:34 +0100)
commit1ed7c9f45fb893877ffa7cedd7aa61beaadbb328
tree91e359dbb68926acf404aabbc582f7bd1464dbed
parent13a2c8f97d3980f7abaebe146a16be0f07498530
dm flakey: Properly corrupt multi-page bios.

[ Upstream commit a00f5276e26636cbf72f24f79831026d2e2868e7 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/md/dm-flakey.c