public inbox for linux-rdma@vger.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: Wed, 3 Dec 2025 11:18:47 -0400	[thread overview]
Message-ID: <20251203151847.GA1224837@nvidia.com> (raw)

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

Hi Linus,

This PR has another new RDMA driver "bng_en" for latest generation
Broadcom NICs. There might be one more new driver still to come.

Otherwise it is a fairly quite cycle.

Thanks,
Jason

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -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 80a85a771deb113cfe2e295fb9e84467a43ebfe4:

  RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep (2025-11-27 07:10:02 -0500)

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

- Minor driver bug fixes and updates to cxgb4, rxe, rdmavt, bnxt_re, mlx5

- Many bug fix patches for irdma

- WQ_PERCPU annotations and system_dfl_wq changes

- Improved mlx5 support for "other eswitches" and multiple PFs

- 1600Gbps link speed reporting support. Four Digits Now!

- New driver bng_en for latest generation Broadcom NICs

- Bonding support for hns

- Adjust mlx5's hmm based ODP to work with the very large address space
  created by the new 5 level paging default on x86

- Lockdep fixups in rxe and siw

----------------------------------------------------------------
Adithya Jayachandran (1):
      {rdma,net}/mlx5: Query vports mac address from device

Alok Tiwari (1):
      RDMA/cxgb4: fix typo in write_pbl() debug message

Anil Samal (1):
      RDMA/irdma: Add missing mutex destroy

Colin Ian King (1):
      RDMA/rxe: Remove redundant assignment to variable page_offset

Håkon Bugge (1):
      RDMA/cm: Base cm_id destruction timeout on CMA values

Jacob Moroni (5):
      RDMA/irdma: Enforce local fence for LOCAL_INV WRs
      RDMA/irdma: Remove unused CQ registry
      RDMA/irdma: Do not directly rely on IB_PD_UNSAFE_GLOBAL_RKEY
      RDMA/irdma: Do not set IBK_LOCAL_DMA_LKEY for GEN3+
      RDMA/irdma: Remove doorbell elision logic

Jay Bhat (4):
      RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaks
      RDMA/irdma: Silently consume unsignaled completions
      RDMA/irdma: CQ size and shadow update changes for GEN3
      RDMA/irdma: Take a lock before moving SRQ tail in poll_cq

Jijun Wang (1):
      RDMA/irdma: Fix SRQ shadow area address initialization

Junxian Huang (8):
      RDMA/hns: Add helpers to obtain netdev and bus_num from hr_dev
      RDMA/hns: Initialize bonding resources
      RDMA/hns: Add bonding event handler
      RDMA/hns: Add bonding cmds
      RDMA/hns: Implement bonding init/uninit process
      RDMA/hns: Add delayed work for bonding
      RDMA/hns: Support link state reporting for bond
      RDMA/hns: Support reset recovery for bond

Kalesh AP (3):
      RDMA/bnxt_re: Add a debugfs entry for CQE coalescing tuning
      RDMA/restrack: Fix typos in the comments
      RDMA/bnxt_re: Fix wrong check for CQ coalesc support

Krzysztof Czurylo (3):
      RDMA/irdma: Fix data race in irdma_sc_ccq_arm
      RDMA/irdma: Fix data race in irdma_free_pble
      RDMA/irdma: Fix SIGBUS in AEQ destroy

Leon Romanovsky (3):
      Add other eswitch support
      Expose definition for 1600Gbps link mode
      RDMA/bng_re: Remove prefetch instruction

Li RongQing (2):
      RDMA/core: Prevent soft lockup during large user memory region cleanup
      RDMA/core: Reduce cond_resched() frequency in __ib_umem_release

Ma Ke (1):
      RDMA/rtrs: server: Fix error handling in get_or_create_srv

Maher Sanalla (2):
      RDMA/core: Add new IB rate for XDR (8x) support
      RDMA/mlx5: Add support for 1600_8x lane speed

Marco Crivellari (7):
      RDMA/core: RDMA/mlx5: replace use of system_unbound_wq with system_dfl_wq
      RDMA/core: WQ_PERCPU added to alloc_workqueue users
      hfi1: WQ_PERCPU added to alloc_workqueue users
      RDMA/mlx4: WQ_PERCPU added to alloc_workqueue users
      IB/rdmavt: WQ_PERCPU added to alloc_workqueue users
      IB/iser: add WQ_PERCPU to alloc_workqueue users
      IB/isert: add WQ_PERCPU to alloc_workqueue users

Patrisious Haddad (7):
      net/mlx5: Add OTHER_ESWITCH HW capabilities
      net/mlx5: fs, Add other_eswitch support for steering tables
      net/mlx5: fs, set non default device per namespace
      RDMA/mlx5: Change default device for LAG slaves in RDMA TRANSPORT namespaces
      RDMA/mlx5: Add other_eswitch support for devx destruction
      RDMA/mlx5: Refactor _get_prio() function
      RDMA/mlx5: Add other eswitch support to userspace tables

Randy Dunlap (3):
      RDMA/uverbs: fix some kernel-doc warnings
      IB/rdmavt: rdmavt_qp.h: clean up kernel-doc comments
      RDMA/cm: Correct typedef and bad line warnings

Selvin Xavier (2):
      RDMA/bnxt_re: Fix the inline size for GenP7 devices
      RDMA/bnxt_re: Pass correct flag for dma mr creation

Siva Reddy Kallam (7):
      RDMA/bng_re: Add Auxiliary interface
      RDMA/bng_re: Register and get the resources from bnge driver
      RDMA/bng_re: Allocate required memory resources for Firmware channel
      RDMA/bng_re: Add infrastructure for enabling Firmware channel
      RDMA/bng_re: Enable Firmware channel and query device attributes
      RDMA/bng_re: Add basic debugfs infrastructure
      RDMA/bng_re: Initialize the Firmware and Hardware

Stefan Metzmacher (3):
      RDMA/core: let rdma_connect_locked() call lockdep_assert_held(&id_priv->handler_mutex)
      RDMA/siw: reclassify sockets in order to avoid false positives from lockdep
      RDMA/rxe: reclassify sockets in order to avoid false positives from lockdep

Tariq Toukan (1):
      net/mlx5: Expose definition for 1600Gbps link mode

Tatyana Nikolova (1):
      RDMA/irdma: Add a missing kfree of struct irdma_pci_f for GEN2

Tuo Li (1):
      RDMA/irdma: Remove redundant NULL check of udata in irdma_create_user_ah()

Vikas Gupta (1):
      bng_en: Add RoCE aux device support

Yishai Hadas (3):
      PCI/TPH: Expose pcie_tph_get_st_table_loc()
      net/mlx5: Add direct ST mode support for RDMA
      IB/mlx5: Reduce IMR KSM size when 5-level paging is enabled

Zhu Yanjun (1):
      RDMA/rxe: Fix null deref on srq->rq.queue after resize failure

 MAINTAINERS                                        |    7 +
 drivers/infiniband/Kconfig                         |    1 +
 drivers/infiniband/core/cm.c                       |    9 +-
 drivers/infiniband/core/cma.c                      |    2 +
 drivers/infiniband/core/device.c                   |    4 +-
 drivers/infiniband/core/restrack.c                 |    4 +-
 drivers/infiniband/core/ucma.c                     |    2 +-
 drivers/infiniband/core/umem.c                     |    8 +-
 drivers/infiniband/core/verbs.c                    |    3 +
 drivers/infiniband/hw/Makefile                     |    1 +
 drivers/infiniband/hw/bng_re/Kconfig               |   10 +
 drivers/infiniband/hw/bng_re/Makefile              |    8 +
 drivers/infiniband/hw/bng_re/bng_debugfs.c         |   39 +
 drivers/infiniband/hw/bng_re/bng_debugfs.h         |   12 +
 drivers/infiniband/hw/bng_re/bng_dev.c             |  534 +++++++++++
 drivers/infiniband/hw/bng_re/bng_fw.c              |  767 +++++++++++++++
 drivers/infiniband/hw/bng_re/bng_fw.h              |  211 ++++
 drivers/infiniband/hw/bng_re/bng_re.h              |   85 ++
 drivers/infiniband/hw/bng_re/bng_res.c             |  279 ++++++
 drivers/infiniband/hw/bng_re/bng_res.h             |  215 +++++
 drivers/infiniband/hw/bng_re/bng_sp.c              |  131 +++
 drivers/infiniband/hw/bng_re/bng_sp.h              |   47 +
 drivers/infiniband/hw/bng_re/bng_tlv.h             |  128 +++
 drivers/infiniband/hw/bnxt_re/bnxt_re.h            |    2 +
 drivers/infiniband/hw/bnxt_re/debugfs.c            |  128 +++
 drivers/infiniband/hw/bnxt_re/debugfs.h            |   19 +
 drivers/infiniband/hw/bnxt_re/ib_verbs.c           |    8 +-
 drivers/infiniband/hw/bnxt_re/main.c               |    1 +
 drivers/infiniband/hw/bnxt_re/qplib_fp.c           |    3 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.h           |    1 +
 drivers/infiniband/hw/bnxt_re/qplib_sp.c           |    8 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.h           |    2 +-
 drivers/infiniband/hw/cxgb4/mem.c                  |    2 +-
 drivers/infiniband/hw/hfi1/init.c                  |    4 +-
 drivers/infiniband/hw/hfi1/opfn.c                  |    4 +-
 drivers/infiniband/hw/hns/Makefile                 |    4 +-
 drivers/infiniband/hw/hns/hns_roce_ah.c            |    1 -
 drivers/infiniband/hw/hns/hns_roce_bond.c          | 1012 ++++++++++++++++++++
 drivers/infiniband/hw/hns/hns_roce_bond.h          |   95 ++
 drivers/infiniband/hw/hns/hns_roce_device.h        |   16 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c         |  141 ++-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h         |   20 +
 drivers/infiniband/hw/hns/hns_roce_main.c          |  185 +++-
 drivers/infiniband/hw/hns/hns_roce_pd.c            |    1 -
 drivers/infiniband/hw/hns/hns_roce_qp.c            |    5 +-
 drivers/infiniband/hw/hns/hns_roce_srq.c           |    1 -
 drivers/infiniband/hw/irdma/cm.c                   |    2 +-
 drivers/infiniband/hw/irdma/ctrl.c                 |  107 +--
 drivers/infiniband/hw/irdma/hw.c                   |    3 -
 drivers/infiniband/hw/irdma/icrdma_if.c            |    6 +-
 drivers/infiniband/hw/irdma/ig3rdma_if.c           |    4 +
 drivers/infiniband/hw/irdma/main.h                 |    3 +-
 drivers/infiniband/hw/irdma/pble.c                 |    6 +-
 drivers/infiniband/hw/irdma/puda.c                 |   20 +-
 drivers/infiniband/hw/irdma/type.h                 |    5 -
 drivers/infiniband/hw/irdma/uk.c                   |   67 +-
 drivers/infiniband/hw/irdma/user.h                 |    6 +-
 drivers/infiniband/hw/irdma/utils.c                |   58 +-
 drivers/infiniband/hw/irdma/verbs.c                |   49 +-
 drivers/infiniband/hw/irdma/verbs.h                |    3 +-
 drivers/infiniband/hw/mlx4/cm.c                    |    2 +-
 drivers/infiniband/hw/mlx5/devx.c                  |   14 +
 drivers/infiniband/hw/mlx5/fs.c                    |   65 +-
 drivers/infiniband/hw/mlx5/ib_rep.c                |   74 +-
 drivers/infiniband/hw/mlx5/main.c                  |    6 +-
 drivers/infiniband/hw/mlx5/odp.c                   |   93 +-
 drivers/infiniband/hw/mlx5/qp.c                    |    5 +-
 drivers/infiniband/sw/rdmavt/cq.c                  |    3 +-
 drivers/infiniband/sw/rxe/rxe_mr.c                 |    1 -
 drivers/infiniband/sw/rxe/rxe_net.c                |   49 +
 drivers/infiniband/sw/rxe/rxe_odp.c                |    1 -
 drivers/infiniband/sw/rxe/rxe_qp.c                 |   49 +
 drivers/infiniband/sw/rxe/rxe_srq.c                |    7 +-
 drivers/infiniband/sw/siw/siw_cm.c                 |   51 +
 drivers/infiniband/ulp/iser/iscsi_iser.c           |    2 +-
 drivers/infiniband/ulp/isert/ib_isert.c            |    2 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv.c             |    2 +-
 drivers/net/ethernet/broadcom/bnge/Makefile        |    3 +-
 drivers/net/ethernet/broadcom/bnge/bnge.h          |   10 +
 drivers/net/ethernet/broadcom/bnge/bnge_auxr.c     |  258 +++++
 drivers/net/ethernet/broadcom/bnge/bnge_auxr.h     |   84 ++
 drivers/net/ethernet/broadcom/bnge/bnge_core.c     |   18 +-
 drivers/net/ethernet/broadcom/bnge/bnge_hwrm.c     |   40 +
 drivers/net/ethernet/broadcom/bnge/bnge_hwrm.h     |    2 +
 drivers/net/ethernet/broadcom/bnge/bnge_resc.c     |   12 +
 drivers/net/ethernet/broadcom/bnge/bnge_resc.h     |    1 +
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  |   20 +-
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |    3 +
 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c   |   31 +
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |   74 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h  |   19 +-
 drivers/net/ethernet/mellanox/mlx5/core/lib/st.c   |   29 +-
 drivers/net/ethernet/mellanox/mlx5/core/vport.c    |   24 +-
 drivers/pci/tph.c                                  |   16 +-
 include/linux/mlx5/fs.h                            |   24 +
 include/linux/mlx5/mlx5_ifc.h                      |   47 +-
 include/linux/mlx5/port.h                          |    1 +
 include/linux/mlx5/vport.h                         |    3 +-
 include/linux/pci-tph.h                            |    1 +
 include/rdma/ib_cm.h                               |    4 +-
 include/rdma/ib_verbs.h                            |  100 +-
 include/rdma/rdmavt_qp.h                           |   70 +-
 102 files changed, 5280 insertions(+), 549 deletions(-)
 create mode 100644 drivers/infiniband/hw/bng_re/Kconfig
 create mode 100644 drivers/infiniband/hw/bng_re/Makefile
 create mode 100644 drivers/infiniband/hw/bng_re/bng_debugfs.c
 create mode 100644 drivers/infiniband/hw/bng_re/bng_debugfs.h
 create mode 100644 drivers/infiniband/hw/bng_re/bng_dev.c
 create mode 100644 drivers/infiniband/hw/bng_re/bng_fw.c
 create mode 100644 drivers/infiniband/hw/bng_re/bng_fw.h
 create mode 100644 drivers/infiniband/hw/bng_re/bng_re.h
 create mode 100644 drivers/infiniband/hw/bng_re/bng_res.c
 create mode 100644 drivers/infiniband/hw/bng_re/bng_res.h
 create mode 100644 drivers/infiniband/hw/bng_re/bng_sp.c
 create mode 100644 drivers/infiniband/hw/bng_re/bng_sp.h
 create mode 100644 drivers/infiniband/hw/bng_re/bng_tlv.h
 create mode 100644 drivers/infiniband/hw/hns/hns_roce_bond.c
 create mode 100644 drivers/infiniband/hw/hns/hns_roce_bond.h
 create mode 100644 drivers/net/ethernet/broadcom/bnge/bnge_auxr.c
 create mode 100644 drivers/net/ethernet/broadcom/bnge/bnge_auxr.h

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

             reply	other threads:[~2025-12-03 15:18 UTC|newest]

Thread overview: 314+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-03 15:18 Jason Gunthorpe [this message]
2025-12-05  3:01 ` [GIT PULL] Please pull RDMA subsystem changes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
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-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-30 14:42 Jason Gunthorpe
2025-05-30 17:28 ` 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=20251203151847.GA1224837@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox