mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org, Ali Saidi <alisaidi@amazon.com>
Cc: 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, sudipm.mukherjee@gmail.com, rwarsow@gmx.de,
	conor@kernel.org, hargar@microsoft.com, broonie@kernel.org,
	achill@achill.org
Subject: Re: [PATCH 5.15 000/276] 5.15.195-rc1 review
Date: Fri, 17 Oct 2025 16:04:38 -0700	[thread overview]
Message-ID: <acbbf30b-44cd-4f31-a979-dc576585c65b@gmail.com> (raw)
In-Reply-To: <c1b098d5-3499-4e24-aff9-6e5a293b4b1b@gmail.com>

+Ali,

On 10/17/25 15:57, Florian Fainelli wrote:
> On 10/17/25 07:51, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 5.15.195 release.
>> There are 276 patches in this series, all will be posted as a response
>> to this one.  If anyone has any issues with these being applied, please
>> let me know.
>>
>> Responses should be made by Sun, 19 Oct 2025 14:50:59 +0000.
>> Anything received after that time might be too late.
>>
>> The whole patch series can be found in one patch at:
>>     https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/ 
>> patch-5.15.195-rc1.gz
>> or in the git tree and branch at:
>>     git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable- 
>> rc.git linux-5.15.y
>> and the diffstat can be found below.
>>
>> thanks,
>>
>> greg k-h
> 
> perf fails to build on ARM, ARM64 and MIPS with:
> 
> In file included from util/arm-spe.c:37:
> /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/ 
> include/../../arch/arm64/include/asm/cputype.h:198:10: fatal error: asm/ 
> sysreg.h: No such file or directory
>    198 | #include <asm/sysreg.h>
>        |          ^~~~~~~~~~~~~~
> compilation terminated.
> 
> I was not able to run a bisection but will attempt to do that later 
> during the weekend.

That is due to commit 07b49160816a936be7c1e0af869097223e75d547
Author: Ali Saidi <alisaidi@amazon.com>
Date:   Thu Aug 11 14:24:39 2022 +0800

     perf arm-spe: Use SPE data source for neoverse cores

and this hunk specifically:

diff --git a/tools/perf/util/arm-spe.c b/tools/perf/util/arm-spe.c
index 569e1b8ad0ab..7b16898af4e7 100644
--- a/tools/perf/util/arm-spe.c
+++ b/tools/perf/util/arm-spe.c
@@ -34,6 +34,7 @@
  #include "arm-spe-decoder/arm-spe-decoder.h"
  #include "arm-spe-decoder/arm-spe-pkt-decoder.h"

+#include "../../arch/arm64/include/asm/cputype.h"
  #define MAX_TIMESTAMP (~0ULL)

There is a dependency on this upstream commit:

commit 1314376d495f2d79cc58753ff3034ccc503c43c9
Author: Ali Saidi <alisaidi@amazon.com>
Date:   Thu Mar 24 18:33:20 2022 +0000

     tools arm64: Import cputype.h


for tools/arch/arm64/include/asm/cputype.h to be present.
-- 
Florian

  reply	other threads:[~2025-10-17 23:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17 14:51 Greg Kroah-Hartman
2025-10-17 14:54 ` [PATCH 5.15 152/276] tools build: Align warning options with perf Greg Kroah-Hartman
2025-10-17 18:16 ` [PATCH 5.15 000/276] 5.15.195-rc1 review Jon Hunter
2025-10-17 22:57 ` Florian Fainelli
2025-10-17 23:04   ` Florian Fainelli [this message]
2025-10-19 12:09     ` Greg Kroah-Hartman
2025-10-18  0:45 ` Shuah Khan
2025-10-18  8:38 ` Brett A C Sheffield
2025-10-18  9:08 ` Naresh Kamboju
2025-10-19 11:58   ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=acbbf30b-44cd-4f31-a979-dc576585c65b@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=alisaidi@amazon.com \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hargar@microsoft.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®