]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/cio: Do not unregister the subchannel based on DNV
authorVineeth Vijayan <vneethv@linux.ibm.com>
Mon, 23 Sep 2024 20:16:43 +0000 (22:16 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 25 Oct 2024 14:03:23 +0000 (16:03 +0200)
commit8c58a229688ce3a097b3b1a2efe1b4f5508c2123
treeaab882bef1684c29146e688d5354afea990a95ee
parentd6e48a01bb4f51afa1d9bd4fd948364545915bde
s390/cio: Do not unregister the subchannel based on DNV

Starting with commit 2297791c92d0 ("s390/cio: dont unregister
subchannel from child-drivers"), CIO does not unregister subchannels
when the attached device is invalid or unavailable. Instead, it
allows subchannels to exist without a connected device. However, if
the DNV value is 0, such as, when all the CHPIDs of a subchannel are
configured in standby state, the subchannel is unregistered, which
contradicts the current subchannel specification.

Update the logic so that subchannels are not unregistered based
on the DNV value. Also update the SCHIB information even if the
DNV bit is zero.

Suggested-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Fixes: 2297791c92d0 ("s390/cio: dont unregister subchannel from child-drivers")
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/cio/cio.c
drivers/s390/cio/device.c