Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2026-07-23 15:01:59 to 2026-07-26 20:43:22 UTC [more...]

[PATCH v2 0/6] remove dead NULL checks after GFP_NOFAIL allocations and fix xive use-after-free
 2026-07-26 17:04 UTC  (16+ messages)
` [PATCH v2 1/6] powerpc/xive: remove dead NULL check after GFP_NOFAIL allocation
` [PATCH v2 2/6] powerpc/xive: add error return value to xive_smp_probe()
` [PATCH v2 3/6] powerpc/xive: fix use-after-free of xive_ipis
` [PATCH v2 4/6] drm: remove dead WARN_ON NULL check after GFP_NOFAIL allocation
` [PATCH v2 5/6] lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocations
` [PATCH v2 6/6] RDMA/cxgb4: "
` (subset) [PATCH v2 0/6] remove dead NULL checks after GFP_NOFAIL allocations and fix xive use-after-free

[PATCH v2 0/2] IB/isert: bound declared PDU lengths by what was received
 2026-07-26 16:39 UTC  (3+ messages)
` [PATCH v2 1/2] IB/isert: reject PDUs declaring more data than "
` [PATCH v2 2/2] IB/isert: reject login "

[PATCH] IB/isert: reject PDUs declaring more data than was received
 2026-07-26 15:31 UTC  (3+ messages)

[PATCH] IB/isert: post full-feature receive buffers after session registration
 2026-07-26 14:42 UTC 

[RFC PATCH 1/2] RDMA/rxe: drive UDP tunnel socket lifetime from the GID table
 2026-07-26 14:02 UTC  (2+ messages)

[PATCH] RDMA/rxe: Restore HMM_PFN_WRITE check in ODP write paths
 2026-07-26 13:09 UTC  (2+ messages)

[PATCH for-next 0/3] RDMA/efa: Add support for 128B admin v2 SQ entry
 2026-07-26 12:38 UTC  (4+ messages)
` [PATCH for-next 1/3] RDMA/efa: Decouple admin command payload from admin header
` [PATCH for-next 2/3] RDMA/efa: Generalize the admin SQ
` [PATCH for-next 3/3] RDMA/efa: Add support for 128B admin v2 SQ entry

[PATCH rdma-next] RDMA/cxgb4: free STAG index when TPT entry write fails
 2026-07-26 12:21 UTC 

[PATCH] RDMA/rxe: Restore HMM_PFN_WRITE check in ODP write paths
 2026-07-26 12:11 UTC  (5+ messages)

[PATCH v6 00/12] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-26 11:32 UTC  (13+ messages)
` [PATCH v6 01/12] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v6 02/12] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v6 03/12] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v6 04/12] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v6 05/12] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v6 06/12] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v6 07/12] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v6 08/12] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v6 09/12] nvme-rdma: use ib_dma_map_sgtable_attrs()
` [PATCH v6 10/12] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers
` [PATCH v6 11/12] nvme-rdma: ratelimit the map-failure error message
` [PATCH v6 12/12] nvme-rdma: factor out the scatterlist DMA mapping helper

[PATCH rdma-next 00/15] RDMA: Support HW requiring relaxed ordering and add Unordered access flag
 2026-07-26  9:29 UTC  (16+ messages)
` [PATCH rdma-next 01/15] RDMA/mlx5: Allow optional access flags in DM registration
` [PATCH rdma-next 02/15] RDMA/mlx5: Allow optional access flags in DEVX UMEM registration
` [PATCH rdma-next 03/15] RDMA/core: Allow optional access flags in dmabuf reg ioctl
` [PATCH rdma-next 04/15] RDMA/core: Allow optional access flags in reg mr ioctl
` [PATCH rdma-next 05/15] mlx5: Rename IFC bits of relaxed ordering fields
` [PATCH rdma-next 06/15] net/mlx5: Add IFC bits for new ordering caps
` [PATCH rdma-next 07/15] mlx5: Move RO setting helper to core and consolidate mlx5 consumers
` [PATCH rdma-next 08/15] net/mlx5: Enable relaxed ordering on resource dump mkey
` [PATCH rdma-next 09/15] vfio/mlx5: Enable relaxed ordering on the live migration data mkey
` [PATCH rdma-next 10/15] RDMA/mlx5: Enable relaxed ordering on ODP null mkey
` [PATCH rdma-next 11/15] RDMA/mlx5: Enable relaxed ordering on Memory Window mkey on strict-RO HW
` [PATCH rdma-next 12/15] RDMA/mlx5: Converge UMR access-flag cap checks
` [PATCH rdma-next 13/15] RDMA/uverbs: Add new Unordered MR access flag
` [PATCH rdma-next 14/15] RDMA/mlx5: Support new Unordered "
` [PATCH rdma-next 15/15] RDMA/mlx5: Enforce relaxed ordering when HW requires it

[PATCH rdma-next] RDMA/mlx5: Send cong param changes to the resolved port mdev
 2026-07-26  9:22 UTC 

[PATCH rdma-next] RDMA/mlx5: Fix stack out-of-bounds read in cc_params debugfs
 2026-07-26  9:13 UTC 

[PATCH rdma-next v2 0/2] mlx5: Deprecate latency-sensitive QPs feature
 2026-07-26  9:09 UTC  (3+ messages)
` [PATCH rdma-next v2 1/2] net/mlx5: Add qp_latency_sensitive_disable cap bit
` [PATCH rdma-next v2 2/2] RDMA/mlx5: Deprecate latency-sensitive QPs feature

[PATCH rdma-next] RDMA/cxgb4: Fix dereg_skb leak and double free in write_tpt_entry()
 2026-07-26  8:58 UTC 

[PATCH v2] RDMA/srpt: fix NULL deref when sending BUSY before target_init_cmd()
 2026-07-26  7:55 UTC  (3+ messages)
  `  "
    `  "

[PATCH rdma-next] RDMA/mlx5: Deprecate latency-sensitive QPs feature
 2026-07-26  7:37 UTC  (2+ messages)

[PATCH rdma-next v3 00/14] RDMA: Make device names unique per net namespace
 2026-07-26  7:32 UTC  (2+ messages)

[rdma:for-next] BUILD SUCCESS 9b66c9af7172ffcf727214fa0ebe9a5e1ed6eb16
 2026-07-25 23:53 UTC 

[PATCH net-next 0/3] net/rds: Bug fix ports
 2026-07-25 16:25 UTC  (5+ messages)
` [PATCH net-next 1/3] net/rds: don't use unpin_user_pages_dirty_lock() from atomic context
` [PATCH net-next 2/3] net/rds: hold the socket while an rds_mr references it
` [PATCH net-next 3/3] net/rds: fix rds_message leak in the rds_send_xmit() drop path

[PATCH net-next V7 0/4] devlink: Add boot-time eswitch mode defaults
 2026-07-25  6:51 UTC  (4+ messages)
` [PATCH net-next V7 4/4] devlink: Apply eswitch mode boot defaults

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-07-24 23:35 UTC  (4+ messages)
` [PATCH 21/36] RDMA/ocrdma: remove conditional return "
` (subset) [PATCH 00/36] treewide: remove conditional returns "

[PATCH net-next v2] net/rds: use krealloc_array() for iovector growth
 2026-07-24 23:30 UTC  (2+ messages)

[PATCH v11 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-24 19:48 UTC  (13+ messages)
` [PATCH v11 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v11 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v11 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v11 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v11 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v11 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v11 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v11 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[PATCH v5 00/10] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-24 18:50 UTC  (15+ messages)
` [PATCH v5 01/10] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v5 02/10] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v5 03/10] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v5 04/10] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v5 05/10] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v5 06/10] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v5 07/10] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v5 08/10] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v5 09/10] nvme-rdma: use ib_dma_map_sgtable_attrs()
` [PATCH v5 10/10] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers

[PATCH net] net/smc: validate peer CDC cursor against RMBE size before accepting it
 2026-07-24  7:21 UTC  (4+ messages)

[PATCH net v2] net/smc: fix out-of-bounds read of rkey array in SMC-Rv2 LLC processing
 2026-07-24  6:16 UTC 

[PATCH net v2] net/smc: fix out-of-bounds read of rkey array in SMC-Rv2 LLC processing
 2026-07-24  4:53 UTC 

[PATCH net v5 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
 2026-07-24  0:23 UTC  (4+ messages)
` [PATCH net v5 1/3] net/smc: bound the wire-controlled producer cursor to the RMB
` [PATCH net v5 2/3] net/smc: bound the receive length to the RMB in smc_rx_recvmsg()
` [PATCH net v5 3/3] net/smc: bound the send length to the send buffer in smc_tx_sendmsg()

[PATCH net v4] rds: tcp: hold the RCU lock across ipv6_chk_addr() in rds_tcp_laddr_check()
 2026-07-23 21:20 UTC  (2+ messages)

[pull-request] mlx5-next updates 2026-07-22
 2026-07-23 17:50 UTC  (2+ messages)

[PATCH net v3] bnge/bng_re: fix ring ID widths
 2026-07-23 17:30 UTC  (2+ messages)

[PATCH net v2] rds: tcp: unregister sysctl before tearing down listen socket
 2026-07-23 16:20 UTC  (2+ messages)

[PATCH] rds: synchronize info callbacks with connection teardown
 2026-07-23 16:00 UTC  (3+ messages)

[PATCH net] net/mlx5: Fix MCIA register buffer overflow on 32 dword reads
 2026-07-23 15:30 UTC  (2+ messages)

[PATCH net V2 0/2] net/mlx5e: Report zero bandwidth for non-ETS traffic
 2026-07-23 15:30 UTC  (2+ messages)

[PATCH net] net/mlx5: E-Switch, fix zero num_dest in prio_tag egress vlan rule
 2026-07-23 15:30 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Fix integer overflow of user QP buffer size
 2026-07-23 15:23 UTC 

[PATCH net] net/mlx5e: TC, Check if flow is PEER before acquiring devcom lock
 2026-07-23 15:21 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Expose RoCE acceleration counters on all functions
 2026-07-23 15:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox