aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2020-12-09 07:50:34 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-01-12 18:14:48 +0100
commitb00481bdca2d77fdae5f71517c09fd3b30eba57d (patch)
tree3f7149fec190eab7c60b2ac768096db5aa9e8e6e /tools/perf/scripts/python/export-to-postgresql.py
parentmedia: staging:rkvdec: Fixed "replace comma with semicolon" Warning (diff)
media: camss: Fix signedness bug in video_enum_fmt()
This test has a problem because we want to know if "k" is -1 or a positive value less than "f->index". But the "f->index" variable is a u32 so if "k == -1" then -1 gets type promoted to UINT_MAX which is larger than "f->index". I've added an explicit test to check for -1. Fixes: a3d412d4b9f3 ("media: Revert "media: camss: Make use of V4L2_CAP_IO_MC"") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Robert Foss <robert.foss@linaro.org> Reviewed-by: Andrey Konovalov <andrey.konovalov@linaro.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
Al Viro1-0/+5 2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-4/+4 2018-02-06orangefs: use correct string lengthXiongfeng Wang1-3/+3 2018-02-06orangefs: remove gossip_ldebug and gossip_lerrMartin Brandenburg1-1/+1 2018-01-15orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor1-5/+10 2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4 2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg1-13/+0 2017-11-13orangefs: remove initialization of i_versionJeff Layton1-2/+0 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1 2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsMarkus Elfring1-3/+1 2017-07-11orangefs: Implement show_optionsDavid Howells1-1/+14 2017-04-26orangefs: ensure the userspace component is unmounted if mount failsMartin Brandenburg1-1/+27 2017-04-15orangefs: free superblock when mount failsMartin Brandenburg1-7/+16 2017-04-07orangefs: move features validation to fix filesystem hangMartin Brandenburg1-2/+7 2017-03-02orangefs: Use RCU for destroy_inodePeter Zijlstra1-1/+8 2016-10-03Revert "orangefs: bump minimum userspace version"Mike Marshall1-2/+2 2016-09-28Merge branch 'misc' into for-nextMartin Brandenburg1-2/+2 2016-09-21orangefs: bump minimum userspace versionMartin Brandenburg1-2/+2 2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg1-2/+2 2016-08-12orangefs: add features opMartin Brandenburg1-0/+27 2016-03-26orangefs: fix orangefs_superblock lockingAl Viro1-7/+23 2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstAl Viro1-3/+3 2016-03-23orangefs: remove needless wrapper around GFP_KERNELMartin Brandenburg1-2/+1 2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg1-1/+1 2016-02-24Orangefs: code sanitationMike Marshall1-2/+2 2016-02-04Orangefs: clean up slab allocation.Mike Marshall1-2/+1 2016-01-13Orangefs: make .statfs gossip_debug more complete.Mike Marshall1-3/+7 2016-01-04OrangeFS: constify export_operations structuresJulia Lawall1-1/+1 2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall1-2/+2 2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu1-140/+140 2015-11-13pvfs2_fill_sb(): use kzalloc()Al Viro1-2/+1 2015-11-13orangefs: kill struct pvfs2_mount_sb_info_sAl Viro1-18/+9 2015-11-13orangefs: double iput() in case of d_make_root() failureAl Viro1-3/+1 2015-10-03Orangefs: don't use mount_nodev, use sget directly.Mike Marshall1-20/+15 2015-10-03Orangefs: sooth most sparse complaintsMike Marshall1-4/+4 2015-10-03Orangefs: kernel client part 5Mike Marshall1-0/+558