diff options
| author | Alexei Starovoitov <ast@kernel.org> | 2026-04-12 14:06:36 -0700 |
|---|---|---|
| committer | Kumar Kartikeya Dwivedi <memxor@gmail.com> | 2026-04-12 23:46:32 +0200 |
| commit | 47687a29b2c3acc9aa553737d482645813878aed (patch) | |
| tree | aaa93bd431036dee45dc9430f071be4755e3c79c /rust/kernel/ptr/git@git.tavy.me:linux.git | |
| parent | fa2942918afbd0cb765277e2fd09fe0aaef6dd8d (diff) | |
selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcg
Replace shm_open/shm_unlink with memfd_create in the shmem subtest.
shm_open requires /dev/shm to be mounted, which is not always available
in test environments, causing the test to fail with ENOENT.
memfd_create creates an anonymous shmem-backed fd without any filesystem
dependency while exercising the same shmem accounting path.
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20260412210636.47516-1-alexei.starovoitov@gmail.com
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Diffstat (limited to 'rust/kernel/ptr/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
