[OS-BUILD PATCH 0/4] redhat: Fixup self-tests
by Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1800
The merge window exposed a bug in the redhat/self-test/data/create-data.sh
script where the local variables were being reported instead of the test
variables.
Fix the create-data.sh script by moving the reporting of the
Makefile.variables into the dist-dump-variables target. This has the
minor annoyance that dist-dump-variables will report Makefile.variables
twice when executed on the command line, however, it's something I think
we can live with.
In addition, the "Makefile contents" test needs to be adjusted because a
"?=" now appears in the redhat/Makefile.
Signed-off-by: Prarit Bhargava <prarit(a)redhat.com>
---
redhat/self-test/data/centos-2585cf9dfaad.el7 | 36 ++++++++----------------
redhat/self-test/data/centos-2585cf9dfaad.fc25 | 36 ++++++++----------------
redhat/self-test/data/centos-78e36f3b0dae.el7 | 34 +++++++----------------
redhat/self-test/data/centos-78e36f3b0dae.fc25 | 34 +++++++----------------
redhat/self-test/data/centos-df0cc57e057f.el7 | 36 ++++++++----------------
redhat/self-test/data/centos-df0cc57e057f.fc25 | 36 ++++++++----------------
redhat/self-test/data/centos-fce15c45d3fb.el7 | 34 +++++++----------------
redhat/self-test/data/centos-fce15c45d3fb.fc25 | 34 +++++++----------------
redhat/self-test/data/create-data.sh | 35 +++++++++++-------------
redhat/self-test/data/fedora-2585cf9dfaad.el7 | 37 +++++++++----------------
redhat/self-test/data/fedora-2585cf9dfaad.fc25 | 37 +++++++++----------------
redhat/self-test/data/fedora-78e36f3b0dae.el7 | 35 ++++++++----------------
redhat/self-test/data/fedora-78e36f3b0dae.fc25 | 35 ++++++++----------------
redhat/self-test/data/fedora-df0cc57e057f.el7 | 37 +++++++++----------------
redhat/self-test/data/fedora-df0cc57e057f.fc25 | 37 +++++++++----------------
redhat/self-test/data/fedora-fce15c45d3fb.el7 | 35 ++++++++----------------
redhat/self-test/data/fedora-fce15c45d3fb.fc25 | 35 ++++++++----------------
redhat/self-test/data/rhel-2585cf9dfaad.el7 | 37 +++++++++----------------
redhat/self-test/data/rhel-2585cf9dfaad.fc25 | 37 +++++++++----------------
redhat/self-test/data/rhel-78e36f3b0dae.el7 | 35 ++++++++----------------
redhat/self-test/data/rhel-78e36f3b0dae.fc25 | 35 ++++++++----------------
redhat/self-test/data/rhel-df0cc57e057f.el7 | 37 +++++++++----------------
redhat/self-test/data/rhel-df0cc57e057f.fc25 | 37 +++++++++----------------
redhat/self-test/data/rhel-fce15c45d3fb.el7 | 35 ++++++++----------------
redhat/self-test/data/rhel-fce15c45d3fb.fc25 | 35 ++++++++----------------
redhat/self-test/2001-dist-release.bats | 2 +-
redhat/self-test/3001-Makefile-contents.bats | 2 +-
redhat/Makefile | 2 +
28 files changed, 312 insertions(+), 585 deletions(-)
1 year, 5 months
[OS-BUILD PATCHv5] redhat/configs: enable CONFIG_DEBUG_NET for debug
kernel
by Hangbin Liu (via Email Bridge)
From: Hangbin Liu <haliu(a)redhat.com>
redhat/configs: enable CONFIG_DEBUG_NET for debug kernel
It's useful for networking issue debugging if we enable CONFIG_DEBUG_NET.
Let's enable this config for both ark and fedora.
Signed-off-by: Hangbin Liu <haliu(a)redhat.com>
diff --git a/redhat/configs/common/debug/CONFIG_DEBUG_NET b/redhat/configs/common/debug/CONFIG_DEBUG_NET
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/debug/CONFIG_DEBUG_NET
@@ -0,0 +1 @@
+CONFIG_DEBUG_NET=y
diff --git a/redhat/configs/ark/generic/CONFIG_DEBUG_NET b/redhat/configs/common/generic/CONFIG_DEBUG_NET
rename from redhat/configs/ark/generic/CONFIG_DEBUG_NET
rename to redhat/configs/common/generic/CONFIG_DEBUG_NET
index blahblah..blahblah 100644
--- a/redhat/configs/ark/generic/CONFIG_DEBUG_NET
+++ b/redhat/configs/common/generic/CONFIG_DEBUG_NET
diff --git a/redhat/configs/pending-fedora/generic/CONFIG_DEBUG_NET b/redhat/configs/pending-fedora/generic/CONFIG_DEBUG_NET
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-fedora/generic/CONFIG_DEBUG_NET
+++ /dev/null
@@ -1,13 +0,0 @@
-# Symbol: DEBUG_NET [=n]
-# Type : bool
-# Defined at net/Kconfig.debug:21
-# Prompt: Add generic networking debug
-# Depends on: DEBUG_KERNEL [=y]
-# Location:
-# Main menu
-# -> Kernel hacking
-# -> Networking Debugging
-#
-#
-#
-# CONFIG_DEBUG_NET is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1858
1 year, 5 months
[OS-BUILD PATCHv4] redhat/configs: enable CONFIG_DEBUG_NET for debug
kernel
by Hangbin Liu (via Email Bridge)
From: Hangbin Liu <haliu(a)redhat.com>
redhat/configs: enable CONFIG_DEBUG_NET for debug kernel
It's useful for networking issue debugging if we enable CONFIG_DEBUG_NET.
Let's enable this config for both ark and fedora.
Signed-off-by: Hangbin Liu <haliu(a)redhat.com>
diff --git a/redhat/configs/common/debug/CONFIG_DEBUG_NET b/redhat/configs/common/debug/CONFIG_DEBUG_NET
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/debug/CONFIG_DEBUG_NET
@@ -0,0 +1 @@
+CONFIG_DEBUG_NET=y
diff --git a/redhat/configs/ark/generic/CONFIG_DEBUG_NET b/redhat/configs/common/generic/CONFIG_DEBUG_NET
rename from redhat/configs/ark/generic/CONFIG_DEBUG_NET
rename to redhat/configs/common/generic/CONFIG_DEBUG_NET
index blahblah..blahblah 100644
--- a/redhat/configs/ark/generic/CONFIG_DEBUG_NET
+++ b/redhat/configs/common/generic/CONFIG_DEBUG_NET
diff --git a/redhat/configs/pending-fedora/generic/CONFIG_DEBUG_NET b/redhat/configs/pending-fedora/generic/CONFIG_DEBUG_NET
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-fedora/generic/CONFIG_DEBUG_NET
+++ /dev/null
@@ -1,13 +0,0 @@
-# Symbol: DEBUG_NET [=n]
-# Type : bool
-# Defined at net/Kconfig.debug:21
-# Prompt: Add generic networking debug
-# Depends on: DEBUG_KERNEL [=y]
-# Location:
-# Main menu
-# -> Kernel hacking
-# -> Networking Debugging
-#
-#
-#
-# CONFIG_DEBUG_NET is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1858
1 year, 5 months
[OS-BUILD PATCH] virtio-rng: make device ready before making request
by Justin M. Forbes (via Email Bridge)
From: Jason Wang <jasowang(a)redhat.com>
virtio-rng: make device ready before making request
Current virtio-rng does a entropy request before DRIVER_OK, this
violates the spec:
virtio spec requires that all drivers set DRIVER_OK
before using devices.
Further, kernel will ignore the interrupt after commit
8b4ec69d7e09 ("virtio: harden vring IRQ").
Fixing this by making device ready before the request.
Cc: stable(a)vger.kernel.org
Fixes: 8b4ec69d7e09 ("virtio: harden vring IRQ")
Fixes: f7f510ec1957 ("virtio: An entropy device, as suggested by hpa.")
Reported-and-tested-by: syzbot+5b59d6d459306a556f54(a)syzkaller.appspotmail.com
Signed-off-by: Jason Wang <jasowang(a)redhat.com>
Message-Id: <20220608061422.38437-1-jasowang(a)redhat.com>
Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com>
Reviewed-by: Laurent Vivier <lvivier(a)redhat.com>
diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c
index blahblah..blahblah 100644
--- a/drivers/char/hw_random/virtio-rng.c
+++ b/drivers/char/hw_random/virtio-rng.c
@@ -159,6 +159,8 @@ static int probe_common(struct virtio_device *vdev)
goto err_find;
}
+ virtio_device_ready(vdev);
+
/* we always have a pending entropy request */
request_entropy(vi);
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1861
1 year, 5 months
[OS-BUILD PATCH] RHMAINTAINERS: Update for June 10 2022
by Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava <prarit(a)redhat.com>
RHMAINTAINERS: Update for June 10 2022
Update RHMAINTAINERS to latest.
Signed-off-by: Prarit Bhargava <prarit(a)redhat.com>
diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
index blahblah..blahblah 100644
--- a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
+++ b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
@@ -2665,6 +2665,8 @@ M: Lyude Paul <lyude(a)redhat.com>
R: Michel Dänzer <mdaenzer(a)redhat.com>
R: Karol Herbst <kherbst(a)redhat.com>
R: Ben Skeggs <bskeggs(a)redhat.com>
+R: Jocelyn Falempe <jfalempe(a)redhat.com>
+R: Mika Penttilä <mpenttil(a)redhat.com>
S: Supported
F: drivers/gpu/
F: drivers/video/
@@ -2775,6 +2777,7 @@ F: include/uapi/linux/watchdog.h
WIRELESS DRIVERS AND STACK
M: Íñigo Huguet <ihuguet(a)redhat.com>
+M: José Ignacio Tornos Martínez <jtornosm(a)redhat.com>
R: Jarod Wilson <jarod(a)redhat.com>
R: John Linville <linville(a)redhat.com>
S: Supported
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1860
1 year, 5 months
❌ FAIL: Test report for kernel 5.17.14-300.fc36 (fedora-36)
by CKI Project
Hello,
We ran automated tests on the following kernel build:
Kernel package: kernel-5.17.14-300.fc36
Task URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=88069038
The results of these automated tests are provided below.
Overall result: FAILED (see details below)
Tests: FAILED
One or more kernel tests failed:
aarch64:
❌ Boot test
❌ storage: dm/common
❌ Storage: swraid mdadm raid_module test
❌ Reboot test
x86_64:
❌ xfstests - nfsv4.2
❌ storage: dm/common
❌ Storage: swraid mdadm raid_module test
❌ Reboot test
All kernel binaries, config files, and logs are available for download here:
https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?pre...
Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.
For the full detail on our testing procedures, please scroll to the bottom of
this message.
,-. ,-.
( C ) ( K ) Continuous
`-',-.`-' Kernel
( I ) Integration
`-'
______________________________________________________________________________
Hardware testing
----------------
We booted each kernel and ran the following tests:
aarch64:
Host 1:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ xfstests - ext4
✅ xfstests - xfs
🚧 ✅ xfstests - btrfs
⚡⚡⚡ Reboot test
Host 2:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
❌ Boot test
✅ IPMI driver test
✅ IPMItool loop stress test
✅ stress: stress-ng - interrupt
✅ stress: stress-ng - cpu
✅ stress: stress-ng - cpu-cache
✅ stress: stress-ng - memory
🚧 ✅ Storage blktests - blk
🚧 ✅ Storage blktests - nvme-tcp
🚧 ✅ Storage block - filesystem fio test
🚧 ✅ Storage block - queue scheduler test
🚧 ❌ Storage block - storage fio numa
✅ Reboot test
Host 3:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ selinux-policy: serge-testsuite
✅ Reboot test
Host 4:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ ACPI table test
✅ ACPI enabled test
✅ i2c: i2cdetect sanity
✅ LTP - cve
✅ LTP - sched
✅ LTP - syscalls
✅ LTP - can
✅ LTP - commands
✅ LTP - containers
✅ LTP - dio
✅ LTP - fs
✅ LTP - fsx
✅ LTP - math
✅ LTP - hugetlb
✅ LTP - mm
✅ LTP - nptl
✅ LTP - pty
✅ LTP - ipc
✅ LTP - tracing
✅ LTP: openposix test suite
✅ CIFS Connectathon
✅ POSIX pjd-fstest suites
✅ Loopdev Sanity
✅ jvm - jcstress tests
✅ Memory: fork_mem
✅ Memory function: memfd_create
✅ AMTU (Abstract Machine Test Utility)
✅ Networking bridge: sanity
✅ Ethernet drivers sanity
✅ Networking MACsec: sanity
✅ Networking socket: fuzz
✅ Networking sctp-auth: sockopts test
✅ Networking: igmp conformance test
✅ Networking route: pmtu
✅ Networking route_func - local
✅ Networking route_func - forward
✅ Networking TCP: keepalive test
✅ Networking UDP: socket
✅ Networking cki netfilter test
✅ Networking tunnel: geneve basic test
✅ Networking tunnel: gre basic
✅ L2TP basic test
✅ Networking tunnel: vxlan basic
✅ Networking tunnel: permtest
✅ Networking ipsec: basic netns - transport
✅ Networking ipsec: basic netns - tunnel
✅ Networking vnic: ipvlan/basic
✅ Networking VRF: sanity
✅ Libkcapi AF_ALG test
✅ pciutils: update pci ids test
✅ ALSA PCM loopback test
✅ ALSA Control (mixer) Userspace Element test
✅ Storage: block zstd compression test
✅ Storage: block zstd smoke test
❌ storage: dm/common
✅ lvm thinp sanity
✅ lvm thinp stqe test
✅ lvm snapper test
✅ storage: SCSI VPD
❌ Storage: swraid mdadm raid_module test
✅ Storage: swraid scsi_raid
✅ storage: targetcli basic
✅ trace: ftrace/tracer
🚧 ❌ Podman system test - as root
🚧 ❌ Podman system test - as user
🚧 ✅ NFS Connectathon
🚧 ✅ Firmware test suite
🚧 ✅ Memory function: kaslr
🚧 ✅ Usex - version 1.9-29
🚧 ✅ lvm cache test
🚧 ❌ storage: software RAID testing
❌ Reboot test
Host 5:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
🚧 ✅ Storage blktests - nvmeof-mp
✅ Reboot test
Host 6:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ xfstests - ext4
✅ xfstests - xfs
🚧 ❌ xfstests - btrfs
⚡⚡⚡ Reboot test
ppc64le:
Host 1:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ LTP - cve
⚡⚡⚡ LTP - sched
⚡⚡⚡ LTP - syscalls
⚡⚡⚡ LTP - can
⚡⚡⚡ LTP - commands
⚡⚡⚡ LTP - containers
⚡⚡⚡ LTP - dio
⚡⚡⚡ LTP - fs
⚡⚡⚡ LTP - fsx
⚡⚡⚡ LTP - math
⚡⚡⚡ LTP - hugetlb
⚡⚡⚡ LTP - mm
⚡⚡⚡ LTP - nptl
⚡⚡⚡ LTP - pty
⚡⚡⚡ LTP - ipc
⚡⚡⚡ LTP - tracing
⚡⚡⚡ LTP: openposix test suite
⚡⚡⚡ CIFS Connectathon
⚡⚡⚡ POSIX pjd-fstest suites
⚡⚡⚡ Loopdev Sanity
⚡⚡⚡ jvm - jcstress tests
⚡⚡⚡ Memory: fork_mem
⚡⚡⚡ Memory function: memfd_create
⚡⚡⚡ AMTU (Abstract Machine Test Utility)
⚡⚡⚡ Networking bridge: sanity
⚡⚡⚡ Ethernet drivers sanity
⚡⚡⚡ Networking MACsec: sanity
⚡⚡⚡ Networking socket: fuzz
⚡⚡⚡ Networking sctp-auth: sockopts test
⚡⚡⚡ Networking route: pmtu
⚡⚡⚡ Networking route_func - local
⚡⚡⚡ Networking route_func - forward
⚡⚡⚡ Networking TCP: keepalive test
⚡⚡⚡ Networking UDP: socket
⚡⚡⚡ Networking cki netfilter test
⚡⚡⚡ Networking tunnel: geneve basic test
⚡⚡⚡ Networking tunnel: gre basic
⚡⚡⚡ L2TP basic test
⚡⚡⚡ Networking tunnel: vxlan basic
⚡⚡⚡ Networking tunnel: permtest
⚡⚡⚡ Networking ipsec: basic netns - tunnel
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Networking VRF: sanity
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ pciutils: update pci ids test
⚡⚡⚡ ALSA PCM loopback test
⚡⚡⚡ ALSA Control (mixer) Userspace Element test
⚡⚡⚡ Storage: block zstd compression test
⚡⚡⚡ Storage: block zstd smoke test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm thinp stqe test
⚡⚡⚡ lvm snapper test
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ storage: targetcli basic
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ storage: software RAID testing
⚡⚡⚡ Reboot test
Host 2:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ Reboot test
Host 3:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ selinux-policy: serge-testsuite
⚡⚡⚡ Reboot test
Host 4:
🚧 ❌ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ xfstests - ext4
⚡⚡⚡ xfstests - xfs
🚧 ⚡⚡⚡ xfstests - btrfs
⚡⚡⚡ Reboot test
s390x:
Host 1:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ LTP - cve
✅ LTP - sched
⚡⚡⚡ LTP - syscalls
⚡⚡⚡ LTP - can
⚡⚡⚡ LTP - commands
⚡⚡⚡ LTP - containers
⚡⚡⚡ LTP - dio
⚡⚡⚡ LTP - fs
⚡⚡⚡ LTP - fsx
⚡⚡⚡ LTP - math
⚡⚡⚡ LTP - hugetlb
⚡⚡⚡ LTP - mm
⚡⚡⚡ LTP - nptl
⚡⚡⚡ LTP - pty
⚡⚡⚡ LTP - ipc
⚡⚡⚡ LTP - tracing
⚡⚡⚡ LTP: openposix test suite
⚡⚡⚡ CIFS Connectathon
⚡⚡⚡ POSIX pjd-fstest suites
⚡⚡⚡ Loopdev Sanity
⚡⚡⚡ jvm - jcstress tests
⚡⚡⚡ Memory: fork_mem
⚡⚡⚡ Memory function: memfd_create
⚡⚡⚡ AMTU (Abstract Machine Test Utility)
⚡⚡⚡ Networking bridge: sanity
⚡⚡⚡ Ethernet drivers sanity
⚡⚡⚡ Networking MACsec: sanity
⚡⚡⚡ Networking sctp-auth: sockopts test
⚡⚡⚡ Networking route: pmtu
⚡⚡⚡ Networking route_func - local
⚡⚡⚡ Networking route_func - forward
⚡⚡⚡ Networking TCP: keepalive test
⚡⚡⚡ Networking UDP: socket
⚡⚡⚡ Networking cki netfilter test
⚡⚡⚡ Networking tunnel: geneve basic test
⚡⚡⚡ Networking tunnel: gre basic
⚡⚡⚡ L2TP basic test
⚡⚡⚡ Networking tunnel: vxlan basic
⚡⚡⚡ Networking tunnel: permtest
⚡⚡⚡ Networking ipsec: basic netns - transport
⚡⚡⚡ Networking ipsec: basic netns - tunnel
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Networking VRF: sanity
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ Storage: block zstd compression test
⚡⚡⚡ Storage: block zstd smoke test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm thinp stqe test
⚡⚡⚡ lvm snapper test
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ storage: targetcli basic
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ lvm cache test
⚡⚡⚡ Reboot test
Host 2:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ stress: stress-ng - interrupt
✅ stress: stress-ng - cpu
✅ stress: stress-ng - cpu-cache
✅ stress: stress-ng - memory
🚧 ✅ Storage blktests - blk
🚧 ✅ Storage blktests - nvme-tcp
✅ Reboot test
Host 3:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ selinux-policy: serge-testsuite
⚡⚡⚡ Reboot test
Host 4:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ Reboot test
Host 5:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
🚧 ✅ Storage blktests - nvmeof-mp
✅ Reboot test
Host 6:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ selinux-policy: serge-testsuite
⚡⚡⚡ Reboot test
x86_64:
Host 1:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ xfstests - ext4
✅ xfstests - xfs
❌ xfstests - nfsv4.2
🚧 ✅ xfstests - btrfs
🚧 ✅ xfstests - cifsv3.11
✅ Reboot test
Host 2:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
🚧 ✅ Storage blktests - nvmeof-mp
✅ Reboot test
Host 3:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ ACPI table test
✅ i2c: i2cdetect sanity
✅ LTP - cve
✅ LTP - sched
✅ LTP - syscalls
✅ LTP - can
✅ LTP - commands
✅ LTP - containers
✅ LTP - dio
✅ LTP - fs
✅ LTP - fsx
✅ LTP - math
✅ LTP - hugetlb
✅ LTP - mm
✅ LTP - nptl
✅ LTP - pty
✅ LTP - ipc
✅ LTP - tracing
✅ LTP: openposix test suite
✅ CIFS Connectathon
✅ POSIX pjd-fstest suites
✅ Loopdev Sanity
✅ jvm - jcstress tests
✅ Memory: fork_mem
✅ Memory function: memfd_create
✅ AMTU (Abstract Machine Test Utility)
✅ Networking bridge: sanity
✅ Ethernet drivers sanity
✅ Networking MACsec: sanity
✅ Networking socket: fuzz
✅ Networking sctp-auth: sockopts test
✅ Networking: igmp conformance test
✅ Networking route: pmtu
✅ Networking route_func - local
✅ Networking route_func - forward
✅ Networking TCP: keepalive test
✅ Networking UDP: socket
✅ Networking cki netfilter test
✅ Networking tunnel: geneve basic test
✅ Networking tunnel: gre basic
✅ L2TP basic test
✅ Networking tunnel: vxlan basic
✅ Networking tunnel: permtest
✅ Networking ipsec: basic netns - transport
✅ Networking ipsec: basic netns - tunnel
✅ Networking vnic: ipvlan/basic
✅ Networking VRF: sanity
✅ Libkcapi AF_ALG test
✅ pciutils: sanity smoke test
✅ pciutils: update pci ids test
✅ ALSA PCM loopback test
✅ ALSA Control (mixer) Userspace Element test
✅ Storage: block zstd compression test
✅ Storage: block zstd smoke test
❌ storage: dm/common
✅ lvm thinp sanity
✅ lvm thinp stqe test
✅ lvm snapper test
✅ storage: SCSI VPD
❌ Storage: swraid mdadm raid_module test
✅ Storage: swraid scsi_raid
✅ storage: targetcli basic
✅ trace: ftrace/tracer
🚧 ❌ Podman system test - as root
🚧 ❌ Podman system test - as user
🚧 ❌ NFS Connectathon
🚧 ✅ Firmware test suite
🚧 ❌ Memory function: kaslr
🚧 ✅ Usex - version 1.9-29
🚧 ✅ lvm cache test
🚧 ✅ storage: software RAID testing
❌ Reboot test
Host 4:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ CPU: Die Test
✅ stress: stress-ng - interrupt
✅ stress: stress-ng - cpu
✅ stress: stress-ng - cpu-cache
✅ stress: stress-ng - memory
🚧 ✅ Storage blktests - blk
🚧 ✅ Storage blktests - nvme-tcp
🚧 ✅ Storage block - filesystem fio test
🚧 ✅ Storage block - queue scheduler test
🚧 ❌ Storage block - storage fio numa
✅ Reboot test
Host 5:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ selinux-policy: serge-testsuite
✅ Reboot test
Test sources: https://gitlab.com/cki-project/kernel-tests
💚 Pull requests are welcome for new tests or improvements to existing tests!
Aborted tests
-------------
Tests that didn't complete running successfully are marked with ⚡⚡⚡.
If this was caused by an infrastructure issue, we try to mark that
explicitly in the report.
Waived tests
------------
If the test run included waived tests, they are marked with 🚧. Such tests are
executed but their results are not taken into account. Tests are waived when
their results are not reliable enough, e.g. when they're just introduced or are
being fixed.
Testing timeout
---------------
We aim to provide a report within reasonable timeframe. Tests that haven't
finished running yet are marked with ⏱.
1 year, 5 months
❌ FAIL: Test report for kernel 5.18.3-200.fc36 (fedora-36)
by CKI Project
Hello,
We ran automated tests on the following kernel build:
Kernel package: kernel-5.18.3-200.fc36
Task URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=88068950
The results of these automated tests are provided below.
Overall result: FAILED (see details below)
Tests: FAILED
One or more kernel tests failed:
s390x:
❌ POSIX pjd-fstest suites
❌ storage: dm/common
❌ Storage: swraid mdadm raid_module test
❌ storage: targetcli basic
aarch64:
❌ Boot test
❌ POSIX pjd-fstest suites
x86_64:
❌ xfstests - nfsv4.2
All kernel binaries, config files, and logs are available for download here:
https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?pre...
Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.
For the full detail on our testing procedures, please scroll to the bottom of
this message.
,-. ,-.
( C ) ( K ) Continuous
`-',-.`-' Kernel
( I ) Integration
`-'
______________________________________________________________________________
Hardware testing
----------------
We booted each kernel and ran the following tests:
aarch64:
Host 1:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
🚧 ✅ Storage blktests - nvmeof-mp
⚡⚡⚡ Reboot test
Host 2:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ selinux-policy: serge-testsuite
✅ Reboot test
Host 3:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ xfstests - ext4
✅ xfstests - xfs
🚧 ✅ xfstests - btrfs
⚡⚡⚡ Reboot test
Host 4:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
❌ Boot test
✅ IPMI driver test
✅ IPMItool loop stress test
✅ stress: stress-ng - interrupt
✅ stress: stress-ng - cpu
✅ stress: stress-ng - cpu-cache
✅ stress: stress-ng - memory
🚧 ✅ Storage blktests - blk
🚧 ✅ Storage blktests - nvme-tcp
🚧 ✅ Storage block - filesystem fio test
🚧 ✅ Storage block - queue scheduler test
🚧 ✅ Storage block - storage fio numa
✅ Reboot test
Host 5:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ ACPI table test
✅ ACPI enabled test
✅ i2c: i2cdetect sanity
✅ LTP - cve
✅ LTP - sched
✅ LTP - syscalls
✅ LTP - can
✅ LTP - commands
✅ LTP - containers
✅ LTP - dio
✅ LTP - fs
✅ LTP - fsx
✅ LTP - math
✅ LTP - hugetlb
✅ LTP - mm
✅ LTP - nptl
✅ LTP - pty
✅ LTP - ipc
✅ LTP - tracing
✅ LTP: openposix test suite
✅ CIFS Connectathon
❌ POSIX pjd-fstest suites
✅ Loopdev Sanity
✅ jvm - jcstress tests
✅ Memory: fork_mem
✅ Memory function: memfd_create
⚡⚡⚡ AMTU (Abstract Machine Test Utility)
⚡⚡⚡ Networking bridge: sanity
⚡⚡⚡ Ethernet drivers sanity
⚡⚡⚡ Networking MACsec: sanity
⚡⚡⚡ Networking socket: fuzz
⚡⚡⚡ Networking sctp-auth: sockopts test
⚡⚡⚡ Networking: igmp conformance test
⚡⚡⚡ Networking route: pmtu
⚡⚡⚡ Networking route_func - local
⚡⚡⚡ Networking route_func - forward
⚡⚡⚡ Networking TCP: keepalive test
⚡⚡⚡ Networking UDP: socket
⚡⚡⚡ Networking cki netfilter test
⚡⚡⚡ Networking tunnel: geneve basic test
⚡⚡⚡ Networking tunnel: gre basic
⚡⚡⚡ L2TP basic test
⚡⚡⚡ Networking tunnel: vxlan basic
⚡⚡⚡ Networking tunnel: permtest
⚡⚡⚡ Networking ipsec: basic netns - transport
⚡⚡⚡ Networking ipsec: basic netns - tunnel
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Networking VRF: sanity
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ pciutils: update pci ids test
⚡⚡⚡ ALSA PCM loopback test
⚡⚡⚡ ALSA Control (mixer) Userspace Element test
⚡⚡⚡ Storage: block zstd compression test
⚡⚡⚡ Storage: block zstd smoke test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm thinp stqe test
⚡⚡⚡ lvm snapper test
⚡⚡⚡ storage: SCSI VPD
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ storage: targetcli basic
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Firmware test suite
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ storage: software RAID testing
⚡⚡⚡ Reboot test
Host 6:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
🚧 ✅ Storage blktests - nvmeof-mp
✅ Reboot test
Host 7:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ xfstests - ext4
✅ xfstests - xfs
🚧 ✅ xfstests - btrfs
⚡⚡⚡ Reboot test
ppc64le:
Host 1:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ selinux-policy: serge-testsuite
⚡⚡⚡ Reboot test
Host 2:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ LTP - cve
⚡⚡⚡ LTP - sched
⚡⚡⚡ LTP - syscalls
⚡⚡⚡ LTP - can
⚡⚡⚡ LTP - commands
⚡⚡⚡ LTP - containers
⚡⚡⚡ LTP - dio
⚡⚡⚡ LTP - fs
⚡⚡⚡ LTP - fsx
⚡⚡⚡ LTP - math
⚡⚡⚡ LTP - hugetlb
⚡⚡⚡ LTP - mm
⚡⚡⚡ LTP - nptl
⚡⚡⚡ LTP - pty
⚡⚡⚡ LTP - ipc
⚡⚡⚡ LTP - tracing
⚡⚡⚡ LTP: openposix test suite
⚡⚡⚡ CIFS Connectathon
⚡⚡⚡ POSIX pjd-fstest suites
⚡⚡⚡ Loopdev Sanity
⚡⚡⚡ jvm - jcstress tests
⚡⚡⚡ Memory: fork_mem
⚡⚡⚡ Memory function: memfd_create
⚡⚡⚡ AMTU (Abstract Machine Test Utility)
⚡⚡⚡ Networking bridge: sanity
⚡⚡⚡ Ethernet drivers sanity
⚡⚡⚡ Networking MACsec: sanity
⚡⚡⚡ Networking socket: fuzz
⚡⚡⚡ Networking sctp-auth: sockopts test
⚡⚡⚡ Networking route: pmtu
⚡⚡⚡ Networking route_func - local
⚡⚡⚡ Networking route_func - forward
⚡⚡⚡ Networking TCP: keepalive test
⚡⚡⚡ Networking UDP: socket
⚡⚡⚡ Networking cki netfilter test
⚡⚡⚡ Networking tunnel: geneve basic test
⚡⚡⚡ Networking tunnel: gre basic
⚡⚡⚡ L2TP basic test
⚡⚡⚡ Networking tunnel: vxlan basic
⚡⚡⚡ Networking tunnel: permtest
⚡⚡⚡ Networking ipsec: basic netns - tunnel
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Networking VRF: sanity
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ pciutils: update pci ids test
⚡⚡⚡ ALSA PCM loopback test
⚡⚡⚡ ALSA Control (mixer) Userspace Element test
⚡⚡⚡ Storage: block zstd compression test
⚡⚡⚡ Storage: block zstd smoke test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm thinp stqe test
⚡⚡⚡ lvm snapper test
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ storage: targetcli basic
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ storage: software RAID testing
⚡⚡⚡ Reboot test
Host 3:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ Reboot test
Host 4:
🚧 ❌ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ IPMI driver test
⚡⚡⚡ IPMItool loop stress test
🚧 ⚡⚡⚡ Storage blktests - blk
🚧 ⚡⚡⚡ Storage blktests - nvme-tcp
🚧 ⚡⚡⚡ Storage block - filesystem fio test
🚧 ⚡⚡⚡ Storage block - queue scheduler test
🚧 ⚡⚡⚡ Storage block - storage fio numa
⚡⚡⚡ Reboot test
s390x:
Host 1:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ selinux-policy: serge-testsuite
✅ Reboot test
Host 2:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ stress: stress-ng - interrupt
✅ stress: stress-ng - cpu
✅ stress: stress-ng - cpu-cache
✅ stress: stress-ng - memory
🚧 ❌ Storage blktests - blk
🚧 ✅ Storage blktests - nvme-tcp
✅ Reboot test
Host 3:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ LTP - cve
✅ LTP - sched
✅ LTP - syscalls
✅ LTP - can
✅ LTP - commands
✅ LTP - containers
✅ LTP - dio
✅ LTP - fs
✅ LTP - fsx
✅ LTP - math
✅ LTP - hugetlb
✅ LTP - mm
✅ LTP - nptl
✅ LTP - pty
✅ LTP - ipc
✅ LTP - tracing
✅ LTP: openposix test suite
✅ CIFS Connectathon
❌ POSIX pjd-fstest suites
✅ Loopdev Sanity
✅ jvm - jcstress tests
✅ Memory: fork_mem
✅ Memory function: memfd_create
✅ AMTU (Abstract Machine Test Utility)
✅ Networking bridge: sanity
✅ Ethernet drivers sanity
✅ Networking MACsec: sanity
✅ Networking sctp-auth: sockopts test
✅ Networking route: pmtu
✅ Networking route_func - local
✅ Networking route_func - forward
✅ Networking TCP: keepalive test
✅ Networking UDP: socket
✅ Networking cki netfilter test
✅ Networking tunnel: geneve basic test
✅ Networking tunnel: gre basic
✅ L2TP basic test
✅ Networking tunnel: vxlan basic
✅ Networking tunnel: permtest
✅ Networking ipsec: basic netns - transport
✅ Networking ipsec: basic netns - tunnel
✅ Networking vnic: ipvlan/basic
✅ Networking VRF: sanity
✅ Libkcapi AF_ALG test
✅ Storage: block zstd compression test
✅ Storage: block zstd smoke test
❌ storage: dm/common
✅ lvm thinp sanity
✅ lvm thinp stqe test
✅ lvm snapper test
❌ Storage: swraid mdadm raid_module test
✅ Storage: swraid scsi_raid
❌ storage: targetcli basic
✅ trace: ftrace/tracer
🚧 ❌ Podman system test - as root
🚧 ❌ Podman system test - as user
🚧 ❌ NFS Connectathon
🚧 ✅ Memory function: kaslr
🚧 ✅ lvm cache test
✅ Reboot test
Host 4:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
🚧 ✅ Storage blktests - nvmeof-mp
✅ Reboot test
x86_64:
Host 1:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ ACPI table test
✅ i2c: i2cdetect sanity
✅ LTP - cve
✅ LTP - sched
✅ LTP - syscalls
✅ LTP - can
✅ LTP - commands
✅ LTP - containers
⚡⚡⚡ LTP - dio
⚡⚡⚡ LTP - fs
⚡⚡⚡ LTP - fsx
⚡⚡⚡ LTP - math
⚡⚡⚡ LTP - hugetlb
⚡⚡⚡ LTP - mm
⚡⚡⚡ LTP - nptl
⚡⚡⚡ LTP - pty
⚡⚡⚡ LTP - ipc
⚡⚡⚡ LTP - tracing
⚡⚡⚡ LTP: openposix test suite
⚡⚡⚡ CIFS Connectathon
⚡⚡⚡ POSIX pjd-fstest suites
⚡⚡⚡ Loopdev Sanity
⚡⚡⚡ jvm - jcstress tests
⚡⚡⚡ Memory: fork_mem
⚡⚡⚡ Memory function: memfd_create
⚡⚡⚡ AMTU (Abstract Machine Test Utility)
⚡⚡⚡ Networking bridge: sanity
⚡⚡⚡ Ethernet drivers sanity
⚡⚡⚡ Networking MACsec: sanity
⚡⚡⚡ Networking socket: fuzz
⚡⚡⚡ Networking sctp-auth: sockopts test
⚡⚡⚡ Networking: igmp conformance test
⚡⚡⚡ Networking route: pmtu
⚡⚡⚡ Networking route_func - local
⚡⚡⚡ Networking route_func - forward
⚡⚡⚡ Networking TCP: keepalive test
⚡⚡⚡ Networking UDP: socket
⚡⚡⚡ Networking cki netfilter test
⚡⚡⚡ Networking tunnel: geneve basic test
⚡⚡⚡ Networking tunnel: gre basic
⚡⚡⚡ L2TP basic test
⚡⚡⚡ Networking tunnel: vxlan basic
⚡⚡⚡ Networking tunnel: permtest
⚡⚡⚡ Networking ipsec: basic netns - transport
⚡⚡⚡ Networking ipsec: basic netns - tunnel
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Networking VRF: sanity
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ pciutils: sanity smoke test
⚡⚡⚡ pciutils: update pci ids test
⚡⚡⚡ ALSA PCM loopback test
⚡⚡⚡ ALSA Control (mixer) Userspace Element test
⚡⚡⚡ Storage: block zstd compression test
⚡⚡⚡ Storage: block zstd smoke test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm thinp stqe test
⚡⚡⚡ lvm snapper test
⚡⚡⚡ storage: SCSI VPD
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ storage: targetcli basic
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Firmware test suite
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ storage: software RAID testing
⚡⚡⚡ Reboot test
Host 2:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
⚡⚡⚡ CPU: Die Test
⚡⚡⚡ IPMI driver test
⚡⚡⚡ IPMItool loop stress test
⚡⚡⚡ stress: stress-ng - interrupt
⚡⚡⚡ stress: stress-ng - cpu
⚡⚡⚡ stress: stress-ng - cpu-cache
⚡⚡⚡ stress: stress-ng - memory
🚧 ⚡⚡⚡ CPU: Idle Test
🚧 ⚡⚡⚡ Storage blktests - blk
🚧 ⚡⚡⚡ Storage blktests - nvme-tcp
🚧 ⚡⚡⚡ Storage block - filesystem fio test
🚧 ⚡⚡⚡ Storage block - queue scheduler test
🚧 ⚡⚡⚡ Storage block - storage fio numa
⚡⚡⚡ Reboot test
Host 3:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ Reboot test
Host 4:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ selinux-policy: serge-testsuite
✅ Reboot test
Host 5:
🚧 ✅ SELinux Custom Module Setup
🚧 ✅ machineinfo
✅ Boot test
✅ xfstests - ext4
✅ xfstests - xfs
❌ xfstests - nfsv4.2
🚧 ✅ xfstests - btrfs
🚧 ✅ xfstests - cifsv3.11
✅ Reboot test
Host 6:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ Reboot test
Host 7:
⚡ Internal infrastructure issues prevented one or more tests (marked
with ⚡⚡⚡) from running on this architecture.
This is not the fault of the kernel that was tested.
🚧 ⚡⚡⚡ SELinux Custom Module Setup
🚧 ⚡⚡⚡ machineinfo
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ Reboot test
Test sources: https://gitlab.com/cki-project/kernel-tests
💚 Pull requests are welcome for new tests or improvements to existing tests!
Aborted tests
-------------
Tests that didn't complete running successfully are marked with ⚡⚡⚡.
If this was caused by an infrastructure issue, we try to mark that
explicitly in the report.
Waived tests
------------
If the test run included waived tests, they are marked with 🚧. Such tests are
executed but their results are not taken into account. Tests are waived when
their results are not reliable enough, e.g. when they're just introduced or are
being fixed.
Testing timeout
---------------
We aim to provide a report within reasonable timeframe. Tests that haven't
finished running yet are marked with ⏱.
1 year, 5 months