Age | Commit message (Expand) | Author | Files | Lines |
2018-05-02 | ALSA: seq: oss: Hardening for potential Spectre v1 | Takashi Iwai | 4 | -40/+55 |
2018-05-02 | ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device | Takashi Iwai | 1 | -4/+8 |
2018-05-02 | ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr | David Henningsson | 1 | -0/+1 |
2018-04-24 | ALSA: rawmidi: Fix missing input substream checks in compat ioctls | Takashi Iwai | 1 | -6/+12 |
2018-04-24 | ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation | Takashi Iwai | 1 | -2/+3 |
2018-04-24 | ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls | Takashi Iwai | 1 | -25/+42 |
2018-04-24 | ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams | Takashi Iwai | 1 | -9/+27 |
2018-04-24 | ALSA: pcm: Avoid potential races between OSS ioctls and read/write | Takashi Iwai | 1 | -28/+106 |
2018-04-24 | ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation | Takashi Iwai | 1 | -1/+1 |
2018-04-24 | ALSA: pcm: Fix UAF at PCM release via PCM timer access | Takashi Iwai | 1 | -1/+7 |
2018-04-08 | ALSA: pcm: potential uninitialized return values | Dan Carpenter | 1 | -2/+2 |
2018-04-08 | ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent() | Stefan Roese | 1 | -1/+1 |
2018-03-22 | ALSA: seq: Clear client entry before deleting else at closing | Takashi Iwai | 1 | -2/+2 |
2018-03-22 | ALSA: seq: Fix possible UAF in snd_seq_check_queue() | Takashi Iwai | 3 | -37/+25 |
2018-03-22 | ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() | Takashi Iwai | 1 | -4/+6 |
2018-03-18 | ALSA: seq: More protection for concurrent write and ioctl races | Takashi Iwai | 4 | -13/+24 |
2018-03-18 | ALSA: seq: Don't allow resizing pool in use | Takashi Iwai | 1 | -0/+3 |
2018-02-22 | ALSA: seq: Fix racy pool initializations | Takashi Iwai | 1 | -2/+6 |
2018-01-23 | ALSA: pcm: Remove yet superfluous WARN_ON() | Takashi Iwai | 1 | -1/+0 |
2018-01-23 | ALSA: seq: Make ioctls race-free | Takashi Iwai | 2 | -0/+4 |
2018-01-17 | ALSA: pcm: Allow aborting mutex lock at OSS read/write loops | Takashi Iwai | 1 | -15/+21 |
2018-01-17 | ALSA: pcm: Abort properly at pending signal in OSS read/write loops | Takashi Iwai | 1 | -0/+8 |
2018-01-17 | ALSA: pcm: Add missing error checks in OSS emulation plugin builder | Takashi Iwai | 1 | -3/+11 |
2018-01-17 | ALSA: pcm: Remove incorrect snd_BUG_ON() usages | Takashi Iwai | 2 | -3/+2 |
2017-12-29 | ALSA: rawmidi: Avoid racy info ioctl via ctl device | Takashi Iwai | 1 | -3/+12 |
2017-12-14 | ALSA: seq: Remove spurious WARN_ON() at timer check | Takashi Iwai | 1 | -1/+1 |
2017-12-14 | ALSA: pcm: prevent UAF in snd_pcm_info | Robb Glasser | 1 | -0/+2 |
2017-11-30 | ALSA: timer: Remove kernel warning at compat ioctl error paths | Takashi Iwai | 1 | -6/+6 |
2017-11-30 | ALSA: pcm: update tstamp only if audio_tstamp changed | Henrik Eriksson | 1 | -2/+4 |
2017-11-18 | ALSA: seq: Cancel pending autoload work at unbinding device | Takashi Iwai | 1 | -0/+3 |
2017-11-15 | ALSA: seq: Fix OSS sysex delivery in OSS emulation | Takashi Iwai | 3 | -3/+32 |
2017-11-08 | ALSA: seq: Fix nested rwsem annotation for lockdep splat | Takashi Iwai | 1 | -1/+1 |
2017-11-08 | ALSA: timer: Add missing mutex lock for compat ioctls | Takashi Iwai | 1 | -2/+15 |
2017-10-27 | ALSA: seq: Enable 'use' locking in all configurations | Ben Hutchings | 2 | -16/+0 |
2017-10-18 | ALSA: seq: Fix copy_from_user() call inside lock | Takashi Iwai | 1 | -8/+19 |
2017-10-18 | ALSA: seq: Fix use-after-free at creating a port | Takashi Iwai | 2 | -3/+10 |
2017-10-12 | ALSA: compress: Remove unused variable | Guneshwor Singh | 1 | -2/+1 |
2017-08-30 | ALSA: core: Fix unexpected error at replacing user TLV | Takashi Iwai | 1 | -1/+1 |
2017-08-25 | ALSA: seq: 2nd attempt at fixing race creating a queue | Daniel Mentz | 3 | -15/+14 |
2017-06-29 | ALSA: pcm: Don't treat NULL chmap as a fatal error | Takashi Iwai | 1 | -2/+2 |
2017-06-14 | ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT | Takashi Iwai | 1 | -0/+1 |
2017-06-14 | ALSA: timer: Fix race between read and ioctl | Takashi Iwai | 1 | -2/+4 |
2017-05-03 | ALSA: seq: Don't break snd_use_lock_sync() loop by timeout | Takashi Iwai | 1 | -6/+3 |
2017-04-08 | ALSA: seq: Fix race during FIFO resize | Takashi Iwai | 1 | -0/+4 |
2017-03-30 | ALSA: seq: Fix racy cell insertions during snd_seq_pool_done() | Takashi Iwai | 4 | -4/+18 |
2017-03-12 | ALSA: seq: Fix link corruption by event error handling | Takashi Iwai | 1 | -0/+3 |
2017-03-12 | ALSA: timer: Reject user params with too small ticks | Takashi Iwai | 1 | -3/+15 |
2017-02-15 | ALSA: seq: Don't handle loop timeout at snd_seq_pool_done() | Takashi Iwai | 1 | -8/+1 |
2017-02-15 | ALSA: seq: Fix race at creating a queue | Takashi Iwai | 1 | -13/+20 |
2016-11-08 | ALSA: info: Return error for invalid read/write | Takashi Iwai | 1 | -1/+5 |