Skip to content

Commit 6de60e7

Browse files
authored
Merge pull request #1215 from yhcote/master
Bump to v0.9.4
2 parents 8f7e7c2 + bff2587 commit 6de60e7

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

contrib/kpatch.spec

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

106106
%changelog
107+
* Wed Aug 25 Yannick Cote <ycote@redhat.com> - 0.9.4
108+
- Support for multiple source files
109+
- Makefile tweaks for handling non-replace kpatch building
110+
- Support CONFIG_PRINTK_INDEX
111+
- kpatch-build: set EXTRAVERSION and not localversion for RH kernels
112+
- Make sure section symbols exist
113+
- create-diff-object: Check that the section has a secsym
114+
- kpatch: rmmod module of the same name before loading a module
115+
- kpatch-build: enable option -R|--replace to build replace klp
116+
- kpatch: use /sys/kernel/kpatch/ to check whether core module is loaded
117+
- kpatch: Sync signal subcmd usage output with manpage
118+
- fixes for the out-of-range relocation check
119+
107120
* Tue Apr 20 Yannick Cote <ycote@redhat.com> - 0.9.3
108121
- Initial support for clang compiler
109122
- Add support for rhel-8.4

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

0 commit comments

Comments
 (0)