[PATCH 01/11] riscv: kprobes: Move branch_rs2_idx to insn.h
Nam Cao
namcao at linutronix.de
Wed May 14 00:32:54 PDT 2025
Hi Alex,
On Wed, May 14, 2025 at 09:24:55AM +0200, Alexandre Ghiti wrote:
> > +#define RV_EXTRACT_RS2_REG(x) \
> > + ({typeof(x) x_ = (x); \
> > + (RV_X(x_, RVG_RS2_OPOFF, RVG_RS2_MASK)); })
>
> RV_X() definition was inconsistent across multiple files, so I harmonized
> RV_X() it in this patch https://lore.kernel.org/linux-riscv/20250508125202.108613-3-alexghiti@rivosinc.com/
>
> So here you use the "old" version, would you mind rebasing on top this
> patchset and use RV_X_mask() instead?
I will do that. Thanks for the info.
Nam
More information about the linux-riscv
mailing list