All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] openvswitch: uprev from v2.17.0-30-g2404d4536 to v2.17.1
@ 2022-04-19  6:30 He Zhe
  2022-04-20 18:12 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: He Zhe @ 2022-04-19  6:30 UTC (permalink / raw)
  To: bruce.ashfield, meta-virtualization

commits short log:
41bb202fb (tag: v2.17.1) Set release date for 2.17.1.
8f42d4f59 NEWS: Highlight libopenvswitch API change caused by UB fixes.
14301b3a3 netdev-offload-tc: Check for ct_state flag combinations that are not offloadable.
3a2eef792 python: idl: Set cond_changed to true if condition change requested.
d05ccf288 dpif-netdev: Fix dp_netdev_get_pmd() function getting correct core_id.
79e291f98 alb.at: Add tests for cross-numa polling.
9c3b74fb2 dpif-netdev: Fix PMD auto load balance with pmd-rxq-isolate.
8580ff9dd pmd.at: Add tests for multi non-local numa pmds.
6bf4eeddb dpif-netdev: Fix non-local numa selection for more than two numas.
c41434b3b dpif-netdev: Fix typo in function name.
e0aa5e132 python: idl: Set cond_changed to false if last id is zero.
8da40d31c ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().
63a903ab4 ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels.
14d54eb8b sset: add SHORT version of SAFE loop macros.
f0e63b115 sparse: bump recommended version and include headers.
70b87cf72 idlc: support short version of SAFE macros.
3777ed90c rculist: use multi-variable helpers for loop macros.
bb52e9beb hindex: remove the next variable in safe loops.
7d6cbfa24 hindex: use multi-variable iterators.
97ad96b63 cmap: use multi-variable iterators.
cd62fda22 hmap: use short version of safe loops if possible.
d56bfd752 hmap: implement UB-safe hmap pop iterator.
e2c835486 hmap: use multi-variable helpers for hmap loops.
897d6647e list: use short version of safe loops if possible.
979a9eb5b list: use multi-variable helpers for list loops.
6bacf802c util: add helpers to overload SAFE macro.
f127123d6 util: add safe multi-variable iterators.
38e73f0b6 util: add multi-variable loop iterator macros.
e91edf456 ovsdb: raft: Fix inability to read the database with DNS host names.

The ptest results BEFORE uprev:
ERROR: 2340 tests were run,
30 failed unexpectedly.
65 tests were skipped.
failed cases:
10 11 12 13 14 15 16 17 18 462 769 785 786 787 788 791 792 793 1024 1180 1181
1182 1183 1184 1185 1290 1291 2387 2391 2394

The ptest results AFTER uprev:
ERROR: 2343 tests were run,
30 failed unexpectedly.
65 tests were skipped.
failed cases:
10 11 12 13 14 15 16 17 18 462 769 785 786 787 788 791 792 793 1025 1183 1184
1185 1186 1187 1188 1293 1294 2390 2394 2397

Signed-off-by: He Zhe <zhe.he@windriver.com>
---
 recipes-networking/openvswitch/openvswitch_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 7051ac5c..2e125e78 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -14,12 +14,12 @@ RDEPENDS:${PN}-ptest += "\
 	"
 
 S = "${WORKDIR}/git"
-PV = "2.17.0+${SRCPV}"
-CVE_VERSION = "2.17.0"
+PV = "2.17.1+${SRCPV}"
+CVE_VERSION = "2.17.1"
 
 FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
 
-SRCREV = "2404d45367d104e74cc9eea50d27dcaa8c8917c0"
+SRCREV = "41bb202fb37f184b0a8820a029c62d03c118614e"
 SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2.17 \
             file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
             file://run-ptest \
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][PATCH] openvswitch: uprev from v2.17.0-30-g2404d4536 to v2.17.1
  2022-04-19  6:30 [meta-virtualization][PATCH] openvswitch: uprev from v2.17.0-30-g2404d4536 to v2.17.1 He Zhe
@ 2022-04-20 18:12 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2022-04-20 18:12 UTC (permalink / raw)
  To: He Zhe; +Cc: meta-virtualization

staged to master-next.

Bruce

In message: [meta-virtualization][PATCH] openvswitch: uprev from v2.17.0-30-g2404d4536 to v2.17.1
on 19/04/2022 He Zhe wrote:

> commits short log:
> 41bb202fb (tag: v2.17.1) Set release date for 2.17.1.
> 8f42d4f59 NEWS: Highlight libopenvswitch API change caused by UB fixes.
> 14301b3a3 netdev-offload-tc: Check for ct_state flag combinations that are not offloadable.
> 3a2eef792 python: idl: Set cond_changed to true if condition change requested.
> d05ccf288 dpif-netdev: Fix dp_netdev_get_pmd() function getting correct core_id.
> 79e291f98 alb.at: Add tests for cross-numa polling.
> 9c3b74fb2 dpif-netdev: Fix PMD auto load balance with pmd-rxq-isolate.
> 8580ff9dd pmd.at: Add tests for multi non-local numa pmds.
> 6bf4eeddb dpif-netdev: Fix non-local numa selection for more than two numas.
> c41434b3b dpif-netdev: Fix typo in function name.
> e0aa5e132 python: idl: Set cond_changed to false if last id is zero.
> 8da40d31c ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal().
> 63a903ab4 ofproto/ofproto-dpif: Fix dpif_type for userspace tunnels.
> 14d54eb8b sset: add SHORT version of SAFE loop macros.
> f0e63b115 sparse: bump recommended version and include headers.
> 70b87cf72 idlc: support short version of SAFE macros.
> 3777ed90c rculist: use multi-variable helpers for loop macros.
> bb52e9beb hindex: remove the next variable in safe loops.
> 7d6cbfa24 hindex: use multi-variable iterators.
> 97ad96b63 cmap: use multi-variable iterators.
> cd62fda22 hmap: use short version of safe loops if possible.
> d56bfd752 hmap: implement UB-safe hmap pop iterator.
> e2c835486 hmap: use multi-variable helpers for hmap loops.
> 897d6647e list: use short version of safe loops if possible.
> 979a9eb5b list: use multi-variable helpers for list loops.
> 6bacf802c util: add helpers to overload SAFE macro.
> f127123d6 util: add safe multi-variable iterators.
> 38e73f0b6 util: add multi-variable loop iterator macros.
> e91edf456 ovsdb: raft: Fix inability to read the database with DNS host names.
> 
> The ptest results BEFORE uprev:
> ERROR: 2340 tests were run,
> 30 failed unexpectedly.
> 65 tests were skipped.
> failed cases:
> 10 11 12 13 14 15 16 17 18 462 769 785 786 787 788 791 792 793 1024 1180 1181
> 1182 1183 1184 1185 1290 1291 2387 2391 2394
> 
> The ptest results AFTER uprev:
> ERROR: 2343 tests were run,
> 30 failed unexpectedly.
> 65 tests were skipped.
> failed cases:
> 10 11 12 13 14 15 16 17 18 462 769 785 786 787 788 791 792 793 1025 1183 1184
> 1185 1186 1187 1188 1293 1294 2390 2394 2397
> 
> Signed-off-by: He Zhe <zhe.he@windriver.com>
> ---
>  recipes-networking/openvswitch/openvswitch_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
> index 7051ac5c..2e125e78 100644
> --- a/recipes-networking/openvswitch/openvswitch_git.bb
> +++ b/recipes-networking/openvswitch/openvswitch_git.bb
> @@ -14,12 +14,12 @@ RDEPENDS:${PN}-ptest += "\
>  	"
>  
>  S = "${WORKDIR}/git"
> -PV = "2.17.0+${SRCPV}"
> -CVE_VERSION = "2.17.0"
> +PV = "2.17.1+${SRCPV}"
> +CVE_VERSION = "2.17.1"
>  
>  FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
>  
> -SRCREV = "2404d45367d104e74cc9eea50d27dcaa8c8917c0"
> +SRCREV = "41bb202fb37f184b0a8820a029c62d03c118614e"
>  SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2.17 \
>              file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
>              file://run-ptest \
> -- 
> 2.25.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-21 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19  6:30 [meta-virtualization][PATCH] openvswitch: uprev from v2.17.0-30-g2404d4536 to v2.17.1 He Zhe
2022-04-20 18:12 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.