From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 75E20CDB474 for ; Mon, 16 Oct 2023 16:52:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/vnyh8k8IINRuq0ooSbII9D49aEniQqCObDZ+/+zhZE=; b=1VaAvYXLAGaAiH C5grBuy9HM7T/7cXjt/thJeanom14R3vJT8dloQxsYil23bimA7KhojHSZF7fRvcRQRKYG7ezDXdI IHd1M+5aCIy2Ni+rfD+QXKb9ZrJiT/ibJLosb5oQ7AVJ8SqTQW/29bxhLgyfC3zziO2IpO25xmVfm 7XA7u8NRB6HvRWn8YpwSURHbtwPfEsjv3nJcl9vBxb5e07aH9kftG1nMavTvNnj7lzFR0tVMewcui 74iZjxaHmg6kHxccifTjNolckTcwcAjffFTeAqZq2x9xU+GoYZa9wQ7HtHNox4jSE6lmLAu7e47n0 CWcPRsfXOpVF0eL/lmdg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qsQpS-00ABKD-36; Mon, 16 Oct 2023 16:52:30 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qsQpN-00ABJI-1S for linux-arm-kernel@lists.infradead.org; Mon, 16 Oct 2023 16:52:29 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 7DD4F60FF3; Mon, 16 Oct 2023 16:52:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9381EC433C9; Mon, 16 Oct 2023 16:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697475143; bh=hGThyAcF2BwvI1uYU3x2ubk5OZMx8epy/z86MTbOYwY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=awRdYo7KXl1x29SUJ7g51KHLgOtHWq+IFfPSzFHqVqOwOd8dDbuy8dUU/vLNofZvu WJHOF3iXf9fN19rk9N0yhKj8SSt9JzEd6RtKgL6woYpRQnJuiFJSs8zqq/3MQdzXXx KgzzunEEZdM0cBGahONurnUnVY13OrB6AZpMBxn0= Date: Mon, 16 Oct 2023 18:52:20 +0200 From: Greg Kroah-Hartman To: Thorsten Leemhuis Cc: stable@vger.kernel.org, patches@lists.linux.dev, Catalin Marinas , Will Deacon , Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Anshuman Khandual , Sasha Levin Subject: Re: [PATCH 6.5 006/191] arm_pmu: acpi: Add a representative platform device for TRBE Message-ID: <2023101603-bullpen-dedicate-0df5@gregkh> References: <20231016084015.400031271@linuxfoundation.org> <20231016084015.550509169@linuxfoundation.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231016_095225_601972_96DAAD25 X-CRM114-Status: GOOD ( 19.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Oct 16, 2023 at 06:05:53PM +0200, Thorsten Leemhuis wrote: > On 16.10.23 10:39, Greg Kroah-Hartman wrote: > > 6.5-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Anshuman Khandual > > > > [ Upstream commit 1aa3d0274a4aac338ee45a3dfc3b17c944bcc2bc ] > > > > ACPI TRBE does not have a HID for identification which could create and add > > a platform device into the platform bus. Also without a platform device, it > > cannot be probed and bound to a platform driver. > > > > This creates a dummy platform device for TRBE after ascertaining that ACPI > > provides required interrupts uniformly across all cpus on the system. This > > device gets created inside drivers/perf/arm_pmu_acpi.c to accommodate TRBE > > being built as a module. > > > > Cc: Catalin Marinas > > Cc: Will Deacon > > Cc: Mark Rutland > > Cc: linux-arm-kernel@lists.infradead.org > > Cc: linux-kernel@vger.kernel.org > > Signed-off-by: Anshuman Khandual > > Link: https://lore.kernel.org/r/20230817055405.249630-3-anshuman.khandual@arm.com > > Signed-off-by: Will Deacon > > Stable-dep-of: 4785aa802853 ("cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer") > > Signed-off-by: Sasha Levin > > Got a compiler error when using Fedora's stable kernel config and > compiling 6.5.8-rc1 for ARM64; not totally sure, but from the error msg > I suspect it's caused by the change quoted above. > > """ > + /usr/bin/make -s 'HOSTCFLAGS=-O2 -fexceptions -g > -grecord-gcc-switches -pipe -Wall -Werror=format-security > -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS > -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong > -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 > -mbranch-protection=standard -fasynchronous-unwind-tables > -fstack-clash-protection' 'HOSTLDFLAGS=-Wl,-z,relro -Wl,--as-needed > -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld > -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 > -specs=/usr/lib/rpm/redhat/redhat-package-notes' ARCH=arm64 'KCFLAGS= ' > WITH_GCOV=0 -j4 vmlinuz.efi > drivers/perf/arm_pmu_acpi.c: In function 'arm_trbe_acpi_register_device': > drivers/perf/arm_pmu_acpi.c:164:19: error: implicit declaration of > function 'arm_acpi_register_pmu_device'; did you mean > 'arm_spe_acpi_register_device'? [-Werror=implicit-function-declaration] > 164 | int ret = arm_acpi_register_pmu_device(&trbe_dev, > ACPI_MADT_GICC_TRBE, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | arm_spe_acpi_register_device > cc1: some warnings being treated as errors > make[4]: *** [scripts/Makefile.build:243: drivers/perf/arm_pmu_acpi.o] > Error 1 > make[4]: *** Waiting for unfinished jobs.... > make[3]: *** [scripts/Makefile.build:480: drivers/perf] Error 2 > make[3]: *** Waiting for unfinished jobs.... > make[2]: *** [scripts/Makefile.build:480: drivers] Error 2 > make[1]: *** > [/builddir/build/BUILD/kernel-6.5.8-rc1/linux-6.5.8-0.rc1.150.vanilla.fc37.aarch64/Makefile:2036: > .] Error 2 > make: *** [Makefile:236: __sub-make] Error 2 > """ > > Full build log: > https://copr-be.cloud.fedoraproject.org/results/@kernel-vanilla/stable-rc/fedora-37-aarch64/06529454-stablerc-stablerc-releases/builder-live.log.gz Thanks, I'll drop the offending commit and push out a -rc2. greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel