Merge ~canonical-kernel-team/+git/rt-hints:mhcerri/hints-for-5.11-azure into ~canonical-kernel-team/+git/rt-hints:main

Proposed by Marcelo Cerri
Status: Merged
Merge reported by: Krzysztof Kozlowski
Merged at revision: bee6a73b95279bc3733511506bc620205d6f42c1
Proposed branch: ~canonical-kernel-team/+git/rt-hints:mhcerri/hints-for-5.11-azure
Merge into: ~canonical-kernel-team/+git/rt-hints:main
Diff against target: 96 lines (+76/-2)
2 files modified
focal-linux-azure-5.11.yaml (+35/-2)
hirsute-linux-azure.yaml (+41/-0)
Reviewer Review Type Date Requested Status
Krzysztof Kozlowski (community) Approve
Review via email: mp+405863@code.launchpad.net

Commit message

Hints for the 5.11 azure kernels in hirsute and in focal.

I'm keeping the hints restricted to specific versions because I don't want to blindly hint new versions.

To post a comment you must log in.
Revision history for this message
Krzysztof Kozlowski (krzk) :
review: Approve
Revision history for this message
Krzysztof Kozlowski (krzk) wrote :

Rebased and merged, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/focal-linux-azure-5.11.yaml b/focal-linux-azure-5.11.yaml
index 145ebb5..03e4353 100644
--- a/focal-linux-azure-5.11.yaml
+++ b/focal-linux-azure-5.11.yaml
@@ -23,7 +23,40 @@ DEFAULTS:
23 source: linux-azure-5.1123 source: linux-azure-5.11
24 cloud: azure24 cloud: azure
25ubuntu_ltp:25ubuntu_ltp:
26 - version: 5.11.0.*26 - version: 5\.11\.0-(1010|1011)\..*
27 test-case: rtc0127 test-case: kernel_misc
28 state: FLAKY28 state: FLAKY
29 comment: 'lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances'29 comment: 'lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances'
30 - version: 5\.11\.0-(1010|1011)\..*
31 test-case: controllers
32 state: FLAKY
33 comment: 'LP:#1847982 - This bug is already fixed in the test, so hint only the current kernel for now'
34ubuntu_bpf:
35 - version: 5\.11\.0-(1010|1011)\..*
36 test-case: setup|test_verifier|test_maps
37 state: FLAKY
38 comment: 'LP:#1936758 - ubuntu_bpf: Cannot find a vmlinux for VMLINUX_BTF (5.11 kernels on focal)'
39ubuntu_aufs_smoke_test:
40 - version: 5\.11\.0-(1010|1011)\..*
41 test-case: aufs-smoke-test
42 state: FLAKY
43 comment: 'lp:#1934873 - ubuntu_aufs_smoke_test fails on Focal cloud v5.11'
44ubuntu_kernel_selftests:
45 - version: .*
46 test-case: cpu-hotplug
47 state: FLAKY
48 comment: 'CPU hotplug is not supported in Azure'
49 - version: 5\.11\.0-(1010|1011)\..*
50 test-case: net
51 state: FLAKY
52 comment: 'LP: #1900644 (tls), LP: #1892213 (psock_send.sh), LP: #1936325 (udpgro(_bench)?.sh fails to build), LP: #1880645 (icmp_redirect.sh), LP: #1928889 (devlink_port_split.py list index out of range), LP: #1928890 (vrf_route_leaking.sh: 45)'
53ubuntu_ltp_syscalls:
54 - version: 5\.11\.0-(1010|1011)\..*
55 test-case: syscalls
56 state: FLAKY
57 comment: 'LP:#1934432 - shmget02 / shmget03 in ubuntu_ltp_syscalls failed on F-oem-5.10'
58ubuntu_lttng_smoke_test:
59 - version: 5\.11\.0-(1010|1011)\..*
60 test-case: lttng-smoke-test
61 state: FLAKY
62 comment: 'LP:#1921728 - lttng needs to be fixed for 5.11'
diff --git a/hirsute-linux-azure.yaml b/hirsute-linux-azure.yaml
index 6ce7b6a..eedbf09 100644
--- a/hirsute-linux-azure.yaml
+++ b/hirsute-linux-azure.yaml
@@ -27,3 +27,44 @@ ubuntu_ltp:
27 test-case: rtc0127 test-case: rtc01
28 state: FLAKY28 state: FLAKY
29 comment: 'lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances'29 comment: 'lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances'
30 - version: 5\.11\.0-(1010|1011)\..*
31 test-case: controllers
32 state: FLAKY
33 comment: 'LP:#1847982 - This bug is already fixed in the test, so hint only the current kernel for now'
34ubuntu_ltp_syscalls:
35 - version: 5\.11\.0-(1010|1011)\..*
36 test-case: syscalls
37 state: FLAKY
38 comment: 'LP:#1934432 - shmget02 / shmget03 in ubuntu_ltp_syscalls failed on F-oem-5.10'
39ubuntu_bpf:
40 - version: 5\.11\.0-(1010|1011)\..*
41 test-case: setup
42 state: FLAKY
43 comment: 'LP:#1936755 - Probably a test setup issue: clang is missing'
44 - version: 5\.11\.0-(1010|1011)\..*
45 test-case: test_verifier
46 state: FLAKY
47 comment: 'LP:#1936755 - Probably a test setup issue: clang is missing'
48 - version: 5\.11\.0-(1010|1011)\..*
49 test-case: test_maps
50 state: FLAKY
51 comment: 'LP:#1936755 - Probably a test setup issue: clang is missing'
52ubuntu_kernel_selftests:
53 - version: .*
54 test-case: cpu-hotplug
55 state: FLAKY
56 comment: 'CPU hotplug is not supported in Azure'
57 - version: 5\.11\.0-(1010|1011)\..*
58 test-case: net
59 state: FLAKY
60 comment: 'LP: #1900644 (tls), LP: #1892213 (psock_send.sh), LP: #1936325 (udpgro(_bench)?.sh fails to build), LP: #1880645 (icmp_redirect.sh), LP: #1928889 (devlink_port_split.py list index out of range), LP: #1928890 (vrf_route_leaking.sh: 45)'
61ubuntu_kvm_unit_tests:
62 - version: 5\.11\.0-(1010|1011)\..*
63 test-case: setup
64 state: FLAKY
65 comment: 'LP:#1900646 - setup fails with multiple definition of jmpbuf in lib/libcflat.a'
66ubuntu_qrt_apparmor:
67 - version: 5\.11\.0-(1010|1011)\..*
68 test-case: test-apparmor.py
69 state: FLAKY
70 comment: 'LP:#1928888 - test_utils_testsuite from ubuntu_qrt_apparmor linux ADT test failure with linux/5.11.0-18.19'

Subscribers

People subscribed via source and target branches

to all changes: