On Thu, Feb 24, 2022 at 3:07 PM <[email protected]> wrote: > > From: Numan Siddique <[email protected]> > > The following commits are required for OVN: > > 498cedc48 reconnect: Fix broken inactivity probe if there is no other reason to wake up. > 8b5136a89 ovsdb-idl: Fix use-after-free when destroying an IDL loop. > 88705f1ba ovsdb-idlc: Avoid accessing member within NULL idl index cursors. > 4638cb58f ovsdb-idl: Only process successful txn in ovsdb_idl_loop_run. > 17cedcb2d ovsdb-idl: ovsdb_idl_loop_destroy must also destroy the committing txn. > 553f566d9 ovsdb-cs: Fix ignoring of the last id from the initial monitor reply. > > Since OVN 22.03 will be an LTS release, it is better to use stable OVS > version. > > [1] - 498cedc483f3("reconnect: Fix broken inactivity probe if there is > no other reason to wakeup.")
Probably delete this line since it is already mentioned in the list above? Acked-by: Han Zhou <[email protected]> > > Signed-off-by: Numan Siddique <[email protected]> > --- > ovs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovs b/ovs > index 91e1ff5dd..498cedc48 160000 > --- a/ovs > +++ b/ovs > @@ -1 +1 @@ > -Subproject commit 91e1ff5dde396fbcc8623ac0726066e970e6de15 > +Subproject commit 498cedc483f3239c839c55b4d9f2261b61fb6ace > -- > 2.34.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
