Re: [PATCH v1 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
From: David Hildenbrand <hidden>
Date: 2021-03-31 06:48:25
Also in:
linux-api, lkml
From: David Hildenbrand <hidden>
Date: 2021-03-31 06:48:25
Also in:
linux-api, lkml
On 31.03.21 06:58, Andrew Morton wrote:
On Tue, 30 Mar 2021 10:58:43 +0200 David Hildenbrand [off-list ref] wrote:quoted
quoted
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.cGentle ping.Ping who ;)
Well, the ping worked - Jann replied! :)
I was hoping for more review activity. Were no changes expected from the [2/5] discussion with Jann?
They are, but that discussion happened after the ping. There will be a new version some-when next week or so, after I figure out some details. -- Thanks, David / dhildenb