Re: [PATCH 6.12 000/512] 6.12.34-rc1 review
From: Miguel Ojeda
Date: Wed Jun 18 2025 - 08:58:12 EST
On Tue, 17 Jun 2025 17:19:26 +0200 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> 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