Hi, I looked into the CI failure and it’s caused by the test assuming /tmp is on tmpfs, which is not true in the CI environment, so fallocate() fails there. Since /dev/shm is mounted as tmpfs on that setup, would it be acceptable to change the test to use a file under /dev/shm instead of /tmp?
- [PATCH bpf v4 0/2] bpf: fix bpf_d_path() helper prototype Shuran Liu
- [PATCH bpf v4 1/2] bpf: mark bpf_d_path() buffer as writea... Shuran Liu
- [PATCH bpf v4 2/2] selftests/bpf: add regression test for ... Shuran Liu
- Re: [PATCH bpf v4 2/2] selftests/bpf: add regression t... Shuran Liu
