Re: [PATCH] riscv: compat: fix COMPAT_UTS_MACHINE definition
From: Paul Walmsley
Date: Thu Jan 29 2026 - 03:32:06 EST
Hi,
On Wed, 28 Jan 2026, Han Gao wrote:
> The COMPAT_UTS_MACHINE for riscv was incorrectly defined as "riscv".
> Change it to "riscv32" to reflect the correct 32-bit compat name.
>
> Fixes: 06d0e3723647 ("riscv: compat: Add basic compat data type implementation")
> Cc: stable@xxxxxxxxxxxxxxx
>
No blank lines between tags, please.
> Signed-off-by: Han Gao <gaohan@xxxxxxxxxxx>
Thanks, queued for v6.19-rc.
- Paul