[PATCH net-next] net/ncsi: Avoid GFP_KERNEL in response handler
David Miller
davem at davemloft.net
Mon Jun 4 00:42:36 AEST 2018
From: Samuel Mendoza-Jonas <sam at mendozajonas.com>
Date: Thu, 31 May 2018 17:02:54 +1000
> ncsi_rsp_handler_gc() allocates the filter arrays using GFP_KERNEL in
> softirq context, causing the below backtrace. This allocation is only a
> few dozen bytes during probing so allocate with GFP_ATOMIC instead.
...
> Signed-off-by: Samuel Mendoza-Jonas <sam at mendozajonas.com>
Applied with Fixes: tag added, thanks.
More information about the openbmc
mailing list