summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2019-04-04ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-02-11ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai1-1/+2
2019-02-11ALSA: control: Fix race between adding and removing a user elementTakashi Iwai1-35/+45
2019-02-11ALSA: control: fix failure to return numerical ID in 'add' eventTakashi Sakamoto1-0/+1
2019-02-11ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2-2/+2
2018-12-17ALSA: virmidi: Fix too long output trigger loopTakashi Iwai1-0/+10
2018-12-17ALSA: seq: Fix poll() error returnTakashi Iwai2-2/+2
2018-12-17ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai1-6/+2
2018-11-20ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai1-1/+1
2018-11-20ALSA: core: Assure control device to be registered at lastTakashi Iwai1-0/+9
2018-10-21ALSA: timer: Fix pause event notificationBen Hutchings1-2/+2
2018-10-21ALSA: timer: Call notifier in the same spinlockTakashi Iwai1-119/+103
2018-10-21ALSA: control: fix a redundant-copy issueWenwen Wang1-2/+1
2018-10-21ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai1-0/+2
2018-10-21ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai1-2/+2
2018-10-21ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai4-40/+55
2018-10-21ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai1-4/+8
2018-10-21ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson1-0/+1
2018-10-21ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai1-6/+12
2018-10-21ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai1-2/+3
2018-10-21ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai1-1/+7
2018-10-21ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai1-25/+42
2018-10-21ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai1-9/+27
2018-10-21ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai1-28/+106
2018-10-21ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulationTakashi Iwai1-1/+1
2018-09-26ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai1-6/+14
2018-06-17ALSA: pcm: potential uninitialized return valuesDan Carpenter1-2/+2
2018-06-17ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese1-1/+1
2018-06-17ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai1-2/+2
2018-06-17ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai3-37/+25
2018-06-17ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai4-13/+24
2018-06-17ALSA: seq: Don't allow resizing pool in useTakashi Iwai1-0/+3
2018-06-17ALSA: seq: Fix racy pool initializationsTakashi Iwai1-2/+6
2018-03-03ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai1-1/+0
2018-03-03ALSA: pcm: Allow aborting mutex lock at OSS read/write loopsTakashi Iwai1-15/+21
2018-03-03ALSA: pcm: Abort properly at pending signal in OSS read/write loopsTakashi Iwai1-0/+8
2018-03-03ALSA: pcm: Add missing error checks in OSS emulation plugin builderTakashi Iwai1-3/+11
2018-03-03ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2-3/+2
2018-03-03ALSA: rawmidi: Avoid racy info ioctl via ctl deviceTakashi Iwai1-3/+12
2018-03-03ALSA: pcm: prevent UAF in snd_pcm_infoRobb Glasser1-0/+2
2018-03-03ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai1-1/+1
2018-03-03ALSA: seq: Fix regression by incorrect ioctl_mutex usagesTakashi Iwai1-8/+7
2018-02-13ALSA: seq: Make ioctls race-freeTakashi Iwai2-2/+9
2018-02-13ALSA: timer: Remove kernel warning at compat ioctl error pathsTakashi Iwai1-6/+6
2018-01-01ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai3-3/+32
2018-01-01ALSA: timer: Limit max instances per timerTakashi Iwai2-13/+55
2018-01-01ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai1-27/+21
2018-01-01ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai1-1/+1
2018-01-01ALSA: timer: Add missing mutex lock for compat ioctlsTakashi Iwai1-2/+15
2018-01-01ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-8/+19