diff options
| author | Jia-Ju Bai <[email protected]> | 2018-03-04 22:17:12 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-03-06 09:57:16 -0800 |
| commit | 597ff72f3de850c3b93b41eca21732715d6ffc60 (patch) | |
| tree | c3438aba44e5c9e1d0e470e9ca61a069fdb24b0b /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 4ba6341286f20d3b300a8f159aa2a61eca0f4b17 (diff) | |
hyper-v: use GFP_KERNEL for hv_context.hv_numa_map
The kzalloc function is called with GFP_ATOMIC.
But according to driver call graph, it is not in atomic context,
namely no spinlock is held nor in an interrupt handler.
This GFP_ATOMIC is unnecessary, and replace with GFP_KERNEL.
Signed-off-by: Jia-Ju Bai <[email protected]>
Reviewed-by: Vitaly Kuznetsov <[email protected]>
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions