We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b02167 commit 41a1275Copy full SHA for 41a1275
known-bugs
@@ -1,4 +1,7 @@
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
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
0 commit comments