git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7c757
)
ALSA: aloop - Fix possible IRQ lock inversion
author
Takashi Iwai
<tiwai@suse.de>
Fri, 18 Mar 2011 06:31:53 +0000
(07:31 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 18 Mar 2011 06:31:53 +0000
(07:31 +0100)
loopback_pos_update() can be called in the timer callback, thus the lock
held should be irq-safe. Otherwise you'll get AB/BA deadlock together
with substream->self_group.lock.
Reported-and-tested-by: Knut Petersen <Knut_Petersen@t-online.de>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found