Public bug reported: Github Actions runners using the 6.11.0-1015-azure kernel image are not honoring the RWF_NOAPPEND flag passed to pwritev2. The flag was introduced in 6.9, so it should be supported by this kernel version. It does work as expected on a 6.15 arch linux kernel.
A github engineer reproduced my issue and directed me to report it here. This affects the rust-lang/rust CI since we cannot test a feature that relies on this flag. https://man7.org/linux/man-pages/man2/readv.2.html https://github.com/actions/runner-images/issues/12530#issuecomment-3079618465 https://github.com/subir0071/hello-world/blob/master/.github/workflows/pwritev2-test-modified.yml ** Affects: linux-azure-6.11 (Ubuntu) Importance: Undecided Status: New ** Description changed: Github Actions runners using the 6.11.0-1015-azure kernel image are not honoring the RWF_NOAPPEND flag passed to pwritev2. The flag was introduced in 6.9, so it should be supported by this kernel version. It does work as expected on a 6.15 arch linux kernel. A github engineer reproduced my issue and directed me to report it here. + This affects the rust-lang/rust CI since we cannot test a feature that + relies on this flag. + https://man7.org/linux/man-pages/man2/readv.2.html https://github.com/actions/runner-images/issues/12530#issuecomment-3079618465 https://github.com/subir0071/hello-world/blob/master/.github/workflows/pwritev2-test-modified.yml -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2117183 Title: pwritev2 syscall does not honor RWF_NOAPPEND flag To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-azure-6.11/+bug/2117183/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
