The patch titled Subject: radix-tree tests: fix compilation has been removed from the -mm tree. Its filename was radix-tree-test-harness-fix.patch This patch was dropped because it was folded into radix-tree-test-harness.patch ------------------------------------------------------ From: Konstantin Khlebnikov <koct9i@xxxxxxxxx> Subject: radix-tree tests: fix compilation Couple GFP flags and empty header linux/init.h Signed-off-by: Konstantin Khlebnikov <koct9i@xxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/radix-tree/linux/gfp.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN tools/testing/radix-tree/linux/gfp.h~radix-tree-test-harness-fix tools/testing/radix-tree/linux/gfp.h --- a/tools/testing/radix-tree/linux/gfp.h~radix-tree-test-harness-fix +++ a/tools/testing/radix-tree/linux/gfp.h @@ -4,5 +4,7 @@ #define __GFP_BITS_SHIFT 22 #define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) #define __GFP_WAIT 1 +#define __GFP_ACCOUNT 0 +#define __GFP_NOWARN 0 #endif _ Patches currently in -mm which might be from koct9i@xxxxxxxxx are tools-vm-page-typesc-add-memory-cgroup-dumping-and-filtering.patch radix-tree-test-harness.patch radix-treeshmem-introduce-radix_tree_iter_next-fix.patch radix-tree-tests-add-regression3-test.patch radix-tree-tests-add-test-for-radix_tree_iter_next.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