Alin already did that.
On Thu, Nov 15, 2018 at 06:40:00PM +0000, Sairam Venugopal wrote: > Is it too late to backport this to 2.10? > > On 11/15/18, 7:03 AM, "Alin Serdean" <[email protected]> wrote: > > I applied the patch on master and as far as it goes without conflicts. > > -- > Alin. > > > -----Mesaj original----- > > De la: [email protected] <ovs-dev- > > [email protected]> În numele [email protected] > > Trimis: Thursday, November 15, 2018 4:52 PM > > Către: 'Sairam Venugopal' <[email protected]>; [email protected] > > Subiect: Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference > in > > Buffermgmt.c > > > > Thanks for the fix! > > > > Acked-by: Alin Gabriel Serdean <[email protected]> > > > > > -----Mesaj original----- > > > De la: [email protected] <ovs-dev- > > > [email protected]> În numele Sairam Venugopal > > > Trimis: Wednesday, November 14, 2018 10:07 PM > > > Către: [email protected] > > > Subiect: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in > > > Buffermgmt.c > > > > > > OVS_BUFFER_CONTEXT gets cleared as part of > > > NdisFreeNetBufferListContext function call. This causes an invalid > > reference > > > error. > > > > > > Found while testing with driver verifier enabled. > > > > > > Signed-off-by: Sairam Venugopal <[email protected]> > > > --- > > > datapath-windows/ovsext/BufferMgmt.c | 6 ++++-- > > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > > > diff --git a/datapath-windows/ovsext/BufferMgmt.c b/datapath- > > > windows/ovsext/BufferMgmt.c index 448cd76..da5c04a 100644 > > > --- a/datapath-windows/ovsext/BufferMgmt.c > > > +++ b/datapath-windows/ovsext/BufferMgmt.c > > > > _______________________________________________ > > dev mailing list > > [email protected] > > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmail.openvswitch.org%2Fmailman%2Flistinfo%2Fovs-dev&data=02%7C01%7Cvsairam%40vmware.com%7Ccb97b47b8b964d81494708d64b0b6ce3%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C1%7C0%7C636778909792412676&sdata=DRZ%2FcHxQoIhqwjl2WZbHNOOI89jwASyJat7oY0qwoD8%3D&reserved=0 > > > _______________________________________________ > 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
