-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Commit 1ffd62b
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>
1 parent 51f8f44 commit 1ffd62b
2 files changed
+17
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 | + | ||
314 | + | ||
315 | + | ||
316 | + | ||
317 | + | ||
318 | + | ||
319 | + | ||
320 | + | ||
321 | + | ||
322 | + | ||
313 | 323 |
| |
314 | 324 |
| |
315 | 325 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7045 | 7045 |
| |
7046 | 7046 |
| |
7047 | 7047 |
| |
7048 | - | ||
7048 | + | ||
7049 | 7049 |
| |
7050 | + | ||
7051 | + | ||
7052 | + | ||
7053 | + | ||
7054 | + | ||
7055 | + | ||
7050 | 7056 |
| |
7051 | 7057 |
| |
7052 | 7058 |
| |
|
0 commit comments