Skip to content

Commit 5b73bf2

Browse files
committed
v2.5.1
Signed-off-by: Stephen Oost <stephen.oost@intel.com>
1 parent 3c382dd commit 5b73bf2

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ bug fixes (and other actions) for each version of Libfabric since
66
version 1.0. New major releases include all fixes from minor
77
releases with earlier release dates.
88

9-
v2.5.1, Fri April 10, 2026
9+
v2.5.1, Mon April 13, 2026
1010
=========================
11-
1211
## Core ##
1312

1413
- man: Fix typo in fi_cntr_readerr
@@ -21,6 +20,8 @@ v2.5.1, Fri April 10, 2026
2120

2221
## EFA ##
2322

23+
- Skip dmabuf supported check for explicit mr call
24+
- fix pkt pool flag assertions for non-debug builds
2425
- fix use-after-free in efa_mr_dereg_impl info log
2526
- Set qp->base_ep in efa_qp_create
2627
- Return error if efa_mr_reg_ibv_mr returns NULL
@@ -54,6 +55,8 @@ v2.5.1, Fri April 10, 2026
5455

5556
## Fabtests ##
5657

58+
- efa: parametrize efa mr test over efa and efa-direct
59+
- efa: Remove test skip and add FI_CONTEXT2
5760
- efa: treat server timeout as success in rdm_remote_exit_early
5861
- efa: Re-enable 1G RMA write/writedata tests in PR CI
5962
- efa: test_remote_exit_early: CLI argument --heterogeneous-peers

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dnl
1010
dnl Process this file with autoconf to produce a configure script.
1111

1212
AC_PREREQ([2.60])
13-
AC_INIT([libfabric], [2.5.1rc1], [ofiwg@lists.openfabrics.org])
13+
AC_INIT([libfabric], [2.5.1], [ofiwg@lists.openfabrics.org])
1414
AC_CONFIG_SRCDIR([src/fabric.c])
1515
AC_CONFIG_AUX_DIR(config)
1616
AC_CONFIG_MACRO_DIR(config)

fabtests/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl
55
dnl Process this file with autoconf to produce a configure script.
66

77
AC_PREREQ(2.57)
8-
AC_INIT([fabtests], [2.5.1rc1], [ofiwg@lists.openfabrics.org])
8+
AC_INIT([fabtests], [2.5.1], [ofiwg@lists.openfabrics.org])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)
1111
AC_CONFIG_HEADERS(config.h)

include/windows/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
#define PACKAGE_TARNAME PACKAGE
263263

264264
/* Define to the version of this package. */
265-
#define PACKAGE_VERSION "2.5.1rc1"
265+
#define PACKAGE_VERSION "2.5.1"
266266

267267
/* Define to the full name and version of this package. */
268268
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION

0 commit comments

Comments
 (0)