Skip to content

Commit 7085e9d

Browse files
authored
Merge pull request #1499 from jpoimboe/maintenance-mode
readme: move project to maintenance mode
2 parents e0eb6d5 + dfdb652 commit 7085e9d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
> [!IMPORTANT]
2+
>
3+
> NOTICE: The kpatch project is in maintenance mode
4+
> =================================================
5+
>
6+
> Starting with Linux 6.19, **the kpatch project is deprecated** and in maintenance mode. kpatch-build functionality is being replaced by
7+
> [klp-build](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/livepatch/klp-build),
8+
> which is now part of the upstream Linux kernel.
9+
>
10+
> **klp-build architecture support:**
11+
> - x86-64: supported (Linux 6.19+)
12+
> - arm64: patches in development on LKML
13+
> - ppc64le, s390, loongarch: coming soon
14+
>
15+
> **What this means for kpatch:**
16+
> - kpatch is now in maintenance mode.
17+
> - No new features will be added.
18+
> - Bug fixes for newer kernels or toolchains will not be provided.
19+
> - Existing functionality for older kernels continues to work and will be maintained minimally as needed.
20+
>
21+
> **Questions?**
22+
> - For more information, see [issue 1498](https://github.com/dynup/kpatch/issues/1498).
23+
124
kpatch: dynamic kernel patching
225
===============================
326

0 commit comments

Comments
 (0)