diff options
author | 2022-01-16 19:46:20 +0100 | |
---|---|---|
committer | 2022-03-08 13:31:09 -0800 | |
commit | 3d97f1afd8d831e0c0dc1157418f94b8faa97b54 (patch) | |
tree | 0f0c1bbba5ca6dc6a1e3df35f62b4f7492efd63d /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | ice: Fix error with handling of bonding MTU (diff) | |
download | linux-dev-3d97f1afd8d831e0c0dc1157418f94b8faa97b54.tar.xz linux-dev-3d97f1afd8d831e0c0dc1157418f94b8faa97b54.zip |
ice: Don't use GFP_KERNEL in atomic context
ice_misc_intr() is an irq handler. It should not sleep.
Use GFP_ATOMIC instead of GFP_KERNEL when allocating some memory.
Fixes: 348048e724a0 ("ice: Implement iidc operations")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Tested-by: Leszek Kaliszczuk <leszek.kaliszczuk@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions