From 6c51de3d7817706af025fe36c02afd532e70ac1f Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 9 Oct 2020 05:25:02 -0700 Subject: [PATCH] v1.11.1 release Signed-off-by: Sean Hefty --- AUTHORS | 3 +++ NEWS.md | 8 ++++++++ configure.ac | 2 +- fabtests/configure.ac | 2 +- include/windows/config.h | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0979540bd6b..642b4cb6e66 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,6 +10,7 @@ Ana Guerrero López Anatoliy Rozanov Andrew Friedley Andrey Lobanov +Anthony Zinger Ao Li Arun C Ilango arun ilango @@ -118,6 +119,8 @@ Oblomov, Sergey Oblomov, Sergey OFIWG Bot Paolo Inaudi +patrickbueb <70724661+patrickbueb@users.noreply.github.com> +Patrick Bueb Patrick MacArthur Patrick McCormick Paul Coffman diff --git a/NEWS.md b/NEWS.md index 140940d302c..27d4efa4f36 100644 --- a/NEWS.md +++ b/NEWS.md @@ -28,6 +28,12 @@ v1.11.1, Fri Oct 9, 2021 - Do not overwrite a packet's associated MR when copying packets - Pass in correct packet when determining the header size - Do not release rx_entry in EAGAIN case +- Disable MR cache if fork support is requested +- Turn off MR cache if user supports FI_MR_LOCAL +- Add FI_REMOTE_READ to shm registrations +- Remove use_cnt assert closing domain to allow driver cleanup +- Fix off by 1 returned AV address when using AV map +- Ensure setting FI_HMEM capability is backwards compatible ## RxD @@ -53,6 +59,7 @@ v1.11.1, Fri Oct 9, 2021 - Fix initialization synchronization - Ensure progress is invoked for mid-sized message transfers - Always use CMA when sending data to self +- Fix hang using SAR protocol ## Sockets @@ -72,6 +79,7 @@ v1.11.1, Fri Oct 9, 2021 - Fix shmat intercept hook handling - Fix error handling obtaining page sizes - Fix incorrect locking in MR cache +- Fix memory leak in rbtree cleanup ## Verbs diff --git a/configure.ac b/configure.ac index 3ab8132df52..04ae0696f91 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.11.1rc1], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.11.1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) diff --git a/fabtests/configure.ac b/fabtests/configure.ac index bf0c767f639..eeea4baffe9 100644 --- a/fabtests/configure.ac +++ b/fabtests/configure.ac @@ -5,7 +5,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([fabtests], [1.11.1rc1], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.11.1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h) diff --git a/include/windows/config.h b/include/windows/config.h index a92145ad1b7..912858778ef 100644 --- a/include/windows/config.h +++ b/include/windows/config.h @@ -165,7 +165,7 @@ #define PACKAGE_TARNAME PACKAGE /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.11.1rc1" +#define PACKAGE_VERSION "1.11.1" /* Define to the full name and version of this package. */ #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION