[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250618125710.1920658-1-ojeda@kernel.org>
Date: Wed, 18 Jun 2025 14:57:10 +0200
From: Miguel Ojeda <ojeda@...nel.org>
To: gregkh@...uxfoundation.org
Cc: akpm@...ux-foundation.org,
broonie@...nel.org,
conor@...nel.org,
f.fainelli@...il.com,
hargar@...rosoft.com,
jonathanh@...dia.com,
linux-kernel@...r.kernel.org,
linux@...ck-us.net,
lkft-triage@...ts.linaro.org,
patches@...nelci.org,
patches@...ts.linux.dev,
pavel@...x.de,
rwarsow@....de,
shuah@...nel.org,
srw@...dewatkins.net,
stable@...r.kernel.org,
sudipm.mukherjee@...il.com,
torvalds@...ux-foundation.org
Subject: Re: [PATCH 6.12 000/512] 6.12.34-rc1 review
On Tue, 17 Jun 2025 17:19:26 +0200 Greg Kroah-Hartman <gregkh@...uxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.12.34 release.
> There are 512 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, 19 Jun 2025 15:22:45 +0000.
> Anything received after that time might be too late.
For arm64, with Clang 18, I got:
drivers/thermal/mediatek/lvts_thermal.c:262:13: error: unused function 'lvts_debugfs_exit' [-Werror,-Wunused-function]
262 | static void lvts_debugfs_exit(struct lvts_domain *lvts_td) { }
| ^~~~~~~~~~~~~~~~~
1 error generated.
I assume the reason is that `CONFIG_MTK_LVTS_THERMAL_DEBUGFS=n`.
In mainline I don't see it. I think we need commit 3159c96ac2cb
("thermal/drivers/mediatek/lvts: Remove unused lvts_debugfs_exit").
It cherry-picks cleanly.
Otherwise, boot-tested under QEMU for Rust x86_64 and riscv64;
built-tested for loongarch64.
Thanks!
Cheers,
Miguel
Powered by blists - more mailing lists