RDMA/uverbs: Restrict usage of privileged QKEYs
authorEdward Srouji <edwards@nvidia.com>
Mon, 5 Jun 2023 10:33:24 +0000 (13:33 +0300)
committerLeon Romanovsky <leon@kernel.org>
Sun, 11 Jun 2023 08:26:06 +0000 (11:26 +0300)
commit0cadb4db79e1d9eea66711c4031e435c2191907e
tree658f8f6a44515a20058a8bfc8f73daa596bfb5f4
parent58030c76cce473b6cfd630bbecb97215def0dff8
RDMA/uverbs: Restrict usage of privileged QKEYs

According to the IB specification rel-1.6, section 3.5.3:
"QKEYs with the most significant bit set are considered controlled
QKEYs, and a HCA does not allow a consumer to arbitrarily specify a
controlled QKEY."

Thus, block non-privileged users from setting such a QKEY.

Cc: stable@vger.kernel.org
Fixes: bc38a6abdd5a ("[PATCH] IB uverbs: core implementation")
Signed-off-by: Edward Srouji <edwards@nvidia.com>
Link: https://lore.kernel.org/r/c00c809ddafaaf87d6f6cb827978670989a511b3.1685960567.git.leon@kernel.org
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/core/uverbs_cmd.c