From 5c4acbf2f3199e45fa2a4623c57b5751a1419455 Mon Sep 17 00:00:00 2001 From: "Pavel Shamis (Pasha)" Date: Tue, 23 Oct 2018 16:09:02 -0500 Subject: [PATCH 1/2] NEWS: RC2 updates Signed-off-by: Pavel Shamis (Pasha) --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 18b8b5ed63f..9bea070d179 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ ## # -## 1.4.0-rc1 (October 15, 2018) +## 1.4.0-rc2 (October 23, 2018) Features: - Improved support for installation with latest ROCm @@ -29,6 +29,8 @@ Bugfixes: - Thread safety fixes in IB/RDMA transport - Compilation fixes with upstream rdma-core - Multiple minor bugfixes (full list on github) +- Compile-time fixes for Arm clang +- Memory domain indexing for Mellanox devices Tested configurations: - InfiniBand: MLNX_OFED 4.2-4.4, distribution inbox drivers, rdma-core From 38395cc2084bd65c96a68e17e5ee7d88ce4f31d0 Mon Sep 17 00:00:00 2001 From: "Pavel Shamis (Pasha)" Date: Tue, 23 Oct 2018 16:18:41 -0500 Subject: [PATCH 2/2] NEWS: Addressing reviews Signed-off-by: Pavel Shamis (Pasha) --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9bea070d179..82d922fad90 100644 --- a/NEWS +++ b/NEWS @@ -29,8 +29,8 @@ Bugfixes: - Thread safety fixes in IB/RDMA transport - Compilation fixes with upstream rdma-core - Multiple minor bugfixes (full list on github) -- Compile-time fixes for Arm clang -- Memory domain indexing for Mellanox devices +- Segfault fix for a code generated by armclang compiler +- UCP memory-domain index fix for zero-copy active messages Tested configurations: - InfiniBand: MLNX_OFED 4.2-4.4, distribution inbox drivers, rdma-core