]> www.infradead.org Git - users/jedix/linux-maple.git/commit
accel/habanalabs/gaudi2: Use kvfree() for memory allocated with kvcalloc()
authorThorsten Blum <thorsten.blum@toblux.com>
Tue, 20 Aug 2024 23:10:28 +0000 (01:10 +0200)
committerLukas Wunner <lukas@wunner.de>
Sat, 16 Aug 2025 10:45:08 +0000 (12:45 +0200)
commita44458dfd5bc0c79c6739c3f4c658361d3a5126b
treeb7b6bac6905b0f2248b89d7ba861213e19830017
parent39ca24675b7e351b8e681d924f417e455d4a7fc1
accel/habanalabs/gaudi2: Use kvfree() for memory allocated with kvcalloc()

Use kvfree() to fix the following Coccinelle/coccicheck warning reported
by kfree_mismatch.cocci:

  WARNING kvmalloc is used to allocate this memory at line 10398

Fixes: f728c17fc97a ("accel/habanalabs/gaudi2: move HMMU page tables to device memory")
Reported-by: Qianfeng Rong <rongqianfeng@vivo.com>
Closes: https://patch.msgid.link/20250808085530.233737-1-rongqianfeng@vivo.com
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
[lukas: acknowledge Qianfeng, adjust Thorsten's domain, add Fixes tag]
Signed-off-by: Lukas Wunner <lukas@wunner.de>
Reviewed-by: Tomer Tayar <ttayar@habana.ai>
Cc: stable@vger.kernel.org # v6.9+
Link: https://patch.msgid.link/20240820231028.136126-1-thorsten.blum@toblux.com
drivers/accel/habanalabs/gaudi2/gaudi2.c