Skip to content

Commit

Permalink
Merge pull request #1260 from joe-lawrence/release-v0.9.6
Browse files Browse the repository at this point in the history
Bump to version v0.9.6
  • Loading branch information
joe-lawrence authored Apr 12, 2022
2 parents ef8b270 + eea6582 commit e4c0bb9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion contrib/kpatch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Name: kpatch
Summary: Dynamic kernel patching
Version: 0.9.5
Version: 0.9.6
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch
Expand Down Expand Up @@ -104,6 +104,18 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*

%changelog
* Tue Apr 12 Joe Lawrence <[email protected]> - 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 <[email protected]> - 0.9.5
- openEuler support
- kpatch-build: Do not check KLP_REPLACE for kpatch.ko-based patches
Expand Down
2 changes: 1 addition & 1 deletion kpatch/kpatch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

INSTALLDIR=/var/lib/kpatch
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
VERSION="0.9.5"
VERSION="0.9.6"
POST_ENABLE_WAIT=15 # seconds
POST_SIGNAL_WAIT=60 # seconds
MODULE_REF_WAIT=15 # seconds
Expand Down

0 comments on commit e4c0bb9

Please sign in to comment.