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.