commit | 7b4cdaae73ee833975a767cf54a3354d355b3f8d | [log] [tgz] |
---|---|---|
author | Ilya Lesokhin <ilyal@mellanox.com> | Thu Aug 17 15:52:32 2017 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Thu Aug 24 17:47:34 2017 -0400 |
tree | a5b8fb1a7012e3b79d4bce69d543d381b228dc74 | |
parent | 5942d8ae411775b76e5e1ab0cce57b0666516f2d [diff] |
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>