Skip to content

Commit

Permalink
Bump to v0.9.2
Browse files Browse the repository at this point in the history
Interesting changes since v0.9.1:

- Integration test support for rhel-{7.8,7.9,8.1,8.2}, centos-8
- Better support for gcc child functions
- Batch jump label errors to report all instances
- Dynrela code cleanup
- Remove .klp.arch and add support for jump labels in v5.8+ kernels
- Mark ignored sections earlier to support functions missing ftrace hook
- Minor README.md improvements
- Add ppc64le mcount support to patched functions
- Show additional stalled process information in kpatch script
- Increased shellcheck coverage and fixes
- ppc64le plugin fixes for gcc v10
- Ignore __UNIQUE_ID_ symbol from tristate config objects
- Don't clear dmesg during integration tests
- Detect and report MODVERSIONS symbol version CRC changes

Signed-off-by: Joe Lawrence <[email protected]>
  • Loading branch information
joe-lawrence committed Sep 15, 2020
1 parent 4f8f372 commit 60523a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 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.1
Version: 0.9.2
License: GPLv2
Group: System Environment/Kernel
URL: http://github.com/dynup/kpatch
Expand Down Expand Up @@ -104,6 +104,22 @@ rm -rf %{buildroot}
%{_mandir}/man1/kpatch-build.1*

%changelog
* Tue Sep 8 2020 Joe Lawrence <[email protected]> - 0.9.2
- Integration test support for rhel-{7.8,7.9,8.1,8.2}, centos-8
- Better support for gcc child functions
- Batch jump label errors to report all instances
- Dynrela code cleanup
- Remove .klp.arch and add support for jump labels in v5.8+ kernels
- Mark ignored sections earlier to support functions missing ftrace hook
- Minor README.md improvements
- Add ppc64le mcount support to patched functions
- Show additional stalled process information in kpatch script
- Increased shellcheck coverage and fixes
- ppc64le plugin fixes for gcc v10
- Ignore __UNIQUE_ID_ symbol from tristate config objects
- Don't clear dmesg during integration tests
- Detect and report MODVERSIONS symbol version CRC changes

* Wed Mar 11 2020 Yannick Cote <[email protected]> - 0.9.1
- Handle ppc64le toc with only constants
- Don't strip callback section symbols
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.1"
VERSION="0.9.2"
POST_ENABLE_WAIT=15 # seconds
POST_SIGNAL_WAIT=60 # seconds

Expand Down

0 comments on commit 60523a9

Please sign in to comment.