Package: src:linux Version: 6.0.2-1+b1 Severity: normal Tags: patch X-Debbugs-Cc: t...@seoss.co.uk
Firstly, thanks for the work on the Debian kernel packaging! Upstream kernel v5.19 incorporated a patch which split out Solarflare SFC9000 (NIC model SFN5000 and SFN6000 series) driver support from the main Solarflare driver. Debian stable currently supports these NICs, so this patch adds the necessary config entries to continue driver support for these NICs. These NICs are reasonably commonplace, with used models being frequently traded online (being a good value low-power-consumption 10GB Ethernet NIC), so I think reinstating support for these cards is the right thing to do. Upstream patch set which necessitates this patch: https://lore.kernel.org/netdev/165063937837.27138.6911229584057659609.st...@palantir17.mph.net/ Mainline kernel tree commit set circa c5a13c319e10e Thanks! Tim. --- debian/config/config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/config/config b/debian/config/config index cf17f586eaba..bfb897386cdc 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3633,6 +3633,15 @@ CONFIG_SFC_MCDI_LOGGING=y CONFIG_SFC_FALCON=m CONFIG_SFC_FALCON_MTD=y +## +## file: drivers/net/ethernet/sfc/siena/Kconfig +## +CONFIG_SFC_SIENA=m +CONFIG_SFC_SIENA_MTD=y +CONFIG_SFC_SIENA_MCDI_MON=y +CONFIG_SFC_SIENA_SRIOV=y +CONFIG_SFC_SIENA_MCDI_LOGGING=y + ## ## file: drivers/net/ethernet/silan/Kconfig ## -- 2.30.2