From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4CFBFC433F5 for ; Tue, 8 Mar 2022 17:27:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Z1BHhRK+JmqZj3h327GMk80M1o8ObYxcFqLn9Lak0wA=; b=K/TlTShrBXznYQ sI1gO8MrDvp8n8KzR6ChboUCAZfTH6l06BK6DpmzSxDW4icnjS+WwW1FMV29Af/P4C3Yk5b+Mjl0+ zBLcoHZvZc43FI+oxoOvyjhWDWo1iJNung2ZVm/g0uWPbGwUQ1wlqabJW6sR2QnnPrtBk9nv9ioIP HH6Rss91brO100W9Bh+TcSwj++UyD0iJHz3tFD4rMTAcMWvXay9gQhgU+fiADa9Mi2jqdbigQ+F9k 5W9dKDUeOwyM+dtuyAk0sRvPvpiCeTHL7sU10DT5bruR/uVequZZXHcszuApMaMa72Yisf0PhJ0aS RkTqXCuwNegSLIxXS7GQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRdaT-005WQZ-1M; Tue, 08 Mar 2022 17:25:30 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRdTS-005TQS-W1 for linux-arm-kernel@lists.infradead.org; Tue, 08 Mar 2022 17:18:16 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AA70560C7B; Tue, 8 Mar 2022 17:18:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BE2EC340EB; Tue, 8 Mar 2022 17:18:11 +0000 (UTC) Date: Tue, 8 Mar 2022 17:18:07 +0000 From: Catalin Marinas To: Robin Murphy Cc: Arnd Bergmann , Marc Zyngier , Rongwei Wang , Will Deacon , joey.gouly@arm.com, Mark Rutland , Andrew Morton , Linux ARM , Linux Kernel Mailing List Subject: Re: [PATCH RFC] arm64: improve display about CPU architecture in cpuinfo Message-ID: References: <20220307030417.22974-1-rongwei.wang@linux.alibaba.com> <87h78a178u.wl-maz@kernel.org> <87bkyi0x53.wl-maz@kernel.org> <1b94af8b-a294-5765-4e1e-896f70db621f@arm.com> <9296f97c-f894-001c-53e6-41bbfe36ce71@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <9296f97c-f894-001c-53e6-41bbfe36ce71@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220308_091815_137581_EAB78D67 X-CRM114-Status: GOOD ( 27.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Mar 07, 2022 at 08:05:06PM +0000, Robin Murphy wrote: > On 2022-03-07 19:30, Arnd Bergmann wrote: > > On Mon, Mar 7, 2022 at 5:48 PM Robin Murphy wrote: > > > > > And arguably it's not even too late, because 10 years ago this *did* say > > > "AArch64". I don't remember all the exact details behind commit > > > 44b82b7700d0 ("arm64: Fix up /proc/cpuinfo") - this just tickled enough > > > of a memory to go and look up the git history - but I don't think we > > > changed any of those fields without a real reason. > > > > > > > The patch description does state that this was done for compatibility with > > 32-bit architectures, which does make some sense. I suppose for similar > > reasons, the arch/arm/ version of /proc/cpuinfo is now stuck at > > 'CPU architecture: 7', even for ARMv8 or higher in aarch32 mode. > > > > The part that I find more annoying is how we leave out the one bit > > of information that people are generally looking for in /proc/cpuinfo: > > the name of the processor. Even though we already know the > > exact processor type in order to handle the CPU errata, this is > > always "model name\t: ARMv7 Processor rev %d (v7l)" on 32-bit, > > and "model name\t: ARMv8 Processor rev %d (%s)" on 64-bit, > > with the revision being the least important bit of information here... > > Eh, it's hardly impossible to recompose a MIDR value from the implementer, > part, variant and revision fields if one actually needs to. Maybe we could > null-terminate the raw MIDR value and print it as a string of > largely-unprintable characters in the "model name" field... I guess that > might satisfy the crowd who want parity* with x86 CPUID, at least :) You can get the MIDR from /sys/devices/system/cpu/cpu*/regs/identification/midr_el1. As for printing the actual names, we thought we'd leave it to tools like lscpu. I'm not keen on maintaining a dictionary of MIDR to CPU marketing names in the kernel, deal with rebranding and so on. For x86 you can get the name from the CPU itself IIUC, that's not the case for arm. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel