Received: by 2002:a05:6358:9144:b0:117:f937:c515 with SMTP id r4csp6045629rwr; Mon, 24 Apr 2023 12:51:08 -0700 (PDT) X-Google-Smtp-Source: AKy350ZAcbeHXg67gznq/avTszX8VZ+u40IpNO7SVBGTOB/Ee6mQfOpHFnBJPwYc+0IQt8NL6ZOo X-Received: by 2002:a05:6a21:3286:b0:ef:b897:5b0a with SMTP id yt6-20020a056a21328600b000efb8975b0amr19626196pzb.19.1682365868544; Mon, 24 Apr 2023 12:51:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1682365868; cv=none; d=google.com; s=arc-20160816; b=nZjkKXQAk+ByKHJxr2ltlptr5NvPJXsepbi4fwLyKfYDWF8f4aI5pZfwp03pUnFaFa jZdWQWbc7uA3Kwh1mOlsZ/l3Fjf/tJQAvuauGrvvgwtO1XhtgTDoMkd/FUYHIx/0x7S4 KpqYZlPPqmHLGUPFrbSqBSGVPvJv/tC9bgzGGcG/IS4aLrqdbbxvz52lx28tJTrt4Nmj 01shUoaM6fxDAOIyQpx1a54SXgtDWONyINHS+sRbtv34TWZbz+t/9ebkbK5UE4amxLx0 JfEGboG33Qv3oLGNZ3MpJwZvliNK/vlR5qSb98YVc24o8u/zNdyqtRaSuNFVnkPmoM1d IAAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=fKeC8h6sORPaAwhh0azVMufJtBkwpOLk3bWbJtg86Ws=; b=yfkG62n5fhmcYuxG+8LznsGp6+dc8QtGwkgFzEC40DeHM9eGCTq4qKj0xx1hyd2mbf iax8UvwdBZBASFc6ePID+Me6MlLi9Es5hzII1S7sk37SrdpdPxzsgketG3Cx6AIWDJUg 5PC0XacVFt5tAq+i0bUp75SGd59OPE5x0UUIfo/A5F4jJ5krlpJfxRVwsydOyN07u1qx Suen3QqbuttQEk6zHDF7bE0pm6J+z5+U5AH6cMlDb72utND1nIixk8qetuOeCCwXBF6Z oRqyN0DH/VXgGbRB6mMYtXqptCsC+vPWE6Isu9ZHwVagDcCOGHTRe9i8iYVylFRXoRCR FP3Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=sntech.de Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id 36-20020a630a24000000b005203991145dsi11601134pgk.473.2023.04.24.12.50.40; Mon, 24 Apr 2023 12:51:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=sntech.de Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232999AbjDXTuX (ORCPT + 99 others); Mon, 24 Apr 2023 15:50:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232884AbjDXTtl (ORCPT ); Mon, 24 Apr 2023 15:49:41 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B81226EB5 for ; Mon, 24 Apr 2023 12:49:39 -0700 (PDT) Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pr2Bh-0006Mz-Nq; Mon, 24 Apr 2023 21:49:25 +0200 From: Heiko Stuebner To: palmer@dabbelt.com, linux-riscv@lists.infradead.org, paul.walmsley@sifive.com Cc: heiko@sntech.de, kito.cheng@sifive.com, jrtc27@jrtc27.com, conor.dooley@microchip.com, matthias.bgg@gmail.com, heinrich.schuchardt@canonical.com, greentime.hu@sifive.com, nick.knight@sifive.com, christoph.muellner@vrull.eu, philipp.tomsich@vrull.eu, richard.henderson@linaro.org, arnd@arndb.de, linux-kernel@vger.kernel.org, Heiko Stuebner Subject: [PATCH 0/4] Expose the isa-string via the AT_BASE_PLATFORM aux vector Date: Mon, 24 Apr 2023 21:49:07 +0200 Message-Id: <20230424194911.264850-1-heiko.stuebner@vrull.eu> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS, T_SCC_BODY_TEXT_LINE,T_SPF_HELO_TEMPERROR autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Heiko Stuebner The hwprobing infrastructure was merged recently [0] and contains a mechanism to probe both extensions but also microarchitecural features on a per-core level of detail. While discussing the solution internally we identified some possible issues, tried to understand the underlying issue and come up with a solution for it. All these deliberations overlapped with hwprobing being merged, but that shouldn't really be an issue, as both have their usability - see below. Also please see the "Things to consider" at the bottom! Possible issues: - very much limited to Linux - schedulers run processes on all cores by default, so will need the common set of extensions in most cases - each new extensions requires an uapi change, requiring at least two pieces of software to be changed - adding another extension requires a review process (only known extensions can be exposed to user-space) - vendor extensions have special needs and therefore possibly don’t fit well Limited to Linux: ----------------- The syscall and its uapi is Linux-specific and other OSes probably will not defer to our review process and requirements just to get new bits in. Instead most likely they'll build their own systems, leading to fragmentation. Feature on all cores: --------------------- Arnd previously ([1]) commented in the discussion, that there should not be a need for optimization towards hardware with an asymmetric set of features. We believe so as well, especially when talking about an interface that helps processes to identify the optimized routines they can execute. Of course seeing it with this finality might not take into account the somewhat special nature of RISC-V, but nevertheless it describes the common case for programs very well. For starters the scheduler in its default behaviour, will try to use any available core, so the standard program behaviour will always need the intersection of available extensions over all cores. Limiting program execution to specific cores will likely always be a special use case and already requires Linux-specific syscalls to select the set of cores. So while it can come in handy to get per-core information down the road via the hwprobing interface, most programs will just want to know if they can use a extension on just any core. Review process: --------------- There are so many (multi-letter-)extensions already with even more in the pipeline. To expose all of them, each will require a review process and uapi change that will make defining all of them slow as the kernel needs patching after which userspace needs to sync in the new api header. Vendor-extensions: ------------------ Vendor extensions are special in their own right. Userspace probably will want to know about them, but we as the kernel don't want to care about them too much (except as errata), as they're not part of the official RISC-V ISA spec. Getting vendor extensions from the dt to userspace via hwprobe would require coordination efforts and as vendors have the tendency to invent things during their development process before trying to submit changes upstream this likely would result in conflicts with assigned ids down the road. Which in turn then may create compatibility-issues with userspace builds built on top of the mainline kernel or a pre- existing vendor kernel. The special case also is that vendor A could in theory implement an extension from vendor B. So this would require to actually assign separate hwprobe keys to vendors (key for xthead extensions, key for xventana extensions, etc). This in turn would require vendors to come to the mainline kernel to get assigned a key (which in reality probably won't happen), which would then make the kernel community sort of an id authority. To address these, the attached patch series adds a second interface for the common case and "just" exposes the isa-string via the AT_BASE_PLATFORM aux vector. In the total cost of program start, parsing the string does not create too much overhead. The extension list in the kernel already contains the extensions list limited to the ones available on all harts and the string form allows us to just pipe through additional stuff too, as can be seen in the example for T-Head extensions [2] . This of course does not handle the microarchitecture things that the hwprobe syscall provides but allows a more generalized view onto the available ISA extensions, so is not intended to replace hwprobe, but to supplement it. AT_BASE_PLATFORM itself is somewhat well established, with PPC already using it to also expose a platform-specific string that identifies the platform in finer grain so this aux-vector field could in theory be used by other OSes as well. A random riscv64-qemu could for example provide: rv64imafdcvh_zicbom_zihintpause_zbb_sscofpmf_sstc_svpbmt where a d1-nezha provides: rv64imafdc_xtheadba_xtheadbb_xtheadbs_xtheadcmo_xtheadcondmov_xtheadfmemidx_xtheadint_xtheadmac_xtheadmemidx_xtheadmempair_xtheadsync Things to still consider: ------------------------- Right now both hwprobe and this approach will only pass through extensions the kernel actually knows about itself. This should not necessarily be needed (but could be an optional feature for e.g. virtualization). Most extensions don’t introduce new user-mode state that the kernel needs to manage (e.g. new registers). Extension that do introduce new user-mode state are usually disabled by default and have to be enabled by S mode or M mode (e.g. FS[1:0] for the floating-point extension). So there should not be a reason to filter any extensions that are unknown. So it might make more sense to just pass through a curated list (common set) created from the core's isa strings and remove state-handling extensions when they are not enabled in the kernel-side (sort of blacklisting extensions that need actual kernel support). However, this is a very related, but still independent discussion. [0] https://lore.kernel.org/lkml/168191462224.22791.2281450562691381145.git-patchwork-notify@kernel.org/ [1] https://lore.kernel.org/all/605fb2fd-bda2-4922-92bf-e3e416d54398@app.fastmail.com/ [2] These are the T-Head extensions available in _upstream_ toolchains Heiko Stuebner (4): RISC-V: create ISA string separately - not as part of cpuinfo RISC-V: don't parse dt isa string to get rv32/rv64 RISC-V: export the ISA string of the running machine in the aux vector RISC-V: add support for vendor-extensions via AT_BASE_PLATFORM and xthead arch/riscv/errata/thead/errata.c | 43 ++++++++++++ arch/riscv/include/asm/alternative.h | 4 ++ arch/riscv/include/asm/elf.h | 10 +++ arch/riscv/kernel/alternative.c | 21 ++++++ arch/riscv/kernel/cpu.c | 98 +++++++++++++++++++++++++--- 5 files changed, 168 insertions(+), 8 deletions(-) -- 2.39.0