Re: [PATCH v3] vmw_balloon: fixing double free when batching mode is off

2018-06-01 Thread Nadav Amit
Greg Kroah-Hartman wrote: > On Thu, May 31, 2018 at 08:56:52PM +, Nadav Amit wrote: >> Nadav Amit wrote: >> >>> Nadav Amit wrote: >>> Ping. Please consider it for inclusion for rc4. Nadav Amit wrote: > From: Gil Kupfer > > The balloon.page field is use

Re: [PATCH v3] vmw_balloon: fixing double free when batching mode is off

2018-06-01 Thread Greg Kroah-Hartman
On Thu, May 31, 2018 at 08:56:52PM +, Nadav Amit wrote: > Nadav Amit wrote: > > > Nadav Amit wrote: > > > >> Ping. Please consider it for inclusion for rc4. > >> > >> Nadav Amit wrote: > >> > >>> From: Gil Kupfer > >>> > >>> The balloon.page field is used for two different purposes if

Re: [PATCH v3] vmw_balloon: fixing double free when batching mode is off

2018-05-31 Thread Nadav Amit
Nadav Amit wrote: > Nadav Amit wrote: > >> Ping. Please consider it for inclusion for rc4. >> >> Nadav Amit wrote: >> >>> From: Gil Kupfer >>> >>> The balloon.page field is used for two different purposes if batching is >>> on or off. If batching is on, the field point to the page which is

Re: [PATCH v3] vmw_balloon: fixing double free when batching mode is off

2018-05-29 Thread Nadav Amit
Nadav Amit wrote: > Ping. Please consider it for inclusion for rc4. > > Nadav Amit wrote: > >> From: Gil Kupfer >> >> The balloon.page field is used for two different purposes if batching is >> on or off. If batching is on, the field point to the page which is used >> to communicate with wit

Re: [PATCH v3] vmw_balloon: fixing double free when batching mode is off

2018-05-04 Thread Oleksandr Natalenko
Hi. On Mon, Apr 30, 2018 at 7:30 PM, Nadav Amit wrote: > Ping. Please consider it for inclusion for rc4. FWIW, we've got a positive feedback on the kernel built with this patch, so: Tested-by: Oleksandr Natalenko Thanks. -- Best regards, Oleksandr Natalenko (post-factum) Senior Software

Re: [PATCH v3] vmw_balloon: fixing double free when batching mode is off

2018-04-30 Thread Nadav Amit
Ping. Please consider it for inclusion for rc4. Nadav Amit wrote: > From: Gil Kupfer > > The balloon.page field is used for two different purposes if batching is > on or off. If batching is on, the field point to the page which is used > to communicate with with the hypervisor. If it is off, b

[PATCH v3] vmw_balloon: fixing double free when batching mode is off

2018-04-19 Thread Nadav Amit
From: Gil Kupfer The balloon.page field is used for two different purposes if batching is on or off. If batching is on, the field point to the page which is used to communicate with with the hypervisor. If it is off, balloon.page points to the page that is about to be (un)locked. Unfortunately,