selftests/bpf: add tests for arena vma split and fork#12400
selftests/bpf: add tests for arena vma split and fork#12400kernel-patches-daemon-bpf[bot] wants to merge 1 commit into
Conversation
|
Upstream branch: b9452b5 |
68b80e2 to
9978c13
Compare
|
Upstream branch: dd0f968 |
a045f75 to
3ee7fed
Compare
9978c13 to
e25ce50
Compare
|
Upstream branch: f1a660b |
3ee7fed to
5e79b75
Compare
e25ce50 to
a572b20
Compare
|
Upstream branch: 68f4e48 |
5e79b75 to
e366c4b
Compare
|
Upstream branch: 68f4e48 |
e366c4b to
e913ba7
Compare
a572b20 to
3a26044
Compare
|
Upstream branch: c15261b |
e913ba7 to
645c62f
Compare
3a26044 to
818f7b1
Compare
|
Upstream branch: 140fa23 |
Add a test that an arena map's mmap()ed region cannot be split by a partial munmap() (the "split" subtest, which expects -EINVAL) and is not inherited across fork() (the "fork" subtest, where mincore() reports the child's range as unmapped). Signed-off-by: Ruslan Valiyev <linuxoid@gmail.com> Reviewed-by: Emil Tsalapatis <emil@etsalapatis.com>
645c62f to
095cea2
Compare
Pull request for series with
subject: selftests/bpf: add tests for arena vma split and fork
version: 3
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1108395