Shiraz Saleem 5f818d676a 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 <bharat@chelsio.com>
Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-03-28 14:13:27 -03:00
..
2019-03-25 20:56:36 -03:00
2019-03-25 15:38:18 -03:00
2019-03-25 20:56:36 -03:00
2019-03-25 15:39:18 -03:00
2019-03-25 20:56:36 -03:00
2019-03-25 15:39:18 -03:00
2019-02-08 17:02:05 -07:00