Re: [PATCH v3 01/21] klp-build: Reject patches to init/*.c
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW7ZVeqDoZCDzdahEXSmboC+gA9T4pmUm4hxmutp12h1oA@mail.gmail.com> |
On Tue, May 12, 2026 at 8:35 PM Josh Poimboeuf <[email protected]> wrote: > > init/Makefile hard-codes -fno-function-sections and -fno-data-sections, > overriding the klp-build flags needed for patch generation. > > Don't allow any changes to those files; being init code they aren't > really patchable anyway. > > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>