blob: 9b8758452ffe982736738714f87f7f5840205770 [file] [log] [blame]
Alex Shi1b021672016-12-15 19:14:38 +080011, Kernel build error when ARCH=arm with multi_v7_defconfig+CONFIG_SMP=n
2 arch/arm/kernel/psci.c:287:115: error: redefinition of 'psci_init'
3 This bug start from commit dbcfee724255ae1 ARM: 8457/1: psci-smp is built only for SMP
Alex Shi41a12752016-12-15 19:34:28 +080042, Kernel build error when ARCH=x86 with allmodconfig+CONFIG_OF=n or defconfig+CONFIG_KASAN=y
5 include/linux/kasan.h:21:14: error: conflicting types for 'kasan_zero_pud'
6 include/linux/kasan.h:20:14: error: conflicting types for 'kasan_zero_pmd'
7 This bug is due to KASAN feature backporting