Files
linux/drivers/md
Mikulas Patocka 50235d9a1f dm raid: fix address sanitizer warning in raid_resume
[ Upstream commit 7dad24db59 ]

There is a KASAN warning in raid_resume when running the lvm test
lvconvert-raid.sh. The reason for the warning is that mddev->raid_disks
is greater than rs->raid_disks, so the loop touches one entry beyond
the allocated length.

Cc: stable@vger.kernel.org
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-08-17 14:24:26 +02:00
..
2021-02-26 15:49:51 -07:00
2021-06-04 12:07:37 -04:00
2021-08-16 10:50:32 -06:00
2021-08-10 13:32:40 -04:00
2021-06-14 22:32:07 -07:00
2019-03-12 10:15:18 -07:00
2022-08-17 14:22:57 +02:00
2021-06-14 22:32:07 -07:00