]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
s390/dasd: prevent inconsistent LCU device data
authorStefan Haberland <sth@linux.ibm.com>
Thu, 17 Dec 2020 15:59:05 +0000 (16:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Dec 2020 12:47:05 +0000 (13:47 +0100)
commit369b707afb69d804d4dc6237016269a1417056fd
tree5a026acdd40ae5027ffdabe5233eb0f99ef4dd72
parentaca4660cbebcfb45817bc4bfe2a54a5d5404271e
s390/dasd: prevent inconsistent LCU device data

commit a29ea01653493b94ea12bb2b89d1564a265081b6 upstream.

Prevent _lcu_update from adding a device to a pavgroup if the LCU still
requires an update. The data is not reliable any longer and in parallel
devices might have been moved on the lists already.
This might lead to list corruptions or invalid PAV grouping.
Only add devices to a pavgroup if the LCU is up to date. Additional steps
are taken by the scheduled lcu update.

Fixes: 8e09f21574ea ("[S390] dasd: add hyper PAV support to DASD device driver, part 1")
Cc: stable@vger.kernel.org
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/block/dasd_alias.c