Alex Shi | 1b02167 | 2016-12-15 19:14:38 +0800 | [diff] [blame] | 1 | 1, 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 Shi | 41a1275 | 2016-12-15 19:34:28 +0800 | [diff] [blame] | 4 | 2, 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 |