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:
4758fed
)
ALSA: hda - Fix possible races in HDMI driver
author
Takashi Iwai
<tiwai@suse.de>
Thu, 17 Oct 2013 16:03:24 +0000
(18:03 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 17 Oct 2013 17:23:40 +0000
(19:23 +0200)
Some per_pin fields and ELD contents might be changed dynamically in
multiple ways where the concurrent accesses are still opened in the
current code. This patch fixes such possible races by using eld->lock
in appropriate places.
Reported-by: Anssi Hannula <anssi.hannula@iki.fi>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found