mbox series

[for-rc,0/2] Two bugfixes

Message ID 20221024083814.1089722-1-xuhaoyue1@hisilicon.com (mailing list archive)
Headers show
Series Two bugfixes | expand

Message

Haoyue Xu Oct. 24, 2022, 8:38 a.m. UTC
The patchset includes: 
1:The first patch resends the "Disable local invalidate operation."
Add a detailed description for it.
2:The second patch fixes the kernel NULL pointer dereference problem in
free_mr_init.

Yangyang Li (1):
  RDMA/hns: Disable local invalidate operation

Yixing Liu (1):
  RDMA/hns: Fix concurrent scene lock null pointer problem

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 15 ++++-----------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h |  2 --
 2 files changed, 4 insertions(+), 13 deletions(-)

Comments

Leon Romanovsky Oct. 24, 2022, 12:06 p.m. UTC | #1
On Mon, 24 Oct 2022 16:38:12 +0800, Haoyue Xu wrote:
> The patchset includes:
> 1:The first patch resends the "Disable local invalidate operation."
> Add a detailed description for it.
> 2:The second patch fixes the kernel NULL pointer dereference problem in
> free_mr_init.
> 
> Yangyang Li (1):
>   RDMA/hns: Disable local invalidate operation
> 
> [...]

Applied, thanks!

[1/2] RDMA/hns: Disable local invalidate operation
      https://git.kernel.org/rdma/rdma/c/f164c01b38eb40
[2/2] RDMA/hns: Fix null pointer problem in free_mr_init
      https://git.kernel.org/rdma/rdma/c/45b2d30f069498

Best regards,