* [PATCH rdma-next v1 0/6] Introduce UCAP API and usage in mlx5
@ 2025-03-06 11:51 Leon Romanovsky
2025-03-08 19:23 ` Leon Romanovsky
0 siblings, 1 reply; 2+ messages in thread
From: Leon Romanovsky @ 2025-03-06 11:51 UTC (permalink / raw)
To: Jason Gunthorpe
Cc: Chiara Meiohas, Jonathan Corbet, linux-doc, linux-kernel,
linux-rdma, Mark Bloch, Patrisious Haddad, Yishai Hadas
Changelog:
v1:
* Used kref primitives instead of open-coded variant
* Check return value from dev_set_name()
* Added extra brackets around type in UCAP_ENABLED macro
v0: https://lore.kernel.org/all/cover.1740574943.git.leon@kernel.org
--------------------------------------------------------------------------
This series introduces the User CAPability (UCAP) API that allows
creating user contexts with various firmware privileges.
The UCAP API provides fine-grained control over specific firmware
features by representing each capability as a character device with root
read-write access. Root processes can grant users special privileges by
allowing access to these character devices. User contexts created using
a file descriptor of a UCAP will have specific UCAP privileges.
Two UCAP character devices are created for mlx5, and user contexts
opened with at least one of these UCAPs are considered privileged. To
ensure that privileged commands can always proceed, non-privileged
commands are limited when a privileged user is present on the device.
Thanks
Chiara Meiohas (5):
RDMA/uverbs: Introduce UCAP (User CAPabilities) API
RDMA/mlx5: Create UCAP char devices for supported device capabilities
RDMA/uverbs: Add support for UCAPs in context creation
RDMA/mlx5: Check enabled UCAPs when creating ucontext
docs: infiniband: document the UCAP API
Patrisious Haddad (1):
RDMA/mlx5: Expose RDMA TRANSPORT flow table types to userspace
Documentation/infiniband/index.rst | 1 +
Documentation/infiniband/ucaps.rst | 71 +++++
drivers/infiniband/core/Makefile | 3 +-
drivers/infiniband/core/ucaps.c | 267 ++++++++++++++++++
drivers/infiniband/core/uverbs_cmd.c | 19 ++
drivers/infiniband/core/uverbs_main.c | 2 +
.../infiniband/core/uverbs_std_types_device.c | 4 +
drivers/infiniband/hw/mlx5/devx.c | 31 +-
drivers/infiniband/hw/mlx5/devx.h | 5 +-
drivers/infiniband/hw/mlx5/fs.c | 154 +++++++++-
drivers/infiniband/hw/mlx5/fs.h | 2 +
drivers/infiniband/hw/mlx5/main.c | 77 ++++-
drivers/infiniband/hw/mlx5/mlx5_ib.h | 3 +
include/rdma/ib_ucaps.h | 25 ++
include/rdma/ib_verbs.h | 1 +
include/uapi/rdma/ib_user_ioctl_cmds.h | 1 +
include/uapi/rdma/mlx5_user_ioctl_cmds.h | 1 +
include/uapi/rdma/mlx5_user_ioctl_verbs.h | 2 +
18 files changed, 647 insertions(+), 22 deletions(-)
create mode 100644 Documentation/infiniband/ucaps.rst
create mode 100644 drivers/infiniband/core/ucaps.c
create mode 100644 include/rdma/ib_ucaps.h
--
2.48.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH rdma-next v1 0/6] Introduce UCAP API and usage in mlx5
2025-03-06 11:51 [PATCH rdma-next v1 0/6] Introduce UCAP API and usage in mlx5 Leon Romanovsky
@ 2025-03-08 19:23 ` Leon Romanovsky
0 siblings, 0 replies; 2+ messages in thread
From: Leon Romanovsky @ 2025-03-08 19:23 UTC (permalink / raw)
To: Jason Gunthorpe, Leon Romanovsky
Cc: Chiara Meiohas, Jonathan Corbet, linux-doc, linux-kernel,
linux-rdma, Mark Bloch, Patrisious Haddad, Yishai Hadas
On Thu, 06 Mar 2025 13:51:25 +0200, Leon Romanovsky wrote:
> Changelog:
> v1:
> * Used kref primitives instead of open-coded variant
> * Check return value from dev_set_name()
> * Added extra brackets around type in UCAP_ENABLED macro
> v0: https://lore.kernel.org/all/cover.1740574943.git.leon@kernel.org
>
> [...]
Applied, thanks!
[1/6] RDMA/uverbs: Introduce UCAP (User CAPabilities) API
https://git.kernel.org/rdma/rdma/c/054220ae51ceca
[2/6] RDMA/mlx5: Create UCAP char devices for supported device capabilities
https://git.kernel.org/rdma/rdma/c/dc0633dbb2abcc
[3/6] RDMA/uverbs: Add support for UCAPs in context creation
https://git.kernel.org/rdma/rdma/c/8108812389cf29
[4/6] RDMA/mlx5: Check enabled UCAPs when creating ucontext
https://git.kernel.org/rdma/rdma/c/984ec408e39bf8
[5/6] RDMA/mlx5: Expose RDMA TRANSPORT flow table types to userspace
https://git.kernel.org/rdma/rdma/c/bec5f67b886710
[6/6] docs: infiniband: document the UCAP API
https://git.kernel.org/rdma/rdma/c/850a5ea27782a5
Best regards,
--
Leon Romanovsky <leon@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-08 19:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 11:51 [PATCH rdma-next v1 0/6] Introduce UCAP API and usage in mlx5 Leon Romanovsky
2025-03-08 19:23 ` Leon Romanovsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox