From: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> Turn off CONFIG_VIRTIO_CONSOLE for s390x zfcpdump Upstream commit 9f30eb29c514589e16f2999ea070598583d1f6ec changed VIRTIO_CONSOLE from depending on VIRTIO to selecting VIRTIO. This made it possible to build in the console with virtio drivers being modular. Before this change, VIRTIO_CONSOLE status did not matter for the zfcpdump kernel, because VIRTIO which it depends on was turned off. After that change, having VIRTIO_CONSOLE on will select VIRTIO and turn on those drivers as modules. This really sets things back to the way they were. Signed-off-by: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> diff a/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_VIRTIO_CONSOLE b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_VIRTIO_CONSOLE --- /dev/null +++ b/redhat/configs/common/generic/s390x/zfcpdump/CONFIG_VIRTIO_CONSOLE @@ -0,0 +1 @@ +# CONFIG_VIRTIO_CONSOLE is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/874 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx