--- zzzz-none-000/linux-5.4.213/drivers/of/Makefile 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/of/Makefile 2024-05-29 11:19:59.000000000 +0000 @@ -15,4 +15,9 @@ obj-$(CONFIG_OF_OVERLAY) += overlay.o obj-$(CONFIG_OF_NUMA) += of_numa.o +# Code in these two files will poke around in non-kernel +# memory during early arch setup. +KASAN_SANITIZE_fdt.o := n +KASAN_SANITIZE_base.o := n + obj-$(CONFIG_OF_UNITTEST) += unittest-data/