[BUG] sound: pci: trident: a possible data race

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



CPU0:
snd_trident_hw_free
    snd_trident_free_voice
            line 3870: spin_lock_irqsave()
            line 3881: voice->substream = NULL; [WRITE]
CPU1:
snd_trident_interrupt
    line 3798: snd_pcm_period_elapsed(voice->substream);  [READ]

As for voice->substream, the WRITE operation in CPU0 is performed
with holding a spinlock, but the READ operation in CPU1 is performed
without holding this spinlock, so there may exist a data race.


Best wishes,
Jia-Ju Bai
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux