diff options
author | Saurabh Sengar <[email protected]> | 2016-01-24 12:24:06 +0530 |
---|---|---|
committer | Scott Wood <[email protected]> | 2016-03-09 10:44:13 -0600 |
commit | 66923a60ad80a963c0cd5ceecba9ba377cefba47 (patch) | |
tree | 5e0ef713ee73aa660d38ef50013c1fa9a65fc65b /tools/perf/util/trace-event-scripting.c | |
parent | 713df30bd9a036196efd58887c10e0d3ee0928f9 (diff) |
qe: Use GFP_ATOMIC while spin_lock_irqsave is held
cpm_muram_alloc_common is called twice and both the times
spin_lock_irqsave is held.
Using GFP_KERNEL can sleep in spin_lock_irqsave context and cause
deadlock
Signed-off-by: Saurabh Sengar <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions