[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <172287946248.489034.17199555217262087392.b4-ty@kernel.org>
Date: Mon, 05 Aug 2024 23:07:42 +0530
From: Vinod Koul <vkoul@...nel.org>
To: Amélie Delaunay <amelie.delaunay@...s.st.com>,
Kees Cook <kees@...nel.org>
Cc: Maxime Coquelin <mcoquelin.stm32@...il.com>,
Alexandre Torgue <alexandre.torgue@...s.st.com>, dmaengine@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org,
"Gustavo A. R. Silva" <gustavoars@...nel.org>, linux-kernel@...r.kernel.org,
linux-hardening@...r.kernel.org
Subject: Re: [PATCH] dmaengine: stm32-dma3: Set lli_size after allocation
On Tue, 16 Jul 2024 14:38:33 -0700, Kees Cook wrote:
> With the new __counted_by annotation, the "lli_size" variable needs to
> valid for accesses to the "lli" array. This requirement is not met in
> stm32_dma3_chan_desc_alloc(), since "lli_size" starts at "0", so "lli"
> index "0" will not be considered valid during the initialization for loop.
>
> Fix this by setting lli_size immediately after allocation (similar to
> how this is handled in stm32_mdma_alloc_desc() for the node/count
> relationship).
>
> [...]
Applied, thanks!
[1/1] dmaengine: stm32-dma3: Set lli_size after allocation
commit: b53b831919a0dc4e6631ebe0497ab2a4d8bef014
Best regards,
--
Vinod Koul <vkoul@...nel.org>
Powered by blists - more mailing lists