Re: [PATCH v3 2/2] riscv: add HARDLOCKUP_DETECTOR_PERF support
From: Paul Walmsley
Date: Mon Oct 13 2025 - 19:09:24 EST
Hi Yunhui,
On Thu, 9 Oct 2025, Yunhui Cui wrote:
> Enable the HARDLOCKUP_DETECTOR_PERF function based on RISC-V SSE.
>
> Signed-off-by: Yunhui Cui <cuiyunhui@xxxxxxxxxxxxx>
Looks reasonable to me. I do like Doug Anderson's feedback about avoiding
the line continuation in arch/riscv/Kconfig/ ; we already have other lines
that are longer than 80 characters there.
If you wouldn't mind fixing that, then:
Acked-by: Paul Walmsley <pjw@xxxxxxxxxx> # for arch/riscv
- Paul