linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-27 07:07:21 to 2019-10-29 19:18:03 UTC [more...]

[PATCH] RDMA/hns: Fix build error again
 2019-10-29 19:17 UTC  (2+ messages)

[PATCH v1 0/1] rxe driver should dynamically caclculate inline data size
 2019-10-29 19:11 UTC  (3+ messages)
` [PATCH v1 1/1] rxe: calculate inline data size based on requested values

KASAN: use-after-free Read in cma_cancel_listens
 2019-10-29 18:48 UTC 

[PATCH rdma-next v1 0/2] Let IB core distribute cache update events
 2019-10-29 18:26 UTC  (11+ messages)
` [PATCH rdma-next v1 1/2] IB/core: "
` [PATCH rdma-next v1 2/2] IB/core: Cut down single member ib_cache structure

[PATCH v3 0/3] HMM tests and minor fixes
 2019-10-29 17:58 UTC  (7+ messages)
` [PATCH v3 1/3] mm/hmm: make full use of walk_page_range()
` [PATCH v3 2/3] mm/hmm: allow snapshot of the special zero page
` [PATCH v3 3/3] mm/hmm/test: add self tests for HMM

[PATCH v2 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-29 17:19 UTC  (25+ messages)
` [PATCH v2 01/15] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH v2 03/15] mm/hmm: allow hmm_range to be used with a mmu_range_notifier or hmm_mirror
` [PATCH v2 04/15] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH v2 05/15] RDMA/odp: Use mmu_range_notifier_insert()
` [PATCH v2 06/15] RDMA/hfi1: Use mmu_range_notifier_inset for user_exp_rcv
` [PATCH v2 07/15] drm/radeon: use mmu_range_notifier_insert
` [PATCH v2 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
` [PATCH v2 09/15] xen/gntdev: use mmu_range_notifier_insert
` [PATCH v2 10/15] nouveau: use mmu_notifier directly for invalidate_range_start
` [PATCH v2 11/15] nouveau: use mmu_range_notifier instead of hmm_mirror
` [PATCH v2 12/15] drm/amdgpu: Call find_vma under mmap_sem
` [PATCH v2 13/15] drm/amdgpu: Use mmu_range_insert instead of hmm_mirror
` [PATCH v2 14/15] drm/amdgpu: Use mmu_range_notifier "
` [PATCH v2 15/15] mm/hmm: remove hmm_mirror and related

[PATCH rdma-next v1] IB/mlx5: Support flow counters offset for bulk counters
 2019-10-29 17:00 UTC  (2+ messages)

[PATCH v2] RDMA/cma: Make CM response timeout and # CM retries configurable
 2019-10-29 12:59 UTC  (6+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-29 12:15 UTC  (10+ messages)
` [PATCH hmm 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH hmm 06/15] RDMA/hfi1: Use mmu_range_notifier_inset for user_exp_rcv
` [PATCH hmm 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
        ` [Xen-devel] "

[PATCH rdma-next] IB/mlx5: Support flow counters offset for bulk counters
 2019-10-29 11:57 UTC  (4+ messages)

[PATCH rdma-core 0/6] verbs: Custom parent-domain allocators
 2019-10-29 10:16 UTC  (9+ messages)
` [PATCH rdma-core 1/6] Update kernel headers
` [PATCH rdma-core 2/6] verbs: custom parent-domain allocators
` [PATCH rdma-core 3/6] mlx5: Extend mlx5_alloc_parent_domain() to support custom allocator
` [PATCH rdma-core 4/6] mlx5: Add custom allocation support for QP and RWQ buffers
` [PATCH rdma-core 5/6] mlx5: Add custom allocation support for DBR
` [PATCH rdma-core 6/6] mlx5: Add custom allocation support for SRQ buffer

[rdma-core patch v3] srp_daemon: Use maximum initiator to target IU size
 2019-10-29  6:52 UTC 

[rdma-core patch v2] srp_daemon: Use maximum initiator to target IU size
 2019-10-29  6:51 UTC  (2+ messages)

[linux-next patch] RDMA/srp: add module parameter 'has_max_it_iu_size'
 2019-10-29  6:47 UTC  (3+ messages)

[PATCH rdma-next] RDMA/cm: Add Enhanced Connection Establishment (ECE) bits
 2019-10-29  6:30 UTC 

[PATCH rdma-next 00/16] MAD cleanup
 2019-10-29  6:27 UTC  (17+ messages)
` [PATCH rdma-next 01/16] RDMA/mad: Delete never implemented functions
` [PATCH rdma-next 02/16] RDMA/mad: Allocate zeroed MAD buffer
` [PATCH rdma-next 03/16] RDMA/mlx4: Delete redundant zero memset
` [PATCH rdma-next 04/16] RDMA/mlx5: "
` [PATCH rdma-next 05/16] RDMA/ocrdma: Clean MAD processing logic
` [PATCH rdma-next 06/16] RDMA/qib: Delete redundant memset for MAD output buffer
` [PATCH rdma-next 07/16] RDMA/hfi1: Delete unreachable code
` [PATCH rdma-next 08/16] RDMA/mlx4: "
` [PATCH rdma-next 09/16] RDMA/mlx5: "
` [PATCH rdma-next 10/16] RDMA/mthca: "
` [PATCH rdma-next 11/16] RDMA/ocrdma: Simplify process_mad function
` [PATCH rdma-next 12/16] RDMA/qib: Delete unreachable code
` [PATCH rdma-next 13/16] RDMA/mlx5: Rewrite MAD processing logic to be readable
` [PATCH rdma-next 14/16] RDMA/qib: Delete extra line
` [PATCH rdma-next 15/16] RDMA/qib: Delete unused variable in process_cc call
` [PATCH rdma-next 16/16] RDMA: Change MAD processing function to remove extra casting and parameter

[PATCH rdma-rc] RDMA/mlx5: Return proper error value
 2019-10-29  5:57 UTC 

Re: Re: [[PATCH v2 for-next]] RDMA/siw: Fix SQ/RQ drain logic
 2019-10-29  4:54 UTC  (9+ messages)
`  "
  `  "
          ` Re: Re: "

[PATCH mlx5-next 00/18] Mellanox, mlx5-next updates 28-10-2019
 2019-10-28 23:35 UTC  (19+ messages)
` [PATCH mlx5-next 01/18] net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()
` [PATCH mlx5-next 02/18] net/mlx5: E-Switch, Rename egress config to generic name
` [PATCH mlx5-next 03/18] net/mlx5: E-Switch, Rename ingress acl config in offloads mode
` [PATCH mlx5-next 04/18] net/mlx5: E-switch, Introduce and use vlan rule config helper
` [PATCH mlx5-next 05/18] net/mlx5: Introduce and use mlx5_esw_is_manager_vport()
` [PATCH mlx5-next 06/18] net/mlx5: Correct comment for legacy fields
` [PATCH mlx5-next 07/18] net/mlx5: Move metdata fields under offloads structure
` [PATCH mlx5-next 08/18] net/mlx5: Move legacy drop counter and rule under legacy structure
` [PATCH mlx5-next 09/18] net/mlx5: Tide up state_lock and vport enabled flag usage
` [PATCH mlx5-next 10/18] net/mlx5: E-switch, Prepare code to handle vport enable error
` [PATCH mlx5-next 11/18] net/mlx5: E-switch, Legacy introduce and use per vport acl tables APIs
` [PATCH mlx5-next 12/18] net/mlx5: Move ACL drop counters life cycle close to ACL lifecycle
` [PATCH mlx5-next 13/18] net/mlx5: E-switch, Offloads introduce and use per vport acl tables APIs
` [PATCH mlx5-next 14/18] net/mlx5: E-switch, Offloads shift ACL programming during enable/disable vport
` [PATCH mlx5-next 15/18] net/mlx5: Restrict metadata disablement to offloads mode
` [PATCH mlx5-next 16/18] net/mlx5: Refactor ingress acl configuration
` [PATCH mlx5-next 17/18] net/mlx5: E-switch, Enable metadata on own vport
` [PATCH mlx5-next 18/18] IB/mlx5: Introduce and use mlx5_core_is_vf()

[recipe build #2430481] of ~linux-rdma rdma-core-daily in xenial: Failed to build
 2019-10-28 21:24 UTC 

[recipe build #2430483] of ~linux-rdma rdma-core-daily in disco: Failed to build
 2019-10-28 21:24 UTC 

[recipe build #2430482] of ~linux-rdma rdma-core-daily in bionic: Failed to build
 2019-10-28 21:24 UTC 

KASAN: use-after-free Read in sctp_sock_dump
 2019-10-28 21:18 UTC  (3+ messages)

[PATCH v2] [trivial] net: Fix misspellings of "configure" and "configuration"
 2019-10-28 20:41 UTC  (2+ messages)

[PATCH 00/15] Rework the locking and datastructures for mlx5 implicit ODP
 2019-10-28 19:47 UTC  (4+ messages)
` [PATCH 14/15] RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroy

[PATCH v3 for-next] RDMA/vmw_pvrdma: Use resource ids from physical device if available
 2019-10-28 19:37 UTC  (3+ messages)

[PATCH for-rc 0/2] RDMA/hns: Fix memory leaks
 2019-10-28 18:25 UTC  (5+ messages)
` [PATCH for-rc 1/2] RDMA/hns: Fix memory leaks about mr
` [PATCH for-rc 2/2] RDMA/hns: Prevent memory leaks about eq

[PATCH rdma-next v1] IB/mlx5: Test write combining support
 2019-10-28 17:59 UTC  (4+ messages)

[PATCH v2 0/4] Fixes related to the DMA max_segment_size parameter
 2019-10-28 17:58 UTC  (2+ messages)

[PATCH for-next] RDMA/siw: Fix post_recv QP state locking
 2019-10-28 17:37 UTC  (2+ messages)

[PATCH for-rc] iw_cxgb4: avoid freeing skb twice in arp failure case
 2019-10-28 17:33 UTC  (2+ messages)

[PATCH for-rc] iw_cxgb4: report correct port speed/width
 2019-10-28 17:12 UTC  (2+ messages)

[PATCH] RDMA/mlx5: Use irq xarray locking for mkey_table
 2019-10-28 17:10 UTC  (3+ messages)

[PATCH v4 rdma-next 0/4] RDMA/qedr: Fix memory leaks and synchronization
 2019-10-28 17:07 UTC  (6+ messages)
` [PATCH v4 rdma-next 1/4] RDMA/qedr: Fix srqs xarray initialization
` [PATCH v4 rdma-next 2/4] RDMA/qedr: Fix qpids xarray api used
` [PATCH v4 rdma-next 3/4] RDMA/qedr: Fix synchronization methods and memory leaks in qedr
` [PATCH v4 rdma-next 4/4] RDMA/qedr: Fix memory leak in user qp and mr

[PATCH v2] RDMA/vmw_pvrdma: Use resource ids from physical device if available
 2019-10-28 17:06 UTC  (5+ messages)

[PATCH] rdma: Remove nes ABI header
 2019-10-28 16:57 UTC  (2+ messages)

[PATCH][next] RDMA/hns: fix memory leak on 'context' on error return path
 2019-10-28 16:54 UTC  (2+ messages)

[PATCH for-rc 0/2] RDMA/hns: Fixes related to 64K page
 2019-10-28 16:39 UTC  (2+ messages)

[PATCH] RDMA/srpt: Fix TPG creation
 2019-10-28 16:32 UTC  (2+ messages)

[PATCH rdma-next] RDMA/hns: Delete BITS_PER_BYTE redefinition
 2019-10-28 16:29 UTC  (2+ messages)

[for-next v4 0/4] RDMA: modify_port improvements
 2019-10-28 15:59 UTC  (5+ messages)
` [for-next v4 1/4] RDMA/core: Fix return code when modify_port isn't supported
` [for-next v4 2/4] RDMA/hns: Remove unsupported modify_port callback
` [for-next v4 3/4] RDMA/ocrdma: "
` [for-next v4 4/4] RDMA/qedr: "

[PATCH rdma-next] RDMA/ucma: Protect kernel from QPN larger than declared in IBTA
 2019-10-28 15:26 UTC  (5+ messages)

[PATCH] RDMA/hns: prevent undefined behavior in hns_roce_set_user_sq_size()
 2019-10-28 14:23 UTC  (4+ messages)

[PATCH rdma-next 0/6] CM cleanup
 2019-10-28 14:06 UTC  (13+ messages)
` [PATCH rdma-next 4/6] RDMA/cm: Delete useless QPN masking
` [PATCH rdma-next 6/6] RDMA/srpt: Use private_data_len instead of hardcoded value

[PATCH for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-10-28  9:45 UTC  (3+ messages)
` [PATCH for-next 1/2] RDMA/hns: Add the workqueue framework for flush cqe handler
` [PATCH for-next 2/2] RDMA/hns: Delayed flush cqe process with workqueue

[PATCH for-next] RDMA/hns: Bugfix for flush cqe in case softirq and multi-process
 2019-10-28  9:34 UTC  (11+ messages)

qperf failure
 2019-10-28  3:27 UTC 

[PATCH 5.3 090/197] net: ethernet: broadcom: have drivers select DIMLIB as needed
 2019-10-27 21:00 UTC 

[PATCH iproute2-next 0/2] Add MR counters statistics
 2019-10-27 17:25 UTC  (2+ messages)

[PATCH rdma-next 00/43] Convert CM to bitmaps
 2019-10-27  7:06 UTC  (30+ messages)
` [PATCH rdma-next 12/43] RDMA/cm: Service ID Resolution Response (SIDR_REP) definitions
` [PATCH rdma-next 16/43] RDMA/cm: Convert REQ remote response timeout
` [PATCH rdma-next 17/43] RDMA/cm: Simplify QP type to wire protocol translation
` [PATCH rdma-next 18/43] RDMA/cm: Convert REQ flow control
` [PATCH rdma-next 19/43] RDMA/cm: Convert starting PSN to be u32 variable
` [PATCH rdma-next 20/43] RDMA/cm: Update REQ local response timeout
` [PATCH rdma-next 21/43] RDMA/cm: Convert REQ retry count to use new scheme
` [PATCH rdma-next 22/43] RDMA/cm: Update REQ path MTU field
` [PATCH rdma-next 23/43] RDMA/cm: Convert REQ RNR retry timeout counter
` [PATCH rdma-next 24/43] RDMA/cm: Convert REQ MAX CM retries
` [PATCH rdma-next 25/43] RDMA/cm: Convert REQ SRQ field
` [PATCH rdma-next 26/43] RDMA/cm: Convert REQ flow label field
` [PATCH rdma-next 27/43] RDMA/cm: Convert REQ packet rate
` [PATCH rdma-next 28/43] RDMA/cm: Convert REQ SL fields
` [PATCH rdma-next 29/43] RDMA/cm: Convert REQ subnet local fields
` [PATCH rdma-next 30/43] RDMA/cm: Convert REQ local ack timeout
` [PATCH rdma-next 31/43] RDMA/cm: Convert MRA MRAed field
` [PATCH rdma-next 32/43] RDMA/cm: Convert MRA service timeout
` [PATCH rdma-next 33/43] RDMA/cm: Update REJ struct to use new scheme
` [PATCH rdma-next 34/43] RDMA/cm: Convert REP target ack delay field
` [PATCH rdma-next 35/43] RDMA/cm: Convert REP failover accepted field
` [PATCH rdma-next 36/43] RDMA/cm: Convert REP flow control field
` [PATCH rdma-next 37/43] RDMA/cm: Convert REP RNR retry count field
` [PATCH rdma-next 38/43] RDMA/cm: Convert REP SRQ field
` [PATCH rdma-next 39/43] RDMA/cm: Delete unused CM LAP functions
` [PATCH rdma-next 40/43] RDMA/cm: Convert LAP flow label field
` [PATCH rdma-next 41/43] RDMA/cm: Convert LAP fields
` [PATCH rdma-next 42/43] RDMA/cm: Delete unused CM ARP functions
` [PATCH rdma-next 43/43] RDMA/cm: Convert SIDR_REP to new scheme


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).