The patch titled Subject: tools/: fix for replace open encodings for NUMA_NO_NODE has been added to the -mm tree. Its filename is tools-replace-open-encodings-for-numa_no_node-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/tools-replace-open-encodings-for-numa_no_node-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/tools-replace-open-encodings-for-numa_no_node-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: tools/: fix for replace open encodings for NUMA_NO_NODE Link: http://lkml.kernel.org/r/20190108131141.730e9c4f@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Anshuman Khandual <anshuman.khandual@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/perf/bench/numa.c | 1 + 1 file changed, 1 insertion(+) --- a/tools/perf/bench/numa.c~tools-replace-open-encodings-for-numa_no_node-fix +++ a/tools/perf/bench/numa.c @@ -34,6 +34,7 @@ #include <sys/types.h> #include <linux/kernel.h> #include <linux/time64.h> +#include <linux/numa.h> #include <numa.h> #include <numaif.h> _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are tools-replace-open-encodings-for-numa_no_node.patch tools-replace-open-encodings-for-numa_no_node-fix.patch