summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_clientmgr.c
AgeCommit message (Expand)AuthorLines
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai-17/+34
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-1/+1
2020-11-04ALSA: seq: remove useless functionYu Hao-1/+0
2020-02-14ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai-2/+2
2019-08-25ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai-2/+1
2019-07-16ALSA: seq: Break too long mutex context in the write loopTakashi Iwai-1/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-51/+58
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-1/+1
2019-04-15ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai-1/+6
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai-3/+3
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai-3/+37
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai-30/+7
2019-04-11Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai-7/+2
2019-04-09ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai-8/+2
2019-04-09ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai-2/+7
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai-11/+8
2019-04-05ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra-3/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-08-01ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai-19/+7
2018-08-01ALSA: seq: Fix leftovers at probe error pathTakashi Iwai-1/+1
2018-07-26ALSA: seq: Fix poll() error returnTakashi Iwai-1/+1
2018-06-25ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai-1/+2
2018-03-10ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai-2/+2
2018-03-08ALSA: seq: Remove superfluous snd_seq_queue_client_leave_cells() callTakashi Iwai-1/+0
2018-03-08ALSA: seq: More protection for concurrent write and ioctl racesTakashi Iwai-7/+11
2018-03-08ALSA: seq: Don't allow resizing pool in useTakashi Iwai-0/+3
2018-02-14ALSA: seq: Fix racy pool initializationsTakashi Iwai-2/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-11ALSA: seq: Make ioctls race-freeTakashi Iwai-0/+3
2017-11-27sound: annotate ->poll() instancesAl Viro-2/+2
2017-11-13Merge branch 'for-next' into for-linusTakashi Iwai-0/+4
2017-10-31ALSA: seq: Fix nested rwsem annotation for lockdep splatTakashi Iwai-1/+1
2017-10-17Merge branch 'for-linus' into for-nextTakashi Iwai-1/+5
2017-10-11ALSA: seq: Fix use-after-free at creating a portTakashi Iwai-1/+5
2017-10-10ALSA: seq: Add sanity check for user-space pointer deliveryTakashi Iwai-0/+4
2017-08-15ALSA: seq: 2nd attempt at fixing race creating a queueDaniel Mentz-9/+4
2017-06-16ALSA: seq: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai-8/+0
2017-03-21ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai-0/+1
2016-09-13ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto-2/+2
2016-08-31ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto-2/+5
2016-08-22ALSA: seq: obsolete change of address limitTakashi Sakamoto-68/+5
2016-08-22ALSA: seq: change ioctl command operation to get data in kernel spaceTakashi Sakamoto-358/+248
2016-08-22ALSA: seq: add an alternative way to handle ioctl requestsTakashi Sakamoto-1/+75
2016-08-22ALSA: seq: add documentation for snd_seq_kernel_client_ctlTakashi Sakamoto-3/+11
2016-03-08ALSA: seq: Provide card number / PID via sequencer client infoMartin Koegler-0/+14
2016-02-03ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai-0/+3
2016-01-12ALSA: seq: Fix missing NULL check at remove_events ioctlTakashi Iwai-1/+1
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang-2/+2