Re: [PATCH] pvcalls-front: fixes incorrect error handling

From: Juergen Gross
Date: Thu Nov 29 2018 - 11:54:58 EST


On 22/11/2018 03:07, Pan Bian wrote:
> kfree() is incorrectly used to release the pages allocated by
> __get_free_page() and __get_free_pages(). Use the matching deallocators
> i.e., free_page() and free_pages(), respectively.
>
> Signed-off-by: Pan Bian <bianpan2016@xxxxxxx>

Pushed to xen/tip.git for-linus-4.20a


Juergen