linux-kernel.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
Subject: [GIT PULL] Please pull RDMA subsystem changes
Date: Wed, 23 Mar 2022 16:54:36 -0300	[thread overview]
Message-ID: <20220323195436.GA1216814@nvidia.com> (raw)

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

Hi Linus,

Another smaller pull request this time. There is a new RDMA driver on
the list for Alibaba's cloud environment which may land for the next
cycle.

Thanks,
Jason

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

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 87e0eacb176f9500c2063d140c0a1d7fa51ab8a5:

  RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit() (2022-03-18 15:40:54 -0300)

----------------------------------------------------------------
v5.18 merge window pull request

Patchces for the merge window:

- Minor bug fixes in mlx5, mthca, pvrdma, rtrs, mlx4, hfi1, hns

- Minor cleanups: coding style, useless includes and documentation

- Reorganize how multicast processing works in rxe

- Replace a red/black tree with xarray in rxe which improves performance

- DSCP support and HW address handle re-use in irdma

- Simplify the mailbox command handling in hns

- Simplify iser now that FMR is eliminated

----------------------------------------------------------------
Aharon Landau (5):
      RDMA/mlx5: Remove redundant work in struct mlx5_cache_ent
      RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR
      RDMA/mlx5: Merge similar flows of allocating MR from the cache
      RDMA/mlx5: Store ndescs instead of the translation table size
      RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()

Bart Van Assche (1):
      RDMA/ib_srp: Add more documentation

Bob Pearson (27):
      RDMA/rxe: Move rxe_mcast_add/delete to rxe_mcast.c
      RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.c
      RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elem
      RDMA/rxe: Enforce IBA o10-2.2.3
      RDMA/rxe: Remove rxe_drop_all_macst_groups
      RDMA/rxe: Remove qp->grp_lock and qp->grp_list
      RDMA/rxe: Revert changes from irqsave to bh locks
      RDMA/rxe: Move mcg_lock to rxe
      RDMA/rxe: Use kzmalloc/kfree for mca
      RDMA/rxe: Replace grp by mcg, mce by mca
      RDMA/rxe: Replace int num_qp by atomic_t qp_num
      RDMA/rxe: Replace pool key by rxe->mcg_tree
      RDMA/rxe: Remove key'ed object support
      RDMA/rxe: Remove mcg from rxe pools
      RDMA/rxe: Warn if mcast memory is not freed
      RDMA/rxe: Collect mca init code in a subroutine
      RDMA/rxe: Collect cleanup mca code in a subroutine
      RDMA/rxe: Cleanup rxe_mcast.c
      RDMA/rxe: Fix ref error in rxe_av.c
      RDMA/rxe: Replace mr by rkey in responder resources
      RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOC
      RDMA/rxe: Delete _locked() APIs for pool objects
      RDMA/rxe: Replace obj by elem in declaration
      RDMA/rxe: Move max_elem into rxe_type_info
      RDMA/rxe: Shorten pool names in rxe_pool.c
      RDMA/rxe: Replace red-black trees by xarrays
      RDMA/rxe: Use standard names for ref counting

Chengchang Tang (5):
      RDMA/hns: Remove the unused parameter "op_modifier" in mailbox
      RDMA/hns: Remove fixed parameter “timeout” in the mailbox
      RDMA/hns: Refactor mailbox functions
      RDMA/hns: Remove similar code that configures the hardware contexts
      RDMA/hns: Refactor the alloc_srqc()

Chengguang Xu (2):
      RDMA/rxe: Change variable and function argument to proper type
      RDMA/rxe: Remove useless argument for update_state()

Christophe JAILLET (2):
      IB/mthca: Remove useless DMA-32 fallback configuration
      RDMA/pvrdma: Remove useless DMA-32 fallback configuration

Colin Ian King (1):
      RDMA/mlx4: remove redundant assignment to variable nreq

Dan Carpenter (2):
      RDMA/irdma: Prevent some integer underflows
      RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()

Dave Ertman (1):
      ice: add support for DSCP QoS for IDC

Gioh Kim (2):
      RDMA/rtrs: Remove empty line after bracket
      RDMA/rtrs-clt: Reflow text so lines don't end with a '('

Håkon Bugge (1):
      IB/cma: Allow XRC INI QPs to set their local ACK timeout

Jack Wang (2):
      RDMA/rtrs-clt: Update one outdated comment in path_it_deinit()
      RDMA/rtrs-clt: Do stop and failover outside reconnect work.

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

Julia Lawall (1):
      RDMA/qib: Fix typos in comments

Leon Romanovsky (13):
      RDMA/mlx5: Delete get_num_static_uars function
      RDMA/mlx5: Delete useless module.h include
      RDMA/core: Delete useless module.h include
      RDMA/hfi1: Delete useless module.h include
      RDMA/mlx4: Delete useless module.h include
      RDMA/mthca: Delete useless module.h include
      RDMA/qib: Delete useless module.h include
      RDMA/usnic: Delete useless module.h include
      RDMA/rxe: Delete useless module.h include
      RDMA/ipoib: Delete useless module.h include
      RDMA/iser: Delete useless module.h include
      RDMA/opa: Delete useless module.h include
      Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"

Maor Gottlieb (1):
      RDMA/core: Set MR type in ib_reg_user_mr

Max Gurtovoy (4):
      IB/iser: Remove iser_reg_data_sg helper function
      IB/iser: Use iser_fr_desc as registration context
      IB/iser: Generalize map/unmap dma tasks
      IB/iser: Fix error flow in case of registration failure

Mike Marciniszyn (1):
      IB/hfi1: Allow larger MTU without AIP

Mustafa Ismail (6):
      RDMA/irdma: Refactor DCB bits in prep for DSCP support
      RDMA/irdma: Add support for DSCP
      RDMA/irdma: Fix netdev notifications for vlan's
      RDMA/irdma: Fix Passthrough mode in VM
      RDMA/irdma: Remove incorrect masking of PD
      RDMA/irdma: Add support for address handle re-use

Shiraz Saleem (3):
      RDMA/irdma: Remove enum irdma_status_code
      RDMA/irdma: Propagate error codes
      RDMA/irdma: Remove excess error variables

Wenpeng Liang (4):
      RDMA/hns: Remove redundant parameter "mailbox" in the mailbox
      RDMA/hns: Fix the wrong type of parameter "op" of the mailbox
      RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()
      RDMA/hns: Refactor the alloc_cqc()

Xiao Yang (1):
      RDMA/rxe: Check the last packet by RXE_END_MASK

Yajun Deng (2):
      RDMA/core: Remove unnecessary statements
      RDMA/core: Fix ib_qp_usecnt_dec() called when error

Yixing Liu (1):
      RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPT

Yongzhi Liu (1):
      RDMA/mlx5: Fix memory leak in error flow for subscribe event routine

Yury Norov (1):
      RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriate

Zhu Yanjun (4):
      RDMA/irdma: Use net_type to check network type
      RDMA/irdma: Remove the unnecessary variable saddr
      RDMA/irdma: Move union irdma_sockaddr to header file
      RDMA/irdma: Make irdma_create_mg_ctx return a void

 drivers/infiniband/core/addr.c                    |   1 -
 drivers/infiniband/core/cache.c                   |   1 -
 drivers/infiniband/core/cma.c                     |   2 +-
 drivers/infiniband/core/cma_configfs.c            |   1 -
 drivers/infiniband/core/cq.c                      |   1 -
 drivers/infiniband/core/iwpm_util.h               |   1 -
 drivers/infiniband/core/nldev.c                   |   3 +-
 drivers/infiniband/core/sa_query.c                |   1 -
 drivers/infiniband/core/verbs.c                   |   9 +-
 drivers/infiniband/hw/hfi1/affinity.c             |   5 +-
 drivers/infiniband/hw/hfi1/debugfs.c              |   1 -
 drivers/infiniband/hw/hfi1/device.c               |   1 -
 drivers/infiniband/hw/hfi1/fault.c                |   1 -
 drivers/infiniband/hw/hfi1/firmware.c             |   1 -
 drivers/infiniband/hw/hfi1/verbs.c                |   3 +-
 drivers/infiniband/hw/hns/hns_roce_cmd.c          |  97 ++--
 drivers/infiniband/hw/hns/hns_roce_cmd.h          |   8 +-
 drivers/infiniband/hw/hns/hns_roce_cq.c           |  71 +--
 drivers/infiniband/hw/hns/hns_roce_device.h       |  26 +-
 drivers/infiniband/hw/hns/hns_roce_hem.c          |   4 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c        | 458 +++++++++++++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h        |  20 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2_dfx.c    |   5 +-
 drivers/infiniband/hw/hns/hns_roce_mr.c           |  50 +-
 drivers/infiniband/hw/hns/hns_roce_srq.c          | 110 ++--
 drivers/infiniband/hw/irdma/cm.c                  |  68 +--
 drivers/infiniband/hw/irdma/cm.h                  |   7 +
 drivers/infiniband/hw/irdma/ctrl.c                | 602 +++++++++++-----------
 drivers/infiniband/hw/irdma/defs.h                |   8 +-
 drivers/infiniband/hw/irdma/hmc.c                 | 105 ++--
 drivers/infiniband/hw/irdma/hmc.h                 |  53 +-
 drivers/infiniband/hw/irdma/hw.c                  | 192 ++++---
 drivers/infiniband/hw/irdma/i40iw_hw.c            |   1 -
 drivers/infiniband/hw/irdma/i40iw_if.c            |   3 +-
 drivers/infiniband/hw/irdma/main.c                |  29 +-
 drivers/infiniband/hw/irdma/main.h                |  47 +-
 drivers/infiniband/hw/irdma/osdep.h               |  41 +-
 drivers/infiniband/hw/irdma/pble.c                |  77 ++-
 drivers/infiniband/hw/irdma/pble.h                |  25 +-
 drivers/infiniband/hw/irdma/protos.h              |  90 ++--
 drivers/infiniband/hw/irdma/puda.c                | 132 +++--
 drivers/infiniband/hw/irdma/puda.h                |  43 +-
 drivers/infiniband/hw/irdma/status.h              |  71 ---
 drivers/infiniband/hw/irdma/type.h                | 109 ++--
 drivers/infiniband/hw/irdma/uda.c                 |  40 +-
 drivers/infiniband/hw/irdma/uda.h                 |  46 +-
 drivers/infiniband/hw/irdma/uk.c                  | 122 ++---
 drivers/infiniband/hw/irdma/user.h                |  62 +--
 drivers/infiniband/hw/irdma/utils.c               | 247 +++++----
 drivers/infiniband/hw/irdma/verbs.c               | 389 +++++++-------
 drivers/infiniband/hw/irdma/verbs.h               |  15 +-
 drivers/infiniband/hw/irdma/ws.c                  |  19 +-
 drivers/infiniband/hw/irdma/ws.h                  |   2 +-
 drivers/infiniband/hw/mlx4/alias_GUID.c           |   1 -
 drivers/infiniband/hw/mlx4/srq.c                  |   1 -
 drivers/infiniband/hw/mlx5/devx.c                 |   4 +-
 drivers/infiniband/hw/mlx5/ib_virt.c              |   1 -
 drivers/infiniband/hw/mlx5/mem.c                  |   1 -
 drivers/infiniband/hw/mlx5/mlx5_ib.h              |  12 +-
 drivers/infiniband/hw/mlx5/mr.c                   | 104 ++--
 drivers/infiniband/hw/mlx5/odp.c                  |  19 +-
 drivers/infiniband/hw/mlx5/qp.c                   |   4 +-
 drivers/infiniband/hw/mlx5/srq.c                  |   1 -
 drivers/infiniband/hw/mthca/mthca_main.c          |   8 +-
 drivers/infiniband/hw/mthca/mthca_profile.c       |   2 -
 drivers/infiniband/hw/qib/qib_fs.c                |   1 -
 drivers/infiniband/hw/qib/qib_iba7220.c           |   4 +-
 drivers/infiniband/hw/usnic/usnic_debugfs.c       |   1 -
 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c     |   1 -
 drivers/infiniband/hw/usnic/usnic_ib_sysfs.c      |   1 -
 drivers/infiniband/hw/usnic/usnic_ib_verbs.c      |   1 -
 drivers/infiniband/hw/usnic/usnic_transport.c     |   1 -
 drivers/infiniband/hw/usnic/usnic_vnic.c          |   1 -
 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c    |  10 +-
 drivers/infiniband/sw/rxe/rxe.c                   | 110 +---
 drivers/infiniband/sw/rxe/rxe.h                   |   1 -
 drivers/infiniband/sw/rxe/rxe_av.c                |  19 +-
 drivers/infiniband/sw/rxe/rxe_comp.c              |   8 +-
 drivers/infiniband/sw/rxe/rxe_cq.c                |  20 +-
 drivers/infiniband/sw/rxe/rxe_loc.h               |  32 +-
 drivers/infiniband/sw/rxe/rxe_mcast.c             | 556 +++++++++++++++-----
 drivers/infiniband/sw/rxe/rxe_mmap.c              |   1 -
 drivers/infiniband/sw/rxe/rxe_mr.c                |  15 +-
 drivers/infiniband/sw/rxe/rxe_mw.c                |  38 +-
 drivers/infiniband/sw/rxe/rxe_net.c               |  41 +-
 drivers/infiniband/sw/rxe/rxe_pool.c              | 443 ++++------------
 drivers/infiniband/sw/rxe/rxe_pool.h              | 105 +---
 drivers/infiniband/sw/rxe/rxe_qp.c                |  57 +-
 drivers/infiniband/sw/rxe/rxe_queue.c             |  10 +-
 drivers/infiniband/sw/rxe/rxe_recv.c              |  26 +-
 drivers/infiniband/sw/rxe/rxe_req.c               |  71 +--
 drivers/infiniband/sw/rxe/rxe_resp.c              | 170 +++---
 drivers/infiniband/sw/rxe/rxe_verbs.c             | 108 ++--
 drivers/infiniband/sw/rxe/rxe_verbs.h             |  27 +-
 drivers/infiniband/ulp/ipoib/ipoib_netlink.c      |   1 -
 drivers/infiniband/ulp/ipoib/ipoib_vlan.c         |   1 -
 drivers/infiniband/ulp/iser/iscsi_iser.h          |  13 +-
 drivers/infiniband/ulp/iser/iser_initiator.c      |  58 +--
 drivers/infiniband/ulp/iser/iser_memory.c         |  69 +--
 drivers/infiniband/ulp/iser/iser_verbs.c          |   3 +-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_netdev.c |   1 -
 drivers/infiniband/ulp/rtrs/rtrs-clt-sysfs.c      |   3 +-
 drivers/infiniband/ulp/rtrs/rtrs-clt.c            |  42 +-
 drivers/infiniband/ulp/rtrs/rtrs-clt.h            |   1 +
 drivers/infiniband/ulp/rtrs/rtrs.c                |   1 -
 drivers/infiniband/ulp/srp/ib_srp.h               |  11 +-
 drivers/net/ethernet/intel/ice/ice_idc.c          |   5 +
 include/linux/net/intel/iidc.h                    |   4 +
 108 files changed, 2890 insertions(+), 2886 deletions(-)
 delete mode 100644 drivers/infiniband/hw/irdma/status.h

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

             reply	other threads:[~2022-03-23 19:54 UTC|newest]

Thread overview: 248+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-23 19:54 Jason Gunthorpe [this message]
2022-03-25  2:47 ` [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-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 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-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

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=20220323195436.GA1216814@nvidia.com \
    --to=jgg@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).