mirror of
https://github.com/dynup/kpatch
synced 2025-01-07 05:29:29 +00:00
Bump to v0.9.4
Interesting changes since v0.9.3: - Support for multiple source files - Makefile tweaks for handling non-replace kpatch building - Support CONFIG_PRINTK_INDEX - kpatch-build: set EXTRAVERSION and not localversion for RH kernels - Make sure section symbols exist - create-diff-object: Check that the section has a secsym - kpatch: rmmod module of the same name before loading a module - kpatch-build: enable option -R|--replace to build replace klp - kpatch: use /sys/kernel/kpatch/ to check whether core module is loaded - kpatch: Sync signal subcmd usage output with manpage - fixes for the out-of-range relocation check Signed-off-by: Yannick Cote <ycote@redhat.com>
This commit is contained in:
parent
8f7e7c21b5
commit
bff258754c
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: kpatch
|
Name: kpatch
|
||||||
Summary: Dynamic kernel patching
|
Summary: Dynamic kernel patching
|
||||||
Version: 0.9.3
|
Version: 0.9.4
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
URL: http://github.com/dynup/kpatch
|
URL: http://github.com/dynup/kpatch
|
||||||
@ -104,6 +104,19 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/kpatch-build.1*
|
%{_mandir}/man1/kpatch-build.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 25 Yannick Cote <ycote@redhat.com> - 0.9.4
|
||||||
|
- Support for multiple source files
|
||||||
|
- Makefile tweaks for handling non-replace kpatch building
|
||||||
|
- Support CONFIG_PRINTK_INDEX
|
||||||
|
- kpatch-build: set EXTRAVERSION and not localversion for RH kernels
|
||||||
|
- Make sure section symbols exist
|
||||||
|
- create-diff-object: Check that the section has a secsym
|
||||||
|
- kpatch: rmmod module of the same name before loading a module
|
||||||
|
- kpatch-build: enable option -R|--replace to build replace klp
|
||||||
|
- kpatch: use /sys/kernel/kpatch/ to check whether core module is loaded
|
||||||
|
- kpatch: Sync signal subcmd usage output with manpage
|
||||||
|
- fixes for the out-of-range relocation check
|
||||||
|
|
||||||
* Tue Apr 20 Yannick Cote <ycote@redhat.com> - 0.9.3
|
* Tue Apr 20 Yannick Cote <ycote@redhat.com> - 0.9.3
|
||||||
- Initial support for clang compiler
|
- Initial support for clang compiler
|
||||||
- Add support for rhel-8.4
|
- Add support for rhel-8.4
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
INSTALLDIR=/var/lib/kpatch
|
INSTALLDIR=/var/lib/kpatch
|
||||||
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
|
SCRIPTDIR="$(readlink -f "$(dirname "$(type -p "$0")")")"
|
||||||
VERSION="0.9.3"
|
VERSION="0.9.4"
|
||||||
POST_ENABLE_WAIT=15 # seconds
|
POST_ENABLE_WAIT=15 # seconds
|
||||||
POST_SIGNAL_WAIT=60 # seconds
|
POST_SIGNAL_WAIT=60 # seconds
|
||||||
MODULE_REF_WAIT=15 # seconds
|
MODULE_REF_WAIT=15 # seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user