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 000/202] 6.12.88-rc2 review
Date: Wed, 13 May 2026 10:16:17 -0700 [thread overview]
Message-ID: <481cee2b-1deb-4093-8b9c-b3f1e982ff6d@gmail.com> (raw)
In-Reply-To: <20260513153743.326058350@linuxfoundation.org>
On 5/13/2026 9:17 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.12.88 release.
> There are 202 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 Fri, 15 May 2026 15:37:24 +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.88-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-6.12.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels:
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
perf for MIPS fails, largely due because it assumes newer toolchain
kernel headers than what I am building with, which we hit with the
following build error:
trace/beauty/fcntl.c: In function 'syscall_arg__scnprintf_fcntl_arg':
trace/beauty/fcntl.c:96:13: error: 'F_GET_RW_HINT' undeclared (first use
in this function); did you mean 'F_GETOWN'?
cmd == F_GET_RW_HINT || cmd == F_SET_RW_HINT ||
^~~~~~~~~~~~~
F_GETOWN
trace/beauty/fcntl.c:96:13: note: each undeclared identifier is reported
only once for each function it appears in
trace/beauty/fcntl.c:96:37: error: 'F_SET_RW_HINT' undeclared (first use
in this function); did you mean 'F_SETOWN'?
cmd == F_GET_RW_HINT || cmd == F_SET_RW_HINT ||
^~~~~~~~~~~~~
F_SETOWN
trace/beauty/fcntl.c:97:13: error: 'F_GET_FILE_RW_HINT' undeclared
(first use in this function); did you mean 'F_GETOWNER_UIDS'?
cmd == F_GET_FILE_RW_HINT || cmd == F_SET_FILE_RW_HINT)
^~~~~~~~~~~~~~~~~~
F_GETOWNER_UIDS
trace/beauty/fcntl.c:97:42: error: 'F_SET_FILE_RW_HINT' undeclared
(first use in this function)
cmd == F_GET_FILE_RW_HINT || cmd == F_SET_FILE_RW_HINT)
^~~~~~~~~~~~~~~~~~
I will submit a fix upstream for this.
--
Florian
next prev parent reply other threads:[~2026-05-13 17:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-13 16:17 [PATCH 6.12 000/202] 6.12.88-rc2 review Greg Kroah-Hartman
2026-05-13 17:01 ` Brett A C Sheffield
2026-05-13 17:16 ` Florian Fainelli [this message]
2026-05-14 0:37 ` Ron Economos
2026-05-14 1:45 ` Mark Brown
2026-05-14 2:38 ` Dominique Martinet
2026-05-14 11:59 ` Francesco Dolcini
2026-05-14 12:31 ` Miguel Ojeda
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=481cee2b-1deb-4093-8b9c-b3f1e982ff6d@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.