From 282038d97bc9527fc278362a30c240297295f332 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 25 Aug 2020 11:47:16 +0800 Subject: [PATCH] openvswitch: bump to version 2.14.0 Signed-off-by: Yousong Zhou --- net/openvswitch/Makefile | 4 +- net/openvswitch/openvswitch.mk | 2 +- ...-interface-flag-survive-internal-por.patch | 6 +-- ...host-target-python-for-cross-compile.patch | 6 +-- .../0003-ovs-lib-fix-install_dir.patch | 2 +- .../patches/0004-build-trim-build.patch | 4 +- .../0005-datapath-unexport-LDFLAGS.patch | 2 +- ...assing-additional-OVS_KERNEL_MAKE_FL.patch | 2 +- ...ibopenvswitch-with-libunwind-libunb.patch} | 12 +++--- ...ild-with-kernels-with-prandom-moved-.patch | 43 ------------------- 10 files changed, 20 insertions(+), 63 deletions(-) rename net/openvswitch/patches/{0009-build-only-link-libopenvswitch-with-libunwind-libunb.patch => 0007-build-only-link-libopenvswitch-with-libunwind-libunb.patch} (87%) delete mode 100644 net/openvswitch/patches/0010-acinclude-Fix-build-with-kernels-with-prandom-moved-.patch diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 70381abbd..b1ce371ef 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -20,7 +20,7 @@ PKG_VERSION:=$(ovs_version) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ -PKG_HASH:=bf5b19d35c820903c141a40f2a949e2ee047c8c0fd7c5e6e12d2239ed5c90026 +PKG_HASH:=4171e52a8c0ffe160c1daa6687219d902a2a6969b296d223d8dac980ab99a260 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -43,7 +43,7 @@ include ../../lang/python/python3-package.mk ovs_kmod_packages:= ovs_kmod_intree_kernel_patchver_min:=3.10 -ovs_kmod_intree_kernel_patchver_max:=5.0 +ovs_kmod_intree_kernel_patchver_max:=5.5 ovs_kmod_intree_not_supported:=$(strip $(call kernel_patchver_lt,$(ovs_kmod_intree_kernel_patchver_min))$(call kernel_patchver_gt,$(ovs_kmod_intree_kernel_patchver_max))) ovs_kmod_intree_dir:=$(PKG_BUILD_DIR)/datapath/linux ovs_kmod_upstream_dir:=$(LINUX_DIR)/net/openvswitch diff --git a/net/openvswitch/openvswitch.mk b/net/openvswitch/openvswitch.mk index 24660e03e..85ce43ac9 100644 --- a/net/openvswitch/openvswitch.mk +++ b/net/openvswitch/openvswitch.mk @@ -5,7 +5,7 @@ # Versions -ovs_version:=2.13.1 +ovs_version:=2.14.0 ovs_builddir=$(KERNEL_BUILD_DIR)/openvswitch-$(ovs_version) # Shared vars, macros diff --git a/net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch b/net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch index 2a049528e..90ad6ffa6 100644 --- a/net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch +++ b/net/openvswitch/patches/0001-netdev-linux-Let-interface-flag-survive-internal-por.patch @@ -1,4 +1,4 @@ -From 66f96259c596f8f303bd98e5323a447cd60adbb2 Mon Sep 17 00:00:00 2001 +From 974dc36a87274d7bae13e7dddd3364fecf5b3e7c Mon Sep 17 00:00:00 2001 From: Helmut Schaa Date: Wed, 8 Jan 2014 13:48:49 +0100 Subject: [PATCH] netdev-linux: Let interface flag survive internal port setup @@ -17,10 +17,10 @@ Signed-off-by: Helmut Schaa 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c -index c6f3d2740..136668b1d 100644 +index fe7fb9b29..63407ba1b 100644 --- a/lib/netdev-linux.c +++ b/lib/netdev-linux.c -@@ -3461,7 +3461,13 @@ update_flags(struct netdev_linux *netdev, enum netdev_flags off, +@@ -3469,7 +3469,13 @@ update_flags(struct netdev_linux *netdev, enum netdev_flags off, unsigned int old_flags, new_flags; int error = 0; diff --git a/net/openvswitch/patches/0002-python-separate-host-target-python-for-cross-compile.patch b/net/openvswitch/patches/0002-python-separate-host-target-python-for-cross-compile.patch index bcd1ce108..7903afed3 100644 --- a/net/openvswitch/patches/0002-python-separate-host-target-python-for-cross-compile.patch +++ b/net/openvswitch/patches/0002-python-separate-host-target-python-for-cross-compile.patch @@ -1,4 +1,4 @@ -From 29c5b1f1b53010a49d2ce1cc59060c334b1a40fc Mon Sep 17 00:00:00 2001 +From 54484e79aca0981ebc42ddc68487e6531da9b59d Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Fri, 20 Mar 2020 15:11:31 +0800 Subject: [PATCH] python: separate host/target python for cross-compile @@ -10,7 +10,7 @@ Signed-off-by: Yousong Zhou 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am -index b279303d1..6140b2c7f 100644 +index 27ef9e4b4..7effb5fec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ endif @@ -23,7 +23,7 @@ index b279303d1..6140b2c7f 100644 ALL_LOCAL = BUILT_SOURCES = diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 -index add3aabcc..ada31c491 100644 +index 6fe79297e..f2e0169f8 100644 --- a/m4/openvswitch.m4 +++ b/m4/openvswitch.m4 @@ -383,6 +383,8 @@ else: diff --git a/net/openvswitch/patches/0003-ovs-lib-fix-install_dir.patch b/net/openvswitch/patches/0003-ovs-lib-fix-install_dir.patch index 4ff93c666..363bc95fc 100644 --- a/net/openvswitch/patches/0003-ovs-lib-fix-install_dir.patch +++ b/net/openvswitch/patches/0003-ovs-lib-fix-install_dir.patch @@ -1,4 +1,4 @@ -From 1c0697cb4b57e85deafc0d518b68e0b13ba2995b Mon Sep 17 00:00:00 2001 +From 444991b95ed25d58c3cd1646fa823620380b6ce6 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 14 Mar 2018 16:44:13 +0800 Subject: [PATCH] ovs-lib: fix install_dir() diff --git a/net/openvswitch/patches/0004-build-trim-build.patch b/net/openvswitch/patches/0004-build-trim-build.patch index 05fc8b830..36fb946fc 100644 --- a/net/openvswitch/patches/0004-build-trim-build.patch +++ b/net/openvswitch/patches/0004-build-trim-build.patch @@ -1,4 +1,4 @@ -From 3ee8ab22699b503b591b6abb4a2db89ac1881ea6 Mon Sep 17 00:00:00 2001 +From 31514742de07d595ac23c2b0abf0e092f8b26140 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 21 Aug 2018 13:02:21 +0000 Subject: [PATCH] build: trim build @@ -9,7 +9,7 @@ Signed-off-by: Yousong Zhou 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am -index 6140b2c7f..d9f9457fa 100644 +index 7effb5fec..d6df91e8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -475,12 +475,10 @@ dist-docs: diff --git a/net/openvswitch/patches/0005-datapath-unexport-LDFLAGS.patch b/net/openvswitch/patches/0005-datapath-unexport-LDFLAGS.patch index 6b4d64254..8bd16ba95 100644 --- a/net/openvswitch/patches/0005-datapath-unexport-LDFLAGS.patch +++ b/net/openvswitch/patches/0005-datapath-unexport-LDFLAGS.patch @@ -1,4 +1,4 @@ -From b2c26315339fc17d0ad9d0009321671850cc7295 Mon Sep 17 00:00:00 2001 +From 2939a31ad57f81556afdf5112ee1d68bd2e3f012 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Mon, 16 Mar 2020 15:18:16 +0800 Subject: [PATCH] datapath: unexport LDFLAGS diff --git a/net/openvswitch/patches/0006-datapath-allow-passing-additional-OVS_KERNEL_MAKE_FL.patch b/net/openvswitch/patches/0006-datapath-allow-passing-additional-OVS_KERNEL_MAKE_FL.patch index 411d53ce2..305d2a413 100644 --- a/net/openvswitch/patches/0006-datapath-allow-passing-additional-OVS_KERNEL_MAKE_FL.patch +++ b/net/openvswitch/patches/0006-datapath-allow-passing-additional-OVS_KERNEL_MAKE_FL.patch @@ -1,4 +1,4 @@ -From f29d4866cf566c916000426e0c206db008be4fb3 Mon Sep 17 00:00:00 2001 +From 1df5a0eaf78e93e21d21f1438afbe5fa8a37ea61 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 26 May 2020 22:45:53 +0800 Subject: [PATCH] datapath: allow passing additional $(OVS_KERNEL_MAKE_FLAGS) diff --git a/net/openvswitch/patches/0009-build-only-link-libopenvswitch-with-libunwind-libunb.patch b/net/openvswitch/patches/0007-build-only-link-libopenvswitch-with-libunwind-libunb.patch similarity index 87% rename from net/openvswitch/patches/0009-build-only-link-libopenvswitch-with-libunwind-libunb.patch rename to net/openvswitch/patches/0007-build-only-link-libopenvswitch-with-libunwind-libunb.patch index 106e748b1..9db7ca912 100644 --- a/net/openvswitch/patches/0009-build-only-link-libopenvswitch-with-libunwind-libunb.patch +++ b/net/openvswitch/patches/0007-build-only-link-libopenvswitch-with-libunwind-libunb.patch @@ -1,4 +1,4 @@ -From 6324f0c594e3773c754861e630fff694d1bec15a Mon Sep 17 00:00:00 2001 +From e81ccb671014db62bf622cd8f960d7930d27d9dc Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 29 Jul 2020 17:29:14 +0800 Subject: [PATCH] build: only link libopenvswitch with libunwind, libunbound @@ -11,7 +11,7 @@ Signed-off-by: Yousong Zhou 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/automake.mk b/lib/automake.mk -index 95925b57c..df95bea10 100644 +index 380a67228..610f3d940 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -10,6 +10,8 @@ lib_LTLIBRARIES += lib/libopenvswitch.la @@ -21,8 +21,8 @@ index 95925b57c..df95bea10 100644 +lib_libopenvswitch_la_LIBADD += $(LIBUNBOUND_LDADD) +lib_libopenvswitch_la_LIBADD += $(LIBUNWIND_LDADD) + if WIN32 - lib_libopenvswitch_la_LIBADD += ${PTHREAD_LIBS} diff --git a/lib/libopenvswitch.pc.in b/lib/libopenvswitch.pc.in index 2a3f2ca7b..c8d02eb5a 100644 --- a/lib/libopenvswitch.pc.in @@ -35,10 +35,10 @@ index 2a3f2ca7b..c8d02eb5a 100644 +Libs.private: @LIBS@ @SSL_LIBS@ @CAPNG_LDADD@ @LIBBPF_LDADD@ @LIBUNBOUND_LDADD@ @LIBUNWIND_LDADD@ Cflags: -I${includedir}/openvswitch diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 -index ada31c491..6165cc7b1 100644 +index f2e0169f8..e000c1cc5 100644 --- a/m4/openvswitch.m4 +++ b/m4/openvswitch.m4 -@@ -623,7 +623,8 @@ AC_DEFUN([OVS_CHECK_UNBOUND], +@@ -657,7 +657,8 @@ AC_DEFUN([OVS_CHECK_UNBOUND], [AC_CHECK_LIB(unbound, ub_ctx_create, [HAVE_UNBOUND=yes], [HAVE_UNBOUND=no]) if test "$HAVE_UNBOUND" = yes; then AC_DEFINE([HAVE_UNBOUND], [1], [Define to 1 if unbound is detected.]) @@ -48,7 +48,7 @@ index ada31c491..6165cc7b1 100644 fi AM_CONDITIONAL([HAVE_UNBOUND], [test "$HAVE_UNBOUND" = yes]) AC_SUBST([HAVE_UNBOUND])]) -@@ -635,7 +636,8 @@ AC_DEFUN([OVS_CHECK_UNWIND], +@@ -669,7 +670,8 @@ AC_DEFUN([OVS_CHECK_UNWIND], [HAVE_UNWIND=no]) if test "$HAVE_UNWIND" = yes; then AC_DEFINE([HAVE_UNWIND], [1], [Define to 1 if unwind is detected.]) diff --git a/net/openvswitch/patches/0010-acinclude-Fix-build-with-kernels-with-prandom-moved-.patch b/net/openvswitch/patches/0010-acinclude-Fix-build-with-kernels-with-prandom-moved-.patch deleted file mode 100644 index ef428d5b3..000000000 --- a/net/openvswitch/patches/0010-acinclude-Fix-build-with-kernels-with-prandom-moved-.patch +++ /dev/null @@ -1,43 +0,0 @@ -From f639ec9b25b2758a07d214f7755f1ae0f764e949 Mon Sep 17 00:00:00 2001 -Message-Id: -From: Ilya Maximets -Date: Wed, 12 Aug 2020 10:57:07 +0200 -Subject: [PATCH] acinclude: Fix build with kernels with prandom* moved to - prandom.h. - -Recent commit c0842fbc1b18 ("random32: move the pseudo-random 32-bit -definitions to prandom.h") in upstream kernel moved the definition -of prandom_* functions from random.h to prandom.h. This change was -also backported to stable kernels. - -Fixing our configure script to look for these functions in a new -location and avoid build failures: - - datapath/linux/compat/include/linux/random.h:11:19: - error: redefinition of 'prandom_u32_max' - -Acked-by: Greg Rose -Signed-off-by: Ilya Maximets -(cherry picked from commit 0047ca3a0290f1ef954f2c76b31477cf4b9755f5) ---- - acinclude.m4 | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/acinclude.m4 b/acinclude.m4 -index b474422f52c8..7f028836f54c 100644 ---- a/acinclude.m4 -+++ b/acinclude.m4 -@@ -781,6 +781,10 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [ - [prandom_u32[[\(]]], - [OVS_DEFINE([HAVE_PRANDOM_U32])]) - OVS_GREP_IFELSE([$KSRC/include/linux/random.h], [prandom_u32_max]) -+ OVS_GREP_IFELSE([$KSRC/include/linux/prandom.h], -+ [prandom_u32[[\(]]], -+ [OVS_DEFINE([HAVE_PRANDOM_U32])]) -+ OVS_GREP_IFELSE([$KSRC/include/linux/prandom.h], [prandom_u32_max]) - - OVS_GREP_IFELSE([$KSRC/include/net/rtnetlink.h], [get_link_net]) - OVS_GREP_IFELSE([$KSRC/include/net/rtnetlink.h], [name_assign_type]) --- -2.28.0 -