From 0c50a147cc4e02fcf46c7f428e0c0bcd073bf744 Mon Sep 17 00:00:00 2001 From: Shachar Hasson Date: Sun, 2 Jun 2024 13:58:56 +0300 Subject: [PATCH 1/2] RELEASE: Update NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index da0afc93c1e..7b7c87ba560 100644 --- a/NEWS +++ b/NEWS @@ -93,6 +93,7 @@ * Fixed Active Message hanging issue in ucp_client_server * Fixed potential crash due to redundant munmap call in ucp mmap tests * Fixed a crash when running CUDA gtest under valgrind +* Fixed endpoint timeout issue by increasing UD timeout under Valgrind #### Java * Fixed failures in Java tests by waiting for send requests completion * Fixed JVM segfault in Java tests when gdrcopy driver is not loaded From 9882220bed4b69cdd800659cb30e88f61b948d58 Mon Sep 17 00:00:00 2001 From: Shachar Hasson Date: Mon, 3 Jun 2024 09:51:49 +0300 Subject: [PATCH 2/2] RELEASE: Update News --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7b7c87ba560..6d7245a1131 100644 --- a/NEWS +++ b/NEWS @@ -93,7 +93,7 @@ * Fixed Active Message hanging issue in ucp_client_server * Fixed potential crash due to redundant munmap call in ucp mmap tests * Fixed a crash when running CUDA gtest under valgrind -* Fixed endpoint timeout issue by increasing UD timeout under Valgrind +* Fixed UD endpoint timeout issue under Valgrind #### Java * Fixed failures in Java tests by waiting for send requests completion * Fixed JVM segfault in Java tests when gdrcopy driver is not loaded