Skip to content

Commit 60523a9

Browse files
committed
Bump to v0.9.2
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 <joe.lawrence@redhat.com>
1 parent 4f8f372 commit 60523a9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

contrib/kpatch.spec

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Name: kpatch
88
Summary: Dynamic kernel patching
9-
Version: 0.9.1
9+
Version: 0.9.2
1010
License: GPLv2
1111
Group: System Environment/Kernel
1212
URL: http://github.com/dynup/kpatch
@@ -104,6 +104,22 @@ rm -rf %{buildroot}
104104
%{_mandir}/man1/kpatch-build.1*
105105

106106
%changelog
107+
* Tue Sep 8 2020 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.2
108+
- Integration test support for rhel-{7.8,7.9,8.1,8.2}, centos-8
109+
- Better support for gcc child functions
110+
- Batch jump label errors to report all instances
111+
- Dynrela code cleanup
112+
- Remove .klp.arch and add support for jump labels in v5.8+ kernels
113+
- Mark ignored sections earlier to support functions missing ftrace hook
114+
- Minor README.md improvements
115+
- Add ppc64le mcount support to patched functions
116+
- Show additional stalled process information in kpatch script
117+
- Increased shellcheck coverage and fixes
118+
- ppc64le plugin fixes for gcc v10
119+
- Ignore __UNIQUE_ID_ symbol from tristate config objects
120+
- Don't clear dmesg during integration tests
121+
- Detect and report MODVERSIONS symbol version CRC changes
122+
107123
* Wed Mar 11 2020 Yannick Cote <ycote@redhat.com> - 0.9.1
108124
- Handle ppc64le toc with only constants
109125
- Don't strip callback section symbols

kpatch/kpatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
INSTALLDIR=/var/lib/kpatch
2727
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
28-
VERSION="0.9.1"
28+
VERSION="0.9.2"
2929
POST_ENABLE_WAIT=15 # seconds
3030
POST_SIGNAL_WAIT=60 # seconds
3131

0 commit comments

Comments
 (0)