On Tue, 30 Mar 2021 10:58:43 +0200 David Hildenbrand <david@xxxxxxxxxx> wrote: > > > > MAINTAINERS | 1 + > > arch/alpha/include/uapi/asm/mman.h | 3 + > > arch/mips/include/uapi/asm/mman.h | 3 + > > arch/parisc/include/uapi/asm/mman.h | 3 + > > arch/xtensa/include/uapi/asm/mman.h | 3 + > > include/uapi/asm-generic/mman-common.h | 3 + > > mm/gup.c | 54 ++++ > > mm/internal.h | 5 +- > > mm/madvise.c | 69 +++++ > > tools/testing/selftests/vm/.gitignore | 3 + > > tools/testing/selftests/vm/Makefile | 1 + > > tools/testing/selftests/vm/madv_populate.c | 342 +++++++++++++++++++++ > > tools/testing/selftests/vm/run_vmtests.sh | 16 + > > 13 files changed, 505 insertions(+), 1 deletion(-) > > create mode 100644 tools/testing/selftests/vm/madv_populate.c > > > > Gentle ping. Ping who ;) I was hoping for more review activity. Were no changes expected from the [2/5] discussion with Jann?