Skip to content

Commit e4c0bb9

Browse files
authored
Merge pull request #1260 from joe-lawrence/release-v0.9.6
Bump to version v0.9.6
2 parents ef8b270 + eea6582 commit e4c0bb9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

contrib/kpatch.spec

Lines changed: 13 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.5
9+
Version: 0.9.6
1010
License: GPLv2
1111
Group: System Environment/Kernel
1212
URL: http://github.com/dynup/kpatch
@@ -104,6 +104,18 @@ rm -rf %{buildroot}
104104
%{_mandir}/man1/kpatch-build.1*
105105

106106
%changelog
107+
* Tue Apr 12 Joe Lawrence <joe.lawrence@redhat.com> - 0.9.6
108+
* Allow OOT modules to be built with non-distro kernels
109+
* Add cross-arch unit testing support
110+
* Support ELF extended symbol section indexes
111+
* Allow setting kernel version if --sourcedir and --vmlinux are used
112+
* Cleanup and enhance __LINE__ macro detection for all arches
113+
* Fix segfault on .LCx string literal symbols
114+
* Include __dyndbg section when referenced by jump table
115+
* Honor user provided KBUILD_EXTRA_SYMBOLS
116+
* Support .retpoline_sites section
117+
* Add native compiler selection via CROSS_COMPILE
118+
107119
* Wed Oct 13 Artem Savkov <asavkov@redhat.com> - 0.9.5
108120
- openEuler support
109121
- kpatch-build: Do not check KLP_REPLACE for kpatch.ko-based patches

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.5"
28+
VERSION="0.9.6"
2929
POST_ENABLE_WAIT=15 # seconds
3030
POST_SIGNAL_WAIT=60 # seconds
3131
MODULE_REF_WAIT=15 # seconds

0 commit comments

Comments
 (0)