@@ -53,6 +53,7 @@ v2.5.0, Fri March 20, 2026
5353
5454## CXI ##
5555
56+ - cxip_mr_init uses wrong length field from DMABUF structure
5657- Fix hang in MPI when using cxi with lnx
5758- Fix append sequence for standard MR
5859- Add cxi unit tests and update man/fi_cxi.7
@@ -67,6 +68,7 @@ v2.5.0, Fri March 20, 2026
6768
6869## EFA ##
6970
71+ - Fix zero-length VLA stack overflow in RMA paths
7072- Fix 0 byte send/read/write support
7173- Clean up efa_hmem_info_init_iface()
7274- Fix error path deadlock in efa_base_ep_create_qp
@@ -175,6 +177,10 @@ v2.5.0, Fri March 20, 2026
175177- Fix MP Eager replays for 9B headers
176178- Fix mismatched alignment attribute between packet header & payload unions.
177179
180+ ## PSM3 ##
181+
182+ - Update psm3 to match IEFS 12.1.0.1 release
183+
178184## RXD ##
179185
180186- Fix atomic fetch/compare path
@@ -187,6 +193,7 @@ v2.5.0, Fri March 20, 2026
187193
188194## SHM ##
189195
196+ - Always prefer IPC over bouncing through shm
190197- Fix shm not utilizing XPMEM when requested
191198- Validate application input for atomic ops
192199- Fix smr_unexp_ipc chunking for large buffered messages
@@ -219,6 +226,7 @@ v2.5.0, Fri March 20, 2026
219226
220227## Fabtests ##
221228
229+ - dmabuf-rdma: Fix uninitialized variable warning
222230- hmem: Add way to query neuron ops version
223231- hmem: Use neuron nrt_get_dmabuf_fd_v2 if available
224232- Add fabtests for getting dmabuf fd
0 commit comments