Searched hist:"09 cf03b80c593b08e8b630a145e14f485200b5af" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | patch_via.c | diff 09cf03b80c593b08e8b630a145e14f485200b5af Sat May 19 10:21:25 CDT 2012 Takashi Iwai <tiwai@suse.de> ALSA: hda - Fix possible races of accesses to connection list array
Like the previous fixes for cache hash accesses, a protection over accesses to the widget connection list array must be provided. Together with this action, remove snd_hda_get_conn_list() which can be always race, and replace it with either snd_hda_get_num_conns() or snd_hda_get_connections() calls.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | hda_codec.c | diff 09cf03b80c593b08e8b630a145e14f485200b5af Sat May 19 10:21:25 CDT 2012 Takashi Iwai <tiwai@suse.de> ALSA: hda - Fix possible races of accesses to connection list array
Like the previous fixes for cache hash accesses, a protection over accesses to the widget connection list array must be provided. Together with this action, remove snd_hda_get_conn_list() which can be always race, and replace it with either snd_hda_get_num_conns() or snd_hda_get_connections() calls.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | patch_realtek.c | diff 09cf03b80c593b08e8b630a145e14f485200b5af Sat May 19 10:21:25 CDT 2012 Takashi Iwai <tiwai@suse.de> ALSA: hda - Fix possible races of accesses to connection list array
Like the previous fixes for cache hash accesses, a protection over accesses to the widget connection list array must be provided. Together with this action, remove snd_hda_get_conn_list() which can be always race, and replace it with either snd_hda_get_num_conns() or snd_hda_get_connections() calls.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|