File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 66
77Name: kpatch
88Summary: Dynamic kernel patching
9- Version: 0.9.4
9+ Version: 0.9.5
1010License: GPLv2
1111Group: System Environment/Kernel
1212URL: http://github.com/dynup/kpatch
@@ -104,6 +104,15 @@ rm -rf %{buildroot}
104104%{_mandir }/man1/kpatch-build.1*
105105
106106%changelog
107+ * Wed Oct 13 Artem Savkov <asavkov@redhat.com> - 0.9.5
108+ - openEuler support
109+ - kpatch-build: Do not check KLP_REPLACE for kpatch.ko-based patches
110+ - create-diff-object: fix use after free in kpatch-check-relocations()
111+ - kpatch-build: Handle error in create-klp-module
112+ - create-diff-object: support ppc64le relative jump labels
113+ - kmod/patch: clean only rebuildable objs
114+ - kpatch-build: save environment varibles to file
115+
107116* Wed Aug 25 Yannick Cote <ycote@redhat.com> - 0.9.4
108117- Support for multiple source files
109118- Makefile tweaks for handling non-replace kpatch building
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.4 "
28+ VERSION=" 0.9.5 "
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