-
Notifications
You must be signed in to change notification settings - Fork 13.5k
work around linux not honoring write_at for O_APPEND files #143166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
b6ebbf6
to
8b87324
Compare
This comment has been minimized.
This comment has been minimized.
Weird, the kernel should be new enough. |
8b87324
to
bd44b22
Compare
This comment has been minimized.
This comment has been minimized.
bd44b22
to
9e75dad
Compare
This comment has been minimized.
This comment has been minimized.
9e75dad
to
0d89239
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #143294) made this pull request unmergeable. Please resolve the merge conflicts. |
requires a kernel >= 6.9
0d89239
to
23ca6f2
Compare
This comment has been minimized.
This comment has been minimized.
23ca6f2
to
614bbb8
Compare
This comment has been minimized.
This comment has been minimized.
614bbb8
to
f23f736
Compare
This comment has been minimized.
This comment has been minimized.
f23f736
to
e8c7701
Compare
This comment has been minimized.
This comment has been minimized.
e8c7701
to
9b85793
Compare
9b85793
to
705d195
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
At this point I'm fairly sure this is a kernel bug in the runner. Tests pass locally, the pwritev2 also happens in CI and doesn't return an error, meaning the flag should be supported. |
the workaround only applies on kernels >= 6.9
fixes #140867