When I bump the CI Linux runner from Ubuntu 20.04 to 22.04, [this test fails](https://github.com/nix-rust/nix/actions/runs/9235475942/job/25410368942?pr=2417) under QEMU for some architectures, it failed in this [line](https://github.com/nix-rust/nix/blob/1df106962b227257fbe8994b3712a7848befd898/test/sys/test_prctl.rs#L149): ```rs failures: ---- test_prctl::test_set_vma_anon_name stdout ---- thread 'test_prctl::test_set_vma_anon_name' panicked at 'assertion failed: `(left == right)` left: `EFAULT`, right: `EINVAL`', test/sys/test_prctl.rs:149:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: test_prctl::test_set_vma_anon_name ```