On Mon, Sep 09, 2019 at 03:24:27PM +0200, Bernard Metzler wrote: > Use the correct kmap()/kunmap() flow to determine page > address used for CRC computation. Using page_address() > is wrong, since page might be in highmem. > > Reported-by: Krishnamraju Eraparaju <krishna2@xxxxxxxxxxx> > Fixes: b9be6f18cf9e rdma/siw: transmit path > Signed-off-by: Bernard Metzler <bmt@xxxxxxxxxxxxxx> > --- > drivers/infiniband/sw/siw/siw_qp_tx.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) Applied to for-next, thanks Jason