Re: [PATCH] riscv: unaligned: Fix check_vector_unaligned_access() stub name

From: Paul Walmsley

Date: Mon Aug 03 2026 - 20:05:18 EST


On Thu, 30 Jul 2026, Nam Cao wrote:

> When CONFIG_RISCV_PROBE_VECTOR_UNALIGNED_ACCESS=n, the no-op stub for
> check_vector_unaligned_access() has the wrong name and causes compile
> failure.
>
> Correct the name.

Thanks, looks like I broke this during conflict resolution. Sorry about
that. I squashed the fix into the original as you suggested.


- Paul