mirror of
https://github.com/dynup/kpatch
synced 2025-03-09 20:28:25 +00:00
Bump to version v0.9.6
Updates of interest: v0.9.6: - Tue Apr 12 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.6 - Allow OOT modules to be built with non-distro kernels - Add cross-arch unit testing support - Support ELF extended symbol section indexes - Allow setting kernel version if --sourcedir and --vmlinux are used - Cleanup and enhance __LINE__ macro detection for all arches - Fix segfault on .LCx string literal symbols - Include __dyndbg section when referenced by jump table - Honor user provided KBUILD_EXTRA_SYMBOLS - Support .retpoline_sites section - Add native compiler selection via CROSS_COMPILE Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
This commit is contained in:
parent
ef8b270e4d
commit
eea6582fb2
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: kpatch
|
Name: kpatch
|
||||||
Summary: Dynamic kernel patching
|
Summary: Dynamic kernel patching
|
||||||
Version: 0.9.5
|
Version: 0.9.6
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
URL: http://github.com/dynup/kpatch
|
URL: http://github.com/dynup/kpatch
|
||||||
@ -104,6 +104,18 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/kpatch-build.1*
|
%{_mandir}/man1/kpatch-build.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 12 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.6
|
||||||
|
* Allow OOT modules to be built with non-distro kernels
|
||||||
|
* Add cross-arch unit testing support
|
||||||
|
* Support ELF extended symbol section indexes
|
||||||
|
* Allow setting kernel version if --sourcedir and --vmlinux are used
|
||||||
|
* Cleanup and enhance __LINE__ macro detection for all arches
|
||||||
|
* Fix segfault on .LCx string literal symbols
|
||||||
|
* Include __dyndbg section when referenced by jump table
|
||||||
|
* Honor user provided KBUILD_EXTRA_SYMBOLS
|
||||||
|
* Support .retpoline_sites section
|
||||||
|
* Add native compiler selection via CROSS_COMPILE
|
||||||
|
|
||||||
* Wed Oct 13 Artem Savkov <asavkov@redhat.com> - 0.9.5
|
* Wed Oct 13 Artem Savkov <asavkov@redhat.com> - 0.9.5
|
||||||
- openEuler support
|
- openEuler support
|
||||||
- kpatch-build: Do not check KLP_REPLACE for kpatch.ko-based patches
|
- kpatch-build: Do not check KLP_REPLACE for kpatch.ko-based patches
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
INSTALLDIR=/var/lib/kpatch
|
INSTALLDIR=/var/lib/kpatch
|
||||||
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
|
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
|
||||||
VERSION="0.9.5"
|
VERSION="0.9.6"
|
||||||
POST_ENABLE_WAIT=15 # seconds
|
POST_ENABLE_WAIT=15 # seconds
|
||||||
POST_SIGNAL_WAIT=60 # seconds
|
POST_SIGNAL_WAIT=60 # seconds
|
||||||
MODULE_REF_WAIT=15 # seconds
|
MODULE_REF_WAIT=15 # seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user