Re: [ovs-dev] [PATCH] ipf: release unhandled packets from the batch

2021-10-12 Thread Alin-Gabriel Serdean
-Original Message- From: Ilya Maximets Sent: Tuesday, October 12, 2021 6:41 PM To: Alin-Gabriel Serdean ; ovs-dev@openvswitch.org; d...@openvswitch.org Cc: i.maxim...@ovn.org; Aaron Conole Subject: Re: [ovs-dev] [PATCH] ipf: release unhandled packets from the batch > On 10/12/21 17

Re: [ovs-dev] [PATCH] ipf: release unhandled packets from the batch

2021-10-12 Thread Ilya Maximets
On 10/12/21 17:29, Alin-Gabriel Serdean wrote: > Applied on master. > > Thank you! Hi, Alin. Thanks for taking care of this! This patch also needs to be backported, probably, to all supported branches (down to 2.12). Could you handle this? If it's not directly applicable to some older branche

[ovs-dev] [PATCH] ipf: release unhandled packets from the batch

2021-10-12 Thread Alin-Gabriel Serdean
Applied on master. Thank you! ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH] ipf: release unhandled packets from the batch

2021-10-06 Thread David Marchand
On Tue, Oct 5, 2021 at 8:19 PM Aaron Conole wrote: > > Since 640d4db788ed ("ipf: Fix a use-after-free error, ...") the ipf > framework unconditionally allocates a new dp_packet to track > individual fragments. This prevents a use-after-free. However, an > additional issue was present - even when

[ovs-dev] [PATCH] ipf: release unhandled packets from the batch

2021-10-05 Thread Aaron Conole
Since 640d4db788ed ("ipf: Fix a use-after-free error, ...") the ipf framework unconditionally allocates a new dp_packet to track individual fragments. This prevents a use-after-free. However, an additional issue was present - even when the packet buffer is cloned, if the ip fragment handling code