Skip to content

Commit

Permalink
Merge pull request #1232 from sm00th/9.5_update
Browse files Browse the repository at this point in the history
Update version to v0.9.5
  • Loading branch information
sm00th authored Oct 13, 2021
2 parents 912c2cb + 5698d86 commit 61fc3f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 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.4
Version: 0.9.5
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch
Expand Down Expand Up @@ -104,6 +104,15 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*

%changelog
* Wed Oct 13 Artem Savkov <[email protected]> - 0.9.5
- openEuler support
- kpatch-build: Do not check KLP_REPLACE for kpatch.ko-based patches
- create-diff-object: fix use after free in kpatch-check-relocations()
- kpatch-build: Handle error in create-klp-module
- create-diff-object: support ppc64le relative jump labels
- kmod/patch: clean only rebuildable objs
- kpatch-build: save environment varibles to file

* Wed Aug 25 Yannick Cote <[email protected]> - 0.9.4
- Support for multiple source files
- Makefile tweaks for handling non-replace kpatch building
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.4"
VERSION="0.9.5"
POST_ENABLE_WAIT=15 # seconds
POST_SIGNAL_WAIT=60 # seconds
MODULE_REF_WAIT=15 # seconds
Expand Down

0 comments on commit 61fc3f1

Please sign in to comment.