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@nabladev.com,
jonathanh@nvidia.com, sudipm.mukherjee@gmail.com, rwarsow@gmx.de,
conor@kernel.org, hargar@microsoft.com, broonie@kernel.org,
achill@achill.org, sr@sladewatkins.com
Subject: Re: [PATCH 6.12 0000/1276] 6.12.97-rc1 review
Date: Tue, 21 Jul 2026 10:39:29 -0700 [thread overview]
Message-ID: <94ebc599-4310-46f1-8167-b356dfa2e555@gmail.com> (raw)
In-Reply-To: <20260721152446.065700225@linuxfoundation.org>
On 7/21/26 08:07, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.12.97 release.
> There are 1276 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 Thu, 23 Jul 2026 15:23:00 +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/v6.x/stable-review/patch-6.12.97-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-6.12.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
perf fails to build with the following build error:
In file included from tests/vmlinux-kallsyms.c:8:
util/dso.h:664:6: warning: no previous prototype for 'dso__put'
[-Wmissing-prototypes]
void dso__put(struct dso *dso) LOCKS_EXCLUDED(_dso__data_open_lock);
^~~~~~~~
util/dso.h: In function 'dso__put':
util/dso.h:664:32: error: expected declaration specifiers before
'LOCKS_EXCLUDED'
void dso__put(struct dso *dso) LOCKS_EXCLUDED(_dso__data_open_lock);
^~~~~~~~~~~~~~
this is caused by commit 3e2cea6464884252284765fb48b00e56449ed63d ("perf
dso: Use lock annotations to fix asan deadlock") we also need to
backport c5ebf3a26601c833a3ea8c6035d4318445a7e3a5 ("perf mutex: Add
annotations for LOCKS_EXCLUDED and LOCKS_RETURNED") here.
--
Florian
next prev parent reply other threads:[~2026-07-21 17:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 15:07 Greg Kroah-Hartman
2026-07-21 15:07 ` [PATCH 6.12 0030/1276] af_unix/scm: fix whitespace errors Greg Kroah-Hartman
2026-07-21 15:17 ` [PATCH 6.12 0617/1276] rtc: ds1307: handle oscillator stop flag for ds1337/ds1339/ds3231 Greg Kroah-Hartman
2026-07-21 15:19 ` [PATCH 6.12 0755/1276] arm64/mm: Optimize TLB flush in unmap_hotplug_[pmd|pud]_range() Greg Kroah-Hartman
2026-07-21 17:39 ` Florian Fainelli [this message]
2026-07-21 22:21 ` [PATCH 6.12 0000/1276] 6.12.97-rc1 review Brett A C Sheffield
2026-07-22 2:32 ` Dominique Martinet
2026-07-22 3:20 ` Peter Schneider
2026-07-22 6:37 ` Francesco Dolcini
2026-07-22 10:49 ` Ron Economos
2026-07-22 17:06 ` Shuah Khan
2026-07-22 17:43 ` Pavel Machek
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=94ebc599-4310-46f1-8167-b356dfa2e555@gmail.com \
--to=f.fainelli@gmail.com \
--cc=achill@achill.org \
--cc=akpm@linux-foundation.org \
--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@nabladev.com \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=sr@sladewatkins.com \
--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
Powered by JetHome