From: Justin M. Forbes <[email protected]> Remove S390 special config for PHYLIB
The 6.11 net merge contained PHYLIB and PHYLINK deprecated API cleanup changes which make the existing disabling of CONFIG_PHYLIB for S390 invalid. This fixes the config mismatch and allows us to build again. Signed-off-by: Justin M. Forbes <[email protected]> diff --git a/redhat/configs/pending-rhel/generic/s390x/CONFIG_PHYLIB b/redhat/configs/pending-rhel/generic/s390x/CONFIG_PHYLIB deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/s390x/CONFIG_PHYLIB +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PHYLIB=y diff --git a/redhat/configs/rhel/generic/s390x/CONFIG_PHYLIB b/redhat/configs/rhel/generic/s390x/CONFIG_PHYLIB deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/s390x/CONFIG_PHYLIB +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_PHYLIB is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3255 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
