IB/mlx5: Fix integer overflow when page_shift == 31
authorIlya Lesokhin <ilyal@mellanox.com>
Thu, 17 Aug 2017 12:52:32 +0000 (15:52 +0300)
committerDoug Ledford <dledford@redhat.com>
Thu, 24 Aug 2017 21:47:34 +0000 (17:47 -0400)
commit7b4cdaae73ee833975a767cf54a3354d355b3f8d
treea5b8fb1a7012e3b79d4bce69d543d381b228dc74
parent5942d8ae411775b76e5e1ab0cce57b0666516f2d
IB/mlx5: Fix integer overflow when page_shift == 31

Fix a bug where MR registration fails when mlx5_ib_cont_pages
indicates that the MR can be mapped using 2GB pages (page_shift == 31).

Fixes: e126ba97dba9 ("mlx5: Add driver for Mellanox Connect-IB adapters")
Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx5/mr.c