From: Philipp Rudo prudo@redhat.com
configs/common/s390: disable CONFIG_QETH_{OSN,OSX}
Shipment of the devices required for these options were ceased with z13. With the ALS set to z14 for ark there is no need to keep the options enabled.
v2: disable the configs for fedora as well
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1903201 Signed-off-by: Philipp Rudo prudo@redhat.com
diff a/redhat/configs/common/generic/s390x/CONFIG_QETH_OSN b/redhat/configs/common/generic/s390x/CONFIG_QETH_OSN --- a/redhat/configs/common/generic/s390x/CONFIG_QETH_OSN +++ b/redhat/configs/common/generic/s390x/CONFIG_QETH_OSN @@ -1 +1 @@ -CONFIG_QETH_OSN=y +# CONFIG_QETH_OSN is not set diff a/redhat/configs/common/generic/s390x/CONFIG_QETH_OSX b/redhat/configs/common/generic/s390x/CONFIG_QETH_OSX --- a/redhat/configs/common/generic/s390x/CONFIG_QETH_OSX +++ b/redhat/configs/common/generic/s390x/CONFIG_QETH_OSX @@ -1 +1 @@ -CONFIG_QETH_OSX=y +# CONFIG_QETH_OSX is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1149
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1149#note_5812335...
@jmflinuxtx you okay with these being turned off in Fedora?
From: Thomas Huth on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1149#note_5889933...
Acked-by: Thomas Huth thuth@redhat.com
From: Julian Wiedmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1149#note_6176036...
@dhorak1 note that ccw.udev then still carries the modalias for OSN and OSX: ``` ATTRS{cutype}=="1731/02", RUN+="ccw_init" ATTRS{cutype}=="1731/06", RUN+="ccw_init" ```
Maybe just attach the rule to the KOBJ_BIND of the qeth/lcs/... ccw_driver instead, and let the kernel be in full control of which devices are supported?
From: Daniel Horak on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1149#note_6176715...
Yes, that sounds like a good idea, could you send me a patch for ccw.udev, please?
kernel@lists.fedoraproject.org