Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/ppc-test-seq into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Po-Hsu Lin
Status: Merged
Merged at revision: 2a6944ac1a20fc76d665aafc1be2ebd3a656788b
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/ppc-test-seq
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 13 lines (+1/-1)
1 file modified
ubuntu_kernel_selftests/control (+1/-1)
Reviewer Review Type Date Requested Status
Andrei Gherzan Approve
Review via email: mp+441083@code.launchpad.net

Commit message

The net:udpgro_frglist.sh test will trigger a soft lockup on K-5.19 P9
(LP: #2015843) and thus tainting the kernel. The mitigation-patching.sh
test in powerpc/security after the net tests will fail directly due to
the kernel is already tainted.

A quick solution is to run powerpc test before net tests.

This has been tested with K-5.19 P9 and works as expected.

We will probably catch new failures in older kernels like b-hwe-5.4,
in which the net:reuseport_bpf_cpu will crash the SUT (LP: #1927076).

To post a comment you must log in.
Revision history for this message
Andrei Gherzan (agherzan) :
review: Approve
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Applied and pushed, thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_kernel_selftests/control b/ubuntu_kernel_selftests/control
2index e538b18..862f94f 100644
3--- a/ubuntu_kernel_selftests/control
4+++ b/ubuntu_kernel_selftests/control
5@@ -11,7 +11,7 @@ TEST_TYPE = "client"
6 DOC = ""
7
8
9-categories = ['breakpoints', 'cpu-hotplug', 'efivarfs', 'memfd', 'memory-hotplug', 'mount', 'net', 'ptrace', 'seccomp', 'timers', 'powerpc', 'user', 'ftrace']
10+categories = ['breakpoints', 'cpu-hotplug', 'efivarfs', 'memfd', 'memory-hotplug', 'mount', 'powerpc', 'net', 'ptrace', 'seccomp', 'timers', 'user', 'ftrace']
11 #
12 # The seccomp tests on 4.19+ on non-x86 are known to be fail and
13 # need fixing up. For now, disable them.

Subscribers

People subscribed via source and target branches

to all changes: