commit | 42d0f71c9b5fd48861d61cfc05c9e001f847c9d5 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Oct 25 01:42:26 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 25 11:36:29 2018 -0700 |
tree | 34309cbeb0f438f951c1a9416fcc5190adb6dcc9 | |
parent | 899ecaedd15599c22553d158f53b127cc1632dc2 [diff] |
octeontx2-af: Use GFP_ATOMIC under spin lock The function nix_update_mce_list() is called from nix_update_bcast_mce_list(), and a spin lock is held here, so we should use GFP_ATOMIC instead. Fixes: 4b05528ebf0c ("octeontx2-af: Update bcast list upon NIXLF alloc/free") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>