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 BC8081FBC94 for ; Thu, 9 Jan 2025 19:40:20 +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=1736451620; cv=none; b=bwfE+TiZ3Ola2atRYoBRwmrcXjZBZyfdvbn2Cbj1dJL/wY3LkYZhn9+n0kmI4PB2dsSA3in1DgL6rHi1LCMkDQOcG4mj+x+LRXiMcjnHR+oeGaVOzv1T8thN/45JLR3FvTRcxPDjbuupht6lgLsG/Smb9oiqpzt0zt/68wdfZN0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736451620; c=relaxed/simple; bh=Z3LRUwMDF8tkD0MjS+hh0M82K8cRRvTGw7fB4F5OXVk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=h5/0Mhgsr0jW105o/ZzL6GvqfzCwfPNnWO4s8AqIodc+pxY1NyJXLIuNJrop+FQmkRkGYAoFJLNldSFlon46ZE6YS7NErkOTvNWlWJxjWCZO1CLqDcIzu+eyQ/uJ7ClpLVQTXWOjyr8mS34l3+FrZRluzua8C3qvIqhwpM/1n64= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nocqmTV5; 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="nocqmTV5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40C6EC4CEDF; Thu, 9 Jan 2025 19:40:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736451620; bh=Z3LRUwMDF8tkD0MjS+hh0M82K8cRRvTGw7fB4F5OXVk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nocqmTV5a2daAtayCZLdRGJUh7n9ZpVNl6esPTi2VyCwTPeMFTFRGn8tLEKVFkAmk MK8mfRFp7NjxYxALyfxsJUoSQP+vEh18Z9nbiISjmrHtLrOcsdZRqRQFGMI3VckXUk h6eg+CKi4JhLZtuAELHH+UmdhXB6URvI/DFDAf+gXnDe5K1e0ImOaxOOVXOA08oxMM 9oEHsGYVIinCFk86v1+FPdp4FQxAsOoZkn+X9VXBF/RxIfsRyr2B7889QlWJ7RMLJ3 nqcLtYQsKov2C2GyhrLbSO9yiOEJynvo+G7Cr7mX2W0eAQahA43rMwJK5Y06OMsC3x eo/mgszGDWI0A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 33D01380A97F; Thu, 9 Jan 2025 19:40:43 +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 v2 0/3] SBI PMU event related fixes From: patchwork-bot+linux-riscv@kernel.org Message-Id: <173645164199.1490121.10785739806862440772.git-patchwork-notify@kernel.org> Date: Thu, 09 Jan 2025 19:40:41 +0000 References: <20241212-pmu_event_fixes_v2-v2-0-813e8a4f5962@rivosinc.com> In-Reply-To: <20241212-pmu_event_fixes_v2-v2-0-813e8a4f5962@rivosinc.com> To: Atish Kumar Patra Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, atishp@atishpatra.org, anup@brainfault.org, will@kernel.org, mark.rutland@arm.com, mchitale@ventanamicro.com, samuel.holland@sifive.com, palmer@rivosinc.com, linux-kernel@vger.kernel.org Hello: This series was applied to riscv/linux.git (fixes) by Palmer Dabbelt : On Thu, 12 Dec 2024 16:09:31 -0800 you wrote: > Here are two minor improvement/fixes in the PMU event path. The first patch > was part of the series[1]. The 2nd patch was suggested during the series > review. > > While the series can only be merged once SBI v3.0 is frozen, these two > patches can be independent of SBI v3.0 and can be merged sooner. Hence, these > two patches are sent as a separate series. > > [...] Here is the summary with links: - [v2,1/3] drivers/perf: riscv: Fix Platform firmware event data https://git.kernel.org/riscv/c/fc58db9aeb15 - [v2,2/3] drivers/perf: riscv: Return error for default case https://git.kernel.org/riscv/c/2c206cdede56 - [v2,3/3] drivers/perf: riscv: Do not allow invalid raw event config https://git.kernel.org/riscv/c/3aff4cdbe506 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html