https://github.com/torvalds/linux
Revision 8a9bd4f8ebc6800bfc0596e28631ff6809a2f615 authored by Stefan Haberland on 06 December 2017, 09:30:39 UTC, committed by Martin Schwidefsky on 02 January 2018, 12:47:01 UTC
We store per path and per device configuration data to identify the
path or device correctly. The per path configuration data might get
mixed up if the original request gets into error recovery and is
started with a random path mask.

This would lead to a wrong identification of a path in case of a CUIR
event for example.

Fix by copying the path mask from the original request to the error
recovery request in case it is a path verification request.

Signed-off-by: Stefan Haberland <sth@linux.vnet.ibm.com>
Reviewed-by: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
1 parent 9f37e79
History
Tip revision: 8a9bd4f8ebc6800bfc0596e28631ff6809a2f615 authored by Stefan Haberland on 06 December 2017, 09:30:39 UTC
s390/dasd: fix wrongly assigned configuration data
Tip revision: 8a9bd4f

back to top