File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 66
77Name: kpatch
88Summary: Dynamic kernel patching
9- Version: 0.9.5
9+ Version: 0.9.6
1010License: GPLv2
1111Group: System Environment/Kernel
1212URL: http://github.com/dynup/kpatch
@@ -104,6 +104,18 @@ rm -rf %{buildroot}
104104%{_mandir }/man1/kpatch-build.1*
105105
106106%changelog
107+ * Tue Apr 12 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.6
108+ * Allow OOT modules to be built with non-distro kernels
109+ * Add cross-arch unit testing support
110+ * Support ELF extended symbol section indexes
111+ * Allow setting kernel version if --sourcedir and --vmlinux are used
112+ * Cleanup and enhance __LINE__ macro detection for all arches
113+ * Fix segfault on .LCx string literal symbols
114+ * Include __dyndbg section when referenced by jump table
115+ * Honor user provided KBUILD_EXTRA_SYMBOLS
116+ * Support .retpoline_sites section
117+ * Add native compiler selection via CROSS_COMPILE
118+
107119* Wed Oct 13 Artem Savkov <asavkov@redhat.com> - 0.9.5
108120- openEuler support
109121- kpatch-build: Do not check KLP_REPLACE for kpatch.ko-based patches
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.5 "
28+ VERSION=" 0.9.6 "
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