summaryrefslogtreecommitdiff
path: root/sound/core/seq
AgeCommit message (Expand)AuthorFilesLines
2022-01-27ALSA: seq: Set upper limit of processed eventsTakashi Iwai1-2/+12
2021-10-27ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai1-5/+3
2021-08-15ALSA: seq: Fix racy deletion of subscriberTakashi Iwai1-12/+27
2021-01-30ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai1-1/+2
2021-01-09ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai1-4/+4
2020-10-29ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai1-2/+5
2020-08-21ALSA: seq: oss: Serialize ioctlsTakashi Iwai1-1/+7
2020-04-02ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai1-0/+1
2020-04-02ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai1-0/+1
2020-02-28ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai4-9/+20
2020-02-28ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai1-4/+16
2020-01-23ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai1-5/+9
2019-11-25ALSA: seq: Do error checks at creating system portsTakashi Iwai1-3/+15
2019-09-06ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai3-2/+20
2019-08-04ALSA: seq: Break too long mutex context in the write loopTakashi Iwai1-1/+10
2019-07-10ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2-2/+2
2019-06-22ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai1-1/+1
2019-04-27ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra1-3/+3
2019-04-03ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-3/+4
2018-08-22ALSA: virmidi: Fix too long output trigger loopTakashi Iwai1-0/+10
2018-05-16ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai1-2/+2
2018-05-02ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai4-40/+55
2018-05-02ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai1-4/+8
2018-03-22ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai1-2/+2
2018-03-22ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai3-37/+25
2018-03-18ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai4-13/+24
2018-03-18ALSA: seq: Don't allow resizing pool in useTakashi Iwai1-0/+3
2018-02-22ALSA: seq: Fix racy pool initializationsTakashi Iwai1-2/+6
2018-02-22ALSA: seq: Fix regression by incorrect ioctl_mutex usagesTakashi Iwai1-8/+7
2018-02-03ALSA: seq: Make ioctls race-freeTakashi Iwai2-2/+9
2017-12-16ALSA: seq: Remove spurious WARN_ON() at timer checkTakashi Iwai1-1/+1
2017-11-18ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai1-0/+3
2017-11-15ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai3-3/+32
2017-11-08ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai1-1/+1
2017-10-27ALSA: seq: Enable 'use' locking in all configurationsBen Hutchings2-16/+0
2017-10-18ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-8/+19
2017-10-18ALSA: seq: Fix use-after-free at creating a portTakashi Iwai2-3/+10
2017-08-25ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz3-15/+14
2017-05-03ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai1-6/+3
2017-04-08ALSA: seq: Fix race during FIFO resizeTakashi Iwai1-0/+4
2017-03-30ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai4-4/+18
2017-03-12ALSA: seq: Fix link corruption by event error handlingTakashi Iwai1-0/+3
2017-02-15ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai1-8/+1
2017-02-15ALSA: seq: Fix race at creating a queueTakashi Iwai1-13/+20
2016-03-10ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai3-19/+0
2016-02-25ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-02-25ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai1-4/+9
2016-02-17ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-02-17ALSA: seq: Fix race at closing in virmidi driverTakashi Iwai1-1/+5
2016-02-17ALSA: seq: Fix yet another races among ALSA timer accessesTakashi Iwai1-20/+67