Re: [RESENT PATCH] arm64: cpuinfo: Add "model name" in /proc/cpuinfo for 64bit tasks also

From: Catalin Marinas
Date: Tue Feb 02 2021 - 06:40:26 EST


On Tue, Feb 02, 2021 at 07:58:09AM +0800, Tianling Shen wrote:
> From: Sumit Gupta <sumitg@xxxxxxxxxx>
>
> Removed restriction of displaying model name for 32 bit tasks only.
> This can be used for 64 bit tasks as well, and it's useful for some
> tools that already parse this, such as coreutils `uname -p`, Ubuntu
> model name display etc.
>
> It should be like this:
> ```
> $ cat '/proc/cpuinfo' | grep 'model name' | head -n 1
> model name : ARMv8 Processor rev X (v8l)
> ```
>
> Link: https://lore.kernel.org/lkml/1472461345-28219-1-git-send-email-sumitg@xxxxxxxxxx/

The thread above already has arguments against this patch. Has anything
changed since?

--
Catalin