From: Florian Fainelli <f.fainelli@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, stable@vger.kernel.org
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,
srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org,
allen.lkml@gmail.com
Subject: Re: [PATCH 5.4 000/155] 5.4.262-rc2 review
Date: Sat, 25 Nov 2023 10:07:33 -0800 [thread overview]
Message-ID: <261a0a3b-d1a4-4fe8-8fd7-42e9e2786348@gmail.com> (raw)
In-Reply-To: <20231125163112.419066112@linuxfoundation.org>
On 11/25/2023 8:32 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.4.262 release.
> There are 155 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 Mon, 27 Nov 2023 16:30:48 +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.4.262-rc2.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.4.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
perf does not build on ARM and ARM64 with:
util/evsel.h: In function 'perf_evsel__has_branch_hw_idx':
util/evsel.h:387:54: error: 'PERF_SAMPLE_BRANCH_HW_INDEX' undeclared
(first use in this function); did you mean 'PERF_SAMPLE_BRANCH_IN_TX'?
387 | return evsel->core.attr.branch_sample_type &
PERF_SAMPLE_BRANCH_HW_INDEX;
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~
|
PERF_SAMPLE_BRANCH_IN_TX
util/evsel.h:387:54: note: each undeclared identifier is reported only
once for each function it appears in
dropping 946b6643e67f552a9966a06ab5a9032120eeeea9 ("perf tools: Add
hw_idx in struct branch_stack") allows me to build again for ARM and
ARM64, howevef for MIPS we also have:
50a3ffda05679c55929bf2bdebc731dfafe3221b ("perf hist: Add missing puts
to hist__account_cycles") failing to build with:
util/hist.c:2600:5: warning: nested extern declaration of 'maps__put'
[-Wnested-externs]
util/hist.c:2600:23: error: 'struct addr_map_symbol' has no member named
'ms'
maps__put(bi[i].to.ms.maps);
^
util/hist.c:2601:24: error: 'struct addr_map_symbol' has no member named
'ms'
map__put(bi[i].from.ms.map);
^
util/hist.c:2602:25: error: 'struct addr_map_symbol' has no member named
'ms'
maps__put(bi[i].from.ms.maps);
^
so I would suggest we just revert both commits. Once we do that, all is
well for ARM, ARM64 and MIPS.
--
Florian
next prev parent reply other threads:[~2023-11-25 18:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-25 16:32 [PATCH 5.4 000/155] 5.4.262-rc2 review Greg Kroah-Hartman
2023-11-25 18:07 ` Florian Fainelli [this message]
2023-11-25 19:42 ` 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=261a0a3b-d1a4-4fe8-8fd7-42e9e2786348@gmail.com \
--to=f.fainelli@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=conor@kernel.org \
--cc=gregkh@linuxfoundation.org \
--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=srw@sladewatkins.net \
--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