aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2018-07-04 12:58:02 +0300
committerJason Gunthorpe <[email protected]>2018-07-04 12:06:26 -0600
commitc1dfc0114c901b4f46c85ceff0491debf2b2a2ec (patch)
tree427a3e3635c02e542e86e253593503c8843fd930 /tools/perf/scripts/python/netdev-times.py
parent474e5a86067e5f12c97d1db8b170c7f45b53097a (diff)
RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.c
The srq->swq[] is allocated in bnxt_qplib_create_srq(). It has srq->hwq.max_elements elements so these tests should be > instead of >= or we might go beyond the end of the array. Fixes: 1ac5a4047975 ("RDMA/bnxt_re: Add bnxt_re RoCE driver") Signed-off-by: Dan Carpenter <[email protected]> Acked-by: Selvin Xavier <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions