]> git.ipfire.org Git - thirdparty/linux.git/commit
klp-build: Fix hang on out-of-date .config
authorJosh Poimboeuf <jpoimboe@kernel.org>
Fri, 3 Apr 2026 02:47:10 +0000 (19:47 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 5 May 2026 04:16:02 +0000 (21:16 -0700)
commitcc39ccce7d5bc623100f07dcda070cef1bf690f6
treed9bdfbcefd2cec55aad4af7d8e0f10d3255be6dd
parenta375e327b63e0da29b82a92b569bfdf4628fa38a
klp-build: Fix hang on out-of-date .config

If .config is out of date with the kernel source, 'make syncconfig'
hangs while waiting for user input on new config options.  Detect the
mismatch and return an error.

Fixes: 6f93f7b06810 ("livepatch/klp-build: Fix inconsistent kernel version")
Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
scripts/livepatch/klp-build