RE: [PATCH net-next] i40evf: use GFP_ATOMIC under spin lock

2018-01-12 Thread Keller, Jacob E
.kernel.org > Subject: [PATCH net-next] i40evf: use GFP_ATOMIC under spin lock > > A spin lock is taken here so we should use GFP_ATOMIC. > You are correct, good catch! > Fixes: 504398f0a78e ("i40evf: use spinlock to protect (mac|vlan)_filter_list") > Signed-off-by: Wei Yo

[PATCH net-next] i40evf: use GFP_ATOMIC under spin lock

2018-01-11 Thread Wei Yongjun
A spin lock is taken here so we should use GFP_ATOMIC. Fixes: 504398f0a78e ("i40evf: use spinlock to protect (mac|vlan)_filter_list") Signed-off-by: Wei Yongjun --- drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dri