On Tue, Feb 02, 2021 at 07:58:09AM +0800, Tianling Shen wrote: > From: Sumit Gupta <[email protected]> > > 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/[email protected]/
The thread above already has arguments against this patch. Has anything changed since? -- Catalin

