All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
	linux-rdma <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: [PULL REQUEST] Please pull rdma.git
Date: Fri, 20 May 2016 16:03:36 -0400	[thread overview]
Message-ID: <b3bc5acb-6b18-5d7b-fe8d-e7c876259b9f@redhat.com> (raw)

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

Hi Linus,

This is the primary 4.7 pull.  There are a few more patches in the wings
but I'm not sending them yet.  There are a few known merge issues:

1) An mlx5 merge issue.  Two different patches both add new #include
directives in the same file.  This would have possibly been caught and
fixed up by our new working arrangement with Mellanox, but the patch I
took that induced the issue was an older one from the list that predated
the new working setup.  The fixup is a no-brainer, so I left it as is.

2) An NFSoRDMS merge issue.  The NFS tree has a cleanup patch that
touches the same for statement that one of our cleanup patches touches.
I've only got 2 lines of diff for the NFSoRDMA tree this time around and
we managed to get a conflict.  It's another simple fixup.

3) As per your comments a cycle or two ago, I used topic branches for my
work.  So if there's something you don't like in this pull request,
topic branches can be used to separate things out.  However, there are a
few patches that went directly onto the branch I'm having you pull from,
so if you see anything you don't like, please don't try to use the topic
branches to recreate things yourself.  That will only frustrate you and
get me yelled at.  Let me know what you want removed and I'll fix up a
new branch for you.

Otherwise, it's all typical stuff.  Here's the git boilerplate:

The following changes since commit e29bff46b9b8663e1789fbcd65d0ba05a52f08af:

  Merge branch 'k.o/for-4.6-rc' into testing/4.6 (2016-04-28 15:16:32 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
tags/for-linus

for you to fetch changes up to c16d2750a08c8ccaf98d65f287a8aec91bb9610d:

  IB/mlx5: Fire the CQ completion handler from tasklet (2016-05-18
10:45:49 -0400)

----------------------------------------------------------------
Primary 4.7 merge window changes

- Updates to the new Intel X722 iWARP driver
- Updates to the hfi1 driver
- Fixes for the iw_cxgb4 driver
- Misc core fixes
- Generic RDMA READ/WRITE API addition
- SRP updates
- Misc ipoib updates
- Minor mlx5 updates

----------------------------------------------------------------
Andy Shevchenko (1):
      RDMA/nes: replace custom print_hex_dump()

Bart Van Assche (18):
      IB/srp: Fix a spelling error in a source code comment
      IB/srp: Fix a comment
      IB/srp: Document srp_map_data() return value
      IB/srp: Fix srp_map_data() error paths
      IB/srp: Introduce target->mr_pool_size
      IB/srp: Avoid that mapping failure triggers an infinite loop
      IB/srp: Move code out of a loop
      IB/srp: Move common code into the caller
      IB/srp: Print "ib_srp: " prefix once
      IB/srp: Fix a memory descriptor leak in an error path
      IB/srp: Fix srp_create_target() error handling
      IB/core: Enhance ib_map_mr_sg()
      IB/srp: Swap two code blocks in srp_add_one()
      IB/srp: Prevent mapping failures
      IB/srp: Do not register memory if never_register has been set
      iw_cxgb4: Convert a __force cast
      IB/srp: Fix a debug kernel crash
      iwcm: Fix a sparse warning

Chien Tin Tung (1):
      RDMA/i40iw: Correct STag mask to min of 14 bits

Christoph Hellwig (11):
      IB/iser: Fix max_sectors calculation
      IB/cma: pass the port number to ib_create_qp
      IB/core: Add passing an offset into the SG to ib_map_mr_sg
      IB/core: add a helper to check for READ WITH INVALIDATE support
      IB/core: refactor ib_create_qp
      IB/core: add a simple MR pool
      IB/core: generic RDMA READ/WRITE API
      target: enhance and export target_alloc_sgl/target_free_sgl
      IB/srpt: convert to the generic RDMA READ/WRITE API
      IB/core: add RW API support for signature MRs
      IB/isert: convert to the generic RDMA READ/WRITE API

Christoph Lameter (1):
      IB/core: Do not require CAP_NET_ADMIN for packet sniffing

Colin Ian King (4):
      i40iw: pass hw_stats by reference rather than by value
      i40iw: pass hw_stats by reference rather than by value
      IB/mlx4: trivial fix of spelling mistake on "argument"
      i40iw: pass hw_stats by reference rather than by value

Dean Luick (17):
      IB/hfi1: Fix sysfs file offset usage
      IB/hfi1: Fix i2c resource reservation checks
      IB/hfi1: Fix QOS num_vl bit width
      IB/hfi1: Remove invalid QOS check
      IB/hfi1: Fix QOS rule mappings
      IB/hfi1: Correctly obtain the full service class
      IB/hfi1: Simplify init_qpmap_table()
      IB/hfi1: Guard against concurrent I2C access across all chains
      IB/hfi1: Fix double QSFP resource acquire on cache refresh
      IB/hfi1: Extract RSM map table init from QOS
      IB/hfi1: Move QOS decision logic into its own function
      IB/hfi1: Create a routine to set a receive side mapping rule
      IB/hfi1: Add RSM rule for user FECN handling
      IB/hfi1: Ignore link downgrade with 0 lanes
      IB/hfi1: Use the neighbor link down reason only when valid
      IB/hfi1: Correctly report neighbor link down reason
      IB/hfi1: Fix MAD port poll for active cables

Denys Vlasenko (1):
      IB/nes: Deinline nes_free_qp_mem, save 1072 bytes

Doug Ledford (3):
      Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7
      Merge branches 'mlx5-1' and 'srp-1' into k.o/for-4.7
      Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and
'mlx5-fcs' into k.o/for-4.7

Easwar Hariharan (2):
      IB/hfi1: Always turn on CDRs for low power QSFP modules
      IB/hfi1: Remove module presence check outside pre-LNI checks

Florian Westphal (1):
      RDMA/nes: don't leak skb if carrier down

Geliang Tang (1):
      IB/mlx4: Use list_for_each_entry_safe

Guy Levi (1):
      IB/mlx5: Add UARs write-combining and non-cached mapping

Hans Westgaard Ry (1):
      IB/ipoib: Add readout of statistics using ethtool

Hariprasad S (26):
      RDMA/iw_cxgb4: release ep resources on accept arp failure
      RDMA/iw_cxgb4: stop ep timer on close failure
      RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is held
      RDMA/iw_cxgb4: remove connection abort from process_mpa_reply
      RDMA/iw_cxgb4: free resources when send_flowc() fails
      RDMA/iw_cxgb4: remove abort_connection() usage from accept/reject
      RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()
      RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errors
      RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()
      RDMA/iw_cxgb4: Add few history bits for ep
      RDMA/iw_cxgb4: Correct RFC number of MPA
      RDMA/iw_cxgb4: set the correct FID value in DSGL commands
      RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive
accept failure
      RDMA/iw_cxgb4: Do not stop timer in case of incomplete messages
      RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiation
      RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and
send_mpa_req()
      RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTING
      RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in
abort_arp_failure()
      RDMA/iw_cxgb4: atomically lookup ep and get a reference
      RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep()
      RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in
process_timeout
      RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTING
      RDMA/iw_cxgb4: atomic find and reference for listening endpoints
      RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_data
      RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr()
      RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject()

Ismail, Mustafa (16):
      RDMA/i40iw: Fix overflow of region length
      RDMA/i40iw: Correct QP size calculation
      RDMA/i40iw: Fix refused connections
      RDMA/i40iw: Correct max message size in query port
      RDMA/i40iw: Do not set self-referencing pointer to NULL after free
      RDMA/i40iw: Add qp table lock around AE processing
      RDMA/i40iw: Set vendor_err only if there is an actual error
      RDMA/i40iw: Populate vendor_id and vendor_part_id fields
      RDMA/i40iw: Remove unused code and fix warning
      RDMA/i40iw: Add virtual channel message queue
      RDMA/i40iw: Correct return code check in add_pble_pool
      RDMA/i40iw: Initialize max enabled vfs variable
      RDMA/i40iw: Add base memory management extensions
      RDMA/i40iw: Fix endian issues and warnings
      RDMA/i40iw: Fix SD calculation for initial HMC creation
      RDMA/i40iw: Adding queue drain functions

Jianxin Xiong (1):
      IB/hfi1: Reduce kernel context pio buffer allocation

Jubin John (3):
      IB/rdmavt,hfi1,qib: Fix memory leak
      IB/hfi1: Change default number of user contexts
      IB/hfi1: Serialize hrtimer function calls

Julia Lawall (4):
      i40e: constify i40e_client_ops structure
      i40iw: constify i40iw_vf_cqp_ops structure
      i40iw: constify i40iw_vf_cqp_ops structure
      i40iw: constify i40iw_vf_cqp_ops structure

Lars-Peter Clausen (3):
      i40iw: Remove unnecessary synchronize_irq() before free_irq()
      i40iw: Remove unnecessary synchronize_irq() before free_irq()
      i40iw: Remove unnecessary synchronize_irq() before free_irq()

Majd Dibbiny (5):
      IB/core: Add extended device capability flags
      IB/core: Add Raw Scatter FCS device capability
      IB/core: Add Scatter FCS create flag
      IB/mlx5: Add Scatter FCS support for Raw Packet QP
      IB/mlx5: Report Scatter FCS device capability when supported

Mark Bloch (4):
      IB/IWPM: Fix a potential skb leak
      IB/core: Remove unnecessary check in ibnl_rcv_msg
      IB/core: Fix a potential array overrun in CMA and SA agent
      IB/SA: Use correct free function

Matan Barak (3):
      IB/mlx5: Allow mapping the free running counter on PROT_EXEC
      net/mlx5_core: Use tasklet for user-space CQ completion events
      IB/mlx5: Fire the CQ completion handler from tasklet

Mike Marciniszyn (4):
      IB/rdmavt: Fix adaptive pio hang
      IB/qib, IB/hfi1: Fix up UD loopback use of irq flags
      IB/hfi1: Remove unreachable code
      IB/hfi1: Use global defines for upper bits in opcode

Mitko Haralanov (6):
      IB/hfi1: Don't remove list entries if they are not in a list
      IB/hfi1: Fix memory leak in user ExpRcv and SDMA
      IB/hfi1: Protect the interval RB tree when cleaning up
      IB/hfi1: Correctly compute node interval
      IB/hfi1: Extract and reinsert MMU RB node on lookup
      IB/hfi1: Fix buffer cache races which may cause corruption

Mohammad Khan (1):
      RDMA/i40iw: Fix for a NOP WQE size

Saeed Mahameed (1):
      net/mlx5: Update mlx5_ifc hardware features

Sebastian Andrzej Siewior (1):
      infiniband/ulp/ipoib: remove pkey_mutex

Sebastian Sanchez (2):
      IB/hfi1: Adjust default MTU to be 10KB
      IB/hfi1: Check P_KEY for all sent packets from user mode

Shiraz Saleem (3):
      RDMA/i40iw: Fixes for WQE alignment
      RDMA/i40iw: Fix for the size of kernel mode SQ
      RDMA/i40iw: Fix for using one sge for RDMA READ

Steve Wise (1):
      IB/core: add a need_inval flag to struct ib_mr

Tariq Toukan (1):
      net/mlx5: Fix mlx5 ifc cmd_hca_cap bad offsets

Tatyana Nikolova (3):
      RDMA/i40iw: Fix for checking if the QP is destroyed
      RDMA/i40iw: Fix for removing quad hash entries
      RDMA/nes: Adding queue drain functions

shamir rabinovitch (1):
      IB/mlx4: Fix unaligned access in send_reply_to_slave

 drivers/infiniband/core/Makefile                   |   4 +-
 drivers/infiniband/core/cma.c                      |   4 +-
 drivers/infiniband/core/iwcm.c                     |   4 +-
 drivers/infiniband/core/iwpm_util.c                |   1 +
 drivers/infiniband/core/mr_pool.c                  |  86 +++
 drivers/infiniband/core/netlink.c                  |   5 +-
 drivers/infiniband/core/rw.c                       | 727 ++++++++++++++++++
 drivers/infiniband/core/sa_query.c                 |   4 +-
 drivers/infiniband/core/uverbs_cmd.c               |  11 +-
 drivers/infiniband/core/verbs.c                    | 172 +++--
 drivers/infiniband/hw/cxgb3/iwch_provider.c        |   7 +-
 drivers/infiniband/hw/cxgb4/cm.c                   | 611 ++++++++++-----
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h             |  14 +-
 drivers/infiniband/hw/cxgb4/mem.c                  |  12 +-
 drivers/infiniband/hw/i40iw/i40iw.h                |   7 +-
 drivers/infiniband/hw/i40iw/i40iw_cm.c             | 148 ++--
 drivers/infiniband/hw/i40iw/i40iw_cm.h             |  10 +-
 drivers/infiniband/hw/i40iw/i40iw_ctrl.c           | 185 +++--
 drivers/infiniband/hw/i40iw/i40iw_d.h              |   4 +-
 drivers/infiniband/hw/i40iw/i40iw_hw.c             |  14 +-
 drivers/infiniband/hw/i40iw/i40iw_main.c           |  58 +-
 drivers/infiniband/hw/i40iw/i40iw_osdep.h          |   1 +
 drivers/infiniband/hw/i40iw/i40iw_pble.c           |   9 +-
 drivers/infiniband/hw/i40iw/i40iw_puda.c           |   2 +-
 drivers/infiniband/hw/i40iw/i40iw_status.h         |   1 +
 drivers/infiniband/hw/i40iw/i40iw_type.h           |  14 +-
 drivers/infiniband/hw/i40iw/i40iw_uk.c             | 106 +--
 drivers/infiniband/hw/i40iw/i40iw_user.h           |  36 +-
 drivers/infiniband/hw/i40iw/i40iw_utils.c          |  47 +-
 drivers/infiniband/hw/i40iw/i40iw_verbs.c          | 294 ++++++-
 drivers/infiniband/hw/i40iw/i40iw_verbs.h          |   3 +
 drivers/infiniband/hw/i40iw/i40iw_vf.c             |   2 +-
 drivers/infiniband/hw/i40iw/i40iw_vf.h             |   2 +-
 drivers/infiniband/hw/i40iw/i40iw_virtchnl.c       | 102 +--
 drivers/infiniband/hw/mlx4/main.c                  |   2 +-
 drivers/infiniband/hw/mlx4/mcg.c                   |   9 +-
 drivers/infiniband/hw/mlx4/mlx4_ib.h               |   5 +-
 drivers/infiniband/hw/mlx4/mr.c                    |   7 +-
 drivers/infiniband/hw/mlx5/cq.c                    |   5 +-
 drivers/infiniband/hw/mlx5/main.c                  | 102 ++-
 drivers/infiniband/hw/mlx5/mlx5_ib.h               |   8 +-
 drivers/infiniband/hw/mlx5/mr.c                    |  25 +-
 drivers/infiniband/hw/mlx5/qp.c                    |  20 +-
 drivers/infiniband/hw/nes/nes_nic.c                |   3 -
 drivers/infiniband/hw/nes/nes_utils.c              |  60 +-
 drivers/infiniband/hw/nes/nes_verbs.c              |  43 +-
 drivers/infiniband/hw/nes/nes_verbs.h              |   2 +
 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c        |   7 +-
 drivers/infiniband/hw/ocrdma/ocrdma_verbs.h        |   5 +-
 drivers/infiniband/hw/qib/qib_init.c               |   4 +-
 drivers/infiniband/hw/qib/qib_rc.c                 |   2 +-
 drivers/infiniband/hw/qib/qib_ruc.c                |   4 +-
 drivers/infiniband/hw/qib/qib_uc.c                 |   2 +-
 drivers/infiniband/hw/qib/qib_ud.c                 |  10 +-
 drivers/infiniband/hw/qib/qib_verbs.h              |   6 +-
 drivers/infiniband/sw/rdmavt/qp.c                  |   6 +-
 drivers/infiniband/sw/rdmavt/vt.c                  |  13 +
 drivers/infiniband/ulp/ipoib/ipoib_ethtool.c       |  67 ++
 drivers/infiniband/ulp/ipoib/ipoib_ib.c            |   2 -
 drivers/infiniband/ulp/iser/iscsi_iser.c           |  14 +-
 drivers/infiniband/ulp/iser/iser_memory.c          |   4 +-
 drivers/infiniband/ulp/isert/ib_isert.c            | 841
++-------------------
 drivers/infiniband/ulp/isert/ib_isert.h            |  69 +-
 drivers/infiniband/ulp/srp/ib_srp.c                | 229 ++++--
 drivers/infiniband/ulp/srp/ib_srp.h                |   2 +
 drivers/infiniband/ulp/srpt/ib_srpt.c              | 729 +++++++-----------
 drivers/infiniband/ulp/srpt/ib_srpt.h              |  31 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h        |   4 +
 drivers/net/ethernet/intel/i40e/i40e_client.h      |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/cq.c       |  59 ++
 drivers/net/ethernet/mellanox/mlx5/core/eq.c       |  12 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  17 +
 .../net/ethernet/mellanox/mlx5/core/mlx5_core.h    |   2 +
 drivers/staging/rdma/hfi1/affinity.c               |  93 +--
 drivers/staging/rdma/hfi1/affinity.h               |  19 +-
 drivers/staging/rdma/hfi1/chip.c                   | 647 +++++++++++-----
 drivers/staging/rdma/hfi1/chip.h                   |   7 +-
 drivers/staging/rdma/hfi1/chip_registers.h         |   1 +
 drivers/staging/rdma/hfi1/diag.c                   |   3 +-
 drivers/staging/rdma/hfi1/driver.c                 |   3 +-
 drivers/staging/rdma/hfi1/firmware.c               |   9 +-
 drivers/staging/rdma/hfi1/hfi.h                    |  11 +-
 drivers/staging/rdma/hfi1/init.c                   |  25 +-
 drivers/staging/rdma/hfi1/mad.c                    |  16 +-
 drivers/staging/rdma/hfi1/mmu_rb.c                 |  35 +-
 drivers/staging/rdma/hfi1/mmu_rb.h                 |   2 +
 drivers/staging/rdma/hfi1/pio.c                    |  52 +-
 drivers/staging/rdma/hfi1/pio.h                    |   4 +-
 drivers/staging/rdma/hfi1/platform.c               |  99 +--
 drivers/staging/rdma/hfi1/qp.c                     |   6 +-
 drivers/staging/rdma/hfi1/qsfp.c                   |  58 +-
 drivers/staging/rdma/hfi1/qsfp.h                   |  15 +-
 drivers/staging/rdma/hfi1/rc.c                     |   9 +-
 drivers/staging/rdma/hfi1/ruc.c                    |  20 +-
 drivers/staging/rdma/hfi1/sysfs.c                  |   4 +-
 drivers/staging/rdma/hfi1/ud.c                     |   8 +-
 drivers/staging/rdma/hfi1/user_exp_rcv.c           |   7 +-
 drivers/staging/rdma/hfi1/user_sdma.c              |  97 ++-
 drivers/staging/rdma/hfi1/verbs.c                  | 108 ++-
 drivers/staging/rdma/hfi1/verbs.h                  |   4 +-
 drivers/target/target_core_transport.c             |  32 +-
 drivers/target/target_core_xcopy.c                 |   2 +-
 include/linux/mlx5/cq.h                            |   5 +
 include/linux/mlx5/driver.h                        |  10 +
 include/linux/mlx5/mlx5_ifc.h                      | 253 +++++--
 include/rdma/ib_verbs.h                            |  61 +-
 include/rdma/mr_pool.h                             |  25 +
 include/rdma/rdma_vt.h                             |   1 +
 include/rdma/rdmavt_qp.h                           |   5 +-
 include/rdma/rw.h                                  |  88 +++
 include/target/target_core_backend.h               |   1 -
 include/target/target_core_fabric.h                |   4 +
 include/uapi/rdma/ib_user_verbs.h                  |   1 +
 net/rds/ib_frmr.c                                  |   2 +-
 net/sunrpc/xprtrdma/frwr_ops.c                     |   2 +-
 net/sunrpc/xprtrdma/svc_rdma_recvfrom.c            |   2 +-
 116 files changed, 4308 insertions(+), 2689 deletions(-)
 create mode 100644 drivers/infiniband/core/mr_pool.c
 create mode 100644 drivers/infiniband/core/rw.c
 create mode 100644 include/rdma/mr_pool.h
 create mode 100644 include/rdma/rw.h


-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
              GPG KeyID: 0E572FDD



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]

             reply	other threads:[~2016-05-20 20:03 UTC|newest]

Thread overview: 200+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-20 20:03 Doug Ledford [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-15 21:57 [PULL REQUEST] Please pull rdma.git Doug Ledford
2019-12-16  2:27 ` Doug Ledford
2019-08-30 15:42 Doug Ledford
2019-08-30 16:40 ` pr-tracker-bot
     [not found] <5b0aa103f6007e1887f9b2cacaec8015834589b8.camel@xsintricity.com>
2019-08-23 19:14 ` Doug Ledford
2019-08-23 23:24   ` Doug Ledford
2019-08-14 14:59 Doug Ledford
2019-08-14 18:25 ` pr-tracker-bot
2019-08-19 10:08 ` Geert Uytterhoeven
2019-08-19 12:14   ` Jason Gunthorpe
2019-08-19 12:29     ` Geert Uytterhoeven
2019-08-19 12:48       ` Jason Gunthorpe
2019-08-02 14:39 Doug Ledford
2019-08-02 22:10 ` pr-tracker-bot
2019-06-21 19:42 Doug Ledford
2019-06-21 22:35 ` pr-tracker-bot
2018-12-13 16:56 Doug Ledford
2018-12-13 21:15 ` pr-tracker-bot
2018-02-06  0:31 Doug Ledford
2017-11-16 21:39 Doug Ledford
     [not found] ` <1510868362.8751.14.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-11-17  0:03   ` Jason Gunthorpe
2017-11-15 16:01 Doug Ledford
2017-10-26 18:05 Doug Ledford
2017-10-06 17:25 Doug Ledford
2017-09-28 16:06 Doug Ledford
2017-09-22 21:12 Doug Ledford
     [not found] ` <1506114769.120853.7.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-09-23  3:23   ` Linus Torvalds
     [not found]     ` <CA+55aFz2hYPEkweckHKpOU45bHQU7tFLKYoVWaMGduMSP4NCFA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-09-23 14:25       ` Doug Ledford
     [not found]         ` <1506176753.120853.65.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-09-23 15:50           ` Linus Torvalds
2017-08-31 13:42 Doug Ledford
2017-08-24 21:21 Doug Ledford
2017-08-18 18:21 Doug Ledford
2017-08-08 17:27 Doug Ledford
2017-07-21 12:16 Doug Ledford
     [not found] ` <1500639364.23761.22.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-07-21 12:25   ` Doug Ledford
2017-07-18 15:51 Doug Ledford
     [not found] ` <1500393061.23761.1.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-07-18 18:24   ` Linus Torvalds
     [not found]     ` <CA+55aFyMw63bV+KOOiP9MbXF=BU8mHYEzBYsNH=xrVWxO=rzKg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-18 19:07       ` Doug Ledford
     [not found]         ` <1500404869.23761.9.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-07-18 19:26           ` Linus Torvalds
     [not found]             ` <CA+55aFxYrrWO0NFJLzMiSQxPKMcoLUD=xA0e-g01riFfX5-Vug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-19  3:42               ` Robert LeBlanc
     [not found]                 ` <CAANLjFr9DxfoR_H5rp1ag_fC5AqxDJ5ZEj52wF-W2eGjof6iqg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-07-19 17:52                   ` Bart Van Assche
2017-07-19 17:54                   ` Doug Ledford
     [not found]                     ` <1500486883.23761.14.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-07-19 20:40                       ` Bart Van Assche
     [not found]                         ` <1500496830.2494.5.camel-Sjgp3cTcYWE@public.gmane.org>
2017-07-19 22:05                           ` Doug Ledford
     [not found]                             ` <6b6d3dba-8eac-ef75-ef23-6e4e469670b6-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-07-19 22:56                               ` Doug Ledford
2017-07-21 22:27                       ` Robert LeBlanc
2017-07-19 17:46               ` Doug Ledford
2017-07-06 13:56 Doug Ledford
     [not found] ` <1499349377.2783.34.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-07-06 14:20   ` Doug Ledford
2017-07-06 16:49   ` Or Gerlitz
2017-06-16  2:09 Doug Ledford
2017-06-02 20:09 Doug Ledford
2017-05-08 19:43 Doug Ledford
     [not found] ` <1494272587.3041.256.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-05-09  3:15   ` Linus Torvalds
     [not found]     ` <CA+55aFysG9EZ9hXAGq5WZ1pJXEV-nqG4uJ5vbuuq1b1G8d+eXg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-09 14:23       ` Doug Ledford
2017-05-03 15:17 Doug Ledford
2017-03-25 18:29 Doug Ledford
     [not found] ` <1490466578.2404.55.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-03-25 22:45   ` Linus Torvalds
     [not found]     ` <CA+55aFx+p+grY-vLzHOmj4VFKvni3eHUmO_hn+AzmHXw2MeUZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-26 13:50       ` Doug Ledford
     [not found]         ` <1490536239.2404.80.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-03-26 14:45           ` Doug Ledford
2017-02-24 19:29 Doug Ledford
2017-02-23 17:54 Doug Ledford
2017-02-22 20:51 Doug Ledford
     [not found] ` <1487796701.86943.126.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-02-23 16:33   ` Linus Torvalds
     [not found]     ` <CA+55aFz6mZUHonfz3qtq17MJNcO+m4m4qspuZzhBG8wPi8Azjg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-23 16:39       ` Linus Torvalds
     [not found]         ` <CA+55aFyS3P70r4y53gYYr7OPf1rwaR0EJOpvMDZ3LQ=3XHCbqQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-23 17:43           ` Doug Ledford
     [not found]             ` <1487871809.86943.136.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-02-23 17:53               ` Linus Torvalds
     [not found]                 ` <CA+55aFzzLKu2SVQ0NG0ixpVftbD_SaK0h9MTrAyHFiaERS524A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-23 17:57                   ` Doug Ledford
2017-02-10 19:42 Doug Ledford
2017-01-27 19:52 Doug Ledford
2017-01-04 13:36 Yuval Shaia
2016-12-22 21:40 Doug Ledford
2016-12-15 16:49 Doug Ledford
     [not found] ` <ac96de9c-391b-70df-4c9d-d65d7dc28263-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-12-15 20:18   ` Linus Torvalds
2016-11-17 12:13 Doug Ledford
     [not found] ` <58466423-c87e-3921-101e-bffab8989fd8-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-11-17 18:49   ` Leon Romanovsky
     [not found]     ` <20161117184950.GP4240-2ukJVAZIZ/Y@public.gmane.org>
2016-11-17 19:44       ` Doug Ledford
     [not found]         ` <582E089A.3040106-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-11-17 20:02           ` Leon Romanovsky
     [not found]             ` <20161117200203.GQ4240-2ukJVAZIZ/Y@public.gmane.org>
2016-11-17 22:24               ` Or Gerlitz
2016-11-17 22:24                 ` Or Gerlitz
     [not found]                 ` <CAJ3xEMjXYYnhS6qUzM9F+yjtq8Aahn08MjsSU4OnLS66Cu7mgw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-18  2:01                   ` Doug Ledford
2016-11-18  2:01                     ` Doug Ledford
     [not found]                     ` <fea924a0-f399-8ecf-c039-5cb7c5e0acb8-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-11-19 19:46                       ` Or Gerlitz
2016-11-19 19:46                         ` Or Gerlitz
2016-11-19 23:11                         ` Doug Ledford
     [not found]                           ` <710f3e81-dd9c-8221-cf5e-7a96f4cad5b9-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-11-20 12:53                             ` Leon Romanovsky
2016-11-20 12:53                               ` Leon Romanovsky
2016-10-04 13:50 Doug Ledford
2016-09-16 20:19 Doug Ledford
2016-09-06 18:09 Doug Ledford
2016-08-25 19:29 Doug Ledford
     [not found] ` <e5da14cf-fd5a-895e-5fad-9020b6a7efb1-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-08-26 14:44   ` Leon Romanovsky
     [not found]     ` <20160826144415.GC594-2ukJVAZIZ/Y@public.gmane.org>
2016-08-26 16:12       ` Doug Ledford
     [not found]         ` <3aee5577-9600-db32-db7f-4fb39afdc429-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-08-26 17:16           ` Leon Romanovsky
     [not found]             ` <20160826171638.GD594-2ukJVAZIZ/Y@public.gmane.org>
2016-08-26 17:53               ` Doug Ledford
     [not found]                 ` <a4e3d830-71e5-76b1-927d-4e3b52a19ac5-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-08-26 19:19                   ` Leon Romanovsky
2016-08-04 16:21 Doug Ledford
2016-07-14 13:45 Doug Ledford
2016-06-24 23:12 Doug Ledford
2016-06-09 16:32 Doug Ledford
2016-05-26 22:34 Doug Ledford
     [not found] ` <166c87fa-09ef-f170-7351-d18062bc25cf-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-05-27  4:51   ` Leon Romanovsky
     [not found]     ` <20160527045157.GW25500-2ukJVAZIZ/Y@public.gmane.org>
2016-05-27 11:44       ` Dennis Dalessandro
     [not found]         ` <20160527114414.GA27420-W4f6Xiosr+yv7QzWx2u06xL4W9x8LtSr@public.gmane.org>
2016-05-27 13:13           ` Leon Romanovsky
     [not found]             ` <20160527131357.GX25500-2ukJVAZIZ/Y@public.gmane.org>
2016-05-27 13:32               ` Doug Ledford
     [not found]                 ` <57484C71.309-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-05-27 14:44                   ` Leon Romanovsky
     [not found]                     ` <20160527144427.GZ25500-2ukJVAZIZ/Y@public.gmane.org>
2016-05-27 15:14                       ` Doug Ledford
2016-05-06 20:11 Doug Ledford
2016-04-29  3:05 Doug Ledford
2016-04-06 18:23 Doug Ledford
2016-03-22 20:50 Doug Ledford
     [not found] ` <56F1B00F.7010406-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-03-22 22:23   ` Or Gerlitz
     [not found]     ` <CAJ3xEMhG0x_+DAAY+Cv0OAnW=2VmMuHZUv8DOP_YCkNHfSjX9A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-23  1:46       ` Doug Ledford
     [not found]         ` <56F1F579.3080403-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-03-23 22:37           ` Or Gerlitz
     [not found]             ` <CAJ3xEMhu7pKONneEAMDhJUtiz2nqnibynHMWe8vmgPCy+7DH5A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-24 15:23               ` Doug Ledford
     [not found]                 ` <56F4068F.2070608-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-03-28  9:42                   ` Or Gerlitz
2016-03-17 17:31 Doug Ledford
     [not found] ` <56EAE9D6.2030908-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-03-18 16:52   ` Linus Torvalds
     [not found]     ` <CA+55aFxxoO=i7neGBRGW_afHsSZ7K-x6fMO8v-8po3Ls_Ew0Rg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-18 17:37       ` Leon Romanovsky
     [not found]         ` <20160318173748.GL25216-2ukJVAZIZ/Y@public.gmane.org>
2016-03-19 21:37           ` Linus Torvalds
     [not found]             ` <CA+55aFwNcyywn3gYQ=H_+6WMt=s+xZ5bgpX3O9z8b2o5EhDMGQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-20  5:59               ` Leon Romanovsky
2016-03-23 10:57               ` Leon Romanovsky
     [not found]                 ` <20160323105708.GP25216-2ukJVAZIZ/Y@public.gmane.org>
2016-03-23 13:37                   ` Doug Ledford
     [not found]                     ` <56F29C32.305-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-03-23 13:56                       ` Leon Romanovsky
2016-03-31 23:38                       ` Leon Romanovsky
     [not found]                         ` <20160331233828.GE2670-2ukJVAZIZ/Y@public.gmane.org>
2016-04-01  2:18                           ` David Miller
2016-04-01  2:46                             ` Leon Romanovsky
2016-03-18 18:17       ` Doug Ledford
2016-03-04 17:04 Doug Ledford
2016-02-21  1:14 Doug Ledford
2016-02-14  1:23 Doug Ledford
2016-02-10 22:34 Doug Ledford
2016-02-03 20:24 Doug Ledford
2016-01-22 18:18 Doug Ledford
     [not found] ` <56A2727B.8040809-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-01-23  1:12   ` Linus Torvalds
     [not found]     ` <CA+55aFziXhmMRk3HqvrUtVv+SaUM0zu3=LKbxo0w9HZPVmDuyw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-23  5:01       ` Doug Ledford
     [not found]         ` <56A30910.9010002-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-01-23  5:42           ` Linus Torvalds
     [not found]             ` <CA+55aFzhwDNiBr0MKyFYn8WCLxhPrBxU0TPTSskm5B3VkzhD9g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-23 15:06               ` Christoph Lameter
2016-01-23 16:16               ` Doug Ledford
     [not found]                 ` <56A3A777.3-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-01-23 19:02                   ` Linus Torvalds
     [not found]                     ` <CA+55aFzeW-UjwWarz9hZ3dgnTFSJuNFJ2_YikJPbXAZ_i2+RSw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-23 22:27                       ` Doug Ledford
     [not found]                         ` <56A3FE6F.4000800-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-01-24  0:38                           ` Linus Torvalds
     [not found]                             ` <CA+55aFz9Dnu7Ri8XA291VdSYZ5gqyt+cmaaRNULQ0hVetoAJZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-24  1:26                               ` Doug Ledford
     [not found]                                 ` <56A42829.90401-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-01-24  2:03                                   ` Linus Torvalds
     [not found]                                     ` <CA+55aFy0OuZ+TOsNRkqyGbpJf1LvLAodO2DqUfpcrKsQHQWLxw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-24  2:52                                       ` Linus Torvalds
     [not found]                                         ` <CA+55aFymjONiSk+gVRk8XaViw9BuG1A6KgGWHgq=kj+XZsEw8w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-24  3:05                                           ` Linus Torvalds
     [not found]                                             ` <CA+55aFzh4_T6MUM7CQsBc5AVe5WhiG=SDkXpRH_eNOZKPMAZMA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-24  3:13                                               ` Linus Torvalds
     [not found]                                                 ` <CA+55aFxHrSB4cqs6Pzk3-AwJB17F2sTyunNGBjiCL0=Uijr-gg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-24 14:40                                                   ` Doug Ledford
     [not found]                                                     ` <56A4E25C.20905-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-01-24 23:18                                                       ` Or Gerlitz
2016-01-24 14:27                                       ` Doug Ledford
2016-01-24 16:19                                       ` Or Gerlitz
     [not found]                                         ` <56A4F986.5070604-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-01-24 17:16                                           ` Linus Torvalds
     [not found]                                             ` <CA+55aFy6ynd91QhGHyo=9vHb8HPj4yvsY10kYXPVpBSPemcxJg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-24 22:13                                               ` Or Gerlitz
     [not found]                                                 ` <CAJ3xEMhPj3jsXD5qBrJYLyf2LsB1c5UwzQsb=+HMGuvQqTK9ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-25  1:05                                                   ` Linus Torvalds
2016-01-24  5:58                                   ` David Miller
     [not found]                                     ` <CA+55aFw_-C5ek_bfw-2p=u38Ez5TN9=B_iBraUTF6jUQc2hSkQ@mail.gmail.com>
     [not found]                                       ` <CA+55aFw_-C5ek_bfw-2p=u38Ez5TN9=B_iBraUTF6jUQc2hSkQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-01-24  7:28                                         ` David Miller
2015-12-28 21:43 Doug Ledford
2015-12-10 21:00 Doug Ledford
2015-11-07  6:35 Doug Ledford
2015-10-22 14:34 Doug Ledford
2015-10-14 19:08 Doug Ledford
2015-09-29 18:04 Doug Ledford
2015-09-18 16:01 Doug Ledford
2015-09-16 15:00 Doug Ledford
2015-09-08 16:24 Doug Ledford
     [not found] ` <1441729478-19375-1-git-send-email-dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-09-09  0:21   ` Linus Torvalds
2015-09-09  0:35     ` Linus Torvalds
     [not found]       ` <CA+55aFyeLEab0qjNV1+V-mX2ZhExs1z5VtdusgpDnMeNBg-d6Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-09  3:08         ` Doug Ledford
     [not found]           ` <55EFA2BF.7060006-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-09-09  3:33             ` Linus Torvalds
     [not found]               ` <CA+55aFwg+QCM=xaoK4ic+4AymqCYrF4Ny8WO9iY2hHFBLNT3VQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-09  6:41                 ` Jiri Pirko
     [not found]                   ` <20150909064123.GA2122-6KJVSR23iU488b5SBfVpbw@public.gmane.org>
2015-09-09  8:09                     ` Matan Barak
     [not found]                       ` <55EFE932.5010401-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-09-09 11:05                         ` Or Gerlitz
2015-09-09 12:03                 ` Doug Ledford
     [not found]                   ` <55F02006.5020504-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-09-09 15:44                     ` Linus Torvalds
     [not found]                       ` <CA+55aFxJovuBGpg04YM0AvrzL_TPDoHebkP21R7tO3=QMQUUXQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-09 16:06                         ` Doug Ledford
2015-09-09 16:10                         ` Linus Torvalds
     [not found]                           ` <CA+55aFwCwT-K_Qw3aQBXt_HbQX6v4d4EXHb3dJVCkD3kg83gzw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-09 16:11                             ` Doug Ledford
     [not found]                               ` <55F05A2F.9090005-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-09-10 16:35                                 ` Matan Barak
2015-09-09 21:45             ` Stephen Rothwell
     [not found]               ` <20150910074505.1b4eec1c-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2015-09-09 22:32                 ` Doug Ledford
     [not found]                   ` <55F0B371.2090403-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-09-09 23:20                     ` Stephen Rothwell
2015-09-09  2:50     ` Doug Ledford
     [not found]       ` <55EF9E82.70405-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-09-09  3:08         ` Linus Torvalds
     [not found]           ` <CA+55aFytfSV5YqzUrZxBjAgnUn72WoJVHnaB14k5MKLkw-YnLA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-09  3:19             ` Doug Ledford
2015-08-17 22:00 [PULL REQUEST] please " Doug Ledford
2015-07-28 14:37 [PULL REQUEST] Please " Doug Ledford
2015-07-14 19:42 Doug Ledford
     [not found] ` <55A56640.2000206-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-07-16  0:07   ` Linus Torvalds
     [not found]     ` <CA+55aFzdE94JcGT3aF0+rp-ym6UdMCAcQD2LSCBeedv9dLRfhQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-07-16  7:55       ` Christoph Hellwig
     [not found]         ` <20150716075542.GA9093-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2015-07-16 12:42           ` Doug Ledford
     [not found]             ` <55A7A6CD.4080900-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-07-16 12:45               ` Christoph Hellwig
     [not found]                 ` <20150716124507.GA5943-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2015-07-16 12:50                   ` Doug Ledford
     [not found]                     ` <55A7A878.1090704-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-07-16 13:22                       ` Hal Rosenstock
     [not found]                         ` <55A7B02C.6080009-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2015-07-16 13:59                           ` Suri Shelvapille
     [not found]                             ` <CY1PR03MB14409F7C639ADF21A2AD782FDE990-DUcFgbLRNhB/HYnSB+xpdWP7xZHs9kq/vxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2015-07-16 14:01                               ` Christoph Hellwig
     [not found]                                 ` <20150716140157.GA27586-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2015-07-16 14:47                                   ` Suri Shelvapille
2015-06-22 15:43 Doug Ledford
2015-05-20 22:35 Doug Ledford
2015-05-12 20:24 Doug Ledford

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=b3bc5acb-6b18-5d7b-fe8d-e7c876259b9f@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.