Skip to content

Commit

Permalink
Merge pull request #950 from joe-lawrence/tag-v0.6.3
Browse files Browse the repository at this point in the history
Patch release v0.6.3
  • Loading branch information
joe-lawrence authored Apr 12, 2019
2 parents 33a2fd5 + dfa5765 commit f4ed9ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion contrib/kpatch.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: kpatch
Summary: Dynamic kernel patching
Version: 0.6.2
Version: 0.6.3
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch
Expand Down Expand Up @@ -93,6 +93,17 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*

%changelog
* Fri Apr 12 2019 Joe Lawrence <[email protected]> - 0.6.3
- Lots of integration test work
- Better support for building out-of-tree modules
- Updated manpage options, drop deprecated distro specific mentions
- README.md updates for shadow variables, out-of-tree modules
- Fix core module compilation with CONFIG_HAVE_ARCH_PREL32_RELOCATIONS
- kpatch-build detects and abort on unsupported options
GCC_PLUGIN_LATENT_ENTROPY, GCC_PLUGIN_RANDSTRUCT
- Fix patch linking with 4.20+
- Other minor shellcheck and kpatch-build fixups

* Tue Oct 2 2018 Joe Lawrence <[email protected]> - 0.6.2
- ppc64le: relax .text section addralign value check
- gcc8: unit-tests
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.6.2"
VERSION="0.6.3"
POST_ENABLE_WAIT=15 # seconds
POST_SIGNAL_WAIT=60 # seconds

Expand Down

0 comments on commit f4ed9ff

Please sign in to comment.