File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 66
77Name: kpatch
88Summary: Dynamic kernel patching
9- Version: 0.9.6
9+ Version: 0.9.7
1010License: GPLv2
1111Group: System Environment/Kernel
1212URL: http://github.com/dynup/kpatch
@@ -104,6 +104,21 @@ rm -rf %{buildroot}
104104%{_mandir }/man1/kpatch-build.1*
105105
106106%changelog
107+ * Wed Sep 14 Yannick Cote <ycote@redhat.com> - 0.9.7
108+ * S390x kpatch support
109+ * Add support for openEuler + documentation (kpatch-build)
110+ * Use err.h instead of error.h for musl support (kpatch-build)
111+ * Add support for .return_sites section (kpatch-build x86)
112+ * Create missing section symbol (kpatch-build)
113+ * Fix symtab parsing lookup (kpatch-build)
114+ * Many fixes and improvements in create-diff-object (kpatch-build)
115+ * Unload already disabled modules (kpatch util)
116+ * Add integration tests for: rhel-{8.6,9.0},5.18.0 (test)
117+ * Add tests for patching a syscall (test)
118+ * Combine and improve Fedora, CentOS with RHEL kpatch-build dependencies (test)
119+ * Major revamp of README.md and documentation
120+ * Add syscall patching macros (kmod)
121+
107122* Tue Apr 12 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.6
108123* Allow OOT modules to be built with non-distro kernels
109124* Add cross-arch unit testing support
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.6 "
28+ VERSION=" 0.9.7 "
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