All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org,
	Leon Romanovsky <leonro@nvidia.com>
Subject: [GIT PULL] Please pull RDMA subsystem changes
Date: Fri, 30 May 2025 11:42:13 -0300	[thread overview]
Message-ID: <20250530144213.GA294859@nvidia.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 12355 bytes --]

Hi Linus,

The PR has a couple of branches you've already merged, irdma updates
went through netdev, the DMA API core changes went through the DMA
tree and there is a merge of v6.15 because of dependencies in a
last-minute bug fix.

This includes one of three launch users for the new two step DMA API,
the ODP hmm conversion and hmm helpers.

Otherwise fairly typical driver updates.

Thanks,
Jason

The following changes since commit 0ff41df1cb268fc69e703a08a57ee14ae967d0ca:

  Linux 6.15 (2025-05-25 16:09:23 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus

for you to fetch changes up to 92a251c3df8ea1991cd9fe00f1ab0cfce18d7711:

  RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work (2025-05-26 15:36:46 -0300)

----------------------------------------------------------------
RDMA v6.16 merge window pull request

Usual collection of driver fixes:

- Small bug fixes and cleansup in hfi, hns, rxe, mlx5, mana siw

- Further ODP functionality in rxe

- Remote access MRs in mana, along with more page sizes

- Improve CM scalability with a rwlock around the agent

- More trace points for hns

- ODP hmm conversion to the new two step dma API

- Support the ethernet HW device in mana as well as the RNIC

- Cleanups:
 * Use secs_to_jiffies() when appropriate
 * Use ERR_CAST() instead of naked casts
 * Don't use %pK in printk
 * Unusued functions removed
 * Allocation type matching

----------------------------------------------------------------
Ajit Khaparde (1):
      RDMA/bnxt_re: Support extended stats for Thor2 VF

Chen Linxuan (1):
      RDMA/hns: initialize db in update_srq_db()

Chengchang Tang (1):
      RDMA/hns: Remove unused parameters

Colin Ian King (1):
      RDMA/siw: replace redundant ternary operator with just rv

Daisuke Matsuda (6):
      RDMA/rxe: Enable ODP in RDMA FLUSH operation
      RDMA/rxe: Enable ODP in ATOMIC WRITE operation
      RDMA/rxe: Fix mismatched type declarations
      RDMA/rxe: Remove 32-bit architecture support
      RDMA/core: Move ODP capability definitions to uapi
      RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices

Dr. David Alan Gilbert (4):
      RDMA/cma: Remove unused rdma_res_to_id
      RDMA/rxe: Remove unused rxe_run_task
      IB/hfi1: Remove unused sc_drop and sdma_all_idle
      RDMA/siw: Remove unused siw_mem_add

Easwar Hariharan (1):
      RDMA/mlx5: convert timeouts to secs_to_jiffies()

Gautam R A (2):
      RDMA/bnxt_re: Fix incorrect display of inactivity_cp in debugfs output
      RDMA/bnxt_re: Fix missing error handling for tx_queue

Gustavo A. R. Silva (1):
      IB/hfi1: Avoid -Wflex-array-member-not-at-end warning

Jack Morgenstein (1):
      RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work

Jacob Moroni (1):
      IB/cm: use rwlock for MAD agent lock

Jason Gunthorpe (1):
      Merge tag 'v6.15' into rdma.git for-next

Junxian Huang (8):
      RDMA/hns: Add trace for flush CQE
      RDMA/hns: Add trace for WQE dumping
      RDMA/hns: Add trace for AEQE dumping
      RDMA/hns: Add trace for MR/MTR attribute dumping
      RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h
      RDMA/hns: Add trace for CMDQ dumping
      RDMA/hns: Fix build error of hns_roce_trace
      RDMA/hns: Fix endian issue in trace events

Kalesh AP (1):
      RDMA/bnxt_re: Fix return code of bnxt_re_configure_cc

Kees Cook (2):
      IB/mthca: Adjust buddy->bits allocation type
      IB/hfi1: Adjust fd->entry_to_rb allocation type

Konstantin Taranov (6):
      RDMA/mana_ib: Access remote atomic for MRs
      RDMA/mana_ib: support of the zero based MRs
      RDMA/mana_ib: Add support of 4M, 1G, and 2G pages
      net: mana: Probe rdma device in mana driver
      RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic
      RDMA/mana_ib: unify mana_ib functions to support any gdma device

Leon Romanovsky (9):
      Provide a new two step DMA mapping API
      mm/hmm: let users to tag specific PFN with DMA mapped bit
      mm/hmm: provide generic DMA managing logic
      RDMA/umem: Store ODP access mask information in PFN
      RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
      RDMA/umem: Separate implicit ODP initialization from explicit ODP
      Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/linux into wip/leon-for-next
      RDMA/rxe: Break endless pagefault loop for RO pages
      RDMA/mlx5: Avoid flexible array warning

Li Haoran (3):
      RDMA/core: Convert to use ERR_CAST()
      RDMA/uverbs: Convert to use ERR_CAST()
      RDMA/core: Convert to use ERR_CAST()

Patrisious Haddad (2):
      RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction
      RDMA/mlx5: Add support for 200Gbps per lane speeds

Peng Jiang (1):
      RDMA: Replace msecs_to_jiffies with secs_to_jiffies for timeout

Shin'ichiro Kawasaki (1):
      RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction

Shiraz Saleem (1):
      net: mana: Add support for auxiliary device servicing events

Thomas Weißschuh (1):
      RDMA: Don't use %pK through printk

Vlad Dumitrescu (2):
      IB/cm: Drop lockdep assert and WARN when freeing old msg
      IB/cm: Remove dead code and adjust naming

Yishai Hadas (1):
      RDMA/mlx5: Remove the redundant MLX5_IB_STAGE_UAR stage

Zhu Yanjun (1):
      RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bug

 Documentation/core-api/dma-api.rst               |  71 ++++
 MAINTAINERS                                      |   2 +-
 drivers/infiniband/core/cm.c                     |  78 +---
 drivers/infiniband/core/cm_trace.h               |   2 +-
 drivers/infiniband/core/cma.c                    |  25 +-
 drivers/infiniband/core/cma_trace.h              |   2 +-
 drivers/infiniband/core/iwcm.c                   |  29 +-
 drivers/infiniband/core/mad_rmpp.c               |   2 +-
 drivers/infiniband/core/umem_odp.c               | 271 +++++--------
 drivers/infiniband/core/uverbs_cmd.c             |   2 +-
 drivers/infiniband/core/verbs.c                  |   2 +-
 drivers/infiniband/hw/bnxt_re/debugfs.c          |  20 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c         |   2 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.c         |   7 +-
 drivers/infiniband/hw/hfi1/mad.h                 |   1 -
 drivers/infiniband/hw/hfi1/pio.c                 |  10 -
 drivers/infiniband/hw/hfi1/pio.h                 |   1 -
 drivers/infiniband/hw/hfi1/sdma.c                |  18 -
 drivers/infiniband/hw/hfi1/sdma.h                |   1 -
 drivers/infiniband/hw/hfi1/user_exp_rcv.c        |   2 +-
 drivers/infiniband/hw/hns/Makefile               |   1 +
 drivers/infiniband/hw/hns/hns_roce_ah.c          |   1 -
 drivers/infiniband/hw/hns/hns_roce_device.h      |  20 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c       |  26 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h       |   1 +
 drivers/infiniband/hw/hns/hns_roce_main.c        |   1 -
 drivers/infiniband/hw/hns/hns_roce_mr.c          |   3 +
 drivers/infiniband/hw/hns/hns_roce_restrack.c    |   1 -
 drivers/infiniband/hw/hns/hns_roce_trace.h       | 216 ++++++++++
 drivers/infiniband/hw/irdma/ctrl.c               |   2 +-
 drivers/infiniband/hw/irdma/main.c               | 125 +++---
 drivers/infiniband/hw/irdma/main.h               |   3 +-
 drivers/infiniband/hw/irdma/osdep.h              |   2 +-
 drivers/infiniband/hw/irdma/pble.c               |   2 +-
 drivers/infiniband/hw/irdma/type.h               |   4 +-
 drivers/infiniband/hw/mana/cq.c                  |   4 +-
 drivers/infiniband/hw/mana/device.c              | 174 ++++----
 drivers/infiniband/hw/mana/main.c                |  92 +++--
 drivers/infiniband/hw/mana/mana_ib.h             |   7 +
 drivers/infiniband/hw/mana/mr.c                  |  29 +-
 drivers/infiniband/hw/mana/qp.c                  |   5 +-
 drivers/infiniband/hw/mlx4/mcg.c                 |   8 +-
 drivers/infiniband/hw/mlx5/fs.c                  |  58 +--
 drivers/infiniband/hw/mlx5/main.c                |  29 +-
 drivers/infiniband/hw/mlx5/mlx5_ib.h             |  13 +-
 drivers/infiniband/hw/mlx5/mr.c                  |   6 +-
 drivers/infiniband/hw/mlx5/odp.c                 |  65 +--
 drivers/infiniband/hw/mlx5/qpc.c                 |  30 +-
 drivers/infiniband/hw/mlx5/umr.c                 |  12 +-
 drivers/infiniband/hw/mthca/mthca_mr.c           |   2 +-
 drivers/infiniband/hw/usnic/usnic_uiom.c         |   2 +-
 drivers/infiniband/sw/rxe/Kconfig                |   2 +-
 drivers/infiniband/sw/rxe/rxe.c                  |   2 +
 drivers/infiniband/sw/rxe/rxe_loc.h              |  29 +-
 drivers/infiniband/sw/rxe/rxe_mr.c               |  66 ++--
 drivers/infiniband/sw/rxe/rxe_odp.c              | 144 +++++--
 drivers/infiniband/sw/rxe/rxe_param.h            |   5 +-
 drivers/infiniband/sw/rxe/rxe_qp.c               |   7 +-
 drivers/infiniband/sw/rxe/rxe_resp.c             |  15 +-
 drivers/infiniband/sw/rxe/rxe_task.c             |  40 +-
 drivers/infiniband/sw/rxe/rxe_task.h             |   2 -
 drivers/infiniband/sw/siw/siw.h                  |   2 +-
 drivers/infiniband/sw/siw/siw_cq.c               |   2 +-
 drivers/infiniband/sw/siw/siw_mem.c              |  28 +-
 drivers/infiniband/sw/siw/siw_mem.h              |   1 -
 drivers/infiniband/sw/siw/siw_qp_rx.c            |   8 +-
 drivers/infiniband/sw/siw/siw_verbs.c            |   8 +-
 drivers/iommu/dma-iommu.c                        | 482 ++++++++++++++++++++---
 drivers/iommu/iommu.c                            |  84 ++--
 drivers/net/ethernet/intel/ice/devlink/devlink.c |  45 ++-
 drivers/net/ethernet/intel/ice/ice.h             |   6 +-
 drivers/net/ethernet/intel/ice/ice_dcb.c         |   2 +-
 drivers/net/ethernet/intel/ice/ice_dcb_lib.c     |  47 ++-
 drivers/net/ethernet/intel/ice/ice_dcb_lib.h     |   9 +
 drivers/net/ethernet/intel/ice/ice_dcb_nl.c      |   4 +-
 drivers/net/ethernet/intel/ice/ice_ethtool.c     |   8 +-
 drivers/net/ethernet/intel/ice/ice_idc.c         | 207 ++++++----
 drivers/net/ethernet/intel/ice/ice_idc_int.h     |   5 +-
 drivers/net/ethernet/intel/ice/ice_main.c        |  18 +-
 drivers/net/ethernet/intel/ice/ice_type.h        |   6 +-
 drivers/net/ethernet/microsoft/mana/gdma_main.c  |  27 +-
 drivers/net/ethernet/microsoft/mana/hw_channel.c |  19 +
 drivers/net/ethernet/microsoft/mana/mana_en.c    | 108 ++++-
 drivers/pci/p2pdma.c                             |  38 +-
 include/linux/dma-map-ops.h                      |  54 ---
 include/linux/dma-mapping.h                      |  85 ++++
 include/linux/hmm-dma.h                          |  33 ++
 include/linux/hmm.h                              |  24 +-
 include/linux/iommu.h                            |   4 +
 include/linux/mlx5/driver.h                      |   1 +
 include/linux/net/intel/iidc.h                   | 109 -----
 include/linux/net/intel/iidc_rdma.h              |  68 ++++
 include/linux/net/intel/iidc_rdma_ice.h          |  70 ++++
 include/linux/pci-p2pdma.h                       |  85 ++++
 include/net/mana/gdma.h                          |  47 ++-
 include/net/mana/hw_channel.h                    |   9 +
 include/net/mana/mana.h                          |   3 +
 include/rdma/ib_cm.h                             |  17 +-
 include/rdma/ib_umem_odp.h                       |  25 +-
 include/rdma/ib_verbs.h                          |  18 +-
 include/rdma/rdma_cm.h                           |   1 -
 include/uapi/rdma/ib_user_verbs.h                |  16 +
 kernel/dma/direct.c                              |  44 +--
 kernel/dma/mapping.c                             |  18 +
 mm/hmm.c                                         | 262 +++++++++++-
 105 files changed, 2700 insertions(+), 1261 deletions(-)
 create mode 100644 drivers/infiniband/hw/hns/hns_roce_trace.h
 create mode 100644 include/linux/hmm-dma.h
 delete mode 100644 include/linux/net/intel/iidc.h
 create mode 100644 include/linux/net/intel/iidc_rdma.h
 create mode 100644 include/linux/net/intel/iidc_rdma_ice.h

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

             reply	other threads:[~2025-05-30 14:42 UTC|newest]

Thread overview: 318+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-30 14:42 Jason Gunthorpe [this message]
2025-05-30 17:28 ` [GIT PULL] Please pull RDMA subsystem changes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2026-05-05 15:17 Jason Gunthorpe
2026-05-05 18:25 ` pr-tracker-bot
2026-04-20 12:19 Jason Gunthorpe
2026-04-20 19:13 ` pr-tracker-bot
2026-03-27 15:09 Jason Gunthorpe
2026-03-27 20:39 ` pr-tracker-bot
2026-02-26 15:36 Jason Gunthorpe
2026-02-26 17:53 ` pr-tracker-bot
2026-02-13  0:34 Jason Gunthorpe
2026-02-13  1:18 ` pr-tracker-bot
2026-01-02 18:16 Jason Gunthorpe
2026-01-02 20:36 ` pr-tracker-bot
2025-12-03 15:18 Jason Gunthorpe
2025-12-05  3:01 ` pr-tracker-bot
2025-11-04 14:31 Jason Gunthorpe
2025-11-04 19:11 ` pr-tracker-bot
2025-10-03  0:02 Jason Gunthorpe
2025-10-04  1:41 ` pr-tracker-bot
2025-09-22 13:58 Jason Gunthorpe
2025-09-22 18:27 ` pr-tracker-bot
2025-08-21 23:24 Jason Gunthorpe
2025-08-22 13:36 ` pr-tracker-bot
2025-08-06 18:36 Jason Gunthorpe
2025-08-07  5:30 ` pr-tracker-bot
2025-07-30 17:45 Jason Gunthorpe
2025-07-31 20:04 ` pr-tracker-bot
2025-07-02 14:36 Jason Gunthorpe
2025-07-02 17:06 ` pr-tracker-bot
2025-05-15 19:12 Jason Gunthorpe
2025-05-15 20:32 ` pr-tracker-bot
2025-04-14 13:06 Jason Gunthorpe
2025-04-14 17:41 ` pr-tracker-bot
2025-03-28 14:23 Jason Gunthorpe
2025-03-29 18:24 ` pr-tracker-bot
2025-03-20 14:57 Jason Gunthorpe
2025-03-20 17:02 ` pr-tracker-bot
2025-02-25 19:22 Jason Gunthorpe
2025-02-26  0:20 ` pr-tracker-bot
2025-01-23 17:14 Jason Gunthorpe
2025-01-24 21:45 ` pr-tracker-bot
2025-01-03 14:24 Jason Gunthorpe
2025-01-03 23:22 ` pr-tracker-bot
2024-11-22 18:36 Jason Gunthorpe
2024-11-23  4:10 ` pr-tracker-bot
2024-11-15 15:18 Jason Gunthorpe
2024-11-15 18:59 ` pr-tracker-bot
2024-10-31 16:30 Jason Gunthorpe
2024-11-01  2:52 ` pr-tracker-bot
2024-10-16 18:00 Jason Gunthorpe
2024-10-16 20:51 ` pr-tracker-bot
2024-09-23 17:16 Jason Gunthorpe
2024-09-24 19:36 ` pr-tracker-bot
2024-07-18 19:31 Jason Gunthorpe
2024-07-19 18:09 ` pr-tracker-bot
2024-06-21 13:24 Jason Gunthorpe
2024-06-21 21:09 ` pr-tracker-bot
2024-05-17 19:34 Jason Gunthorpe
2024-05-18 21:05 ` pr-tracker-bot
2024-04-19 17:19 Jason Gunthorpe
2024-04-19 21:07 ` pr-tracker-bot
2024-03-18 16:51 Jason Gunthorpe
2024-03-18 22:47 ` pr-tracker-bot
2024-02-21  0:12 Jason Gunthorpe
2024-02-21  1:03 ` pr-tracker-bot
2024-01-12  1:06 Jason Gunthorpe
2024-01-12 22:20 ` pr-tracker-bot
2023-12-08 14:19 Jason Gunthorpe
2023-12-08 20:45 ` pr-tracker-bot
2023-11-02 23:09 Jason Gunthorpe
2023-11-03  1:26 ` pr-tracker-bot
2023-10-06 18:30 Jason Gunthorpe
2023-10-07 18:12 ` pr-tracker-bot
2023-09-01  0:30 Jason Gunthorpe
2023-09-02  0:00 ` pr-tracker-bot
2023-08-11 23:55 Jason Gunthorpe
2023-08-12  2:55 ` pr-tracker-bot
2023-07-28 18:52 Jason Gunthorpe
2023-07-29  0:27 ` pr-tracker-bot
2023-06-29  0:46 Jason Gunthorpe
2023-06-30  4:10 ` Linus Torvalds
2023-07-03 21:19   ` Jason Gunthorpe
2023-06-30  4:16 ` pr-tracker-bot
2023-06-15 12:39 Jason Gunthorpe
2023-06-16  4:16 ` pr-tracker-bot
2023-05-31 16:58 Jason Gunthorpe
2023-04-28 15:34 Jason Gunthorpe
2023-04-30  0:52 ` pr-tracker-bot
2023-04-14 12:18 Jason Gunthorpe
2023-04-14 17:40 ` pr-tracker-bot
2023-02-24  1:27 Jason Gunthorpe
2023-02-24 23:27 ` pr-tracker-bot
2023-02-10  0:35 Jason Gunthorpe
2023-02-10  1:56 ` pr-tracker-bot
2023-01-20 21:13 Jason Gunthorpe
2023-01-20 22:38 ` pr-tracker-bot
2023-01-07  2:11 Jason Gunthorpe
2023-01-07 18:43 ` pr-tracker-bot
2022-12-17  1:05 Jason Gunthorpe
2022-12-17 14:28 ` pr-tracker-bot
2022-12-13 21:05 Jason Gunthorpe
2022-12-14  2:23 ` Yanjun Zhu
2022-12-14  7:40   ` Leon Romanovsky
2022-12-15  2:18     ` Yanjun Zhu
2022-12-14 18:04 ` pr-tracker-bot
2022-11-02 12:26 Jason Gunthorpe
2022-11-02 18:38 ` pr-tracker-bot
2022-10-06 23:03 Jason Gunthorpe
2022-10-07 19:20 ` pr-tracker-bot
2022-09-09 16:17 Jason Gunthorpe
2022-09-09 19:13 ` pr-tracker-bot
2022-08-19 18:21 Jason Gunthorpe
2022-08-20 17:55 ` pr-tracker-bot
2022-08-04 18:48 Jason Gunthorpe
2022-08-05  3:26 ` pr-tracker-bot
2022-07-18 23:12 Jason Gunthorpe
2022-07-19  0:19 ` pr-tracker-bot
2022-06-30 12:57 Jason Gunthorpe
2022-06-30 17:28 ` pr-tracker-bot
2022-05-26 14:46 Jason Gunthorpe
2022-05-27  4:17 ` pr-tracker-bot
2022-05-06 16:01 Jason Gunthorpe
2022-05-06 16:57 ` Linus Torvalds
2022-05-06 17:06   ` Jason Gunthorpe
2022-05-06 16:58 ` pr-tracker-bot
2022-04-08 19:03 Jason Gunthorpe
2022-04-09  4:39 ` pr-tracker-bot
2022-03-23 19:54 Jason Gunthorpe
2022-03-25  2:47 ` pr-tracker-bot
2022-02-25 21:16 Jason Gunthorpe
2022-02-25 22:15 ` pr-tracker-bot
2022-02-04 23:59 Jason Gunthorpe
2022-02-05  0:31 ` pr-tracker-bot
2022-01-13 18:53 Jason Gunthorpe
2022-01-13 19:19 ` pr-tracker-bot
2022-01-07  1:15 Jason Gunthorpe
2022-01-07  3:05 ` pr-tracker-bot
2021-12-21  1:25 Jason Gunthorpe
2021-12-21  1:37 ` pr-tracker-bot
2021-12-09 21:07 Jason Gunthorpe
2021-12-09 21:23 ` pr-tracker-bot
2021-11-19 17:19 Jason Gunthorpe
2021-11-19 19:46 ` pr-tracker-bot
2021-11-03 13:43 Jason Gunthorpe
2021-11-03 16:01 ` pr-tracker-bot
2021-10-27 12:49 Jason Gunthorpe
2021-10-27 17:44 ` pr-tracker-bot
2021-09-30  1:02 Jason Gunthorpe
2021-09-30 21:34 ` pr-tracker-bot
2021-09-08 23:40 Jason Gunthorpe
2021-09-09 18:54 ` pr-tracker-bot
2021-09-01 23:41 Jason Gunthorpe
2021-09-02 22:42 ` pr-tracker-bot
2021-08-24 14:23 Jason Gunthorpe
2021-08-24 17:01 ` pr-tracker-bot
2021-08-06 13:30 Jason Gunthorpe
2021-08-06 18:27 ` pr-tracker-bot
2021-07-26 23:10 Jason Gunthorpe
2021-07-27 21:17 ` pr-tracker-bot
2021-07-01  1:30 Jason Gunthorpe
2021-07-01 21:58 ` pr-tracker-bot
2021-06-10 12:37 Jason Gunthorpe
2021-06-10 19:18 ` pr-tracker-bot
2021-05-20 14:37 Jason Gunthorpe
2021-05-20 16:47 ` pr-tracker-bot
2021-04-30 16:55 Jason Gunthorpe
2021-04-30 17:01 ` Jason Gunthorpe
2021-05-01 17:20 ` pr-tracker-bot
2021-04-08 19:51 Jason Gunthorpe
2021-04-08 23:40 ` pr-tracker-bot
2021-03-25 18:04 Jason Gunthorpe
2021-03-25 19:13 ` pr-tracker-bot
2021-03-05 23:35 Jason Gunthorpe
2021-03-06  1:35 ` pr-tracker-bot
2021-02-22 14:59 Jason Gunthorpe
2021-02-22 18:37 ` pr-tracker-bot
2021-01-28 14:46 Jason Gunthorpe
2021-01-15 19:21 Jason Gunthorpe
2021-01-15 23:35 ` pr-tracker-bot
2020-12-16 17:57 Jason Gunthorpe
2020-12-16 21:51 ` pr-tracker-bot
2020-12-10 15:50 Jason Gunthorpe
2020-12-10 19:11 ` pr-tracker-bot
2020-11-27 14:00 Jason Gunthorpe
2020-11-27 21:21 ` pr-tracker-bot
2020-11-19 19:29 Jason Gunthorpe
2020-11-19 23:00 ` pr-tracker-bot
2020-11-05 18:16 Jason Gunthorpe
2020-11-05 20:21 ` pr-tracker-bot
2020-10-29 18:41 Jason Gunthorpe
2020-10-29 18:53 ` Linus Torvalds
2020-10-29 19:00 ` pr-tracker-bot
2020-10-16 18:51 Jason Gunthorpe
2020-10-17 18:21 ` Linus Torvalds
2020-10-17 18:42   ` Jason Gunthorpe
2020-10-17 18:22 ` pr-tracker-bot
2020-09-25 12:57 Jason Gunthorpe
2020-09-25 17:48 ` pr-tracker-bot
2020-09-10 23:38 Jason Gunthorpe
2020-09-11 18:37 ` pr-tracker-bot
2020-08-21 14:06 Jason Gunthorpe
2020-08-21 17:16 ` pr-tracker-bot
2020-08-06 18:27 Jason Gunthorpe
2020-08-07  1:55 ` pr-tracker-bot
2020-07-31 15:17 Jason Gunthorpe
2020-07-31 16:45 ` pr-tracker-bot
2020-07-24 17:47 Jason Gunthorpe
2020-07-24 21:40 ` pr-tracker-bot
2020-07-10 17:58 Jason Gunthorpe
2020-07-10 22:10 ` pr-tracker-bot
2020-06-25 17:56 Jason Gunthorpe
2020-06-25 20:15 ` pr-tracker-bot
2020-06-04 19:51 Jason Gunthorpe
2020-06-05 21:15 ` pr-tracker-bot
2020-05-29 14:15 Jason Gunthorpe
2020-05-29 21:10 ` pr-tracker-bot
2020-05-15 19:13 Jason Gunthorpe
2020-05-15 20:15 ` pr-tracker-bot
2020-04-28 19:59 Jason Gunthorpe
2020-04-28 20:40 ` pr-tracker-bot
2020-04-01 23:01 Jason Gunthorpe
2020-04-02  2:05 ` pr-tracker-bot
2020-03-26 17:31 Jason Gunthorpe
2020-03-26 17:50 ` pr-tracker-bot
2020-03-08  0:07 Jason Gunthorpe
2020-03-08  2:00 ` pr-tracker-bot
2020-02-15 21:32 Jason Gunthorpe
2020-02-16  1:20 ` pr-tracker-bot
2020-01-31 15:16 Jason Gunthorpe
2020-01-31 23:10 ` pr-tracker-bot
2020-01-10  2:16 Jason Gunthorpe
2020-01-11 14:45 ` pr-tracker-bot
2019-11-27  0:24 Jason Gunthorpe
2019-11-27 18:19 ` Linus Torvalds
2019-11-27 19:23   ` Jason Gunthorpe
2019-11-27 18:45 ` pr-tracker-bot
2019-11-14 15:16 Jason Gunthorpe
2019-11-14 16:55 ` pr-tracker-bot
2019-10-31 18:22 Jason Gunthorpe
2019-11-01 17:10 ` pr-tracker-bot
2019-10-09 14:28 Jason Gunthorpe
2019-10-09 19:30 ` pr-tracker-bot
2019-09-19 16:34 Jason Gunthorpe
2019-09-21 17:40 ` pr-tracker-bot
2019-07-30 12:15 Jason Gunthorpe
2019-07-30 20:40 ` pr-tracker-bot
2019-07-15 15:26 Jason Gunthorpe
2019-07-16  4:35 ` pr-tracker-bot
2019-06-06 20:14 Jason Gunthorpe
2019-06-07 16:45 ` pr-tracker-bot
2019-05-15  0:46 Jason Gunthorpe
2019-05-15  4:05 ` pr-tracker-bot
2019-05-09 13:37 Jason Gunthorpe
2019-05-09 16:25 ` pr-tracker-bot
2019-04-28 11:52 Jason Gunthorpe
2019-04-28 16:59 ` Linus Torvalds
2019-04-28 23:49   ` Jason Gunthorpe
2019-04-29  0:09     ` Linus Torvalds
2019-04-30 12:53       ` Jason Gunthorpe
2019-04-28 18:05 ` pr-tracker-bot
2019-04-29  6:09 ` Heiko Carstens
2019-04-29  8:40   ` Jason Gunthorpe
2019-04-29  9:00     ` Michal Kubecek
2019-04-29  9:19       ` Leon Romanovsky
2019-04-29 15:42     ` Doug Ledford
2019-04-29 16:29       ` Doug Ledford
2019-04-10 18:46 Jason Gunthorpe
2019-04-10 19:55 ` pr-tracker-bot
2019-03-18  1:04 Jason Gunthorpe
2019-03-19 18:15 ` pr-tracker-bot
2019-03-07  1:34 Jason Gunthorpe
2019-03-10  1:40 ` pr-tracker-bot
2019-02-21 23:07 Jason Gunthorpe
2019-02-22 18:40 ` pr-tracker-bot
2019-02-01 17:41 Jason Gunthorpe
2019-02-01 18:45 ` pr-tracker-bot
2019-01-18  3:56 Jason Gunthorpe
2019-01-18  5:35 ` pr-tracker-bot
2019-01-04  5:00 Jason Gunthorpe
2019-01-06  2:40 ` pr-tracker-bot
2018-12-24 22:16 Jason Gunthorpe
2018-12-29  1:30 ` pr-tracker-bot
2018-11-29 22:52 Jason Gunthorpe
2018-10-25 21:21 Jason Gunthorpe
2018-10-26 14:50 ` Linus Torvalds
2018-09-27 18:24 Jason Gunthorpe
2018-09-27 20:17 ` Greg Kroah-Hartman
2018-09-10 23:04 Jason Gunthorpe
2018-08-22 21:44 Jason Gunthorpe
2018-08-16 21:57 Jason Gunthorpe
2018-08-17 19:31 ` Linus Torvalds
2018-08-17 19:44   ` Linus Torvalds
2018-08-17 20:50     ` Linus Torvalds
2018-08-17 21:16       ` Jason Gunthorpe
2018-08-17 23:56         ` Linus Torvalds
2018-08-17 20:15   ` Jason Gunthorpe
2018-08-17 20:27     ` Linus Torvalds
2018-08-17 21:27       ` Jason Gunthorpe
2018-08-03 16:11 Jason Gunthorpe
2018-07-13 17:13 Jason Gunthorpe
2018-06-20 21:00 Jason Gunthorpe
2018-06-06 21:42 Jason Gunthorpe
2018-06-01 16:47 Jason Gunthorpe
2018-05-24 20:51 Jason Gunthorpe
2018-04-06 16:05 Jason Gunthorpe
2018-05-16 17:39 ` Eugene Syromiatnikov
2018-05-16 17:49   ` Jason Gunthorpe
2018-05-16 18:01     ` Eugene Syromiatnikov
2018-03-29 19:17 Jason Gunthorpe
2018-03-20 23:17 Jason Gunthorpe
2018-01-31 17:47 Jason Gunthorpe
     [not found] ` <20180131174735.GA18568-uk2M96/98Pc@public.gmane.org>
2018-01-31 20:11   ` Linus Torvalds
     [not found]     ` <CA+55aFxmnW-iu1Na3QC8Ci8Q_Qdfn2Ak_9wDB6+A564R=Xn9Ag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-31 21:04       ` Jason Gunthorpe
     [not found]         ` <20180131210457.GE23352-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2018-02-01 19:12           ` Linus Torvalds
     [not found]             ` <CA+55aFxySLoCHcmZgx2PiF6jEazVOSy=2idccRsWqOzmyK2gaw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-02-01 20:33               ` Jason Gunthorpe
2017-12-28 21:03 Jason Gunthorpe
2017-12-16 17:12 Jason Gunthorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250530144213.GA294859@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=leonro@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.