From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 3717545BFE; Fri, 15 Dec 2023 17:57:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ECCDFC15; Fri, 15 Dec 2023 09:57:57 -0800 (PST) Received: from e127643.broadband (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B182E3F738; Fri, 15 Dec 2023 09:57:10 -0800 (PST) From: James Clark To: linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, linux-next@vger.kernel.org, will@kernel.org, u.kleine-koenig@pengutronix.de, mark.rutland@arm.com Cc: James Clark , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt , Suzuki K Poulose , Anshuman Khandual , linux-kernel@vger.kernel.org, llvm@lists.linux.dev Subject: [PATCH v2 0/1] arm: perf: Fix ARCH=arm build with GCC Date: Fri, 15 Dec 2023 17:56:47 +0000 Message-Id: <20231215175648.3397170-1-james.clark@arm.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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