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.

kmsan: add missing types.h dependency

more header dependency pruning/fixing

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+2
+2
include/linux/kmsan_types.h
··· 9 9 #ifndef _LINUX_KMSAN_TYPES_H 10 10 #define _LINUX_KMSAN_TYPES_H 11 11 12 + #include <linux/types.h> 13 + 12 14 /* These constants are defined in the MSan LLVM instrumentation pass. */ 13 15 #define KMSAN_RETVAL_SIZE 800 14 16 #define KMSAN_PARAM_SIZE 800