Re: [PATCH v2 23/53] klp-build: Fix hang on out-of-date .config
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW6R6DqoPvLT9ySiEYgbAh1KskyxfLJCVD-SEEY1FRQb=g@mail.gmail.com> |
On Fri, May 1, 2026 at 5:10 AM Josh Poimboeuf <[email protected]> wrote: > > 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") > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>