commit | 1c980b010f06696c9093c5d6a5ac7b5145f89a04 | [log] [tgz] |
---|---|---|
author | Selvin Xavier <selvin.xavier@broadcom.com> | Mon May 22 03:15:34 2017 -0700 |
committer | Doug Ledford <dledford@redhat.com> | Wed Jun 14 13:01:58 2017 -0400 |
tree | 098966a8460a13fe67df327bee7e181281ad7b02 | |
parent | 9152e0b722b29092115da3bfbf63d26be1a461df [diff] |
RDMA/bnxt_re: Dereg MR in FW before freeing the fast_reg_page_list If the host buffers are freed before destroying MR in HW, HW could try accessing these buffers. This could cause a host crash. Fixing the code to avoid this condition. Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com> Signed-off-by: Doug Ledford <dledford@redhat.com>