[PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet

Lukas Straub posted 2 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1605438886.git.lukasstraub2@web.de
Maintainers: Jason Wang <jasowang@redhat.com>, Zhang Chen <chen.zhang@intel.com>, Li Zhijian <lizhijian@cn.fujitsu.com>
net/colo-compare.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
Posted by Lukas Straub 3 years, 4 months ago
Hello Everyone,
This fixes a memory leak for non-tcp packets and optimizes the removal from
the queue.

Lukas Straub (2):
  net/colo-compare.c: Fix memory leak for non-tcp packet
  net/colo-compare.c: Optimize removal of secondary packet

 net/colo-compare.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
2.20.1
RE: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
Posted by Zhang, Chen 3 years, 4 months ago
Queued this series to COLO tree.

Thanks
Chen

> -----Original Message-----
> From: Lukas Straub <lukasstraub2@web.de>
> Sent: Sunday, November 15, 2020 7:19 PM
> To: qemu-devel <qemu-devel@nongnu.org>
> Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
> 
> Hello Everyone,
> This fixes a memory leak for non-tcp packets and optimizes the removal from
> the queue.
> 
> Lukas Straub (2):
>   net/colo-compare.c: Fix memory leak for non-tcp packet
>   net/colo-compare.c: Optimize removal of secondary packet
> 
>  net/colo-compare.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> --
> 2.20.1

Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
Posted by Lukas Straub 3 years ago
Hi,
This hasn't been merged yet.

Regards,
Lukas Straub

On Mon, 16 Nov 2020 07:32:22 +0000
"Zhang, Chen" <chen.zhang@intel.com> wrote:

> Queued this series to COLO tree.
> 
> Thanks
> Chen
> 
> > -----Original Message-----
> > From: Lukas Straub <lukasstraub2@web.de>
> > Sent: Sunday, November 15, 2020 7:19 PM
> > To: qemu-devel <qemu-devel@nongnu.org>
> > Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
> > <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> > Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
> > 
> > Hello Everyone,
> > This fixes a memory leak for non-tcp packets and optimizes the removal from
> > the queue.
> > 
> > Lukas Straub (2):
> >   net/colo-compare.c: Fix memory leak for non-tcp packet
> >   net/colo-compare.c: Optimize removal of secondary packet
> > 
> >  net/colo-compare.c | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > --
> > 2.20.1  



-- 

RE: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
Posted by Zhang, Chen 3 years ago
Sorry for the delay. Current COLO tree just merged this series,
I originally wanted to merge other COLO related patches(Lei or me) and submit it together to Jason.

Hi Jason, do you need me to send this series first or do you want to do it together?

Thanks
Chen

> -----Original Message-----
> From: Lukas Straub <lukasstraub2@web.de>
> Sent: Thursday, March 18, 2021 5:24 AM
> To: Zhang, Chen <chen.zhang@intel.com>
> Cc: qemu-devel <qemu-devel@nongnu.org>; Li Zhijian
> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> Subject: Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
> 
> Hi,
> This hasn't been merged yet.
> 
> Regards,
> Lukas Straub
> 
> On Mon, 16 Nov 2020 07:32:22 +0000
> "Zhang, Chen" <chen.zhang@intel.com> wrote:
> 
> > Queued this series to COLO tree.
> >
> > Thanks
> > Chen
> >
> > > -----Original Message-----
> > > From: Lukas Straub <lukasstraub2@web.de>
> > > Sent: Sunday, November 15, 2020 7:19 PM
> > > To: qemu-devel <qemu-devel@nongnu.org>
> > > Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
> > > <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> > > Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp
> > > packet
> > >
> > > Hello Everyone,
> > > This fixes a memory leak for non-tcp packets and optimizes the
> > > removal from the queue.
> > >
> > > Lukas Straub (2):
> > >   net/colo-compare.c: Fix memory leak for non-tcp packet
> > >   net/colo-compare.c: Optimize removal of secondary packet
> > >
> > >  net/colo-compare.c | 3 ++-
> > >  1 file changed, 2 insertions(+), 1 deletion(-)
> > >
> > > --
> > > 2.20.1
> 
> 
> 
> --


Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
Posted by Jason Wang 3 years ago
在 2021/3/18 上午9:22, Zhang, Chen 写道:
> Sorry for the delay. Current COLO tree just merged this series,
> I originally wanted to merge other COLO related patches(Lei or me) and submit it together to Jason.
>
> Hi Jason, do you need me to send this series first or do you want to do it together?


We're in soft freeze, so if you can collect all the patches before hard 
free, that would be better.

Thanks


>
> Thanks
> Chen
>
>> -----Original Message-----
>> From: Lukas Straub <lukasstraub2@web.de>
>> Sent: Thursday, March 18, 2021 5:24 AM
>> To: Zhang, Chen <chen.zhang@intel.com>
>> Cc: qemu-devel <qemu-devel@nongnu.org>; Li Zhijian
>> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
>> Subject: Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
>>
>> Hi,
>> This hasn't been merged yet.
>>
>> Regards,
>> Lukas Straub
>>
>> On Mon, 16 Nov 2020 07:32:22 +0000
>> "Zhang, Chen" <chen.zhang@intel.com> wrote:
>>
>>> Queued this series to COLO tree.
>>>
>>> Thanks
>>> Chen
>>>
>>>> -----Original Message-----
>>>> From: Lukas Straub <lukasstraub2@web.de>
>>>> Sent: Sunday, November 15, 2020 7:19 PM
>>>> To: qemu-devel <qemu-devel@nongnu.org>
>>>> Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
>>>> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
>>>> Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp
>>>> packet
>>>>
>>>> Hello Everyone,
>>>> This fixes a memory leak for non-tcp packets and optimizes the
>>>> removal from the queue.
>>>>
>>>> Lukas Straub (2):
>>>>    net/colo-compare.c: Fix memory leak for non-tcp packet
>>>>    net/colo-compare.c: Optimize removal of secondary packet
>>>>
>>>>   net/colo-compare.c | 3 ++-
>>>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>>>
>>>> --
>>>> 2.20.1
>>
>>
>> --


RE: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
Posted by Zhang, Chen 3 years ago

> -----Original Message-----
> From: Jason Wang <jasowang@redhat.com>
> Sent: Thursday, March 18, 2021 10:41 AM
> To: Zhang, Chen <chen.zhang@intel.com>; Lukas Straub
> <lukasstraub2@web.de>
> Cc: qemu-devel <qemu-devel@nongnu.org>; Li Zhijian
> <lizhijian@cn.fujitsu.com>
> Subject: Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
> 
> 
> 在 2021/3/18 上午9:22, Zhang, Chen 写道:
> > Sorry for the delay. Current COLO tree just merged this series, I
> > originally wanted to merge other COLO related patches(Lei or me) and
> submit it together to Jason.
> >
> > Hi Jason, do you need me to send this series first or do you want to do it
> together?
> 
> 
> We're in soft freeze, so if you can collect all the patches before hard free,
> that would be better.
> 

OK, I will send this series first.

Thanks
Chen

> Thanks
> 
> 
> >
> > Thanks
> > Chen
> >
> >> -----Original Message-----
> >> From: Lukas Straub <lukasstraub2@web.de>
> >> Sent: Thursday, March 18, 2021 5:24 AM
> >> To: Zhang, Chen <chen.zhang@intel.com>
> >> Cc: qemu-devel <qemu-devel@nongnu.org>; Li Zhijian
> >> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> >> Subject: Re: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp
> >> packet
> >>
> >> Hi,
> >> This hasn't been merged yet.
> >>
> >> Regards,
> >> Lukas Straub
> >>
> >> On Mon, 16 Nov 2020 07:32:22 +0000
> >> "Zhang, Chen" <chen.zhang@intel.com> wrote:
> >>
> >>> Queued this series to COLO tree.
> >>>
> >>> Thanks
> >>> Chen
> >>>
> >>>> -----Original Message-----
> >>>> From: Lukas Straub <lukasstraub2@web.de>
> >>>> Sent: Sunday, November 15, 2020 7:19 PM
> >>>> To: qemu-devel <qemu-devel@nongnu.org>
> >>>> Cc: Zhang, Chen <chen.zhang@intel.com>; Li Zhijian
> >>>> <lizhijian@cn.fujitsu.com>; Jason Wang <jasowang@redhat.com>
> >>>> Subject: [PATCH 0/2] colo-compare: Fix memory leak for non-tcp
> >>>> packet
> >>>>
> >>>> Hello Everyone,
> >>>> This fixes a memory leak for non-tcp packets and optimizes the
> >>>> removal from the queue.
> >>>>
> >>>> Lukas Straub (2):
> >>>>    net/colo-compare.c: Fix memory leak for non-tcp packet
> >>>>    net/colo-compare.c: Optimize removal of secondary packet
> >>>>
> >>>>   net/colo-compare.c | 3 ++-
> >>>>   1 file changed, 2 insertions(+), 1 deletion(-)
> >>>>
> >>>> --
> >>>> 2.20.1
> >>
> >>
> >> --