aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorShiraz Saleem <[email protected]>2019-03-28 11:49:44 -0500
committerJason Gunthorpe <[email protected]>2019-03-28 14:13:27 -0300
commit5f818d676ac455bbc812ffaaf5bf780be5465114 (patch)
tree771a34951dad757965e4d609398f5eff95a1e99c /tools/perf/scripts/python/event_analyzing_sample.py
parent5aa8484080115cff2da68080ad1d115613648504 (diff)
RDMA/cxbg: Use correct sizing on buffers holding page DMA addresses
The PBL array that hold the page DMA address is sized off umem->nmap. This can potentially cause out of bound accesses on the PBL array when iterating the umem DMA-mapped SGL. This is because if umem pages are combined, umem->nmap can be much lower than the number of system pages in umem. Use ib_umem_num_pages() to size this array. Cc: Potnuri Bharat Teja <[email protected]> Signed-off-by: Shiraz Saleem <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions