]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
perf: CXL: fix mismatched cpmu event opcode
authorHojin Nam <hj96.nam@samsung.com>
Thu, 8 Feb 2024 01:34:15 +0000 (10:34 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Feb 2024 08:24:50 +0000 (09:24 +0100)
commit7512d7866640b5778bb48ffb6a258f8b2a033e9a
tree527e95b904f4924f6d6aba192a1dd57a6d567efb
parent6e00027aef47909996231fe0c41b004c3e10e216
perf: CXL: fix mismatched cpmu event opcode

[ Upstream commit 719da04f2d1285922abca72b074fb6fa75d464ea ]

S2M NDR BI-ConflictAck opcode is described as 4 in the CXL
r3.0 3.3.9 Table 3.43. However, it is defined as 3 in macro definition.

Fixes: 5d7107c72796 ("perf: CXL Performance Monitoring Unit driver")
Signed-off-by: Hojin Nam <hj96.nam@samsung.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20240208013415epcms2p2904187c8a863f4d0d2adc980fb91a2dc@epcms2p2
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/perf/cxl_pmu.c