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 56F6921C176; Thu, 14 Aug 2025 20:19:09 +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=1755202749; cv=none; b=PwPqgoOW3+8m83v2FKSr1GNO+A6ctPAF9tcp8zk478cYGtinbT4cj72WbPQXt1jZW+V1zqMDMf76wrK1P3nnooEYwbaN2Nei55AMrl787GJ8QUlyev+WqOXHKV8HUfMZIN3mcyCJ/zLlSi4nMX1Gjr/o6QNgoDoTlkPN1eWQYus= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755202749; c=relaxed/simple; bh=OHrO9CYBzmjrP66VACTYaSpcj8ifkdq3OgNAHusx3JQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cl/mriYBWRu1zW/Y9PWeVytJdJe66gOPTK2MjA9tBEdulRweR/f1xzklqmF6RlD/dZUcAe7cwkiqyPULokxeMkvYgFVRxyInFE+biUwk0fDEsTXHMUC7+khTDQXZle8w/VNsSDstLAXqePi1ZWQIekCWM74I676jy1KYd09PVbE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Y7hyQGZy; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Y7hyQGZy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 672F9C4CEED; Thu, 14 Aug 2025 20:19:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755202748; bh=OHrO9CYBzmjrP66VACTYaSpcj8ifkdq3OgNAHusx3JQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y7hyQGZy4wJOUZwphyJ1zqJnMhPkpykp6rMI1llau9JN9K1hTU9fbXk1wEcwcEbkX thotSCZ6wWOIJ6Q3j7XV7Ipv4F1k/8BPo50sKt3VlEn4bsSFVgAfTvuu/YqmfX906f Fwejtesxl1N4j1RXmgcq+cxUTA/Okk/knKVrky/3YwePFuRnpaJGrgE+LcjYr6GvhW Ep7GoSvIwOFQmRKGuuoh7Y1etIbuMCtDGntHuouK0da3/w6NUql4AYBeV96G5cppxB FQUr5dVHSAsM3WkIK9MormninvpPwy/jO+OOi4HKo/Dj4AwDU3czKZglNBwMrs7R2x xVbdtOshIOa2Q== Date: Thu, 14 Aug 2025 13:19:06 -0700 From: Namhyung Kim To: Greg Kroah-Hartman 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 =?utf-8?Q?Benn=C3=A9e?= , 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: References: <20250812173419.303046420@linuxfoundation.org> <2025081300-frown-sketch-f5bd@gregkh> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2025081300-frown-sketch-f5bd@gregkh> 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 don't see the failure on my machine with gcc 14 but I also cannot find what's the fix. Thanks, Namhyung