From 6f7321d9d1b7892737b1e3fe27ef2070a37079de Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Sun, 13 Oct 2024 21:35:15 +0000 Subject: [PATCH] ethtool: upgrade 6.10 -> 6.11 Release notes: * Feature: cmis: print active and inactive firmware versions * Feature: flash transceiver module firmware (--flash-module-firmware) * Feature: add T1BRR 10Mb/s mode to link mode tables * Feature: support for disabling netlink from command line * Fix: fix lanes parameter format specifier * Fix: add missing clause 33 PSE manual description * Fix: qsf: Better handling of Page A2h netlink read failure * Fix: rss: retrieve ring count using ETHTOOL_GRXRINGS ioctl (-x) * Misc: man page formatting fix Signed-off-by: Changhyeok Bae Signed-off-by: Richard Purdie --- .../ethtool/{ethtool_6.10.bb => ethtool_6.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ethtool/{ethtool_6.10.bb => ethtool_6.11.bb} (93%) diff --git a/meta/recipes-extended/ethtool/ethtool_6.10.bb b/meta/recipes-extended/ethtool/ethtool_6.11.bb similarity index 93% rename from meta/recipes-extended/ethtool/ethtool_6.10.bb rename to meta/recipes-extended/ethtool/ethtool_6.11.bb index 8a7b2607f36..c4808c5856b 100644 --- a/meta/recipes-extended/ethtool/ethtool_6.10.bb +++ b/meta/recipes-extended/ethtool/ethtool_6.11.bb @@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "2b266c45c0fe00e5f5b462ee4e795879fa4247003bf73c5a07a2279d801be058" +SRC_URI[sha256sum] = "a8bee475d991939cad182b7dbcf3a1f139aeed8cb0add73d72084cd71d43282b" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/" -- 2.47.3