aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorYueHaibing <[email protected]>2018-10-05 15:51:44 -0700
committerGreg Kroah-Hartman <[email protected]>2018-10-05 16:32:04 -0700
commit51896864579d5a3349740847083f4db5c6487164 (patch)
tree7db76ed2366fceaa24eb69e4ff38319588f0751a /tools/perf/scripts/python/export-to-postgresql.py
parente125fe405abedc1dc8a5b2229b80ee91c1434015 (diff)
mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctl
get_user_pages_fast() will return negative value if no pages were pinned, then be converted to a unsigned, which is compared to zero, giving the wrong result. Link: http://lkml.kernel.org/r/[email protected] Fixes: 09e35a4a1ca8 ("mm/gup_benchmark: handle gup failures") Signed-off-by: YueHaibing <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Michael S. Tsirkin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions