Re: [PATCH v2] net: macb: change GFP_KERNEL to GFP_ATOMIC

2017-12-05 Thread David Miller
From: Julia Lawall Date: Sat, 2 Dec 2017 08:01:21 +0100 (CET) > Function gem_add_flow_filter called on line 2958 inside lock on line 2949 > but uses GFP_KERNEL > > Generated by: scripts/coccinelle/locks/call_kern.cocci > > Fixes: ae8223de3df5 ("net: macb: Added support for RX filtering") > CC:

[PATCH v2] net: macb: change GFP_KERNEL to GFP_ATOMIC

2017-12-01 Thread Julia Lawall
Function gem_add_flow_filter called on line 2958 inside lock on line 2949 but uses GFP_KERNEL Generated by: scripts/coccinelle/locks/call_kern.cocci Fixes: ae8223de3df5 ("net: macb: Added support for RX filtering") CC: Rafal Ozieblo Signed-off-by: Julia Lawall Signed-off-by: Fengguang Wu ---