]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit4a50881bbac309e6f0684816a180bc3c14e1485d
treeeb5e418661ec128520876d450984f164ede32706
parent05d14e7b0c138cb07ba30e464f47b39434f3fdef
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: d291f1a65232 ("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