diff options
author | John Garry <[email protected]> | 2020-12-21 22:30:55 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-01-08 16:44:03 +0100 |
commit | 29f7c54b253fc18bff9bf7e9f303b75deb285c7a (patch) | |
tree | 1e0fe495068d0512db1b26eec822e2178c0f03e0 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | d0243bbd5dd3ebbd49dafa8b56bb911d971131d0 (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]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions