On 5/19/23 03:27, David Hildenbrand wrote: ...
diff --git a/tools/testing/selftests/mm/Makefile b/tools/testing/selftests/mm/Makefile index 23af4633f0f4..95acb099315e 100644 --- a/tools/testing/selftests/mm/Makefile +++ b/tools/testing/selftests/mm/Makefile @@ -34,6 +34,7 @@ LDLIBS = -lrt -lpthread TEST_GEN_PROGS = cow TEST_GEN_PROGS += compaction_test +TEST_GEN_PROGS += gup_longterm
Hi David,
Peter Xu just pointed out that we need a .gitignore entry for gup_longterm [1]. That logically belongs in this patch, I think.
[1] https://lore.kernel.org/all/ZH4FFa4FV9KGwBZo@x1n
thanks,