]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
klp-build: Reject patches to realmode
authorJosh Poimboeuf <jpoimboe@kernel.org>
Mon, 20 Apr 2026 02:57:48 +0000 (19:57 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 5 May 2026 04:16:03 +0000 (21:16 -0700)
commitdf0d7bb04a27e48a0fb5fd32223f5ab248876cab
treef61defdc3ed5796d0f08077a881cf4a9b6f557c1
parentd8c3e262361b04984f0322ce5b88ea52dab37318
klp-build: Reject patches to realmode

Realmode code is compiled as a separate 16-bit binary and embedded into
the kernel image via rmpiggy.S.  It can't be livepatched.

Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
scripts/livepatch/klp-build