From ceee4c379f1b4fd54c93e44fede2d77936d289c5 Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Thu, 18 Jun 2020 13:50:26 +0900 Subject: [PATCH] spec: prerelease 0.3 for testing fixes related to Fujitsu TSC and ihkmond Change-Id: I4b9fcac086a3567e6e797f3e7515949c9e214c36 --- CMakeLists.txt | 2 +- NEWS.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8ea173b..5ba4d523 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(mckernel C ASM) set(MCKERNEL_VERSION "1.7.0") # See "Fedora Packaging Guidlines -- Versioning" -set(MCKERNEL_RELEASE "0.2") +set(MCKERNEL_RELEASE "0.3") set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) # for rpmbuild diff --git a/NEWS.md b/NEWS.md index 89eadcae..96befbda 100644 --- a/NEWS.md +++ b/NEWS.md @@ -532,3 +532,6 @@ Restrictions on McKernel 24. ihk_os_getperfevent() could time-out when invoked from Fujitsu TCS (job-scheduler). + +25. The behaviors of madvise and mbind are changed to do nothing and + report success as a workaround for Fugaku.