[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2025061928-equal-track-76af@gregkh>
Date: Thu, 19 Jun 2025 06:27:01 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Miguel Ojeda <ojeda@...nel.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 Wed, Jun 18, 2025 at 02:57:10PM +0200, Miguel Ojeda wrote:
> 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.
Good catch, thanks, I'll queue it up. The "Fixes:" line in that commit
refers to a wrong sha1, odd that it made it through linux-next without
any errors because of that :(
thanks,
greg k-h
Powered by blists - more mailing lists