The patch titled Subject: mm/kasan: include types.h for "bool" has been added to the -mm tree. Its filename is mm-kasan-change-kasan_check_readwrite-to-return-boolean-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-kasan-change-kasan_check_readwrite-to-return-boolean-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-kasan-change-kasan_check_readwrite-to-return-boolean-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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-fix.patch mm-add-account_locked_vm-utility-function-v3-fix.patch