linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 16:34:33 to 2019-02-20 15:29:19 UTC [more...]

KASAN: use-after-free Read in cma_cancel_operation
 2019-02-20 15:29 UTC  (2+ messages)

KASAN: use-after-free Read in cma_acquire_dev
 2019-02-20 15:26 UTC  (2+ messages)

KASAN: use-after-free Read in wait_for_completion
 2019-02-20 15:22 UTC  (2+ messages)

KASAN: use-after-free Read in rdma_resolve_addr
 2019-02-20 15:21 UTC  (2+ messages)

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-20 15:19 UTC  (9+ messages)
` [RESEND PATCH 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [RESEND PATCH 2/7] mm/gup: Change write parameter to flags in fast walk
` [RESEND PATCH 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [RESEND PATCH 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [RESEND PATCH 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [RESEND PATCH 6/7] IB/qib: "
` [RESEND PATCH 7/7] IB/mthca: "

[RFC v1 00/19] Add unified Intel Ethernet RDMA driver (irdma)
 2019-02-20 14:53 UTC  (31+ messages)
` [RFC v1 01/19] net/i40e: Add peer register/unregister to struct i40e_netdev_priv
` [RFC v1 02/19] net/ice: Create framework for VSI queue context
` [RFC v1 03/19] net/ice: Add support for ice peer devices and drivers
` [RFC v1 04/19] RDMA/irdma: Add driver framework definitions
` [RFC v1 05/19] RDMA/irdma: Implement device initialization definitions
` [RFC v1 06/19] RDMA/irdma: Implement HW Admin Queue OPs
` [RFC v1 07/19] RDMA/irdma: Add HMC backing store setup functions
` [RFC v1 08/19] RDMA/irdma: Add privileged UDA queue implementation
` [RFC v1 09/19] RDMA/irdma: Add QoS definitions
` [RFC v1 10/19] RDMA/irdma: Add connection manager
` [RFC v1 11/19] RDMA/irdma: Add PBLE resource manager
` [RFC v1 12/19] RDMA/irdma: Implement device supported verb APIs
` [RFC v1 13/19] RDMA/irdma: Add RoCEv2 UD OP support
` [RFC v1 14/19] RDMA/irdma: Add user/kernel shared libraries
` [RFC v1 15/19] RDMA/irdma: Add miscellaneous utility definitions
` [RFC v1 16/19] RDMA/irdma: Add dynamic tracing for CM
` [RFC v1 17/19] RDMA/irdma: Add ABI definitions
` [RFC v1 18/19] RDMA/irdma: Add Kconfig and Makefile
` [RFC v1 19/19] RDMA/irdma: Update MAINTAINERS file

[PATCH iproute2-next v1 00/19] Export object IDs to users
 2019-02-20  7:21 UTC  (20+ messages)
` [PATCH iproute2-next v1 01/19] rdma: update uapi headers
` [PATCH iproute2-next v1 02/19] rdma: Remove duplicated print code
` [PATCH iproute2-next v1 03/19] rdma: Provide unique indexes for all visible objects
` [PATCH iproute2-next v1 04/19] rdma: Provide parent context index for all objects except CM_ID
` [PATCH iproute2-next v1 05/19] rdma: Move resource PD logic to separate file
` [PATCH iproute2-next v1 06/19] rdma: Refactor out resource MR "
` [PATCH iproute2-next v1 07/19] rdma: Move out resource CQ "
` [PATCH iproute2-next v1 08/19] rdma: Move out resource CM-ID "
` [PATCH iproute2-next v1 09/19] rdma: Move resource PD "
` [PATCH iproute2-next v1 10/19] rdma: Properly mark RDMAtool license
` [PATCH iproute2-next v1 11/19] rdma: Simplify code to reuse existing functions
` [PATCH iproute2-next v1 12/19] rdma: Simplify CM_ID print code
` [PATCH iproute2-next v1 13/19] rdma: Refactor CQ prints
` [PATCH iproute2-next v1 14/19] rdma: Separate MR code
` [PATCH iproute2-next v1 15/19] rdma: Separate PD code
` [PATCH iproute2-next v1 16/19] rdma: Move QP code to separate function
` [PATCH iproute2-next v1 17/19] rdma: Unify netlink attribute checks prior to prints
` [PATCH iproute2-next v1 18/19] rdma: Perform single .doit call to query specific objects
` [PATCH iproute2-next v1 19/19] rdma: Provide and reuse filter functions

[PATCH v5 0/9] mmu notifier provide context informations
 2019-02-19 21:30 UTC  (18+ messages)
` [PATCH v5 1/9] mm/mmu_notifier: helper to test if a range invalidation is blockable
` [PATCH v5 2/9] mm/mmu_notifier: convert user range->blockable to helper function
` [PATCH v5 3/9] mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags
` [PATCH v5 4/9] mm/mmu_notifier: contextual information for event enums
` [PATCH v5 5/9] mm/mmu_notifier: contextual information for event triggering invalidation v2
` [PATCH v5 6/9] mm/mmu_notifier: use correct mmu_notifier events for each invalidation
` [PATCH v5 7/9] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2
` [PATCH v5 8/9] mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
` [PATCH v5 9/9] mm/mmu_notifier: set MMU_NOTIFIER_USE_CHANGE_PTE flag where appropriate v2

[PATCH net-next 0/2] Fix W=1 compilation warnings
 2019-02-19 18:13 UTC  (4+ messages)
` [PATCH net-next 1/2] net/mlx5e: Add missing static function annotation
` [PATCH net-next 2/2] net/mlx5: Delete unused FPGA QPN variable

[PATCH] RDMA/mlx4: Spread completion vectors for proxy CQs
 2019-02-19 17:39 UTC  (3+ messages)

[PATCH mlx5-next] net/mlx5: Separate ODP capabilities
 2019-02-19 13:06 UTC 

[PATCH mlx5-next v1] net/mlx5: Factor out HCA capabilities functions
 2019-02-19 12:42 UTC  (2+ messages)

[PATCH] net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"
 2019-02-19  8:20 UTC  (6+ messages)

KASAN: use-after-free Read in addr_handler
 2019-02-19  4:09 UTC  (2+ messages)

[PATCH net] net: hns: Fixes the missing put_device in positive leg for roce reset
 2019-02-19  1:45 UTC  (2+ messages)

[PATCH net 0/2] qed: iWARP - fix some syn related issues
 2019-02-19  0:52 UTC  (4+ messages)
` [PATCH net 1/2] qed: Fix iWARP buffer size provided for syn packet processing
` [PATCH net 2/2] qed: Fix iWARP syn packet mac address validation

[PATCH] RDMA/cma: Make CM response timeout and # CM retries configurable
 2019-02-17 17:09 UTC 

[PATCH v2] IB/mlx4: Increase the timeout for CM cache
 2019-02-17 16:51 UTC  (2+ messages)

[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
 2019-02-17  2:54 UTC  (41+ messages)

[rdma-rc PATCH 0/2] iw_cxgb4: Adjust the cq/qp mask
 2019-02-15 22:47 UTC  (8+ messages)
` [rdma-rc PATCH 1/2] cxgb4: export sge_host_page_size to ulds
` [rdma-rc PATCH 2/2] iw_cxgb4: cq/qp mask depends on bar2 pages in a host page

[PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-15 18:29 UTC 

[PATCH mlx5-next 00/15] mlx5-next updates (ECPF & 50Gbps per lane)
 2019-02-15 18:17 UTC  (17+ messages)
` [PATCH mlx5-next 01/15] net/mlx5: Use void pointer as the type in address_of macro
` [PATCH mlx5-next 02/15] net/mlx5: Use consistent vport num argument type
` [PATCH mlx5-next 03/15] IB/mlx5: Use unified register/load function for uplink and VF vports
` [PATCH mlx5-next 04/15] net/mlx5: Introduce Mellanox SmartNIC and modify page management logic
` [PATCH mlx5-next 05/15] net/mlx5: Update enable HCA dependency
` [PATCH mlx5-next 06/15] net/mlx5: Add query host params command
` [PATCH mlx5-next 07/15] net/mlx5: Add host params change event
` [PATCH mlx5-next 08/15] net/mlx5: Provide an alternative VF upper bound for ECPF
` [PATCH mlx5-next 09/15] net/mlx5: E-Switch, Normalize the name of uplink vport number
` [PATCH mlx5-next 10/15] net/mlx5: Relocate vport macros to the vport header file
` [PATCH mlx5-next 11/15] net/mlx5: E-Switch, Avoid magic numbers when initializing offloads mode
` [PATCH mlx5-next 12/15] net/mlx5: Refactor queries to speed fields in Port Type and Speed register
` [PATCH mlx5-next 13/15] net/mlx5: Add new fields to "
` [PATCH mlx5-next 14/15] net/mlx5: Add support to ext_* fields introduced in "
` [PATCH mlx5-next 15/15] IB/mlx5: Add support for 50Gbps per lane link modes

[RFC 00/19] Add unified Intel Ethernet RDMA driver (irdma)
 2019-02-15 17:18 UTC  (25+ messages)
` [RFC 01/19] net/i40e: Add peer register/unregister to struct i40e_netdev_priv
` [RFC 02/19] net/ice: Create framework for VSI queue context
` [RFC 03/19] net/ice: Add support for ice peer devices and drivers
` [RFC 04/19] RDMA/irdma: Add driver framework definitions
` [RFC 05/19] RDMA/irdma: Implement device initialization definitions
` [RFC 06/19] RDMA/irdma: Implement HW Admin Queue OPs
` [RFC 07/19] RDMA/irdma: Add HMC backing store setup functions
` [RFC 08/19] RDMA/irdma: Add privileged UDA queue implementation
` [RFC 09/19] RDMA/irdma: Add QoS definitions
` [RFC 10/19] RDMA/irdma: Add connection manager
` [RFC 11/19] RDMA/irdma: Add PBLE resource manager
` [RFC 12/19] RDMA/irdma: Implement device supported verb APIs
` [RFC 13/19] RDMA/irdma: Add RoCEv2 UD OP support
` [RFC 14/19] RDMA/irdma: Add user/kernel shared libraries
` [RFC 15/19] RDMA/irdma: Add miscellaneous utility definitions
` [RFC 16/19] RDMA/irdma: Add dynamic tracing for CM
` [RFC 17/19] RDMA/irdma: Add ABI definitions
` [RFC 18/19] RDMA/irdma: Add Kconfig and Makefile
` [RFC 19/19] RDMA/irdma: Update MAINTAINERS file

[PATCH 0/3] Add gup fast + longterm and use it in HFI1
 2019-02-13 23:52 UTC  (11+ messages)
` [PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it
  ` [PATCH V2 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
  ` [PATCH V2 2/7] mm/gup: Change write parameter to flags in fast walk
  ` [PATCH V2 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
  ` [PATCH V2 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
  ` [PATCH V2 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
  ` [PATCH V2 6/7] IB/qib: "
  ` [PATCH V2 7/7] IB/mthca: "

[PATCH rdma-next 0/2] Followup changes to mlx5-next branch
 2019-02-13 17:53 UTC  (2+ messages)

[RFC PATCH 0/1] Use HMM for ODP
 2019-02-13  6:28 UTC  (5+ messages)
` [PATCH 1/1] RDMA/odp: convert to use "

[PATCH AUTOSEL 4.9 20/21] net/mlx5e: Fix wrong (zero) TX drop counter indication for representor
 2019-02-13  2:40 UTC 

[PATCH AUTOSEL 4.14 33/34] net/mlx5e: Fix wrong (zero) TX drop counter indication for representor
 2019-02-13  2:39 UTC 

[PATCH AUTOSEL 4.19 27/83] net/mlx4: Get rid of page operation after dma_alloc_coherent
 2019-02-13  2:37 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 42/83] RDMA/mthca: Clear QP objects during their allocation
` [PATCH AUTOSEL 4.19 82/83] net/mlx5e: Fix wrong (zero) TX drop counter indication for representor

[PATCH AUTOSEL 4.20 032/105] net/mlx4: Get rid of page operation after dma_alloc_coherent
 2019-02-13  2:33 UTC  (4+ messages)
` [PATCH AUTOSEL 4.20 050/105] RDMA/mthca: Clear QP objects during their allocation
` [PATCH AUTOSEL 4.20 103/105] net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet frames
` [PATCH AUTOSEL 4.20 104/105] net/mlx5e: Fix wrong (zero) TX drop counter indication for representor

[PATCH][next] RDMA: fix allocation failure on pointer pd
 2019-02-12 20:56 UTC  (2+ messages)


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