commit | 66923a60ad80a963c0cd5ceecba9ba377cefba47 | [log] [tgz] |
---|---|---|
author | Saurabh Sengar <saurabh.truth@gmail.com> | Sun Jan 24 12:24:06 2016 +0530 |
committer | Scott Wood <oss@buserror.net> | Wed Mar 09 10:44:13 2016 -0600 |
tree | 5e0ef713ee73aa660d38ef50013c1fa9a65fc65b | |
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 <saurabh.truth@gmail.com> Signed-off-by: Scott Wood <oss@buserror.net>