linux-rdma.vger.kernel.org archive mirror
 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, 28 Apr 2023 12:34:45 -0300	[thread overview]
Message-ID: <ZEvnlQSpLI/4qnEp@nvidia.com> (raw)

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

Hi Linus,

Here is the RDMA pull request for 6.3 - as is now typical this is
mostly a whole range of unrelated changes in drivers. The few notable
series are highlighted in the tag.

Thanks,
Jason

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -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 531094dc7164718d28ebb581d729807d7e846363:

  RDMA/efa: Add rdma write capability to device caps (2023-04-21 19:18:58 -0300)

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

Usual wide collection of unrelated items in drivers:

- Driver bug fixes and treewide cleanups in hfi1, siw, qib, mlx5, rxe,
  usnic, usnic, bnxt_re, ocrdma, iser
   * Unnecessary NULL checks
   * kmap obsolescence
   * pci_enable_pcie_error_reporting() obsolescence
   * Unused variables and macros
   * trace event related warnings
   * casting warnings

- Code cleanups for irdm and erdma

- EFA reporting of 128 byte PCIe TLP support

- mlx5 more agressively uses the out of order HW feature

- Big rework of how state machines and tasks work in rxe

- Fix a syzkaller found crash netdev refcount leak in siw

- bnxt_re revises their HW description header

- Congestion control for bnxt_re

- Use mmu_notifiers more safely in hfi1

- mlx5 gets better support for PCIe relaxed ordering inside VMs

----------------------------------------------------------------
Avihai Horon (4):
      RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO write
      RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR
      net/mlx5: Update relaxed ordering read HCA capabilities
      RDMA/mlx5: Allow relaxed ordering read in VFs and VMs

Bjorn Helgaas (2):
      IB/hfi1: Drop redundant pci_enable_pcie_error_reporting()
      IB/qib: Drop redundant pci_enable_pcie_error_reporting()

Bob Pearson (18):
      RDMA/rxe: Replace exists by rxe in rxe.c
      RDMA/rxe: Change rxe_dbg to rxe_dbg_dev
      RDMA/rxe: Extend dbg log messages to err and info
      RDMA/rxe: Add error messages
      RDMA/rxe: Convert tasklet args to queue pairs
      RDMA/rxe: Cleanup reset state handling in rxe_resp.c
      RDMA/rxe: Cleanup error state handling in rxe_comp.c
      RDMA/rxe: Remove qp reference counting in tasks
      RDMA/rxe: Remove __rxe_do_task()
      RDMA/rxe: Make tasks schedule each other
      RDMA/rxe: Rewrite rxe_task.c
      RDMA/rxe: Remove tasklet call from rxe_cq.c
      RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.c
      RDMA/rxe: Remove qp->resp.state
      RDMA/rxe: Remove qp->comp.state
      RDMA/rxe: Remove qp->req.state
      RDMA/rxe: Move code to check if drained to subroutine
      RDMA/rxe: Protect QP state with qp->state_lock

Cai Huoqing (1):
      RDMA/usnic: Remove redundant pci_clear_master

Cheng Xu (4):
      RDMA/erdma: Unify byte ordering APIs usage
      RDMA/erdma: Eliminate unnecessary casting of EQ doorbells
      RDMA/erdma: Minor refactor of device init flow
      RDMA/erdma: Use fixed hardware page size

Christophe JAILLET (1):
      RDMA/irdma: Slightly optimize irdma_form_ah_cm_frame()

Daisuke Matsuda (1):
      RDMA/rxe: Fix spinlock recursion deadlock on requester

Dan Carpenter (1):
      RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()

Daniil Dulov (1):
      RDMA/siw: Fix potential page_array out of range access

Dean Luick (1):
      IB/hfi1: Remove trace newlines

Ehab Ababneh (1):
      IB/hfi1: Suppress useless compiler warnings

Gustavo A. R. Silva (1):
      RDMA/core: Fix multiple -Warray-bounds warnings

Ira Weiny (1):
      RDMA/qib: Remove deprecated kmap() call

Jason Gunthorpe (1):
      RDMA: Add ib_virt_dma_to_page()

Kang Chen (1):
      IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_init

Kees Cook (1):
      IB/rdmavt: Fix target union member for rvt_post_one_wr()

Krzysztof Czurylo (1):
      RDMA/irdma: Refactor HW statistics

Leon Romanovsky (3):
      Enable IB out-of-order by default in mlx5
      Merge branch 'mlx5-next' into wip/leon-for-next
      RDMA/rxe: Clean kzalloc failure paths

Mark Bloch (1):
      RDMA/mlx5: Fix flow counter query via DEVX

Mark Zhang (2):
      RDMA/cm: Trace icm_send_rej event before the cm state is reset
      RDMA/mlx5: Use correct device num_ports when modify DC

Max Gurtovoy (3):
      IB/iser: remove unused macros
      IB/iser: centralize setting desc type and done callback
      IB/iser: remove redundant new line

Michal Swiatkowski (1):
      RDMA/irdma: Change name of interrupts

Natalia Petrova (1):
      RDMA/rdmavt: Delete unnecessary NULL check

Or Har-Toov (3):
      net/mlx5: Expose bits for enabling out-of-order by default
      RDMA/mlx5: Disable out-of-order in integrity enabled QPs
      net/mlx5: Set out of order (ooo) by default

Patrick Kelsey (3):
      IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order
      IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests
      IB/hfi1: Place struct mmu_rb_handler on cache line start

Patrisious Haddad (2):
      net/mlx5: Introduce other vport query for Q-counters
      RDMA/mlx5: Expand switchdev Q-counters to expose representor statistics

Rohit Chavan (1):
      RDMA/mlx5: Coding style fix reported by checkpatch

Saravanan Vajravel (1):
      RDMA/srpt: Add a check for valid 'mad_agent' pointer

Selvin Xavier (8):
      RDMA/bnxt_re: Add resize_cq support
      RDMA/bnxt_re: Update HW interface headers
      RDMA/bnxt_re: Remove HW queue mapping from RoCE Driver
      RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline function
      RDMA/bnxt_re: Reduce number of argumets to control path command APIs
      RDMA/bnxt_re: RoCE slow path TLV support
      RDAM/bnxt_re: Use tlv apis while processing the slow path commands
      RDMA/bnxt_re: Enable congestion control by default

Sindhu Devale (1):
      RDMA/irdma: Refactor PBLE functions

Tatyana Nikolova (1):
      RDMA/irdma: Remove a redundant irdma_arp_table() call

Tejun Heo (1):
      RDMA/irdma: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() call

Tetsuo Handa (1):
      RDMA/siw: Remove namespace check from siw_netdev_event()

Tom Rix (4):
      RDMA/bnxt_re: remove unused num_srqne_processed and num_cqne_processed variables
      RDMA/ocrdma: remove unused discard_cnt variable
      RDMA/mlx5: Remove unused num_alloc_xa_entries variable
      IB/qib: Remove unused cnt variable

Yang Li (1):
      RDMA/cma: Remove NULL check before dev_{put, hold}

Yixing Liu (1):
      RDMA/hns: Add new command to support query vf caps

Yonatan Nachum (2):
      RDMA/efa: Add data polling capability feature bit
      RDMA/efa: Add rdma write capability to device caps

Zhu Yanjun (1):
      RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"

 drivers/infiniband/core/cm.c                       |    3 +-
 drivers/infiniband/core/cma.c                      |    6 +-
 drivers/infiniband/core/user_mad.c                 |   23 +-
 drivers/infiniband/hw/bnxt_re/ib_verbs.c           |  109 +
 drivers/infiniband/hw/bnxt_re/ib_verbs.h           |    3 +
 drivers/infiniband/hw/bnxt_re/main.c               |  103 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c           |  211 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.h           |    5 +
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c         |   97 +-
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h         |   66 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.c           |  337 +-
 drivers/infiniband/hw/bnxt_re/qplib_sp.h           |   68 +-
 drivers/infiniband/hw/bnxt_re/qplib_tlv.h          |  162 +
 drivers/infiniband/hw/bnxt_re/roce_hsi.h           | 7423 ++++++++++++--------
 drivers/infiniband/hw/efa/efa_admin_cmds_defs.h    |   17 +-
 drivers/infiniband/hw/efa/efa_io_defs.h            |   42 +-
 drivers/infiniband/hw/efa/efa_verbs.c              |   11 +-
 drivers/infiniband/hw/erdma/erdma.h                |    2 +-
 drivers/infiniband/hw/erdma/erdma_cm.h             |   10 +-
 drivers/infiniband/hw/erdma/erdma_cmdq.c           |   42 +-
 drivers/infiniband/hw/erdma/erdma_cq.c             |    2 +-
 drivers/infiniband/hw/erdma/erdma_eq.c             |    9 +-
 drivers/infiniband/hw/erdma/erdma_hw.h             |    4 +
 drivers/infiniband/hw/erdma/erdma_main.c           |   39 +-
 drivers/infiniband/hw/erdma/erdma_verbs.c          |   17 +-
 drivers/infiniband/hw/hfi1/chip.c                  |   18 +-
 drivers/infiniband/hw/hfi1/driver.c                |    2 +-
 drivers/infiniband/hw/hfi1/file_ops.c              |    2 +-
 drivers/infiniband/hw/hfi1/init.c                  |   12 +-
 drivers/infiniband/hw/hfi1/ipoib_tx.c              |    6 +-
 drivers/infiniband/hw/hfi1/mmu_rb.c                |   84 +-
 drivers/infiniband/hw/hfi1/mmu_rb.h                |   22 +-
 drivers/infiniband/hw/hfi1/pcie.c                  |    2 -
 drivers/infiniband/hw/hfi1/pio.c                   |    2 +-
 drivers/infiniband/hw/hfi1/sdma.c                  |   21 +-
 drivers/infiniband/hw/hfi1/sdma.h                  |   16 +-
 drivers/infiniband/hw/hfi1/sdma_txreq.h            |    1 +
 drivers/infiniband/hw/hfi1/trace_dbg.h             |    7 +
 drivers/infiniband/hw/hfi1/trace_mmu.h             |    4 -
 drivers/infiniband/hw/hfi1/user_sdma.c             |  600 +-
 drivers/infiniband/hw/hfi1/user_sdma.h             |    5 -
 drivers/infiniband/hw/hfi1/verbs.c                 |    4 +-
 drivers/infiniband/hw/hfi1/vnic_sdma.c             |    1 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c         |  189 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h         |   31 +-
 drivers/infiniband/hw/irdma/cm.c                   |    2 +-
 drivers/infiniband/hw/irdma/ctrl.c                 |  324 +-
 drivers/infiniband/hw/irdma/defs.h                 |    9 +-
 drivers/infiniband/hw/irdma/hw.c                   |   17 +-
 drivers/infiniband/hw/irdma/i40iw_hw.c             |   60 +-
 drivers/infiniband/hw/irdma/icrdma_hw.c            |   51 +
 drivers/infiniband/hw/irdma/irdma.h                |    1 +
 drivers/infiniband/hw/irdma/main.h                 |    3 +
 drivers/infiniband/hw/irdma/pble.c                 |   16 +-
 drivers/infiniband/hw/irdma/pble.h                 |    2 +-
 drivers/infiniband/hw/irdma/protos.h               |    8 +-
 drivers/infiniband/hw/irdma/type.h                 |  166 +-
 drivers/infiniband/hw/irdma/utils.c                |  172 +-
 drivers/infiniband/hw/irdma/verbs.c                |  200 +-
 drivers/infiniband/hw/mlx4/qp.c                    |    8 +-
 drivers/infiniband/hw/mlx5/counters.c              |  171 +-
 drivers/infiniband/hw/mlx5/devx.c                  |   33 +-
 drivers/infiniband/hw/mlx5/mr.c                    |   12 +-
 drivers/infiniband/hw/mlx5/qp.c                    |   19 +-
 drivers/infiniband/hw/mlx5/umr.c                   |    7 +-
 drivers/infiniband/hw/mlx5/umr.h                   |    3 +-
 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c        |    2 -
 drivers/infiniband/hw/qib/qib_file_ops.c           |    9 +-
 drivers/infiniband/hw/qib/qib_pcie.c               |    8 -
 drivers/infiniband/hw/qib/qib_user_sdma.c          |   11 +-
 drivers/infiniband/hw/usnic/usnic_ib_main.c        |    2 -
 drivers/infiniband/sw/rdmavt/qp.c                  |    4 +-
 drivers/infiniband/sw/rxe/rxe.c                    |   16 +-
 drivers/infiniband/sw/rxe/rxe.h                    |   46 +-
 drivers/infiniband/sw/rxe/rxe_comp.c               |  161 +-
 drivers/infiniband/sw/rxe/rxe_cq.c                 |   39 +-
 drivers/infiniband/sw/rxe/rxe_icrc.c               |    4 +-
 drivers/infiniband/sw/rxe/rxe_loc.h                |    7 +-
 drivers/infiniband/sw/rxe/rxe_mmap.c               |    6 +-
 drivers/infiniband/sw/rxe/rxe_mr.c                 |   29 +-
 drivers/infiniband/sw/rxe/rxe_net.c                |   11 +-
 drivers/infiniband/sw/rxe/rxe_qp.c                 |  263 +-
 drivers/infiniband/sw/rxe/rxe_queue.c              |    5 +-
 drivers/infiniband/sw/rxe/rxe_recv.c               |   15 +-
 drivers/infiniband/sw/rxe/rxe_req.c                |  104 +-
 drivers/infiniband/sw/rxe/rxe_resp.c               |  126 +-
 drivers/infiniband/sw/rxe/rxe_srq.c                |    6 +-
 drivers/infiniband/sw/rxe/rxe_task.c               |  268 +-
 drivers/infiniband/sw/rxe/rxe_task.h               |   23 +-
 drivers/infiniband/sw/rxe/rxe_verbs.c              |  983 ++-
 drivers/infiniband/sw/rxe/rxe_verbs.h              |   14 -
 drivers/infiniband/sw/siw/siw_main.c               |    3 -
 drivers/infiniband/sw/siw/siw_qp_rx.c              |    6 +-
 drivers/infiniband/sw/siw/siw_qp_tx.c              |   21 +-
 drivers/infiniband/sw/siw/siw_verbs.c              |    4 +-
 drivers/infiniband/ulp/iser/iser_initiator.c       |   17 +-
 drivers/infiniband/ulp/iser/iser_verbs.c           |    6 -
 drivers/infiniband/ulp/srpt/ib_srpt.c              |   23 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h      |   81 +
 .../net/ethernet/mellanox/mlx5/core/en/params.c    |    3 +-
 .../net/ethernet/mellanox/mlx5/core/en_common.c    |    9 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |    3 +
 include/linux/mlx5/mlx5_ifc.h                      |   31 +-
 include/rdma/ib_verbs.h                            |   25 +
 include/uapi/rdma/bnxt_re-abi.h                    |    4 +
 include/uapi/rdma/efa-abi.h                        |    4 +-
 106 files changed, 8007 insertions(+), 5519 deletions(-)
 create mode 100644 drivers/infiniband/hw/bnxt_re/qplib_tlv.h

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

             reply	other threads:[~2023-04-28 15:35 UTC|newest]

Thread overview: 258+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28 15:34 Jason Gunthorpe [this message]
2023-04-30  0:52 ` [GIT PULL] Please pull RDMA subsystem changes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
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-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=ZEvnlQSpLI/4qnEp@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;
as well as URLs for NNTP newsgroup(s).