aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorJohn Garry <[email protected]>2020-12-21 22:30:55 +0800
committerMarc Zyngier <[email protected]>2020-12-22 08:06:38 +0000
commite1dc20995cb9fa04b46e8f37113a7203c906d2bf (patch)
tree2be1bf3f1fb937a524f545d0fa7f07815634f125 /tools/perf/scripts/python/bin/export-to-postgresql-report
parentd7f39c40ebb6986e7371510d1c20a4efee4a7f0d (diff)
driver core: platform: Add extra error check in devm_platform_get_irqs_affinity()
The current check of nvec < minvec for nvec returned from platform_irq_count() will not detect a negative error code in nvec. This is because minvec is unsigned, and, as such, nvec is promoted to unsigned in that check, which will make it a huge number (if it contained -EPROBE_DEFER). In practice, an error should not occur in nvec for the only in-tree user, but add a check anyway. Fixes: e15f2fa959f2 ("driver core: platform: Add devm_platform_get_irqs_affinity()") Reported-by: Dan Carpenter <[email protected]> Signed-off-by: John Garry <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions