Re: [PATCH v2] kcov: report the first spurious PC in the interrupt selftest

From: Karl Mehltretter

Date: Sat Sep 12 2026 - 05:38:38 EST


On Fri, Jul 24, 2026 at 09:21:22PM +0100, Karl Mehltretter wrote:
> Changes in v2:
> - Use kcov_start() and kcov_stop() instead of open-coding their logic.
> - Add decanonicalize_ip() next to canonicalize_ip() and use it when
> reporting the recorded PC.
> - Retest under QEMU on arm64, mips64le, and x86_64.
>
> This patch improves the failure diagnostics.

Friendly ping. Bradley has given his Reviewed-by for this v2.

Thanks,
Karl