Re: [PATCH v2 41/53] objtool/klp: Add "objtool klp checksum" subcommand
Miroslav Benes <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <177798141796.9921.12051369709257464112.b4-review@b4> |
On Thu, 30 Apr 2026 21:08:29 -0700, Josh Poimboeuf <[email protected]> wrote: > Move the checksum functionality out of the main objtool command into a > new "objtool klp checksum" subcommand. > > This has the benefit of making the code (and the patch generation > process itself) more modular. > > For bisectability, both "objtool --checksum" and "objtool klp checksum" > work for now. The former will be removed after klp-build has been > converted to use the new subcommand. > > [...] Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav