]> git.baikalelectronics.ru Git - kernel.git/commit
habanalabs: Fix memory corruption in debugfs
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 3 Aug 2020 14:36:36 +0000 (17:36 +0300)
committerOded Gabbay <oded.gabbay@gmail.com>
Sat, 22 Aug 2020 09:47:57 +0000 (12:47 +0300)
commitc0880759796b62303978e07892287246b9274048
treecb674ee95f62162e10a7d2f05eff8bc9cf1eec1d
parente1dcfedd57a1eeccfc77d4d353e58124a222bfef
habanalabs: Fix memory corruption in debugfs

This has to be a long instead of a u32 because we write a long value.
On 64 bit systems, this will cause memory corruption.

Fixes: 18b2cc97abeb ("habanalabs: add debugfs support")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/misc/habanalabs/common/debugfs.c