| Message ID | ac9aokZYJOTAW22a@zenone.zhora.eu |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [GIT,PULL] i2c-host-fixes for v7.0-rc7 | expand |
On Fri, Apr 03, 2026 at 08:21:07AM +0200, Andi Shyti wrote: > Hi Wolfram, > > here is the fixes pull request for v7.0-rc7. > > It contains a small fix to avoid using uninitialized fields > in dma_slave_config, triggered somewhere deep in the fsl edma > driver. > > Thanks and I wish you and all the community a appy Easter, Same to you, thank you! Pulled.
On Sat, Apr 04, 2026 at 12:03:50PM +0200, Wolfram Sang wrote: > On Fri, Apr 03, 2026 at 08:21:07AM +0200, Andi Shyti wrote: > > Hi Wolfram, > > > > here is the fixes pull request for v7.0-rc7. > > > > It contains a small fix to avoid using uninitialized fields > > in dma_slave_config, triggered somewhere deep in the fsl edma > > driver. > > > > Thanks and I wish you and all the community a appy Easter, > > Same to you, thank you! Pulled. Sorry, Easter activities made this fall through the cracks. I will send it this week, promised!
Hi Wolfram, here is the fixes pull request for v7.0-rc7. It contains a small fix to avoid using uninitialized fields in dma_slave_config, triggered somewhere deep in the fsl edma driver. Thanks and I wish you and all the community a appy Easter, Andi The following changes since commit 7aaa8047eafd0bd628065b15757d9b48c5f9c07d: Linux 7.0-rc6 (2026-03-29 15:40:00 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-7.0-rc7 for you to fetch changes up to 39ed7d89b973329cc5c764b65ba6302b17b1907e: i2c: imx: zero-initialize dma_slave_config for eDMA (2026-04-02 01:22:46 +0200) ---------------------------------------------------------------- i2c-fixes for v7.0-rc7 imx: set dma_slave_config to 0 and avoid uninitialized fields ---------------------------------------------------------------- Anthony Pighin (1): i2c: imx: zero-initialize dma_slave_config for eDMA drivers/i2c/busses/i2c-imx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)