-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
test_sendfile_close_peer_in_the_middle_of_receiving fails with Linux 6.10 release candidates and non-4KiB page size #120226
Labels
type-bug
An unexpected behavior, bug, or error
Comments
xry111
changed the title
Test failure with Linux 6.10 release candidates and non-4KiB page size
test_sendfile_close_peer_in_the_middle_of_receiving fails with Linux 6.10 release candidates and non-4KiB page size
Jun 7, 2024
gvanrossum
pushed a commit
that referenced
this issue
Jun 7, 2024
… Linux >= 6.10 (#120227) The worst case is that the kernel buffers 17 pages with a page size of 64k.
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…ing on Linux >= 6.10 (python#120227) The worst case is that the kernel buffers 17 pages with a page size of 64k.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…ing on Linux >= 6.10 (python#120227) The worst case is that the kernel buffers 17 pages with a page size of 64k.
Thank you. This probably needs backports for all the Python versions. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 28, 2024
…ing on Linux >= 6.10 (pythonGH-120227) The worst case is that the kernel buffers 17 pages with a page size of 64k. (cherry picked from commit a758424) Co-authored-by: Xi Ruoyao <xry111@xry111.site>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 28, 2024
…ing on Linux >= 6.10 (pythonGH-120227) The worst case is that the kernel buffers 17 pages with a page size of 64k. (cherry picked from commit a758424) Co-authored-by: Xi Ruoyao <xry111@xry111.site>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
With Linux-6.10-rc2 configured to use 16KiB page:
I have to raise DATA to 272KiB to make the test pass. On an AArch64 system I configured the kernel to use 64KiB page I have to raise it to 1088KiB.
Bisection shows torvalds/linux@8ee602c is the first commit triggering the issue but frankly I've no idea why.
CPython versions tested on:
3.12, CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: