summaryrefslogtreecommitdiffstats
path: root/drivers/parport
diff options
context:
space:
mode:
authorPeter Oberparleiter <oberpar@linux.ibm.com>2024-04-10 11:46:19 +0200
committerAlexander Gordeev <agordeev@linux.ibm.com>2024-04-12 16:13:02 +0200
commit2d8527f2f911fab84aec04df4788c0c23af3df48 (patch)
treedfa5484b366defd8dc52436bf886f1b666e7f605 /drivers/parport
parent607638faf2ff1cede37458111496e7cc6c977f6f (diff)
downloadlinux-stable-2d8527f2f911fab84aec04df4788c0c23af3df48.tar.gz
linux-stable-2d8527f2f911fab84aec04df4788c0c23af3df48.tar.bz2
linux-stable-2d8527f2f911fab84aec04df4788c0c23af3df48.zip
s390/cio: fix race condition during online processing
A race condition exists in ccw_device_set_online() that can cause the online process to fail, leaving the affected device in an inconsistent state. As a result, subsequent attempts to set that device online fail with return code ENODEV. The problem occurs when a path verification request arrives after a wait for final device state completed, but before the result state is evaluated. Fix this by ensuring that the CCW-device lock is held between determining final state and checking result state. Note that since: commit 2297791c92d0 ("s390/cio: dont unregister subchannel from child-drivers") path verification requests are much more likely to occur during boot, resulting in an increased chance of this race condition occurring. Fixes: 2297791c92d0 ("s390/cio: dont unregister subchannel from child-drivers") Reviewed-by: Alexandra Winter <wintera@linux.ibm.com> Reviewed-by: Vineeth Vijayan <vneethv@linux.ibm.com> Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'drivers/parport')
0 files changed, 0 insertions, 0 deletions