Re: [PATCH] arc: ptrace: hard-code "arc" instead of UTS_MACHINE

From: Vineet Gupta
Date: Mon Apr 13 2020 - 01:35:04 EST


Hi Masahiro San,

On 4/12/20 6:32 PM, Masahiro Yamada wrote:
> ARC uses the UTS_MACHINE defined in the top Makefile as follows:
>
> UTS_MACHINE := $(ARCH)
>
> We know it is "arc" when we are building the kernel for ARC.
> Hard-code user_regset_view::name, like many other architectures do.
>
> Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>

Thx for this. Applied to for-curr.

-Vineet