release: 1.8.0: MAP_LOCKED and pre-populate PMIx shared memory PFNs

Change-Id: I171c87f0f49cf2f791693e397a1d94b1bc2d0440
This commit is contained in:
Masamichi Takagi
2021-03-19 16:58:09 +09:00
committed by masamichi.takagi
parent 03d99a0ed1
commit 1a71203872
3 changed files with 27 additions and 2 deletions

View File

@ -7,7 +7,7 @@ endif (NOT CMAKE_BUILD_TYPE)
enable_language(C ASM)
project(mckernel C ASM)
set(MCKERNEL_VERSION "1.7.10")
set(MCKERNEL_VERSION "1.8.0")
# See "Fedora Packaging Guidelines -- Versioning"
set(MCKERNEL_RELEASE "")

View File

@ -1,3 +1,28 @@
=============================================
Version 1.8.0 (Mar 23, 2021)
=============================================
----------------------
IHK major updates
----------------------
N/A
------------------------
IHK major bug fixes
------------------------
N/A
----------------------
McKernel major updates
----------------------
N/A
------------------------
McKernel major bug fixes
------------------------
#. profile: fix infinite recursion for allocation miss event
#. Fugaku: MAP_LOCKED and pre-populate PMIx shared memory PFNs
=============================================
Version 1.7.10 (Mar 18, 2021)
=============================================

2
ihk

Submodule ihk updated: 5bc0394886...8fd23109f1