From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 99B17242D66; Fri, 15 Aug 2025 05:33:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755236026; cv=none; b=aDIFft0T6Cg3fXvbuev38nqdRipyie8CdYp3lnYKJlkhOISOl1WgIK0lpHPNGIut+8/Jp299GWGsYZ2MTc9bcXL0Z63Y6RBFcuR0KdytQdTEfIKw1+xdhjm1eUGXKm1eUyPCFL1FvxCMgbff/Jjw7nY6ltGoCFb0NMYvZX7eVUY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755236026; c=relaxed/simple; bh=5pmEnpk4P+ndbonyan2VBiYanHohRCT0mNUzn8ef6Jw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uCn6sfAbMdp/+dXyCLQicymWGZ1eXdu4ngGWFuh3qavEdnPGwE6iMHVq/Kr2jvYLHcf67W15z35bgX+ZkIV5+fX4RNUQ34+q60KKJKmLn0RQvbvGFkOrsQzC7t2155+eLosrA+G/e4c5jXj6P8wj2h3THga7SsSU0hIo3S7DZ2w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1acX8gnF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="1acX8gnF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 923C0C4CEF4; Fri, 15 Aug 2025 05:33:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755236026; bh=5pmEnpk4P+ndbonyan2VBiYanHohRCT0mNUzn8ef6Jw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1acX8gnFQCkziGbYVwXTdj9BgkJt06DgtflG9KQNRnqNIt+UE43nvvq7RtqS8j+TO DIT37U+VhXVk1Tmo2KjQJ/IaQC3QxZHPJnNumrOKk9NIFQf1jf3eWt9D8ct/fb16Pq xhXRyIEUjs6wiBS4B4K5vjigRUpIaLwvw1zT2g0k= Date: Fri, 15 Aug 2025 07:33:41 +0200 From: Greg Kroah-Hartman To: Namhyung Kim Cc: Naresh Kamboju , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org, achill@achill.org, qemu-devel@nongnu.org, Alex =?iso-8859-1?Q?Benn=E9e?= , Arnd Bergmann , Dan Carpenter , Anders Roxell , Ben Copeland , LTP List , chrubis , Petr Vorel , Ian Rogers , linux-perf-users@vger.kernel.org, Zhang Yi , Joseph Qi , Jan Kara , linux-fsdevel@vger.kernel.org, linux-ext4 Subject: Re: [PATCH 6.16 000/627] 6.16.1-rc1 review Message-ID: <2025081536-resonate-wafer-6699@gregkh> References: <20250812173419.303046420@linuxfoundation.org> <2025081300-frown-sketch-f5bd@gregkh> Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Aug 14, 2025 at 01:19:06PM -0700, Namhyung Kim wrote: > Hello, > > Thanks for the report! > > On Wed, Aug 13, 2025 at 02:50:49PM +0200, Greg Kroah-Hartman wrote: > > On Wed, Aug 13, 2025 at 05:46:26PM +0530, Naresh Kamboju wrote: > > > Long story: > > > 1) > > > The perf gcc-13 build failed on x86_64 and i386. > > > > > > Build regression: qemu-arm64 ARM64_64K_PAGES ltp syscalls swap fsync > > > fallocate failed. > > > > > > > Ian Rogers > > > > perf topdown: Use attribute to see an event is a topdown metic or slots > > > > > > Build error: > > > > > > arch/x86/tests/topdown.c: In function 'event_cb': > > > arch/x86/tests/topdown.c:53:25: error: implicit declaration of > > > function 'pr_debug' [-Werror=implicit-function-declaration] > > > 53 | pr_debug("Broken topdown information > > > for '%s'\n", evsel__name(evsel)); > > > | ^~~~~~~~ > > > cc1: all warnings being treated as errors > > > > Already fixed. > > Are you sure? I'm not seeing the fix. Can you share the commit id? I dropped the offending perf patch: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/commit/?id=4199b872a5585e025f62886724f4f9ae80e014ae Did that not work for you? thanks, greg k-h