Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa

Pull xtense fix from Max Filippov:
"Build fix for xtensa architecture with KASAN enabled"

* tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa:
xtensa: fix build with KASAN

+2
+2
arch/xtensa/include/asm/kasan.h
··· 10 10 #include <linux/sizes.h> 11 11 #include <asm/kmem_layout.h> 12 12 13 + #define KASAN_SHADOW_SCALE_SHIFT 3 14 + 13 15 /* Start of area covered by KASAN */ 14 16 #define KASAN_START_VADDR __XTENSA_UL_CONST(0x90000000) 15 17 /* Start of the shadow map */