The patch titled Subject: mm/kasan: include types.h for "bool" has been removed from the -mm tree. Its filename was mm-kasan-change-kasan_check_readwrite-to-return-boolean-fix.patch This patch was dropped because it was folded into mm-kasan-change-kasan_check_readwrite-to-return-boolean.patch ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: mm/kasan: include types.h for "bool" Link: http://lkml.kernel.org/r/20190705184949.13cdd021@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Marco Elver <elver@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/kasan-checks.h | 2 ++ 1 file changed, 2 insertions(+) --- a/include/linux/kasan-checks.h~mm-kasan-change-kasan_check_readwrite-to-return-boolean-fix +++ a/include/linux/kasan-checks.h @@ -2,6 +2,8 @@ #ifndef _LINUX_KASAN_CHECKS_H #define _LINUX_KASAN_CHECKS_H +#include <linux/types.h> + /* * __kasan_check_*: Always available when KASAN is enabled. This may be used * even in compilation units that selectively disable KASAN, but must use KASAN _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are mm-kasan-change-kasan_check_readwrite-to-return-boolean.patch