File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 66
77Name: kpatch
88Summary: Dynamic kernel patching
9- Version: 0.9.3
9+ Version: 0.9.4
1010License: GPLv2
1111Group: System Environment/Kernel
1212URL: http://github.com/dynup/kpatch
@@ -104,6 +104,19 @@ rm -rf %{buildroot}
104104%{_mandir }/man1/kpatch-build.1*
105105
106106%changelog
107+ * Wed Aug 25 Yannick Cote <ycote@redhat.com> - 0.9.4
108+ - Support for multiple source files
109+ - Makefile tweaks for handling non-replace kpatch building
110+ - Support CONFIG_PRINTK_INDEX
111+ - kpatch-build: set EXTRAVERSION and not localversion for RH kernels
112+ - Make sure section symbols exist
113+ - create-diff-object: Check that the section has a secsym
114+ - kpatch: rmmod module of the same name before loading a module
115+ - kpatch-build: enable option -R|--replace to build replace klp
116+ - kpatch: use /sys/kernel/kpatch/ to check whether core module is loaded
117+ - kpatch: Sync signal subcmd usage output with manpage
118+ - fixes for the out-of-range relocation check
119+
107120* Tue Apr 20 Yannick Cote <ycote@redhat.com> - 0.9.3
108121- Initial support for clang compiler
109122- Add support for rhel-8.4
Original file line number Diff line number Diff line change 2525
2626INSTALLDIR=/var/lib/kpatch
2727SCRIPTDIR=" $( readlink -f " $( dirname " $( type -p " $0 " ) " ) " ) "
28- VERSION=" 0.9.3 "
28+ VERSION=" 0.9.4 "
2929POST_ENABLE_WAIT=15 # seconds
3030POST_SIGNAL_WAIT=60 # seconds
3131MODULE_REF_WAIT=15 # seconds
You can’t perform that action at this time.
0 commit comments