-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Commit 7e5d47d
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 1a16059 commit 7e5d47d
2 files changed
+17
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
308 | + | ||
309 | + | ||
310 | + | ||
311 | + | ||
312 | + | ||
313 | + | ||
314 | + | ||
315 | + | ||
316 | + | ||
317 | + | ||
308 | 318 |
| |
309 | 319 |
| |
310 | 320 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6924 | 6924 |
| |
6925 | 6925 |
| |
6926 | 6926 |
| |
6927 | - | ||
6927 | + | ||
6928 | 6928 |
| |
6929 | + | ||
6930 | + | ||
6931 | + | ||
6932 | + | ||
6933 | + | ||
6934 | + | ||
6929 | 6935 |
| |
6930 | 6936 |
| |
6931 | 6937 |
| |
|
0 commit comments