[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180727.141148.820276355416116908.davem@davemloft.net>
Date: Fri, 27 Jul 2018 14:11:48 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: baijiaju1990@...il.com
Cc: pcnet32@...ntier.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL
in pcnet32_alloc_ring()
From: Jia-Ju Bai <baijiaju1990@...il.com>
Date: Fri, 27 Jul 2018 15:57:58 +0800
> pcnet32_alloc_ring() is never called in atomic context.
> It calls kcalloc() 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@...il.com>
Applied.
Powered by blists - more mailing lists