2023-12-15 18:02:01

by James Clark

[permalink] [raw]
Subject: [PATCH v2 0/1] arm: perf: Fix ARCH=arm build with GCC

Changes since V1:

* Instead of wrapping everything in #if, just use GENMASK_ULL instead
which fixes both issues in one commit.

A fix for the broken build with GCC currently in linux-next
(next-20231214)


James Clark (1):
arm: perf: Fix ARCH=arm build with GCC

include/linux/perf/arm_pmuv3.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--
2.34.1



2023-12-17 13:41:28

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH v2 0/1] arm: perf: Fix ARCH=arm build with GCC

On Fri, 15 Dec 2023 17:56:47 +0000, James Clark wrote:
> Changes since V1:
>
> * Instead of wrapping everything in #if, just use GENMASK_ULL instead
> which fixes both issues in one commit.
>
> A fix for the broken build with GCC currently in linux-next
> (next-20231214)
>
> [...]

Applied to will (for-next/perf), thanks!

[1/1] arm: perf: Fix ARCH=arm build with GCC
https://git.kernel.org/will/c/bb339db4d363

Cheers,
--
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev