diff options
author | 2025-06-26 21:58:12 +0300 | |
---|---|---|
committer | 2025-07-02 05:11:44 -0400 | |
commit | 449728196d65fce513dbacf4d3696764be1c6524 (patch) | |
tree | 43e51fbafc1bde33ef25c7cc528041f2722c4e30 /tools/perf/scripts/python | |
parent | RDMA/nldev: Check CAP_NET_RAW in user namespace for QP modify (diff) | |
download | wireguard-linux-449728196d65fce513dbacf4d3696764be1c6524.tar.xz wireguard-linux-449728196d65fce513dbacf4d3696764be1c6524.zip |
RDMA/counter: Check CAP_NET_RAW check in user namespace for RDMA counters
Currently, the capability check is done in the default
init_user_ns user namespace. When a process runs in a
non default user namespace, such check fails.
Since the RDMA device is a resource within a network namespace,
use the network namespace associated with the RDMA device to
determine its owning user namespace.
Fixes: 1bd8e0a9d0fd ("RDMA/counter: Allow manual mode configuration support")
Signed-off-by: Parav Pandit <parav@nvidia.com>
Link: https://patch.msgid.link/68e2064e72e94558a576fdbbb987681a64f6fea8.1750963874.git.leon@kernel.org
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions