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,
	Leon Romanovsky <leonro@nvidia.com>
Subject: [GIT PULL] Please pull RDMA subsystem changes
Date: Thu, 6 Oct 2022 20:03:04 -0300	[thread overview]
Message-ID: <Yz9eqEUfSParOUJk@nvidia.com> (raw)

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

Hi Linus,

Not a big list of changes this cycle, mostly small things. The new
MANA rdma driver should come next cycle along with a bunch of work on
rxe.

The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:

  Linux 6.0 (2022-10-02 14:09:07 -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 33331a728c83f380e53a3dbf2be0c1893da1d739:

  Merge tag 'v6.0' into rdma.git for-next (2022-10-06 19:48:45 -0300)

----------------------------------------------------------------
v6.1 merge window pull request

- Small bug fixes in mlx5, efa, rxe, hns, irdma, erdma, siw

- rts tracing improvements

- Code improvements: strlscpy conversion, unused parameter, spelling
  mistakes, unused variables, flex arrays

- restrack device details report for hns

- Simplify struct device initialization in SRP

- Eliminate the never-used service_mask support in IB CM

- Make rxe not print to the console for some kinds of network packets

- Asymetric paths and router support in the CM through netlink messages

- DMABUF importer support for mlx5devx umem's

----------------------------------------------------------------
Aharon Landau (1):
      RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkey

Bart Van Assche (5):
      RDMA/srp: Rework the srp_add_port() error path
      RDMA/srp: Remove the srp_host.released completion
      RDMA/srp: Handle dev_set_name() failure
      RDMA/srp: Use the attribute group mechanism for sysfs attributes
      RDMA/srp: Fix srp_abort()

Bernard Metzler (2):
      RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.
      RDMA/siw: Fix QP destroy to wait for all references dropped.

Bob Pearson (3):
      RDMA/rxe: Set pd early in mr alloc routines
      RDMA/rxe: Fix resize_finish() in rxe_queue.c
      RDMA/rxe: Remove redundant num_sge fields

Bodong Wang (1):
      IB/mlx5: Support querying eswitch functions from DEVX

Cheng Xu (4):
      RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
      RDMA/erdma: Remove redundant includes
      RDMA/erdma: Make hardware internal opcodes invisible to driver
      RDMA/erdma: Support dynamic mtu

Chengchang Tang (1):
      RDMA/hns: Remove redundant 'phy_addr' in hns_roce_hem_list_find_mtt()

Daisuke Matsuda (7):
      IB/mlx5: Remove duplicate header inclusion related to ODP
      RDMA/rxe: Remove an unused member from struct rxe_mr
      RDMA/rxe: Delete error messages triggered by incoming Read requests
      RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()
      IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
      RDMA/rxe: Use members of generic struct in rxe_mr
      RDMA/rxe: Remove error/warning messages from packet receiver path

Dan Carpenter (1):
      RDMA/core: Clean up a variable name in ib_create_srq_user()

Gaosheng Cui (1):
      IB/hfi1: remove rc_only_opcode and uc_only_opcode declarations

Guofeng Yue (4):
      RDMA/hns: Cleanup for a spelling error of Asynchronous
      RDMA/hns: Remove unnecessary braces for single statement blocks
      RDMA/hns: Remove unnecessary brackets when getting point
      RDMA/hns: Unified Log Printing Style

Guoqing Jiang (4):
      RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_ev
      RDMA/rtrs: Update comments for MAX_SESS_QUEUE_DEPTH
      RDMA/rtrs-clt: Break the loop once one path is connected
      RDMA/rtrs-clt: Kill xchg_paths

Hangyu Hua (1):
      RDMA/srpt: Use flex array destination for memcpy()

Jack Wang (1):
      RDMA/rtrs-clt: Output sg index when warning on

Jason Gunthorpe (6):
      IB/mlx5: Call io_stop_wc() after writing to WC MMIO
      net/mlx5: Add IFC bits for mkey ATS
      RDMA/core: Add UVERBS_ATTR_RAW_FD
      RDMA/mlx5: Add support for dmabuf to devx umem
      RDMA/mlx5: Enable ATS support for MRs and umems
      Merge tag 'v6.0' into rdma.git for-next

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

Li Zhijian (3):
      RDMA/rxe: use %u to print u32 variables
      RDMA/rxe: convert pr_warn to pr_debug
      RDMA/rxe: Add send_common_ack() helper

Luoyouming (1):
      RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()

Mark Zhang (7):
      IB/cm: Remove the service_mask parameter from ib_cm_listen()
      IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_init_listen()
      IB/cm: Refactor cm_insert_listen() and cm_find_listen()
      RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_paths
      RDMA/cma: Multiple path records support with netlink channel
      RDMA/cm: Use SLID in the work completion as the DLID in responder side
      RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLID

Michael Margolin (1):
      RDMA/efa: Support CQ receive entries with source GID

Mikhael Goikhman (1):
      RDMA/srp: Support more than 255 rdma ports

Santosh Pradhan (2):
      RDMA/rtrs-clt: Add event tracing support
      RDMA/rtrs-srv: Add event tracing support

Shang XiaoJing (1):
      IB/hfi1: Use skb_put_data() instead of skb_put/memcpy pair

Shiraz Saleem (1):
      RDMA/irdma: Validate udata inlen and outlen

Sindhu-Devale (1):
      RDMA/irdma: Align AE id codes to correct flush code and event

Tom Talpey (1):
      RDMA/siw: Add missing Kconfig selections

Wenpeng Liang (8):
      RDMA/hns: Remove redundant DFX file and DFX ops structure
      RDMA/hns: Add or remove CQ's restrack attributes
      RDMA/hns: Support CQ's restrack raw ops for hns driver
      RDMA/hns: Support QP's restrack ops for hns driver
      RDMA/hns: Support QP's restrack raw ops for hns driver
      RDMA/hns: Support MR's restrack ops for hns driver
      RDMA/hns: Support MR's restrack raw ops for hns driver
      RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qp

Wolfram Sang (1):
      IB: move from strlcpy with unused retval to strscpy

Xiu Jianfeng (1):
      IB/rdmavt: Add __init/__exit annotations to module init/exit funcs

Yangyang Li (2):
      RDMA/hns: Remove redundant 'num_mtt_segs' and 'max_extend_sg'
      RDMA/hns: Remove redundant 'max_srq_desc_sz' in caps

Yixing Liu (2):
      RDMA/hns: Remove redundant 'attr_mask' in modify_qp_init_to_init()
      RDMA/hns: Replacing magic number with macros in apply_func_caps()

Yunsheng Lin (3):
      RDMA/core: Remove 'device' argument from rdma_build_skb()
      RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()
      RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()

Zeng Heng (1):
      RDMA/usnic: fix set-but-not-unused variable 'flags' warning

Zhu Yanjun (3):
      RDMA/rxe: Fix "kernel NULL pointer dereference" error
      RDMA/rxe: Fix the error caused by qp->sk
      RDMA/rxe: Remove the unused variable obj

wangjianli (2):
      RDMA/hfi1: fix repeated words in comments
      RDMA/qib: fix repeated words in comments

ye xingchen (1):
      RDMA/hfi1: Remove the unneeded result variable

 drivers/block/rnbd/rnbd-srv.c                      |  11 +-
 drivers/infiniband/core/cm.c                       | 104 ++++----
 drivers/infiniband/core/cma.c                      |  88 +++++--
 drivers/infiniband/core/cma_configfs.c             |   2 +-
 drivers/infiniband/core/device.c                   |   4 +-
 drivers/infiniband/core/lag.c                      |   5 +-
 drivers/infiniband/core/sa_query.c                 | 235 +++++++++++------
 drivers/infiniband/core/ucma.c                     |  10 +-
 drivers/infiniband/core/umem_odp.c                 |   2 -
 drivers/infiniband/core/uverbs_cmd.c               |   5 +-
 drivers/infiniband/core/uverbs_ioctl.c             |   8 +
 drivers/infiniband/core/verbs.c                    |   4 +-
 drivers/infiniband/hw/bnxt_re/main.c               |   2 +-
 drivers/infiniband/hw/efa/efa_admin_cmds_defs.h    |   6 +-
 drivers/infiniband/hw/efa/efa_com_cmd.c            |   5 +-
 drivers/infiniband/hw/efa/efa_com_cmd.h            |   3 +-
 drivers/infiniband/hw/efa/efa_io_defs.h            | 289 +++++++++++++++++++++
 drivers/infiniband/hw/efa/efa_verbs.c              |  11 +-
 drivers/infiniband/hw/erdma/erdma.h                |   4 +-
 drivers/infiniband/hw/erdma/erdma_cm.c             |   8 -
 drivers/infiniband/hw/erdma/erdma_cmdq.c           |   8 +-
 drivers/infiniband/hw/erdma/erdma_cq.c             |   4 -
 drivers/infiniband/hw/erdma/erdma_eq.c             |  13 +-
 drivers/infiniband/hw/erdma/erdma_hw.h             |  14 +-
 drivers/infiniband/hw/erdma/erdma_main.c           |  17 +-
 drivers/infiniband/hw/erdma/erdma_qp.c             |  15 +-
 drivers/infiniband/hw/erdma/erdma_verbs.c          |  35 ++-
 drivers/infiniband/hw/erdma/erdma_verbs.h          |   9 +-
 drivers/infiniband/hw/hfi1/chip.c                  |   2 +-
 drivers/infiniband/hw/hfi1/file_ops.c              |   2 +-
 drivers/infiniband/hw/hfi1/firmware.c              |   2 +-
 drivers/infiniband/hw/hfi1/ipoib_rx.c              |   5 +-
 drivers/infiniband/hw/hfi1/verbs.c                 |   6 +-
 drivers/infiniband/hw/hfi1/verbs.h                 |   3 -
 drivers/infiniband/hw/hns/Makefile                 |   2 +-
 drivers/infiniband/hw/hns/hns_roce_cq.c            |   6 +-
 drivers/infiniband/hw/hns/hns_roce_device.h        |  25 +-
 drivers/infiniband/hw/hns/hns_roce_hem.c           |  33 +--
 drivers/infiniband/hw/hns/hns_roce_hem.h           |   5 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c         | 164 +++++++-----
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h         |  14 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2_dfx.c     |  34 ---
 drivers/infiniband/hw/hns/hns_roce_main.c          |  64 +++--
 drivers/infiniband/hw/hns/hns_roce_mr.c            |   7 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c            |  19 +-
 drivers/infiniband/hw/hns/hns_roce_restrack.c      | 220 ++++++++++++----
 drivers/infiniband/hw/irdma/defs.h                 |   1 +
 drivers/infiniband/hw/irdma/hw.c                   |  51 ++--
 drivers/infiniband/hw/irdma/type.h                 |   1 +
 drivers/infiniband/hw/irdma/user.h                 |   1 +
 drivers/infiniband/hw/irdma/utils.c                |   3 +
 drivers/infiniband/hw/irdma/verbs.c                |  69 ++++-
 drivers/infiniband/hw/mlx4/mr.c                    |   1 -
 drivers/infiniband/hw/mlx5/devx.c                  |  57 ++--
 drivers/infiniband/hw/mlx5/main.c                  |   6 +-
 drivers/infiniband/hw/mlx5/mem.c                   |   2 +-
 drivers/infiniband/hw/mlx5/mlx5_ib.h               |  36 +++
 drivers/infiniband/hw/mlx5/mr.c                    |   8 +-
 drivers/infiniband/hw/mlx5/odp.c                   |   4 +-
 drivers/infiniband/hw/mthca/mthca_cmd.c            |   2 +-
 drivers/infiniband/hw/ocrdma/ocrdma_hw.c           |   2 +-
 drivers/infiniband/hw/qib/qib_iba7322.c            |   2 +-
 drivers/infiniband/hw/qib/qib_pcie.c               |   2 +-
 drivers/infiniband/hw/usnic/usnic_uiom.c           |   3 -
 drivers/infiniband/sw/rdmavt/vt.c                  |   4 +-
 drivers/infiniband/sw/rxe/rxe_icrc.c               |  12 +-
 drivers/infiniband/sw/rxe/rxe_loc.h                |   6 +-
 drivers/infiniband/sw/rxe/rxe_mr.c                 |  22 +-
 drivers/infiniband/sw/rxe/rxe_mw.c                 |   6 +-
 drivers/infiniband/sw/rxe/rxe_net.c                |   1 -
 drivers/infiniband/sw/rxe/rxe_qp.c                 |  61 ++---
 drivers/infiniband/sw/rxe/rxe_queue.c              |  12 +-
 drivers/infiniband/sw/rxe/rxe_recv.c               | 106 ++------
 drivers/infiniband/sw/rxe/rxe_resp.c               |  53 ++--
 drivers/infiniband/sw/rxe/rxe_task.c               |   3 +-
 drivers/infiniband/sw/rxe/rxe_task.h               |   3 +-
 drivers/infiniband/sw/rxe/rxe_verbs.c              |  19 +-
 drivers/infiniband/sw/rxe/rxe_verbs.h              |   3 -
 drivers/infiniband/sw/siw/Kconfig                  |   5 +-
 drivers/infiniband/sw/siw/siw.h                    |   1 +
 drivers/infiniband/sw/siw/siw_qp.c                 |   2 +-
 drivers/infiniband/sw/siw/siw_qp_rx.c              |  27 +-
 drivers/infiniband/sw/siw/siw_verbs.c              |   3 +
 drivers/infiniband/ulp/ipoib/ipoib_cm.c            |   4 +-
 drivers/infiniband/ulp/ipoib/ipoib_ethtool.c       |   4 +-
 drivers/infiniband/ulp/ipoib/ipoib_main.c          |   2 +-
 drivers/infiniband/ulp/opa_vnic/opa_vnic_ethtool.c |   4 +-
 drivers/infiniband/ulp/rtrs/Makefile               |  10 +-
 drivers/infiniband/ulp/rtrs/rtrs-clt-trace.c       |  15 ++
 drivers/infiniband/ulp/rtrs/rtrs-clt-trace.h       |  86 ++++++
 drivers/infiniband/ulp/rtrs/rtrs-clt.c             |  26 +-
 drivers/infiniband/ulp/rtrs/rtrs-pri.h             |   7 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv-trace.c       |  16 ++
 drivers/infiniband/ulp/rtrs/rtrs-srv-trace.h       |  88 +++++++
 drivers/infiniband/ulp/rtrs/rtrs-srv.c             |  12 +-
 drivers/infiniband/ulp/rtrs/rtrs-srv.h             |   5 +
 drivers/infiniband/ulp/rtrs/rtrs.c                 |   2 +-
 drivers/infiniband/ulp/rtrs/rtrs.h                 |   3 +-
 drivers/infiniband/ulp/srp/ib_srp.c                |  66 ++---
 drivers/infiniband/ulp/srp/ib_srp.h                |   3 +-
 drivers/infiniband/ulp/srpt/ib_srpt.c              |   6 +-
 include/linux/mlx5/mlx5_ifc.h                      |  11 +-
 include/rdma/ib_cm.h                               |  10 +-
 include/rdma/ib_sa.h                               |   3 +-
 include/rdma/rdma_cm.h                             |  13 +-
 include/rdma/rdma_vt.h                             |   2 +-
 include/rdma/uverbs_ioctl.h                        |  13 +
 include/uapi/rdma/efa-abi.h                        |   4 +-
 include/uapi/rdma/mlx5-abi.h                       |   1 +
 include/uapi/rdma/mlx5_user_ioctl_cmds.h           |   1 +
 include/uapi/rdma/rdma_user_rxe.h                  |   4 +-
 111 files changed, 1693 insertions(+), 862 deletions(-)
(diffstat from tag for-linus-merged)

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

             reply	other threads:[~2022-10-06 23:03 UTC|newest]

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

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=Yz9eqEUfSParOUJk@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).