Mike Rapoport (IBM) 00be875879 arm64: module: remove unneeded call to kasan_alloc_module_shadow()
Since commit f6f37d9320a1 ("arm64: select KASAN_VMALLOC for SW/HW_TAGS
modes") KASAN_VMALLOC is always enabled when KASAN is on. This means
that allocations in module_alloc() will be tracked by KASAN protection
for vmalloc() and that kasan_alloc_module_shadow() will be always an
empty inline and there is no point in calling it.

Drop meaningless call to kasan_alloc_module_shadow() from
module_alloc().

Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
2024-05-14 00:31:43 -07:00
..
2023-10-28 21:09:02 +09:00
2024-03-15 13:03:13 -07:00
2024-03-15 13:03:13 -07:00
2024-03-14 15:35:42 -07:00
2023-06-06 17:39:05 +01:00
2023-07-03 15:32:22 -07:00
2022-09-26 10:13:14 -07:00
2024-03-14 15:35:42 -07:00
2022-09-26 10:13:14 -07:00
2024-03-12 17:44:08 -07:00
2023-11-02 15:45:15 -10:00