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 A6F18C55838 for ; Wed, 5 Aug 2026 01:22:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: References:Message-ID:In-Reply-To:Subject:cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=uj8TaDSojykJzia/9fgCjXBaQcA4KgvarKyhlliDZWk=; b=q1REqY4VKeFjnVyepPDy6YdLN1 qBA86MptUD5nPbfiew8eEhId8N3bsT/1oRPRDr9KtotumfIUYDG8XW/L46f6up9Aax8EHGLZGl6bM jQRlHHNIBx9S1N/e8Z3+7eY/yUtRGmCWl9xhDlgUAHHoL/seJbQbeq+A2E8xTGMnXMFqwyqBzQ71X NKz91ZIig8m4ZGHJRLpFY453zFdvYKEUkqTHKL7QQUraLIaYFOy3zT5NC6O/Lm6zMewzvDln6qKGN rLFM96lbPtr9+C2A8dYFGICoXvfqtPnCaTuWu4S0LAjuzcr4w22TF7gmv6/biUJRQa0WPp71ohCM4 w8URgx0Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wrPj9-00000002zkr-1rPR; Wed, 05 Aug 2026 00:43:24 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wrPj8-00000002zkd-3Ll8; Wed, 05 Aug 2026 00:43:22 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 1256860052; Wed, 5 Aug 2026 00:43:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 325731F000E9; Wed, 5 Aug 2026 00:43:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785890601; bh=uj8TaDSojykJzia/9fgCjXBaQcA4KgvarKyhlliDZWk=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=eZu88WOuoLZh8JmFXqwBHAwW3qol0PQnQh3Y4uDRoggiJjBExINnfXui6o2OYK2sJ uEnhUKrz5zEbdCbPZgiMCCTypOaUS33nOuJFxw4+nEgraPYhLgcmHnXxvc5+4vbwtg DG89qWxeat3UDSiKYOd0jyfgp0PjWNTe7aNLFvXO1/xPz8M4C55ATB/Cne1O7G8Lka SiYiNjfpNB3GIDKu4JJz6CAgjFBNAcJOMhpPhPM3bHyEmMVKl9JBL54HHZ6QHqrFP3 Vi6vn49P2EG9dkw+wmPNpzqG3ZxPvsK458AEZan6VEtNv/6ozkhZ605KDrjMM3ITTX 83wF8i/uPKp8w== Date: Tue, 4 Aug 2026 18:43:17 -0600 (MDT) From: Paul Walmsley To: Atish Patra cc: Jiri Olsa , Paul Walmsley , Mark Rutland , Rob Herring , Anup Patel , Namhyung Kim , Arnaldo Carvalho de Melo , Krzysztof Kozlowski , Ian Rogers , Will Deacon , James Clark , linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-perf-users@vger.kernel.org, Conor Dooley Subject: Re: [PATCH v8 08/22] RISC-V: Add Sscfg extension CSR definition In-Reply-To: <20260701-counter_delegation-v8-8-7909f863a645@meta.com> Message-ID: <13bd0f22-cc17-ea60-5081-89d42e80dd5f@kernel.org> References: <20260701-counter_delegation-v8-0-7909f863a645@meta.com> <20260701-counter_delegation-v8-8-7909f863a645@meta.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-941318970-1785890601=:1383527" 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-941318970-1785890601=:1383527 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT On Wed, 1 Jul 2026, Atish Patra wrote: > From: Kaiwen Xue > > This adds the scountinhibit CSR definition and S-mode accessible hpmevent > bits defined by smcdeleg/ssccfg. scountinhibit allows S-mode to start/stop > counters directly from S-mode without invoking SBI calls to M-mode. It is > also used to figure out the counters delegated to S-mode by the M-mode as > well. > > Signed-off-by: Kaiwen Xue > Reviewed-by: Clément Léger Thanks, queued for v7.3 with the typo fixed in the subject line. - Paul --8323329-941318970-1785890601=:1383527--