* Re: [PATCH 5.10 000/161] 5.10.249-rc1 review [not found] <20260204143851.755002596@linuxfoundation.org> @ 2026-02-04 19:54 ` Jon Hunter 2026-02-05 14:01 ` Greg Kroah-Hartman 0 siblings, 1 reply; 2+ messages in thread From: Jon Hunter @ 2026-02-04 19:54 UTC (permalink / raw) To: Greg Kroah-Hartman, stable Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, f.fainelli, sudipm.mukherjee, rwarsow, conor, hargar, broonie, achill, sr, linux-tegra@vger.kernel.org Hi Greg, On 04/02/2026 14:37, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.249 release. > There are 161 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, 06 Feb 2026 14:38:23 +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/v5.x/stable-review/patch-5.10.249-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-5.10.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: ... > > Johan Hovold <johan@kernel.org> > dmaengine: at_hdmac: fix device leak on of_dma_xlate() The above commit is causing the following build error for 32-bit ARM with multi_v7_defconfig ... drivers/dma/at_hdmac.c: In function ‘atc_config’: drivers/dma/at_hdmac.c:1323:34: warning: unused variable ‘atslave’ [-Wunused-variable] 1323 | struct at_dma_slave *atslave; | ^~~~~~~ drivers/dma/at_hdmac.c: In function ‘atc_free_chan_resources’: drivers/dma/at_hdmac.c:1583:9: error: ‘atslave’ undeclared (first use in this function) 1583 | atslave = chan->private; | ^~~~~~~ This is also seen with linux-5.15.y and linux-6.1.y branches. Linux-6.6.y and newer are building fine. Thanks Jon -- nvpublic ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 5.10 000/161] 5.10.249-rc1 review 2026-02-04 19:54 ` [PATCH 5.10 000/161] 5.10.249-rc1 review Jon Hunter @ 2026-02-05 14:01 ` Greg Kroah-Hartman 0 siblings, 0 replies; 2+ messages in thread From: Greg Kroah-Hartman @ 2026-02-05 14:01 UTC (permalink / raw) To: Jon Hunter Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah, patches, lkft-triage, pavel, f.fainelli, sudipm.mukherjee, rwarsow, conor, hargar, broonie, achill, sr, linux-tegra@vger.kernel.org On Wed, Feb 04, 2026 at 07:54:47PM +0000, Jon Hunter wrote: > Hi Greg, > > On 04/02/2026 14:37, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.10.249 release. > > There are 161 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, 06 Feb 2026 14:38:23 +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/v5.x/stable-review/patch-5.10.249-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-5.10.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > ------------- > > Pseudo-Shortlog of commits: > > ... > > > > > Johan Hovold <johan@kernel.org> > > dmaengine: at_hdmac: fix device leak on of_dma_xlate() > > The above commit is causing the following build error for 32-bit ARM with > multi_v7_defconfig ... > > drivers/dma/at_hdmac.c: In function ‘atc_config’: > drivers/dma/at_hdmac.c:1323:34: warning: unused variable ‘atslave’ > [-Wunused-variable] > 1323 | struct at_dma_slave *atslave; > | ^~~~~~~ > drivers/dma/at_hdmac.c: In function ‘atc_free_chan_resources’: > drivers/dma/at_hdmac.c:1583:9: error: ‘atslave’ undeclared (first use in > this function) > 1583 | atslave = chan->private; > | ^~~~~~~ > > > This is also seen with linux-5.15.y and linux-6.1.y branches. Linux-6.6.y > and newer are building fine. Ah, looks like the patch fuzz caused the variable to be declared in the wrong function, let me go fix that up... thanks, greg k-h ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-05 14:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260204143851.755002596@linuxfoundation.org>
2026-02-04 19:54 ` [PATCH 5.10 000/161] 5.10.249-rc1 review Jon Hunter
2026-02-05 14:01 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox