release: 1.7.9: fix smp_ihk_os_shutdown()-related double free

Change-Id: I408dc69b41d9643548226c15c67fcbd8197acb92
This commit is contained in:
Masamichi Takagi
2021-03-17 18:21:03 +09:00
parent 4f1b505550
commit 90c1ceef45
3 changed files with 31 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.8")
set(MCKERNEL_VERSION "1.7.9")
# See "Fedora Packaging Guidelines -- Versioning"
set(MCKERNEL_RELEASE "")

View File

@ -1,3 +1,32 @@
=============================================
Version 1.7.9 (Mar 17, 2021)
=============================================
----------------------
IHK major updates
----------------------
N/A
------------------------
IHK major bug fixes
------------------------
#. ihklib: ihk_reserve_mem_conf*: fix default values
#. smp_ihk_os_shutdown: fix memory leak
#. smp_ihk_os_shutdown: prevent double free
#. __ihk_os_shutdown: fix smp_ihk_os_shutdown()-related double free
#. smp_ihk_os_panic_notifier: exclude memory from Linux dump with default setting
#. smp_ihk_os_panic_notifier: exclude memory from Linux dump while booting, on timeout
----------------------
McKernel major updates
----------------------
N/A
------------------------
McKernel major bug fixes
------------------------
#. mcctrl_wakeup_desc: refcount and fix timeouts
=============================================
Version 1.7.8 (Mar 12, 2021)
=============================================

2
ihk

Submodule ihk updated: b374f0c97c...8b92b9d7f4