The patch titled Subject: mm-cma-numa-node-interface-fix has been removed from the -mm tree. Its filename was mm-cma-numa-node-interface-fix.patch This patch was dropped because it was folded into mm-cma-numa-node-interface.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-cma-numa-node-interface-fix ./include/linux/cma.h: In function cma_declare_contiguous: ./include/linux/cma.h:38:41: error: NUMA_NO_NODE undeclared (first use in this function) order_per_bit, fixed, name, res_cma, NUMA_NO_NODE); ^~~~~~~~~~~~ Cc: Aslan Bakirov <aslan@xxxxxx> Cc: Roman Gushchin <guro@xxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Andreas Schaufler <andreas.schaufler@xxxxxx> Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxxx> Cc: Joonsoo Kim <js1304@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/cma.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/cma.h~mm-cma-numa-node-interface-fix +++ a/include/linux/cma.h @@ -4,6 +4,7 @@ #include <linux/init.h> #include <linux/types.h> +#include <linux/numa.h> /* * There is always at least global CMA area and a few optional _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-cma-numa-node-interface.patch seq_read-info-message-about-buggy-next-functions-fix.patch