From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2F2BB31B829 for ; Mon, 17 Nov 2025 08:11:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763367061; cv=none; b=Pmi7BXVv9A/B0Toygm2PzYgN4Ax5JqOmdzKvqGd0DxT4ISyjL61Nv6belI60qAB6bQAtO6Dh9hWZ0G+YsR610qxtbyBf/A8HB/AYeKL/MMcAXEzkB2kTlsvE8tNiv63w/uKChskKdrcU3DjfzCcsYgioTVuZmDqFkrhQIDDRoV4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763367061; c=relaxed/simple; bh=FwCaRbfCgnDGXnyMi9WdlNQ88dEMN/spT83VD+phDPY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=XnT5Xo/HA+EG4hPg7a+KJv84RnhaST9DB/1XVHH+x55AgxaNLfAtzxccln38Q1kgp5H5eDGTDdamBJNni7lvoOmgt4M9fUIXRrB1iBiD2XAGvcYPhmVNVfX4jmGur25G9G13x1HYxdndTlLKlA1EODnaVzg6Md1rZqCX++qv7DY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qpHh4hkJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qpHh4hkJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 923EAC2BCB2; Mon, 17 Nov 2025 08:10:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763367059; bh=FwCaRbfCgnDGXnyMi9WdlNQ88dEMN/spT83VD+phDPY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=qpHh4hkJT98D2I8vRaYi0UNHLMoqsQLCdj6dQp5C2FCNj6KTLnd8UQLneYIrRStl2 70SK7e4e9n/43tiFcaHj8j2HLY9wJxmlH6KuL/YWmdDffcwsDue8JCiZbm0fZfZNAI VkfMMoI+gZKEdt0QdqD4G3/4ApCvUA859+Dmr0FC9kgO5IV1Dj1GXWIDUIPCwAAyoS z9y6lEz0QxRQgV1O6sWg6POhXmlZf+Qfei0l2VkPbVbyFE8yUwIUoiNd2f58UhRjMF qnNwJK8HQobAFFf9p33IKDtKGh9Wl85kbhy7kGIzVCyEOeNYqw9QjH6GrnuaELnTy+ Ka5s5CYjjmDIw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id ADE9B3A82557; Mon, 17 Nov 2025 08:10:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] tools: riscv: Fixed misalignment of CSR related definitions From: patchwork-bot+linux-riscv@kernel.org Message-Id: <176336702651.2854411.4994928849294651323.git-patchwork-notify@kernel.org> Date: Mon, 17 Nov 2025 08:10:26 +0000 References: <20251114071215.816-1-cp0613@linux.alibaba.com> In-Reply-To: <20251114071215.816-1-cp0613@linux.alibaba.com> To: None Cc: linux-riscv@lists.infradead.org, anup@brainfault.org, atish.patra@linux.dev, pjw@kernel.org, haibo1.xu@intel.com, guoren@kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (fixes) by Paul Walmsley : On Fri, 14 Nov 2025 15:12:15 +0800 you wrote: > From: Chen Pei > > The file tools/arch/riscv/include/asm/csr.h borrows from > arch/riscv/include/asm/csr.h, and subsequent modifications > related to CSR should maintain consistency. > > Fixes: 16b0bde9a37c ("RISC-V: KVM: Add perf sampling support for guests") > Fixes: d1927f64e0e1 ("RISC-V: Fix the typo in Scountovf CSR name") > > [...] Here is the summary with links: - tools: riscv: Fixed misalignment of CSR related definitions https://git.kernel.org/riscv/c/e2cb69263e79 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html