Re: [PATCH] isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNEL

From: David Miller
Date: Fri Jul 27 2018 - 00:25:10 EST


From: Jia-Ju Bai <baijiaju1990@xxxxxxxxx>
Date: Fri, 27 Jul 2018 10:48:28 +0800

> hisax_cs_new() and hisax_cs_setup() are never called in atomic context.
> They call kmalloc() and kzalloc() with GFP_ATOMIC, which is not necessary.
> GFP_ATOMIC can be replaced with GFP_KERNEL.
>
> This is found by a static analysis tool named DCNS written by myself.
>
> Signed-off-by: Jia-Ju Bai <baijiaju1990@xxxxxxxxx>

Applied.