On Tue, Nov 04, 2025 at 09:37:04AM -0800, Breno Leitao wrote: > diff --git a/tools/testing/selftests/drivers/net/bonding/config > b/tools/testing/selftests/drivers/net/bonding/config > index 6bb290abd48bf..57f5a5d5cea67 100644 > --- a/tools/testing/selftests/drivers/net/bonding/config > +++ b/tools/testing/selftests/drivers/net/bonding/config > @@ -1,5 +1,6 @@ > CONFIG_BONDING=y > CONFIG_BRIDGE=y > +CONFIG_CONFIGFS_FS=y > CONFIG_DUMMY=y > CONFIG_INET_ESP=y > CONFIG_INET_ESP_OFFLOAD=y > @@ -11,6 +12,9 @@ CONFIG_NET_CLS_FLOWER=y > CONFIG_NET_CLS_MATCHALL=m > CONFIG_NETDEVSIM=m > CONFIG_NET_SCH_INGRESS=y > +CONFIG_NETCONSOLE=m > +CONFIG_NETCONSOLE_DYNAMIC=y > +CONFIG_NETCONSOLE_EXTENDED_LOG=y
I've just realized that check_selftest discards the '_' when checking for the order. This means NETCONSOLE should come before CONFIG_NET_SCH_INGRESS. I will wait for additional review, before updating.

