summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-11-14 17:56:12 +0100
committerTakashi Iwai <tiwai@suse.de>2019-11-14 18:01:22 +0100
commit976a68f06b2ea49e2ab67a5f84919a8b105db8be (patch)
tree7a44d7b68c7f9a246b516bc99e0d0342220c973d /tools/perf/scripts/python/parallel-perf.py
parentcc9dbfa9707868fb0ca864c05e0c42d3f4d15cf2 (diff)
downloadkernel-976a68f06b2ea49e2ab67a5f84919a8b105db8be.tar.gz
ALSA: usb-audio: Fix incorrect size check for processing/extension units
The recently introduced unit descriptor validation had some bug for processing and extension units, it counts a bControlSize byte twice so it expected a bigger size than it should have been. This seems resulting in a probe error on a few devices. Fix the calculation for proper checks of PU and EU. Fixes: 57f8770620e9 ("ALSA: usb-audio: More validations of descriptor units") Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20191114165613.7422-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
1 +0900'>2022-06-159p: fix fid refcount leak in v9fs_vfs_atomic_open_dotlDominique Martinet 2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds 2022-01-109p: Use fscache indexing rewrite and reenable cachingDavid Howells 2022-01-109p: only copy valid iattrs in 9P2000.L setattr implementationChristian Brauner 2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet 2021-11-039p: fix file headersDominique Martinet 2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells 2021-03-129p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro 2021-03-08new helper: inode_wrong_type()Al Viro 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2021-01-24stat: handle idmapped mountsChristian Brauner 2021-01-24attr: handle idmapped mountsChristian Brauner 2020-11-199p: add refcount to p9_fid structJianyong Wu 2020-11-03fs/9p: track open fidsGreg Kurz 2020-07-199p: retrieve fid from file when file instance exist.Jianyong Wu