Re: [PATCH v2 42/53] klp-build: Use "objtool klp checksum" subcommand
Miroslav Benes <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <177798229504.9921.16630496791010851339.b4-review@b4> |
On Thu, 30 Apr 2026 21:08:30 -0700, Josh Poimboeuf <[email protected]> wrote: > Use the new "objtool klp checksum" subcommand instead of injecting > --checksum into every objtool invocation via OBJTOOL_ARGS during the > kernel build. > > This decouples checksum generation from the build, running it in > separate post-build passes, making the code (and the patch generation > pipeline itself) more modular. > > [...] Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav