Skip to content

Commit bea635f

Browse files
authored
Merge pull request #1481 from joe-lawrence/bump-v0.9.11
Bump to version v0.9.11
2 parents 0fa606b + 03d91d3 commit bea635f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

contrib/kpatch.spec

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

106106
%changelog
107+
* Mon Oct 27 2025 Joe Lawrence <[email protected]> - 0.9.11
108+
- Initial ARM64 architecture support
109+
- Support for kernel module namepsaces
110+
- Kpatch utility support for 'stack_order' sysfs attribute
111+
- Distro support/fixes for AlmaLinux, Fedora, Photon OS, RHEL-9.6
112+
- Cross compilation with env TARGET_ARCH
113+
- Migrated internal testing to Packit Testing Farm
114+
- Support for gcc-14
115+
107116
* Mon Jan 20 2025 Joe Lawrence <[email protected]> - 0.9.10
108117
- Support for Amazon Linux, Anolis OS, and OpenCloudOS distros
109118
- Fix cleanup when kpatch is installed in read-only location

kpatch-build/kpatch-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# - Builds the patched kernel/module and monitors changed objects
3434
# - Builds the patched objects with gcc flags -f[function|data]-sections
3535
# - Runs kpatch tools to create and link the patch kernel module
36-
VERSION=0.9.10
36+
VERSION=0.9.11
3737

3838
set -o pipefail
3939

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

0 commit comments

Comments
 (0)