The following changes since commit
294374341c622e5c2ffd15712cadabe0dd9865f1:

  UBUNTU: Ubuntu-5.15.0-83.92 (2023-08-14 11:05:34 +0200)

are available in the Git repository at:

  https://github.com/tdavenvidia/ubuntu_kernel_jammy/pull/3

for you to fetch changes up to 11ef7073533e332ce5ec96ef9aa3f693e7184b49:

  RDMA/mlx5: Enable ATS support for MRs and umems (2023-10-05 15:55:57
-0700)

----------------------------------------------------------------
Gal Pressman (3):
      dma-buf: Fix pin callback comment
      RDMA/umem: Allow pinned dmabuf umem usage
      RDMA/efa: Add support for dmabuf memory regions

Jason Gunthorpe (3):
      RDMA/core: Add UVERBS_ATTR_RAW_FD
      RDMA/mlx5: Add support for dmabuf to devx umem
      RDMA/mlx5: Enable ATS support for MRs and umems

drivers/infiniband/core/umem_dmabuf.c    |  51 
++++++++++++++++++++++++++++++++++++++++++++
drivers/infiniband/core/uverbs_ioctl.c   |   8 +++++++
drivers/infiniband/hw/efa/efa.h          |   4 ++++
drivers/infiniband/hw/efa/efa_main.c     |   1 +
drivers/infiniband/hw/efa/efa_verbs.c    | 127 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
drivers/infiniband/hw/mlx5/devx.c        |  54 
+++++++++++++++++++++++++++++++++--------------
drivers/infiniband/hw/mlx5/mlx5_ib.h     |  36 +++++++++++++++++++++++++++++++
drivers/infiniband/hw/mlx5/mr.c          |   5 ++++-
include/linux/dma-buf.h                  |   4 ++--
include/rdma/ib_umem.h                   |  11 ++++++++++
include/rdma/uverbs_ioctl.h              |  13 ++++++++++++
include/uapi/rdma/mlx5_user_ioctl_cmds.h |   1 +
12 files changed, 265 insertions(+), 50 deletions(-)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2038589

Title:
  Backport DMABUF support from Upstream to Ubuntu Jammy

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  DAMBUF is backported using the two series of patches:

  First, we need the series of 3 patches at: 
    https://lore.kernel.org/all/20211012120903.96933-1-galpr...@amazon.com/

  - dma-buf: Fix pin callback comment
  - RDMA/umem: Allow pinned dmabuf umem usage
  - RDMA/efa: Add support for dmabuf memory regions

  Second, we need series of 4 patches at:
    
https://lore.kernel.org/all/0-v1-bd147097458e+ede-umem_dmabuf_...@nvidia.com/

  Note: The changes made by first patch in series "net/mlx5: Add IFC
  bits for mkey ATS" had already been there in Ubuntu jammy "master-
  next"

  - (Already there in jammy ) net/mlx5: Add IFC bits for mkey ATS
  - RDMA/core: Add UVERBS_ATTR_RAW_FD
  - RDMA/mlx5: Add support for dmabuf to devx umem
  - RDMA/mlx5: Enable ATS support for MRs and umems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2038589/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to