The patch titled Subject: arch/s390/include/asm/bitops.h needs linux/types.h has been added to the -mm tree. Its filename is arch-s390-include-asm-bitopsh-needs-linux-typesh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/arch-s390-include-asm-bitopsh-needs-linux-typesh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/arch-s390-include-asm-bitopsh-needs-linux-typesh.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: arch/s390/include/asm/bitops.h needs linux/types.h In file included from include/linux/bitops.h:36:0, from fs/btrfs/extent_io.c:1: arch/s390/include/asm/bitops.h:176:15: error: unknown type name 'bool' static inline bool ^ arch/s390/include/asm/bitops.h:187:15: error: unknown type name 'bool' static inline bool Reported-by: kbuild test robot <lkp@xxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Chen Gang <chengang@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/s390/include/asm/bitops.h | 1 + 1 file changed, 1 insertion(+) diff -puN arch/s390/include/asm/bitops.h~arch-s390-include-asm-bitopsh-needs-linux-typesh arch/s390/include/asm/bitops.h --- a/arch/s390/include/asm/bitops.h~arch-s390-include-asm-bitopsh-needs-linux-typesh +++ a/arch/s390/include/asm/bitops.h @@ -40,6 +40,7 @@ #error only <linux/bitops.h> can be included directly #endif +#include <linux/types.h> #include <linux/typecheck.h> #include <linux/compiler.h> #include <asm/barrier.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are arch-alpha-kernel-systblss-remove-debug-check.patch i-need-old-gcc.patch arch-s390-include-asm-bitopsh-needs-linux-typesh.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch mm-vmalloc-fix-align-value-calculation-error-fix.patch mm-vmalloc-fix-align-value-calculation-error-v2-fix.patch mm-vmalloc-fix-align-value-calculation-error-v2-fix-fix.patch mm-compaction-make-whole_zone-flag-ignore-cached-scanner-positions-checkpatch-fixes.patch mm-swap-add-swap_cluster_list-checkpatch-fixes.patch mm-check-that-we-havent-used-more-than-32-bits-in-address_spaceflags.patch mm-mlock-check-against-vma-for-actual-mlock-size-fix.patch seq-proc-modify-seq_put_decimal_ll-to-take-a-const-char-not-char-fix.patch ipc-msg-avoid-waking-sender-upon-full-queue-checkpatch-fixes.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch include-linux-mlx5-deviceh-kill-build_bug_ons.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html