]> git.baikalelectronics.ru Git - kernel.git/commit
IB/core: Verify that QP is security enabled in create and destroy
authorMoni Shoua <monis@mellanox.com>
Sun, 24 Dec 2017 11:54:58 +0000 (13:54 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 27 Dec 2017 22:24:41 +0000 (15:24 -0700)
commit1d05618b47465ca55d8d4c3d14b9dfa201f1534b
treeeb5e418661ec128520876d450984f164ede32706
parent4c61c4539a92c19aa2a23455171c7caf90db1274
IB/core: Verify that QP is security enabled in create and destroy

The XRC target QP create flow sets up qp_sec only if there is an IB link with
LSM security enabled. However, several other related uAPI entry points blindly
follow the qp_sec NULL pointer, resulting in a possible oops.

Check for NULL before using qp_sec.

Cc: <stable@vger.kernel.org> # v4.12
Fixes: 1dd9fd747a0d ("IB/core: Enforce PKey security on QPs")
Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
Signed-off-by: Moni Shoua <monis@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/security.c
drivers/infiniband/core/verbs.c