linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix KASAN crash when using KASAN_VMALLOC
@ 2024-10-15 21:37 Linus Walleij
  2024-10-15 21:37 ` [PATCH 1/2] ARM: ioremap: Flush PGDs for VMALLOC shadow Linus Walleij
  2024-10-15 21:37 ` [PATCH 2/2] ARM: entry: Do a dummy read from VMAP shadow Linus Walleij
  0 siblings, 2 replies; 8+ messages in thread
From: Linus Walleij @ 2024-10-15 21:37 UTC (permalink / raw)
  To: Clement LE GOFFIC, Russell King, Kees Cook,
	AngeloGioacchino Del Regno, Mark Brown, Mark Rutland,
	Ard Biesheuvel
  Cc: Antonio Borneo, linux-stm32, linux-arm-kernel, Linus Walleij,
	stable

This problem reported by Clement LE GOFFIC manifest when
using CONFIG_KASAN_IN_VMALLOC and VMAP_STACK:
https://lore.kernel.org/linux-arm-kernel/a1a1d062-f3a2-4d05-9836-3b098de9db6d@foss.st.com/

After some analysis it seems we are missing to sync the
VMALLOC shadow memory in top level PGD to all CPUs.

Add some code to perform this sync, and the bug appears
to go away.

As suggested by Ard, also perform a dummy read from the
shadow memory of the new VMAP_STACK in the low level
assembly.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (2):
      ARM: ioremap: Flush PGDs for VMALLOC shadow
      ARM: entry: Do a dummy read from VMAP shadow

 arch/arm/kernel/entry-armv.S | 8 ++++++++
 arch/arm/mm/ioremap.c        | 7 +++++++
 2 files changed, 15 insertions(+)
---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20241015-arm-kasan-vmalloc-crash-fcbd51416457

Best regards,
-- 
Linus Walleij <linus.walleij@linaro.org>



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-16 19:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 21:37 [PATCH 0/2] Fix KASAN crash when using KASAN_VMALLOC Linus Walleij
2024-10-15 21:37 ` [PATCH 1/2] ARM: ioremap: Flush PGDs for VMALLOC shadow Linus Walleij
2024-10-15 21:46   ` Russell King (Oracle)
2024-10-16 11:32   ` Ard Biesheuvel
2024-10-16 18:38     ` Linus Walleij
2024-10-16 18:50       ` Ard Biesheuvel
2024-10-16 19:04         ` Linus Walleij
2024-10-15 21:37 ` [PATCH 2/2] ARM: entry: Do a dummy read from VMAP shadow Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).