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

James Clark posted 1 patch 2 years ago
include/linux/perf/arm_pmuv3.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH v2 0/1] arm: perf: Fix ARCH=arm build with GCC
Posted by James Clark 2 years ago
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
Re: [PATCH v2 0/1] arm: perf: Fix ARCH=arm build with GCC
Posted by Will Deacon 2 years ago
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