release: 1.7.9: fix smp_ihk_os_shutdown()-related double free
Change-Id: I408dc69b41d9643548226c15c67fcbd8197acb92
This commit is contained in:
@ -7,7 +7,7 @@ endif (NOT CMAKE_BUILD_TYPE)
|
|||||||
enable_language(C ASM)
|
enable_language(C ASM)
|
||||||
|
|
||||||
project(mckernel C ASM)
|
project(mckernel C ASM)
|
||||||
set(MCKERNEL_VERSION "1.7.8")
|
set(MCKERNEL_VERSION "1.7.9")
|
||||||
|
|
||||||
# See "Fedora Packaging Guidelines -- Versioning"
|
# See "Fedora Packaging Guidelines -- Versioning"
|
||||||
set(MCKERNEL_RELEASE "")
|
set(MCKERNEL_RELEASE "")
|
||||||
|
|||||||
@ -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)
|
Version 1.7.8 (Mar 12, 2021)
|
||||||
=============================================
|
=============================================
|
||||||
|
|||||||
2
ihk
2
ihk
Submodule ihk updated: b374f0c97c...8b92b9d7f4
Reference in New Issue
Block a user