summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-12-06 11:34:56 +0300
committerTakashi Iwai <tiwai@suse.de>2020-12-06 11:35:53 +0300
commit4ebd47037027c4beae99680bff3b20fdee5d7c1e (patch)
tree3a9b7dee24763df8201c072df9bcc19ea6ce0a3a /tools/perf/scripts/python/export-to-sqlite.py
parent2c854e5c63ac56e7e0633fb6140c1bdf4d3dad96 (diff)
downloadlinux-4ebd47037027c4beae99680bff3b20fdee5d7c1e.tar.xz
ALSA: seq: Use bool for snd_seq_queue internal flags
The snd_seq_queue struct contains various flags in the bit fields. Those are categorized to two different use cases, both of which are protected by different spinlocks. That implies that there are still potential risks of the bad operations for bit fields by concurrent accesses. For addressing the problem, this patch rearranges those flags to be a standard bool instead of a bit field. Reported-by: syzbot+63cbe31877bb80ef58f5@syzkaller.appspotmail.com Link: https://lore.kernel.org/r/20201206083456.21110-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions