aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTvrtko Ursulin <[email protected]>2017-07-31 19:55:08 +0100
committerTvrtko Ursulin <[email protected]>2017-09-07 10:48:27 +0100
commitc4860ad60564838994b74e7ee7dd12ceeda0f520 (patch)
tree5dee274a29c7fb0fd7c139769f6a606efb74b330 /tools/perf/scripts/python
parentdf0700e53047662c167836bd6fdeea55d5d8dcfa (diff)
lib/scatterlist: Fix offset type in sg_alloc_table_from_pages
Scatterlist entries have an unsigned int for the offset so correct the sg_alloc_table_from_pages function accordingly. Since these are offsets withing a page, unsigned int is wide enough. Also converts callers which were using unsigned long locally with the lower_32_bits annotation to make it explicitly clear what is happening. v2: Use offset_in_page. (Chris Wilson) Signed-off-by: Tvrtko Ursulin <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Pawel Osciak <[email protected]> Cc: Marek Szyprowski <[email protected]> Cc: Kyungmin Park <[email protected]> Cc: Tomasz Stanislawski <[email protected]> Cc: Matt Porter <[email protected]> Cc: Alexandre Bounine <[email protected]> Cc: [email protected] Cc: [email protected] Acked-by: Marek Szyprowski <[email protected]> (v1) Reviewed-by: Chris Wilson <[email protected]> Reviewed-by: Mauro Carvalho Chehab <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions