From: Andrej Kozemcak Date: Thu, 5 Mar 2026 09:33:53 +0000 (+0100) Subject: iproute2: upgrade 6.18.0 -> 6.19.0 X-Git-Tag: uninative-5.1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82eb19752be41c277380fbcc562816fba11faf76;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git iproute2: upgrade 6.18.0 -> 6.19.0 Drop fix-musl.patch as it was merged upstream. Add missing include for types (linux/types.h). Changes: - new dpll command for managing Digital Phase-Locked Loop devices via netlink. - expanded CAN XL support - MPTCP improvements - devlink: - added support for 64‑bit parameters - added new SWITCHDEV_INACTIVE eswitch mode - added burst period configuration for health reporters - genl: - supports JSON output - ifstat, nstat, lnstat: - converted to use the high-level json_print API for unified JSON output Signed-off-by: Andrej Kozemcak Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch b/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch new file mode 100644 index 0000000000..146f2f42a9 --- /dev/null +++ b/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch @@ -0,0 +1,28 @@ +From 1bcc784f5c2406eb1898f1b935ad0f534cc281ad Mon Sep 17 00:00:00 2001 +From: Andrej Kozemcak +Date: Thu, 5 Mar 2026 08:06:54 +0100 +Subject: [PATCH] include/color.h: add missing include for types + +Fix `musl` build error + +Upstream-Status: Submitted [https://lore.kernel.org/netdev/20260305082507.896700-1-andrej.kozemcak@siemens.com/T/#u] +Signed-off-by: Andrej Kozemcak +--- + include/color.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/include/color.h b/include/color.h +index b543c267..3794a2aa 100644 +--- a/include/color.h ++++ b/include/color.h +@@ -3,6 +3,7 @@ + #define __COLOR_H__ 1 + + #include ++#include + + enum color_attr { + COLOR_IFNAME, +-- +2.47.3 + diff --git a/meta/recipes-connectivity/iproute2/iproute2/fix-musl.patch b/meta/recipes-connectivity/iproute2/iproute2/fix-musl.patch deleted file mode 100644 index 20907dad50..0000000000 --- a/meta/recipes-connectivity/iproute2/iproute2/fix-musl.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 6c1113633fde51b0e60f02243cfad1b3d09762cc Mon Sep 17 00:00:00 2001 -From: Akhilesh Nema -Date: Tue, 2 Dec 2025 18:11:24 -0800 -Subject: fix 'UINT_MAX' undeclared with build with musl libc - -- utils_math.c:136:20: error: 'UINT_MAX' undeclared (first use in this function) -- tc_core.c:51:22: error: 'UINT_MAX' undeclared (first use in this function) - -Signed-off-by: Akhilesh Nema -Upstream-Status: Backport [https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=6c1113633fde51b0e60f02243cfad1b3d09762cc] -Signed-off-by: Alexander Kanavin ---- - lib/utils_math.c | 1 + - tc/tc_core.c | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/lib/utils_math.c b/lib/utils_math.c -index a7e747440..fd2ddc7c7 100644 ---- a/lib/utils_math.c -+++ b/lib/utils_math.c -@@ -4,6 +4,7 @@ - #include - #include - #include -+#include - #include - - #include "utils.h" -diff --git a/tc/tc_core.c b/tc/tc_core.c -index a422e02c8..b13b7d78a 100644 ---- a/tc/tc_core.c -+++ b/tc/tc_core.c -@@ -11,6 +11,7 @@ - #include - #include - #include -+#include - #include - #include - #include --- -cgit 1.2.3-korg - diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.18.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.19.0.bb similarity index 95% rename from meta/recipes-connectivity/iproute2/iproute2_6.18.0.bb rename to meta/recipes-connectivity/iproute2/iproute2_6.19.0.bb index c68b2adc0f..28ed1093ab 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.18.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.19.0.bb @@ -13,10 +13,10 @@ DEPENDS = "flex-native bison-native libcap" SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ file://0001-include-libnetlink.h-add-missing-include-for-htobe64.patch \ - file://fix-musl.patch \ + file://0002-include-color.h-add-missing-include-for-types.patch \ " -SRC_URI[sha256sum] = "6ba520e1975e4c50dc931eeae91ea37c198b8a173744885f8895b84325f9d456" +SRC_URI[sha256sum] = "9332213d35480b647086a70c302de8568de83455a98774d35de216c4ce191006" inherit update-alternatives bash-completion pkgconfig