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: Mon, 23 Sep 2024 14:16:14 -0300	[thread overview]
Message-ID: <20240923171614.GA53576@nvidia.com> (raw)

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

Hi Linus,

There is a small conflict with netdev in the shared ifc file - take
both and keep the list sorted:

@@@ -313,7 -315,7 +315,8 @@@ enum 
        MLX5_CMD_OP_MODIFY_VHCA_STATE             = 0xb0e,
        MLX5_CMD_OP_SYNC_CRYPTO                   = 0xb12,
        MLX5_CMD_OP_ALLOW_OTHER_VHCA_ACCESS       = 0xb16,
+       MLX5_CMD_OP_GENERATE_WQE                  = 0xb17,
 +      MLX5_CMD_OPCODE_QUERY_VUID                = 0xb22,
        MLX5_CMD_OP_MAX
  };
  
Nothing especially stood out to me here. The new multipath PCI feature
is a sign of things to come, I think we will see more of this in the
next 10 years. Broadcom and HNS continue to update their drivers for
their new HW generations.

The tag for-linus-merged with my merge resolution to your tree is also
available to pull.

Apologies for the delay, LPC travel was a bit troublesome this year.

Thanks,
Jason

The following changes since commit 5be63fc19fcaa4c236b307420483578a56986a37:

  Linux 6.11-rc5 (2024-08-25 19:07:11 +1200)

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 70920941923316b760bc7a804eb3d49a126d8712:

  RDMA/bnxt_re: Remove the unused variable en_dev (2024-09-22 16:53:46 +0300)

----------------------------------------------------------------
RDMA v6.12 merge window

Usual collection of small improvements and fixes:

- Bug fixes and minor improvments in cxgb4, siw, mlx5, rxe, efa, rts, hfi,
  erdma, hns, irdma

- Code cleanups/typos/etc. Tidy alloc_ordered_workqueue() calls

- Multipath PCI for mlx5

- Variable size work queue, SRQ changes, and relaxed ordering for new bnxt HW

- New ODP fault resolution FW protocol in mlx5

- New "rdma monitor" netlink mechanism

----------------------------------------------------------------
Anumula Murali Mohan Reddy (1):
      RDMA/cxgb4: use dma_mmap_coherent() for mapping non-contiguous memory

Chandramohan Akula (4):
      RDMA/bnxt_re: Refactor the BNXT_RE_METHOD_GET_TOGGLE_MEM method
      RDMA/bnxt_re: Share a page to expose per SRQ info with userspace
      RDMA/bnxt_re: Change aux driver data to en_info to hold more information
      RDMA/bnxt_re: Use the aux device for L2 ULP callbacks

Cheng Xu (3):
      RDMA/erdma: Refactor the initialization and destruction of EQ
      RDMA/erdma: Add disassociate ucontext support
      RDMA/erdma: Return QP state in erdma_query_qp

Chengchang Tang (2):
      RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled
      RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS

Chiara Meiohas (6):
      RDMA/nldev: Enhance netlink message parsing and validation
      RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creation
      RDMA/device: Remove optimization in ib_device_get_netdev()
      RDMA/mlx5: Use IB set_netdev and get_netdev functions
      RDMA/nldev: Add support for RDMA monitoring
      RDMA/nldev: Expose whether RDMA monitoring is supported

Chris Mi (1):
      IB/mlx5: Fix UMR pd cleanup on error flow of driver init

Grzegorz Prajsner (1):
      RDMA/rtrs: Register ib event handler

Hongguang Gao (1):
      RDMA/bnxt_re: Get the toggle bits from SRQ events

Jack Wang (7):
      RDMA/rtrs-clt: Fix need_inv setting in error case
      RDMA/rtrs-clt: Rate limit errors in IO path
      RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer
      RDMA/rtrs-clt: Reuse need_inval from mr
      RDMA/rtrs-clt: Print request type for errors
      RDMA/rtrs-clt: Do local invalidate after write io completion
      RDMA/rtrs-clt: Remove an extra space

Jason Gunthorpe (1):
      Merge branch 'bnxt_re_variable_wqes' into rdma.git for-next

Jiapeng Chong (1):
      RDMA/bnxt_re: Remove the unused variable en_dev

Jinjie Ruan (4):
      RDMA/qib: Simplify an alloc_ordered_workqueue() invocation
      RDMA/mad: Simplify an alloc_ordered_workqueue() invocation
      RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocation
      RDMA/mlx4: Simplify an alloc_ordered_workqueue() invocation

Junxian Huang (5):
      RDMA/hns: Don't modify rq next block addr in HIP09 QPC
      RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler
      RDMA/hns: Optimize hem allocation performance
      RDMA/hns: Fix restricted __le16 degrades to integer issue
      RDMA/hns: Fix ah error counter in sw stat not increasing

Kalesh AP (4):
      RDMA/bnxt_re: Update HW interface headers
      RDMA/bnxt_re: Rename a variable
      RDMA/bnxt_re: Avoid an extra hwrm per MR creation
      RDMA/bnxt_re: Add support for MR Relaxed Ordering

Leon Romanovsky (1):
      Introducing Multi-Path DMA Support for mlx5 RDMA Driver

Long Li (2):
      RDMA/mana_ib: use the correct page table index based on hardware page size
      RDMA/mana_ib: use the correct page size for mapping user-mode doorbell page

Maher Sanalla (1):
      RDMA/mlx5: Enable ATS when allocating kernel MRs

Mark Bloch (3):
      RDMA/mlx5: Expose vhca id for all ports in multiport mode
      RDMA/mlx5: Check RoCE LAG status before getting netdev
      RDMA/mlx5: Obtain upper net device only when needed

Md Haris Iqbal (3):
      RDMA/rtrs: For HB error add additional clt/srv specific logging
      RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds
      RDMA/rtrs-srv: Avoid null pointer deref during path establishment

Michael Guralnik (12):
      RDMA/mlx5: Drop redundant work canceling from clean_keys()
      RDMA/mlx5: Fix counter update on MR cache mkey creation
      RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
      RDMA/mlx5: Fix MR cache temp entries cleanup
      net/mlx5: Expand mkey page size to support 6 bits
      net/mlx5: Expose HW bits for Memory scheme ODP
      RDMA/mlx5: Add new ODP memory scheme eqe format
      RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults
      RDMA/mlx5: Split ODP mkey search logic
      RDMA/mlx5: Add handling for memory scheme page fault events
      RDMA/mlx5: Add implicit MR handling to ODP memory scheme
      net/mlx5: Handle memory scheme ODP capabilities

Mikhail Lobanov (1):
      RDMA/cxgb4: Added NULL check for lookup_atid

Nathan Chancellor (1):
      RDMA/nldev: Add missing break in rdma_nl_notify_err_msg()

Patrisious Haddad (1):
      IB/core: Fix ib_cache_setup_one error flow cleanup

Saravanan Vajravel (1):
      RDMA/mad: Improve handling of timed out WRs of mad agent

Selvin Xavier (9):
      RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters
      RDMA/bnxt_re: Get the WQE index from slot index while completing the WQEs
      RDMA/bnxt_re: Fix the table size for PSN/MSN entries
      RDMA/bnxt_re: Handle variable WQE support for user applications
      RDMA/bnxt_re: Enable variable size WQEs for user space applications
      RDMA/bnxt_re: Fix the compatibility flag for variable size WQE
      RDMA/bnxt_re: Fix the max WQE size for static WQE support
      RDMA/bnxt_re: Group all operations under add_device and remove_device
      RDMA/bnxt_re: Recover the device when FW error is detected

Shen Lichuan (1):
      RDMA/rdmavt: Convert to use ERR_CAST()

Showrya M N (1):
      RDMA/siw: Remove NETDEV_GOING_DOWN event handler

Vitaliy Shevtsov (1):
      RDMA/irdma: fix error message in irdma_modify_qp_roce()

Yehuda Yitschak (1):
      RDMA/efa: Add support for node guid

Yishai Hadas (9):
      net/mlx5: Add IFC related stuff for data direct
      RDMA/mlx5: Introduce the 'data direct' driver
      RDMA/mlx5: Add the initialization flow to utilize the 'data direct' device
      RDMA/umem: Add support for creating pinned DMABUF umem with a given dma device
      RDMA/umem: Introduce an option to revoke DMABUF umem
      RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' API
      RDMA/mlx5: Add support for DMABUF MR registrations with Data-direct
      RDMA/mlx5: Introduce GET_DATA_DIRECT_SYSFS_PATH ioctl
      RDMA/mlx5: Consider the query_vuid cap for data_direct

Yue Haibing (2):
      RDMA/mlx5: Remove two unused declarations
      RDMA/cxgb4: Remove unused declarations

Zhang Zekun (4):
      RDMA/core: Remove unused declaration rdma_resolve_ip_route()
      RDMA/ipoib: Remove unused declarations
      IB/iser: Remove unused declaration in header file
      IB/qib: Remove unused declarations in header file

Zhu Yanjun (1):
      RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency

wenglianfa (2):
      RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08
      RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()

zhenwei pi (3):
      RDMA/rxe: Use sizeof instead of hard code number
      RDMA/rxe: Fix misspelling of 'rmda'
      RDMA/rxe: Fix __bth_set_resv6a

 drivers/infiniband/core/cache.c                   |   4 +-
 drivers/infiniband/core/core_priv.h               |   3 -
 drivers/infiniband/core/device.c                  |  48 ++-
 drivers/infiniband/core/iwcm.c                    |   2 +-
 drivers/infiniband/core/mad.c                     |  19 +-
 drivers/infiniband/core/netlink.c                 |   1 +
 drivers/infiniband/core/nldev.c                   | 187 ++++++++--
 drivers/infiniband/core/umem_dmabuf.c             |  66 +++-
 drivers/infiniband/core/uverbs_std_types_mr.c     |   2 +-
 drivers/infiniband/hw/bnxt_re/bnxt_re.h           |  23 ++
 drivers/infiniband/hw/bnxt_re/ib_verbs.c          | 254 ++++++++-----
 drivers/infiniband/hw/bnxt_re/ib_verbs.h          |  20 +-
 drivers/infiniband/hw/bnxt_re/main.c              | 213 +++++++----
 drivers/infiniband/hw/bnxt_re/qplib_fp.c          |  72 +++-
 drivers/infiniband/hw/bnxt_re/qplib_fp.h          |  25 +-
 drivers/infiniband/hw/bnxt_re/qplib_res.h         |  11 +
 drivers/infiniband/hw/bnxt_re/qplib_sp.c          |  19 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.h          |  11 +-
 drivers/infiniband/hw/bnxt_re/roce_hsi.h          |  36 +-
 drivers/infiniband/hw/cxgb4/cm.c                  |   5 +
 drivers/infiniband/hw/cxgb4/cq.c                  |   8 +-
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h            |  40 ++-
 drivers/infiniband/hw/cxgb4/provider.c            |  67 ++--
 drivers/infiniband/hw/cxgb4/qp.c                  |  32 +-
 drivers/infiniband/hw/efa/efa.h                   |   2 +-
 drivers/infiniband/hw/efa/efa_admin_cmds_defs.h   |   3 +
 drivers/infiniband/hw/efa/efa_com_cmd.c           |   1 +
 drivers/infiniband/hw/efa/efa_com_cmd.h           |   1 +
 drivers/infiniband/hw/efa/efa_main.c              |   1 +
 drivers/infiniband/hw/efa/efa_verbs.c             |   4 +-
 drivers/infiniband/hw/erdma/erdma.h               |   3 +-
 drivers/infiniband/hw/erdma/erdma_cmdq.c          |  26 +-
 drivers/infiniband/hw/erdma/erdma_eq.c            |  87 +++--
 drivers/infiniband/hw/erdma/erdma_main.c          |   5 +-
 drivers/infiniband/hw/erdma/erdma_verbs.c         |  29 +-
 drivers/infiniband/hw/erdma/erdma_verbs.h         |   1 +
 drivers/infiniband/hw/hns/hns_roce_ah.c           |  14 +-
 drivers/infiniband/hw/hns/hns_roce_hem.c          |  22 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c        |  33 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c           |  16 +-
 drivers/infiniband/hw/irdma/verbs.c               |   4 +-
 drivers/infiniband/hw/mana/main.c                 |   8 +-
 drivers/infiniband/hw/mlx4/alias_GUID.c           |   4 +-
 drivers/infiniband/hw/mlx4/mad.c                  |  10 +-
 drivers/infiniband/hw/mlx5/Makefile               |   1 +
 drivers/infiniband/hw/mlx5/cmd.c                  |  21 ++
 drivers/infiniband/hw/mlx5/cmd.h                  |   2 +
 drivers/infiniband/hw/mlx5/data_direct.c          | 227 ++++++++++++
 drivers/infiniband/hw/mlx5/data_direct.h          |  23 ++
 drivers/infiniband/hw/mlx5/ib_rep.c               |  22 +-
 drivers/infiniband/hw/mlx5/main.c                 | 324 ++++++++++++++---
 drivers/infiniband/hw/mlx5/mlx5_ib.h              |  60 +++-
 drivers/infiniband/hw/mlx5/mr.c                   | 418 ++++++++++++++++------
 drivers/infiniband/hw/mlx5/odp.c                  | 405 ++++++++++++++++-----
 drivers/infiniband/hw/mlx5/std_types.c            |  76 +++-
 drivers/infiniband/hw/mlx5/umr.c                  |  96 +++--
 drivers/infiniband/hw/mlx5/umr.h                  |   1 +
 drivers/infiniband/hw/qib/qib_init.c              |   9 +-
 drivers/infiniband/hw/qib/qib_verbs.h             |   4 -
 drivers/infiniband/sw/rdmavt/mr.c                 |   6 +-
 drivers/infiniband/sw/rxe/rxe_hdr.h               |   2 +-
 drivers/infiniband/sw/rxe/rxe_resp.c              |   4 +-
 drivers/infiniband/sw/siw/siw.h                   |   2 -
 drivers/infiniband/sw/siw/siw_main.c              |  37 --
 drivers/infiniband/ulp/ipoib/ipoib.h              |   4 -
 drivers/infiniband/ulp/iser/iscsi_iser.h          |   4 -
 drivers/infiniband/ulp/rtrs/rtrs-clt.c            |  92 +++--
 drivers/infiniband/ulp/rtrs/rtrs-clt.h            |   3 +-
 drivers/infiniband/ulp/rtrs/rtrs-pri.h            |   2 +
 drivers/infiniband/ulp/rtrs/rtrs-srv.c            |  51 ++-
 drivers/infiniband/ulp/rtrs/rtrs-srv.h            |   2 +
 drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c |  76 ++--
 drivers/net/ethernet/mellanox/mlx5/core/main.c    |  54 +--
 include/linux/mlx5/device.h                       |  31 +-
 include/linux/mlx5/driver.h                       |   2 +-
 include/linux/mlx5/mlx5_ifc.h                     | 113 +++++-
 include/rdma/ib_umem.h                            |  18 +
 include/rdma/ib_verbs.h                           |   4 +-
 include/rdma/rdma_netlink.h                       |  12 +
 include/uapi/rdma/bnxt_re-abi.h                   |  13 +
 include/uapi/rdma/mlx5_user_ioctl_cmds.h          |   9 +
 include/uapi/rdma/mlx5_user_ioctl_verbs.h         |   4 +
 include/uapi/rdma/rdma_netlink.h                  |  16 +
 83 files changed, 2796 insertions(+), 896 deletions(-)
(diffstat from tag for-linus-merged)

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

             reply	other threads:[~2024-09-23 17:16 UTC|newest]

Thread overview: 318+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-23 17:16 Jason Gunthorpe [this message]
2024-09-24 19:36 ` [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-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-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=20240923171614.GA53576@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.