linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-09 15:41:04 to 2017-10-11 17:49:02 UTC [more...]

[PATCH v2 00/45] Address issues detected by static analysis tools
 2017-10-11 17:49 UTC  (21+ messages)
  ` [PATCH v2 01/45] IB/core: Fix endianness annotation in rdma_is_multicast_addr()
  ` [PATCH v2 02/45] IB/cm: Suppress gcc 7 fall-through complaints
  ` [PATCH v2 03/45] RDMA/cma: Avoid triggering undefined behavior
  ` [PATCH v2 04/45] RDMA/iwcm: Remove a set-but-not-used variable
  ` [PATCH v2 05/45] RDMA/isert: Suppress gcc 7 fall-through complaints
  ` [PATCH v2 06/45] RDMA/bnxt_re: "
  ` [PATCH v2 07/45] RDMA/bnxt_re: Remove set-but-not-used variables
  ` [PATCH v2 08/45] RDMA/cxgb3: Annotate locking assumptions
  ` [PATCH v2 09/45] RDMA/cxgb3: Annotate an RCU pointer
  ` [PATCH v2 10/45] RDMA/cxgb3: Remove a set-but-not-used variable
  ` [PATCH v2 11/45] RDMA/cxgb4: Fix indentation
  ` [PATCH v2 12/45] RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'
  ` [PATCH v2 13/45] RDMA/cxgb4: Suppress gcc 7 fall-through complaints
  ` [PATCH v2 14/45] RDMA/cxgb4: Remove a set-but-not-used variable
  ` [PATCH v2 15/45] IB/hfi1: Suppress gcc 7 fall-through complaints
  ` [PATCH v2 16/45] IB/hfi1: Remove set-but-not-used variables
  ` [PATCH v2 17/45] IB/hfi1: Define hfi1_handle_cnp_tbl[] once
  ` [PATCH v2 18/45] IB/hns: Annotate iomem pointers correctly
  ` [PATCH v2 19/45] IB/hns: Declare local functions 'static'
  ` [PATCH v2 20/45] RDMA/i40iw: Fix a race condition

[PATCH v2 0/8] SRP patches for kernel v4.15
 2017-10-11 17:27 UTC  (9+ messages)
  ` [PATCH v2 1/8] IB/srpt: Do not accept invalid initiator port names
  ` [PATCH v2 2/8] IB/srpt: Limit the send and receive queue sizes to what the HCA supports
  ` [PATCH v2 3/8] IB/srpt: Cache global L_Key
  ` [PATCH v2 4/8] IB/srpt: Change default behavior from using SRQ to using RC
  ` [PATCH v2 6/8] IB/srp: Remove second argument of srp_destroy_qp()
  ` [PATCH v2 7/8] IB/srp: Cache global rkey
  ` [PATCH v2 8/8] IB/srp: Make CM timeout dependent on subnet timeout
` [PATCH v2 5/8] IB/srp: Avoid that a cable pull can trigger a kernel crash

[PATCH for-next] IB,hfi1 Add MODULE_FIRMWARE statements
 2017-10-11 17:13 UTC  (6+ messages)

[PATCH] providers/rxe: Fix rxe_cfg parsing of ethtool / ifconfig
 2017-10-11 17:02 UTC 

[PATCH v8 00/14] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-11 16:01 UTC  (23+ messages)
` [PATCH v8 02/14] fs, mm: pass fd to ->mmap_validate()
` [PATCH v8 03/14] fs: MAP_DIRECT core
` [PATCH v8 04/14] xfs: prepare xfs_break_layouts() for reuse with MAP_DIRECT
` [PATCH v8 07/14] iommu, dma-mapping: introduce dma_get_iommu_domain()
` [PATCH v8 10/14] device-dax: wire up ->lease_direct()
` [PATCH v8 11/14] iommu: up-level sg_num_pages() from amd-iommu
` [PATCH v8 13/14] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings
  ` [PATCH v8 01/14] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
  ` [PATCH v8 05/14] fs, xfs, iomap: introduce iomap_can_allocate()
  ` [PATCH v8 06/14] xfs: wire up MAP_DIRECT
  ` [PATCH v8 08/14] fs, mapdirect: introduce ->lease_direct()
  ` [PATCH v8 09/14] xfs: wire up ->lease_direct()
  ` [PATCH v8 12/14] iommu/vt-d: use iommu_num_sg_pages
  ` [PATCH v8 14/14] tools/testing/nvdimm: enable rdma unit tests

[PATCH 00/47] Address issues detected by static analysis tools
 2017-10-11 15:30 UTC  (55+ messages)
` [PATCH 02/47] IB/cm: Suppress gcc 7 fall-through complaints
` [PATCH 05/47] RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusing
` [PATCH 06/47] RDMA/isert: Suppress gcc 7 fall-through complaints
` [PATCH 13/47] RDMA/cxgb4: Declare a local variable 'static'
` [PATCH 16/47] IB/hfi1: Suppress gcc 7 fall-through complaints
` [PATCH 17/47] IB/hfi1: Remove set-but-not-used variables
` [PATCH 18/47] IB/hfi1: Define hfi1_handle_cnp_tbl[] once
` [PATCH 19/47] IB/hns: Annotate iomem pointers correctly
` [PATCH 21/47] RDMA/i40iw: Fix a race condition
` [PATCH 22/47] RDMA/i40iw: Suppress gcc 7 fall-through complaints
` [PATCH 23/47] RDMA/i40iw: Remove a set-but-not-used variable
` [PATCH 35/47] IB/opa: Fix endianness annotation of opa_is_extended_lid()
` [PATCH 40/47] IB/qib: Make qib_inc_eeprom_err() macro more safe to use
` [PATCH 41/47] IB/qib: Suppress gcc 7 fall-through complaints
` [PATCH 42/47] IB/qib: Remove set-but-not-used variables
` [PATCH 43/47] RDMA/rdmavt: Suppress gcc 7 fall-through complaints

[PATCH v2 net 0/2] net/smc: ib_query_gid() patches
 2017-10-11 14:43 UTC  (5+ messages)
` [PATCH v2 net 1/2] net/smc: replace function pointer get_netdev()
` [PATCH v2 net 2/2] net/smc: dev_put for netdev after usage of ib_query_gid()

[GIT PULL 0/2] infiniband hfi1 PREEMPT_RT_FULL changes
 2017-10-11 13:43 UTC  (11+ messages)
` [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()
` [PATCH 2/2] IB/hfi1: Handle packets in the theaded handler only

[PATCH v2 00/13] Request for Comments on SoftiWarp
 2017-10-11 12:54 UTC  (3+ messages)
` [PATCH v2 09/13] SoftiWarp transmit path

[PATCH 0/7] SRP patches for kernel v4.15
 2017-10-11 12:38 UTC  (29+ messages)
` [PATCH 1/7] IB/srpt: Limit the send and receive queue sizes to what the HCA supports
` [PATCH 2/7] IB/srpt: Cache global L_Key
` [PATCH 3/7] IB/srpt: Change default behavior from using SRQ to not using SRQ
` [PATCH 4/7] IB/srp: Avoid a cable pull can trigger a kernel crash
` [PATCH 5/7] IB/srp: Remove second argument of srp_destroy_qp()
` [PATCH 7/7] IB/srp: Make CM timeout dependent on subnet timeout

[PATCH 1/1] qed: Add firmware 8.33.1.0
 2017-10-11  7:57 UTC 

[PATCH] checkpatch: Introduce check for format of Fixes line in commit log
 2017-10-10 22:44 UTC 

[PATCH rdma-core] iwpmd: Return existing mapping if port reused on active side
 2017-10-10 20:19 UTC  (5+ messages)

[PATCH v7 00/12] MAP_DIRECT for DAX RDMA and userspace flush
 2017-10-10 20:17 UTC  (21+ messages)
` [PATCH v7 06/12] xfs: wire up MAP_DIRECT
` [PATCH v7 07/12] dma-mapping: introduce dma_has_iommu()
  ` [PATCH v8] dma-mapping: introduce dma_get_iommu_domain()
` [PATCH v7 09/12] xfs: wire up ->lease_direct()

[PATCH net 0/2] net/smc: ib_query_gid() patches
 2017-10-10 19:04 UTC  (6+ messages)
  ` [PATCH net 1/2] net/smc: replace function pointer get_netdev()
` [PATCH net 2/2] net/smc: dev_put for netdev after usage of ib_query_gid()

Is ib_mtu iboe_get_mtu() slightly off?
 2017-10-10 16:13 UTC  (12+ messages)

[PATCH][next] RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"
 2017-10-10 15:14 UTC 

[PATCH 00/12] radix-tree: split out struct radix_tree_root out to <linux/radix-tree-root.h>
 2017-10-10 13:20 UTC  (4+ messages)

[PATCH rdma-core v1] verbs: Fix C++ compilation break
 2017-10-10  8:14 UTC 

[PATCH for-next 0/7] IB/hfi1,rdmavt: Driver fixes for 10/9/2017
 2017-10-09 20:08 UTC  (12+ messages)
  ` [PATCH for-next 1/7] IB/hfi1: Fix serdes loopback set-up
  ` [PATCH for-next 2/7] IB/hfi1: Allow meta version 4 for platform configuration
  ` [PATCH for-next 3/7] IB/hfi1: Correct unnecessary acquisition of HW mutex
  ` [PATCH for-next 4/7] IB/hfi1: Mask out A bit from psn trace
  ` [PATCH for-next 5/7] IB/hfi1: Eliminate allocation while atomic
  ` [PATCH for-next 6/7] IB/hfi1: Set hdr_type when tx req is allocated
  ` [PATCH for-next 7/7] IB/rdmavt: Don't wait for resources in QP reset
  ` [PATCH for-next 1/7 TakeThisOne] IB/hfi1: Fix serdes loopback set-up

[PATCH rdma-core] verbs: Fix C++ compilation break
 2017-10-09 19:33 UTC  (5+ messages)

[PATCH linux-firmware 1/1] qed: Add firmware 8.30.16.0
 2017-10-09 17:23 UTC  (2+ messages)

[PATCH v3 net-next 00/12] qed: Add iWARP support for unaligned MPA packets
 2017-10-09 17:21 UTC  (2+ messages)

[PATCH] IB/core: remove redundant check on prot_sg_cnt
 2017-10-09 17:12 UTC  (2+ messages)

[PATCH] IB/core: Simplify sa_path_set_[sd]lid() calls
 2017-10-09 16:27 UTC  (2+ messages)

[PATCH] infiniband: add MMU dependency for user_mem
 2017-10-09 16:26 UTC  (2+ messages)

[PATCH] net/mlx4_core: Convert timers to use timer_setup()
 2017-10-09 16:26 UTC  (2+ messages)

[PATCH] IB/ipoib: Convert timers to use timer_setup()
 2017-10-09 16:25 UTC  (2+ messages)

[PATCH] RDMA/i40iw: Convert timers to use timer_setup()
 2017-10-09 16:25 UTC  (5+ messages)

[PATCH] IB/qib: Convert timers to use timer_setup()
 2017-10-09 16:23 UTC  (2+ messages)

[PATCH] RDMA/nes: Convert timers to use timer_setup()
 2017-10-09 16:23 UTC  (2+ messages)

[PATCH] IB/rxe: check for allocation failure on elem
 2017-10-09 16:13 UTC  (6+ messages)

[PATCH v2] infiniband: use setup_timer() helper function
 2017-10-09 16:08 UTC  (2+ messages)

[PATCH v1 0/3] NFS/RDMA client patches for v4.15
 2017-10-09 16:03 UTC  (4+ messages)
  ` [PATCH v1 1/3] xprtrdma: Don't defer fencing an async RPC's chunks
  ` [PATCH v1 2/3] xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request
  ` [PATCH v1 3/3] xprtrdma: Remove ro_unmap_safe


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