IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
authorBoris Pismenny <borisp@mellanox.com>
Thu, 8 Mar 2018 13:51:41 +0000 (15:51 +0200)
committerDoug Ledford <dledford@redhat.com>
Tue, 13 Mar 2018 20:31:21 +0000 (16:31 -0400)
commitc2b37f76485f073f020e60b5954b6dc4e55f693c
tree0be1ee04fa795c1a342b5b67abea504524bf99c3
parent2c292dbb398ee46fc1343daf6c3cf9715a75688e
IB/mlx5: Fix integer overflows in mlx5_ib_create_srq

This patch validates user provided input to prevent integer overflow due
to integer manipulation in the mlx5_ib_create_srq function.

Cc: syzkaller <syzkaller@googlegroups.com>
Fixes: e126ba97dba9 ("mlx5: Add driver for Mellanox Connect-IB adapters")
Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx5/srq.c
include/linux/mlx5/driver.h