Re: [PATCH v2 39/53] objtool/klp: Extricate checksum calculation from validate_branch()
Miroslav Benes <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <177798141795.9921.5118223797275878948.b4-review@b4> |
On Thu, 30 Apr 2026 21:08:27 -0700, Josh Poimboeuf <[email protected]> wrote: > In preparation for porting the checksum code to other arches, make its > functionality independent from the CFG reverse engineering code. > > Move it into a standalone calculate_checksums() function which iterates > all functions and instructions directly, rather than being called inline > from do_validate_branch(). > > [...] Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav