aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorMax Gurtovoy <[email protected]>2016-06-06 19:34:39 +0300
committerDoug Ledford <[email protected]>2016-06-07 09:50:54 -0400
commit47355b3cd7d3c9c5226bff7c449b9d269fb17fa6 (patch)
treeab1241f9498ab51391dc645b2998b9c857e1ebe1 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent8aec013afe6d9665eb478396026ebd4384dbe934 (diff)
IB/core: Fix bit curruption in ib_device_cap_flags structure
ib_device_cap_flags 64-bit expansion caused caps overlapping and made consumers read wrong device capabilities. For example IB_DEVICE_SG_GAPS_REG was falsely read by the iser driver causing it to use a non-existing capability. This happened because signed int becomes sign extended when converted it to u64. Fix this by casting IB_DEVICE_ON_DEMAND_PAGING enumeration to ULL. Fixes: f5aa9159a418 ('IB/core: Add arbitrary sg_list support') Reported-by: Robert LeBlanc <[email protected]> Cc: Stable <[email protected]> #[v4.6+] Acked-by: Sagi Grimberg <[email protected]> Signed-off-by: Max Gurtovoy <[email protected]> Signed-off-by: Matan Barak <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions