commit | f0a48fb44138bdb0a7b02082f2fd048903478451 | [log] [tgz] |
---|---|---|
author | Aleksandr Loktionov <aleksandr.loktionov@intel.com> | Tue May 14 10:37:02 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Jun 17 15:39:25 2019 -0700 |
tree | aa5ae81e300cd3b01987411f4da706df45641b46 | |
parent | 88ec7308eadb1deb2177265e12f9845d1be56e23 [diff] |
iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc() iavf_add_vlan() is being called in atomic context so kzalloc() needs GFP_ATOMIC. This patch fixes it. Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>