From: Marcelo Ricardo Leitner on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3652#note_2331154639
I'm not following. I tried it on the commit that you based the MR, and for
NET_DSA I see:
```
((72e3afc5f166...))]$ grep NET_DSA *config
kernel-6.14.0-aarch64-64k.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-aarch64-64k-debug.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-aarch64-automotive.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-aarch64-automotive-debug.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-aarch64.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-aarch64-debug.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-aarch64-rt.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-aarch64-rt-debug.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-ppc64le.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-ppc64le-debug.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-s390x.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-s390x-debug.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-x86_64-automotive.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-x86_64-automotive-debug.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-x86_64.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-x86_64-debug.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-x86_64-rt.config:# CONFIG_NET_DSA is not set
kernel-6.14.0-x86_64-rt-debug.config:# CONFIG_NET_DSA is not set
```
isn't it already off? And because of that B53 cannot be enabled, as you said,
as it depends on NET_DSA.
As for firewire, it won't import configs from Fedora. If it is, that's a big
bug somewhere. Similarly:
```
configs ((72e3afc5f166...))]$ grep 'FIREWIRE\>' *config
kernel-6.14.0-aarch64-64k.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-aarch64-64k-debug.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-aarch64-automotive.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-aarch64-automotive-debug.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-aarch64.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-aarch64-debug.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-aarch64-rt.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-aarch64-rt-debug.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-ppc64le.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-ppc64le-debug.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-s390x.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-s390x-debug.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-x86_64-automotive.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-x86_64-automotive-debug.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-x86_64.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-x86_64-debug.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-x86_64-rt.config:# CONFIG_FIREWIRE is not set
kernel-6.14.0-x86_64-rt-debug.config:# CONFIG_FIREWIRE is not set
```
And FIREWIRE_NET depends on FIREWIRE:
```
config FIREWIRE_NET
tristate "IP networking over 1394"
depends on FIREWIRE && INET
```
Am I missing something maybe?
--
_______________________________________________
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