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: Thu, 4 Aug 2022 15:48:57 -0300	[thread overview]
Message-ID: <YuwUmSRis1rYhR+y@nvidia.com> (raw)

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

Hi Linus,

This cycle we got a new RDMA driver "ERDMA" for the Alibaba cloud
environment. Otherwise the PR is dominated by rxe fixes.

There is another RDMA driver on the list that might get merged next
cycle, "MANA" for the Azure cloud environment.

Thanks,
Jason

The following changes since commit cdcdce948d64139aea1c6dfea4b04f5c8ad2784e:

  net/mlx5: Add bits and fields to support enhanced CQE compression (2022-06-13 14:59:06 -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 6b822d408b58c3c4f26dae93245c6b7d8b39e0f9:

  RDMA/ib_srpt: Unify checking rdma_cm_id condition in srpt_cm_req_recv() (2022-08-02 15:10:55 -0300)

----------------------------------------------------------------
v5.20 pull request

This PR includes a new RDMA driver for Alibaba Cloud hardware

- Bug fixes and small features for irdma, hns, siw, qedr, hfi1, mlx5

- General spelling/grammer fixes

- rdma cm can follow changes in neighbours for control packets

- Significant amounts of rxe fixes and spec compliance changes

- Use the modern NAPI API

- Use the bitmap API instead of open coding

- Performance improvements for rtrs

- Add the ERDMA driver for Alibaba cloud

- Fix a use after free bug in SRP

----------------------------------------------------------------
Aharon Landau (6):
      RDMA/mlx5: Add a umr recovery flow
      RDMA/mlx5: Replace ent->lock with xa_lock
      RDMA/mlx5: Replace cache list with Xarray
      RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrs
      RDMA/mlx5: Store in the cache mkeys instead of mrs
      RDMA/mlx5: Rename the mkey cache variables and functions

Andrey Strachuk (1):
      RDMA: remove useless condition in siw_create_cq()

Bart Van Assche (3):
      RDMA/srpt: Duplicate port name members
      RDMA/srpt: Introduce a reference count in struct srpt_device
      RDMA/srpt: Fix a use-after-free

Bob Pearson (18):
      RDMA/rxe: Stop lookup of partially built objects
      RDMA/rxe: Convert read side locking to rcu
      RDMA/rxe: Move code to rxe_prepare_atomic_res()
      RDMA/rxe: Add a responder state for atomic reply
      RDMA/rxe: Move atomic responder res to atomic_reply
      RDMA/rxe: Move atomic original value to res
      RDMA/rxe: Merge normal and retry atomic flows
      RDMA/rxe: Fix deadlock in rxe_do_local_ops()
      RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbs
      RDMA/rxe: Replace include statement
      RDMA/rxe: Remove unnecessary include statement
      RDMA/rxe: Fix mw bind to allow any consumer key portion
      RDMA/rxe: Add rxe_is_fenced() subroutine
      RDMA/rxe: Fix rnr retry behavior
      RDMA/rxe: Make the tasklet exits the same
      RDMA/rxe: Limit the number of calls to each tasklet
      RDMA/rxe: Replace __rxe_do_task by rxe_run_task
      RDMA/rxe: Split qp state for requester and completer

Cheng Xu (12):
      RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event
      RDMA: Add ERDMA to rdma_driver_id definition
      RDMA/erdma: Add the hardware related definitions
      RDMA/erdma: Add main include file
      RDMA/erdma: Add cmdq implementation
      RDMA/erdma: Add event queue implementation
      RDMA/erdma: Add verbs header file
      RDMA/erdma: Add verbs implementation
      RDMA/erdma: Add connection management (CM) support
      RDMA/erdma: Add the erdma module
      RDMA/erdma: Add the ABI definitions
      RDMA/erdma: Add driver to kernel build environment

Christophe JAILLET (5):
      RDMA/qib: Use the bitmap API when applicable
      RDMA/qib: Use the bitmap API to allocate bitmaps
      RDMA/rtrs-clt: Use the bitmap API to allocate bitmaps
      RDMA/rtrs-clt: Use bitmap_empty()
      RDMA/irdma: Use the bitmap API to allocate bitmaps

Dongliang Mu (1):
      RDMA/rxe: fix xa_alloc_cycle() error return value check again

Ehab Ababneh (1):
      RDMA/hfi1: Depend on !UML

Haoyue Xu (5):
      RDMA/hns: Remove unused abnormal interrupt of type RAS
      RDMA/hns: Fix the wrong type of return value of the interrupt handler
      RDMA/hns: Fix incorrect clearing of interrupt status register
      RDMA/hns: Refactor the abnormal interrupt handler function
      RDMA/hns: Recover 1bit-ECC error of RAM on chip

Jack Wang (2):
      RDMA/rtrs-srv: Fix modinfo output for stringify
      RDMA/rtrs-srv: Do not use mempool for page allocation

Jakub Kicinski (3):
      IB/hfi1: switch to netif_napi_add_tx()
      IB/hfi1: switch to netif_napi_add_weight()
      ipoib: switch to netif_napi_add_weight()

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

Jason Wang (1):
      IB/qib: Fix comment typo

Jiang Jian (1):
      RDMA: Correct duplicated words in comments

Jianglei Nie (2):
      RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()
      RDMA/hfi1: fix potential memory leak in setup_base_ctxt()

Leon Romanovsky (2):
      Merge branch 'mlx5-next' into wip/leon-for-next
      Merge branch 'mlx5-next' into wip/leon-for-next

Li Zhijian (4):
      Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"
      RDMA/rxe: Update wqe_index for each wqe error completion
      RDMA/rxe: Generate error completion for error requester QP state
      RDMA/ib_srpt: Unify checking rdma_cm_id condition in srpt_cm_req_recv()

Maor Gottlieb (1):
      RDMA/mlx5: Add missing check for return value in get namespace flow

Mark Bloch (5):
      net/mlx5: Expose the ability to point to any UID from shared UID
      net/mlx5: fs, expose flow table ID to users
      net/mlx5: fs, allow flow table creation with a UID
      RDMA/mlx5: Refactor get flow table function
      RDMA/mlx5: Expose steering anchor to userspace

Max Gurtovoy (1):
      IB/iser: Drain the entire QP during destruction flow

Md Haris Iqbal (2):
      RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline function
      RDMA/rxe: For invalidate compare according to set keys in mr

Mustafa Ismail (6):
      RDMA/irdma: Add 2 level PBLE support for FMR
      RDMA/irdma: Add AE source to error log
      RDMA/irdma: Make CQP invalid state error non-critical
      RDMA/irdma: Fix a window for use-after-free
      RDMA/irdma: Fix VLAN connection with wildcard address
      RDMA/irdma: Fix setting of QP context err_rq_idx_valid field

Nayan Kumar (1):
      RDMA/irdma: Make resource distribution algorithm more QP oriented

Patrisious Haddad (2):
      RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IP
      RDMA/core: Add a netevent notifier to cma

Robin Murphy (1):
      RDMA/usnic: Use device_iommu_capable()

Santosh Kumar Pradhan (2):
      RDMA/rtrs-clt: Use this_cpu_ API for stats
      RDMA/rtrs-srv: Use per-cpu variables for rdma stats

Slark Xiao (1):
      IB: Fix repeated words 'the the' comments

Xiang wangx (1):
      RDMA/hfi1: Fix typo in comment

Xiao Yang (4):
      RDMA/rxe: Remove useless pkt parameters
      RDMA/rxe: Add common rxe_prepare_res()
      RDMA/rxe: Rename rxe_atomic_reply to atomic_reply
      RDMA/rxe: Remove unused qp parameter

Xin Gao (1):
      RDMA: Fix comment typo

Zhang Jiaming (2):
      IB: Fix spelling of 'writable'
      RDMA/rxe: Fix spelling mistake in error print

Zhu Yanjun (2):
      RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanup
      RDMA/rxe: Fix error unwind in rxe_create_qp()

lizhijian@fujitsu.com (1):
      RDMA/rxe: Remove unused mask parameter

wangjianli (1):
      IB/qib: Fix repeated "in" within comments

 MAINTAINERS                                        |    8 +
 drivers/infiniband/Kconfig                         |   15 +-
 drivers/infiniband/core/cma.c                      |  230 ++-
 drivers/infiniband/core/cma_priv.h                 |    1 +
 drivers/infiniband/core/rdma_core.c                |    2 +-
 drivers/infiniband/core/roce_gid_mgmt.c            |    2 +-
 drivers/infiniband/hw/Makefile                     |    1 +
 drivers/infiniband/hw/bnxt_re/bnxt_re.h            |    2 +-
 drivers/infiniband/hw/erdma/Kconfig                |   12 +
 drivers/infiniband/hw/erdma/Makefile               |    4 +
 drivers/infiniband/hw/erdma/erdma.h                |  287 ++++
 drivers/infiniband/hw/erdma/erdma_cm.c             | 1430 +++++++++++++++++++
 drivers/infiniband/hw/erdma/erdma_cm.h             |  167 +++
 drivers/infiniband/hw/erdma/erdma_cmdq.c           |  493 +++++++
 drivers/infiniband/hw/erdma/erdma_cq.c             |  205 +++
 drivers/infiniband/hw/erdma/erdma_eq.c             |  329 +++++
 drivers/infiniband/hw/erdma/erdma_hw.h             |  508 +++++++
 drivers/infiniband/hw/erdma/erdma_main.c           |  608 ++++++++
 drivers/infiniband/hw/erdma/erdma_qp.c             |  566 ++++++++
 drivers/infiniband/hw/erdma/erdma_verbs.c          | 1460 ++++++++++++++++++++
 drivers/infiniband/hw/erdma/erdma_verbs.h          |  342 +++++
 drivers/infiniband/hw/hfi1/Kconfig                 |    2 +-
 drivers/infiniband/hw/hfi1/file_ops.c              |    4 +-
 drivers/infiniband/hw/hfi1/ipoib_tx.c              |    4 +-
 drivers/infiniband/hw/hfi1/netdev_rx.c             |    2 +-
 drivers/infiniband/hw/hfi1/pio_copy.c              |    2 +-
 drivers/infiniband/hw/hns/hns_roce_device.h        |    1 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c         |  248 +++-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h         |   13 +-
 drivers/infiniband/hw/irdma/cm.c                   |   11 +-
 drivers/infiniband/hw/irdma/ctrl.c                 |    8 +-
 drivers/infiniband/hw/irdma/hw.c                   |   33 +-
 drivers/infiniband/hw/irdma/main.h                 |    2 +-
 drivers/infiniband/hw/irdma/utils.c                |    1 +
 drivers/infiniband/hw/irdma/verbs.c                |   16 +-
 drivers/infiniband/hw/mlx5/cq.c                    |    4 +
 drivers/infiniband/hw/mlx5/fs.c                    |  165 ++-
 drivers/infiniband/hw/mlx5/main.c                  |    4 +-
 drivers/infiniband/hw/mlx5/mlx5_ib.h               |   79 +-
 drivers/infiniband/hw/mlx5/mr.c                    |  514 +++----
 drivers/infiniband/hw/mlx5/odp.c                   |    2 +-
 drivers/infiniband/hw/mlx5/umr.c                   |   78 +-
 drivers/infiniband/hw/qedr/verbs.c                 |    8 +-
 drivers/infiniband/hw/qib/qib.h                    |    2 +-
 drivers/infiniband/hw/qib/qib_file_ops.c           |    6 +-
 drivers/infiniband/hw/qib/qib_iba7220.c            |    2 +-
 drivers/infiniband/hw/qib/qib_iba7322.c            |   23 +-
 drivers/infiniband/hw/qib/qib_init.c               |    5 +-
 drivers/infiniband/hw/qib/qib_sd7220.c             |    2 +-
 drivers/infiniband/hw/usnic/usnic_uiom.c           |    2 +-
 drivers/infiniband/sw/rxe/rxe_comp.c               |   49 +-
 drivers/infiniband/sw/rxe/rxe_cq.c                 |    8 +-
 drivers/infiniband/sw/rxe/rxe_loc.h                |    5 +-
 drivers/infiniband/sw/rxe/rxe_mr.c                 |  213 +--
 drivers/infiniband/sw/rxe/rxe_mw.c                 |   19 +-
 drivers/infiniband/sw/rxe/rxe_param.h              |    6 +
 drivers/infiniband/sw/rxe/rxe_pool.c               |  106 +-
 drivers/infiniband/sw/rxe/rxe_pool.h               |   18 +-
 drivers/infiniband/sw/rxe/rxe_qp.c                 |   36 +-
 drivers/infiniband/sw/rxe/rxe_queue.h              |    5 +-
 drivers/infiniband/sw/rxe/rxe_req.c                |  137 +-
 drivers/infiniband/sw/rxe/rxe_resp.c               |  236 ++--
 drivers/infiniband/sw/rxe/rxe_task.c               |   16 +-
 drivers/infiniband/sw/rxe/rxe_verbs.c              |   78 +-
 drivers/infiniband/sw/rxe/rxe_verbs.h              |   27 +-
 drivers/infiniband/sw/siw/siw_cm.c                 |    7 +-
 drivers/infiniband/sw/siw/siw_verbs.c              |    2 +-
 drivers/infiniband/ulp/ipoib/ipoib_ib.c            |    2 +-
 drivers/infiniband/ulp/ipoib/ipoib_main.c          |    6 +-
 drivers/infiniband/ulp/iser/iser_verbs.c           |    6 +-
 drivers/infiniband/ulp/rtrs/rtrs-clt-stats.c       |   14 +-
 drivers/infiniband/ulp/rtrs/rtrs-clt.c             |   50 +-
 drivers/infiniband/ulp/rtrs/rtrs-pri.h             |   21 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv-stats.c       |   32 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv-sysfs.c       |    2 +
 drivers/infiniband/ulp/rtrs/rtrs-srv.c             |   32 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv.h             |   15 +-
 drivers/infiniband/ulp/srpt/ib_srpt.c              |  156 ++-
 drivers/infiniband/ulp/srpt/ib_srpt.h              |   18 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c   |   16 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.h   |    2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |    8 +-
 .../ethernet/mellanox/mlx5/core/steering/dr_cmd.c  |    1 +
 .../mellanox/mlx5/core/steering/dr_table.c         |    8 +-
 .../mellanox/mlx5/core/steering/dr_types.h         |    1 +
 .../ethernet/mellanox/mlx5/core/steering/fs_dr.c   |    7 +-
 .../ethernet/mellanox/mlx5/core/steering/mlx5dr.h  |    3 +-
 include/linux/mlx5/driver.h                        |    6 +-
 include/linux/mlx5/fs.h                            |    2 +
 include/linux/mlx5/mlx5_ifc.h                      |    6 +-
 include/rdma/ib_verbs.h                            |    2 +-
 include/rdma/rdma_cm.h                             |    1 +
 include/uapi/rdma/erdma-abi.h                      |   49 +
 include/uapi/rdma/ib_user_ioctl_verbs.h            |    1 +
 include/uapi/rdma/mlx5_user_ioctl_cmds.h           |   17 +
 95 files changed, 8364 insertions(+), 1003 deletions(-)
(diffstat from tag for-linus-merged)

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

             reply	other threads:[~2022-08-04 18:49 UTC|newest]

Thread overview: 258+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-04 18:48 Jason Gunthorpe [this message]
2022-08-05  3:26 ` [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  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-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=YuwUmSRis1rYhR+y@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).