Re: [PATCH V1] firmware: tegra: fix error application of sizeof to pointer

From: Jon Hunter
Date: Sat Dec 04 2021 - 03:01:55 EST


Hi Thierry,

On 18/10/2021 15:06, Thierry Reding wrote:
On Sat, Oct 09, 2021 at 08:59:00AM +0000, cgel.zte@xxxxxxxxx wrote:
From: Lv Ruyi <lv.ruyi@xxxxxxxxxx>

Application of sizeof to pointer yields the number of bytes of the pointer,
but it should use the length of buffer in the code.

Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
Signed-off-by: Lv Ruyi <lv.ruyi@xxxxxxxxxx>
---
drivers/firmware/tegra/bpmp-debugfs.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Applied, thanks.


We need to apply this as a fix for v5.16. I am still seeing a failure for reading the BPMP debugfs on v5.16-rc3.

Jon

--
nvpublic