Re: [PATCH v1 2/2] riscv: Introduce support for hardware break/watchpoints

From: Himanshu Chauhan

Date: Thu Nov 27 2025 - 05:17:27 EST


Hi Paul,

On Thu, Nov 27, 2025 at 6:19 AM Paul Walmsley <pjw@xxxxxxxxxx> wrote:
>
> On Thu, 10 Jul 2025, Himanshu Chauhan wrote:
>
> > RISC-V hardware breakpoint framework is built on top of perf subsystem
> > and uses SBI debug trigger extension to
> > install/uninstall/update/enable/disable hardware triggers as specified
> > in Sdtrig ISA extension.
> >
> > Signed-off-by: Himanshu Chauhan <hchauhan@xxxxxxxxxxxxxxxx>
>
> Talking with Anup, it sounds like you're planning an updated version of
> this one, so will hold off on it.

That's correct. You can hold this version. I will be posting v2 for
this series which you can target for 6.20.

Regards
Himanshu

>
>
> - Paul