Re: [PATCH v3 05/17] riscv: kprobes: Use generated instruction headers
Nam Cao <[email protected]> Thu, 06 Aug 2026 10:30:15 +0200
| Newsgroups | org.kernel.vger.linux-kselftest,org.infradead.lists.kvm-riscv,org.infradead.lists.linux-riscv,org.kernel.vger.kvm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Charlie Jenkins <[email protected]> writes: > Migrate the code that is decoding instruction for the use of kprobes to > use the generated instruction headers instead of the hand-written > instruction functions. > > With the more granular instruction support, split the decoding of branches into > their own functions. > > Signed-off-by: Charlie Jenkins <[email protected]> Reviewed-by: Nam Cao <[email protected]>