]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/mlx4: Don't crash machine if zap_vma_ptes() fails
authorLeon Romanovsky <leonro@mellanox.com>
Tue, 29 May 2018 12:14:06 +0000 (15:14 +0300)
committerDoug Ledford <dledford@redhat.com>
Fri, 1 Jun 2018 15:16:58 +0000 (11:16 -0400)
commit9b46bad097cc1cc32b53bf9affb60bb106751433
tree7ae69340fa99d6403b1f071efeccca6883046a7b
parent48e1b3e7aa862797c539b18fa7e2679f013879d8
RDMA/mlx4: Don't crash machine if zap_vma_ptes() fails

The failure reported by zap_vma_ptes() means that wrong VMA pages
were supplied, however it is impossible for this type of address.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx4/main.c