.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
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