-
-
Notifications
You must be signed in to change notification settings - Fork 33k
gh-139310: skip test_aead_aes_gcm
for Linux kernel between 6.16.0 and 6.17.x
#139552
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
Conversation
test_aead_aes_gcm
if the underlying kernel issue is not resolvedtest_aead_aes_gcm
for Linux kernel between 6.16.0 and 6.17.x
I'll wait for the CI here to complete and then I'll run the buildbots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 05fd823 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F139552%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
@stratakis, would you be able to upgrade/downgrade the kernel on the buildbots instead? For the long run it would be nicer if we do fail on buggy kernels, but, we'll also need green buildbots on Monday, before Tuesday's release. |
The PPC64LE Fedora and RHEL8 |
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…16.0 and 6.17.x (pythonGH-139552) Currently, Fedora 42 uses a custom Linux Kernel 6.16.9 that backported an upstream change from 6.17-rc7 [1,3] but not its subsequent fix [2]. Until the issue is resolved upstream, we skip the failing test `test_socket.test_aead_aes_gcm` for kernel versions between 6.16 and 6.17.x. [1] torvalds/linux@1b34cbb [2] torvalds/linux@d0ca0df. [3] https://gitlab.com/cki-project/kernel-ark/-/commit/45bcf60fe49b37daab1acee57b27211ad1574042 (cherry picked from commit 41712c4) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
…16.0 and 6.17.x (pythonGH-139552) Currently, Fedora 42 uses a custom Linux Kernel 6.16.9 that backported an upstream change from 6.17-rc7 [1,3] but not its subsequent fix [2]. Until the issue is resolved upstream, we skip the failing test `test_socket.test_aead_aes_gcm` for kernel versions between 6.16 and 6.17.x. [1] torvalds/linux@1b34cbb [2] torvalds/linux@d0ca0df. [3] https://gitlab.com/cki-project/kernel-ark/-/commit/45bcf60fe49b37daab1acee57b27211ad1574042 (cherry picked from commit 41712c4) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-139593 is a backport of this pull request to the 3.13 branch. |
GH-139594 is a backport of this pull request to the 3.14 branch. |
….16.0 and 6.17.x (GH-139552) (#139593) gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) Currently, Fedora 42 uses a custom Linux Kernel 6.16.9 that backported an upstream change from 6.17-rc7 [1,3] but not its subsequent fix [2]. Until the issue is resolved upstream, we skip the failing test `test_socket.test_aead_aes_gcm` for kernel versions between 6.16 and 6.17.x. [1] torvalds/linux@1b34cbb [2] torvalds/linux@d0ca0df [3] https://gitlab.com/cki-project/kernel-ark/-/commit/45bcf60fe49b37daab1acee57b27211ad1574042 (cherry picked from commit 41712c4) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
….16.0 and 6.17.x (GH-139552) (#139594) gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) Currently, Fedora 42 uses a custom Linux Kernel 6.16.9 that backported an upstream change from 6.17-rc7 [1,3] but not its subsequent fix [2]. Until the issue is resolved upstream, we skip the failing test `test_socket.test_aead_aes_gcm` for kernel versions between 6.16 and 6.17.x. [1] torvalds/linux@1b34cbb [2] torvalds/linux@d0ca0df. [3] https://gitlab.com/cki-project/kernel-ark/-/commit/45bcf60fe49b37daab1acee57b27211ad1574042 (cherry picked from commit 41712c4) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
This is to make Fedora build bots for which the kernel only backported torvalds/linux@1b34cbb without the subsequent fix torvalds/linux@d0ca0df.
Currently, kernel 6.16.9 on Fedora contains the first commit (https://gitlab.com/cki-project/kernel-ark/-/commit/45bcf60fe49b37daab1acee57b27211ad1574042) but not the second.
cc @hugovk
test_aead_aes_gcm
for buildbots with Linux kernel between 6.16.0 and 6.17.x #139310