Re: [PATCH] staging: gasket: use vzalloc instead of vmalloc/memset

2018-07-23 Thread Greg KH
On Mon, Jul 23, 2018 at 06:05:38PM +0300, Ivan Bornyakov wrote: > Signed-off-by: Ivan Bornyakov > --- > drivers/staging/gasket/gasket_page_table.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) I can not take patches without any changelog text at all, sorry. greg k-h

[PATCH] staging: gasket: use vzalloc instead of vmalloc/memset

2018-07-23 Thread Ivan Bornyakov
Signed-off-by: Ivan Bornyakov --- drivers/staging/gasket/gasket_page_table.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/gasket/gasket_page_table.c b/drivers/staging/gasket/gasket_page_table.c index 9f8116112e0a..3ffc8d67ec05 100644 --- a/drivers/sta