walnux/mm/kasan
wangmingrong1 63a371b261 mm/kasan: Change the init flag
predict_false(g_region_init == KASAN_INIT_VALUE))
   c:	e3003000 	movw	r3, #0
  10:	e3403000 	movt	r3, #0
  if (predict_false(size == 0) ||
  14:	e5932000 	ldr	r2, [r3]
  18:	e30e3adf 	movw	r3, #60127	; 0xeadf
if KASAN_INIT_VALUE is 0xdeadcafe, run function movw will again and load twice

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2024-09-19 03:15:29 +08:00
..
CMakeLists.txt mm/kasan: The complete implementation of inline instrumentation functions 2024-09-19 03:15:29 +08:00
generic.c mm/kasan: The complete implementation of inline instrumentation functions 2024-09-19 03:15:29 +08:00
hook.c mm/kasan: Change the init flag 2024-09-19 03:15:29 +08:00
Make.defs mm/kasan: The complete implementation of inline instrumentation functions 2024-09-19 03:15:29 +08:00
sw_tags.c mm/kasan: The complete implementation of inline instrumentation functions 2024-09-19 03:15:29 +08:00