The NVME device pluged in some AMD PCIE root port will resume timeout
from s2idle which caused by NVME power CFG lost in the SMU FW restore.
This issue can be workaround by using PCIe power set with simple
suspend/resume process path instead of APST. In the onwards ASIC will
try do the NVME shutdown save and restore in the BIOS and still need PCIe
power setting to resume from RTD3 for s2idle.
In this preparation patch add a PCIe quirk for the AMD.
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni(a)wdc.com>
[ck: split patches for nvme and pcie]
Signed-off-by: Prike Liang <Prike.Liang(a)amd.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k(a)amd.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni(a)wdc.com>
Cc: <stable(a)vger.kernel.org> # 5.11+
---
drivers/pci/quirks.c | 10 ++++++++++
include/linux/pci.h | 2 ++
2 files changed, 12 insertions(+)
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 653660e3..f95c8b2 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -312,6 +312,16 @@ static void quirk_nopciamd(struct pci_dev *dev)
}
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8151_0, quirk_nopciamd);
+static void quirk_amd_nvme_fixup(struct pci_dev *dev)
+{
+ struct pci_dev *rdev;
+
+ dev->dev_flags |= PCI_DEV_FLAGS_AMD_NVME_SIMPLE_SUSPEND;
+ pci_info(dev, "AMD simple suspend opt enabled\n");
+
+}
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_AMD, 0x1630, quirk_amd_nvme_fixup);
+
/* Triton requires workarounds to be used by the drivers */
static void quirk_triton(struct pci_dev *dev)
{
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 53f4904..a6e1b1b 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -227,6 +227,8 @@ enum pci_dev_flags {
PCI_DEV_FLAGS_NO_FLR_RESET = (__force pci_dev_flags_t) (1 << 10),
/* Don't use Relaxed Ordering for TLPs directed at this device */
PCI_DEV_FLAGS_NO_RELAXED_ORDERING = (__force pci_dev_flags_t) (1 << 11),
+ /* AMD simple suspend opt quirk */
+ PCI_DEV_FLAGS_AMD_NVME_SIMPLE_SUSPEND = (__force pci_dev_flags_t) (1 << 12),
};
enum pci_irq_reroute_variant {
--
2.7.4
Hello,
We ran automated tests on a recent commit from this kernel tree:
Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Commit: dfe7059bf16b - Linux 5.11.14
The results of these automated tests are provided below.
Overall result: PASSED
Merge: OK
Compile: OK
Tests: OK
All kernel binaries, config files, and logs are available for download here:
https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?prefiβ¦
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.
,-. ,-.
( C ) ( K ) Continuous
`-',-.`-' Kernel
( I ) Integration
`-'
______________________________________________________________________________
Compile testing
---------------
We compiled the kernel for 4 architectures:
aarch64:
make options: make -j24 INSTALL_MOD_STRIP=1 targz-pkg
ppc64le:
make options: make -j24 INSTALL_MOD_STRIP=1 targz-pkg
s390x:
make options: make -j24 INSTALL_MOD_STRIP=1 targz-pkg
x86_64:
make options: make -j24 INSTALL_MOD_STRIP=1 targz-pkg
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.
β Boot test
β xfstests - ext4
β xfstests - xfs
β selinux-policy: serge-testsuite
β storage: software RAID testing
β Storage: swraid mdadm raid_module test
π§ β xfstests - btrfs
π§ β IPMI driver test
π§ β IPMItool loop stress test
π§ β Storage blktests
π§ β Storage block - filesystem fio test
π§ β Storage block - queue scheduler test
π§ β Storage nvme - tcp
π§ β‘β‘β‘ Storage: lvm device-mapper test
π§ β‘β‘β‘ stress: stress-ng
Host 2:
β Boot test
β ACPI table test
β ACPI enabled test
β LTP
β 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 socket: fuzz
β 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 ipsec: basic netns - transport
β Networking ipsec: basic netns - tunnel
β Libkcapi AF_ALG test
β pciutils: update pci ids test
β ALSA PCM loopback test
β ALSA Control (mixer) Userspace Element test
β storage: SCSI VPD
β trace: ftrace/tracer
π§ β i2c: i2cdetect sanity
π§ β Firmware test suite
π§ β Memory function: kaslr
π§ β audit: audit testsuite 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.
β‘β‘β‘ Boot test
β‘β‘β‘ LTP
β‘β‘β‘ 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 socket: fuzz
β‘β‘β‘ 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 ipsec: basic netns - tunnel
β‘β‘β‘ Libkcapi AF_ALG test
β‘β‘β‘ pciutils: update pci ids test
β‘β‘β‘ ALSA PCM loopback test
β‘β‘β‘ ALSA Control (mixer) Userspace Element test
β‘β‘β‘ trace: ftrace/tracer
π§ β‘β‘β‘ Memory function: kaslr
π§ β‘β‘β‘ audit: audit testsuite test
Host 2:
β Boot test
β xfstests - ext4
β xfstests - xfs
β selinux-policy: serge-testsuite
β storage: software RAID testing
β Storage: swraid mdadm raid_module test
π§ β xfstests - btrfs
π§ β IPMI driver test
π§ β IPMItool loop stress test
π§ β Storage blktests
π§ β Storage block - filesystem fio test
π§ β Storage block - queue scheduler test
π§ β Storage nvme - tcp
π§ β Storage: lvm device-mapper test
Host 3:
β Boot test
β LTP
β 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 socket: fuzz
β 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 ipsec: basic netns - tunnel
β Libkcapi AF_ALG test
β pciutils: update pci ids test
β ALSA PCM loopback test
β ALSA Control (mixer) Userspace Element test
β trace: ftrace/tracer
π§ β Memory function: kaslr
π§ β audit: audit testsuite 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.
β‘β‘β‘ Boot test
β‘β‘β‘ selinux-policy: serge-testsuite
β‘β‘β‘ Storage: swraid mdadm raid_module test
π§ β‘β‘β‘ Storage blktests
π§ β‘β‘β‘ Storage nvme - tcp
π§ β‘β‘β‘ stress: stress-ng
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.
β‘β‘β‘ Boot test
β‘β‘β‘ LTP
β‘β‘β‘ 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 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 ipsec: basic netns - transport
β‘β‘β‘ Networking ipsec: basic netns - tunnel
β‘β‘β‘ Libkcapi AF_ALG test
β‘β‘β‘ trace: ftrace/tracer
π§ β‘β‘β‘ Memory function: kaslr
π§ β‘β‘β‘ audit: audit testsuite 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.
β‘β‘β‘ Boot test
β‘β‘β‘ selinux-policy: serge-testsuite
β‘β‘β‘ Storage: swraid mdadm raid_module test
π§ β‘β‘β‘ Storage blktests
π§ β‘β‘β‘ Storage nvme - tcp
π§ β‘β‘β‘ stress: stress-ng
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.
β‘β‘β‘ Boot test
β‘β‘β‘ LTP
β‘β‘β‘ 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 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 ipsec: basic netns - transport
β‘β‘β‘ Networking ipsec: basic netns - tunnel
β‘β‘β‘ Libkcapi AF_ALG test
β‘β‘β‘ trace: ftrace/tracer
π§ β‘β‘β‘ Memory function: kaslr
π§ β‘β‘β‘ audit: audit testsuite test
x86_64:
Host 1:
β Boot test
β xfstests - ext4
β xfstests - xfs
β xfstests - nfsv4.2
β selinux-policy: serge-testsuite
β power-management: cpupower/sanity test
β storage: software RAID testing
β Storage: swraid mdadm raid_module test
π§ β CPU: Idle Test
π§ β xfstests - btrfs
π§ β xfstests - cifsv3.11
π§ β IPMI driver test
π§ β IPMItool loop stress test
π§ β Storage blktests
π§ β Storage block - filesystem fio test
π§ β Storage block - queue scheduler test
π§ β Storage nvme - tcp
π§ β Storage: lvm device-mapper test
π§ β stress: stress-ng
Host 2:
β Boot test
β ACPI table test
β LTP
β 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 socket: fuzz
β 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 ipsec: basic netns - transport
β Networking ipsec: basic netns - tunnel
β Libkcapi AF_ALG test
β pciutils: sanity smoke test
β pciutils: update pci ids test
β ALSA PCM loopback test
β ALSA Control (mixer) Userspace Element test
β storage: SCSI VPD
β trace: ftrace/tracer
π§ β i2c: i2cdetect sanity
π§ β Firmware test suite
π§ β Memory function: kaslr
π§ β audit: audit testsuite 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 β±.
Hello,
We ran automated tests on a recent commit from this kernel tree:
Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Commit: d06bd968df7c - Revert "net: sched: bump refcount for new action in ACT replace mode"
The results of these automated tests are provided below.
Overall result: PASSED
Merge: OK
Compile: OK
Tests: OK
All kernel binaries, config files, and logs are available for download here:
https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?prefiβ¦
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.
,-. ,-.
( C ) ( K ) Continuous
`-',-.`-' Kernel
( I ) Integration
`-'
______________________________________________________________________________
Compile testing
---------------
We compiled the kernel for 4 architectures:
aarch64:
make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg
ppc64le:
make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg
s390x:
make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg
x86_64:
make options: make -j30 INSTALL_MOD_STRIP=1 targz-pkg
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.
β‘β‘β‘ Boot test
β‘β‘β‘ xfstests - ext4
β‘β‘β‘ xfstests - xfs
β‘β‘β‘ selinux-policy: serge-testsuite
β‘β‘β‘ storage: software RAID testing
β‘β‘β‘ Storage: swraid mdadm raid_module test
π§ β‘β‘β‘ xfstests - btrfs
π§ β‘β‘β‘ IPMI driver test
π§ β‘β‘β‘ IPMItool loop stress test
π§ β‘β‘β‘ Storage blktests
π§ β‘β‘β‘ Storage block - filesystem fio test
π§ β‘β‘β‘ Storage block - queue scheduler test
π§ β‘β‘β‘ Storage nvme - tcp
π§ β‘β‘β‘ Storage: lvm device-mapper test
π§ β‘β‘β‘ stress: stress-ng
Host 2:
β Boot test
β ACPI table test
β ACPI enabled test
β LTP
β 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 socket: fuzz
β 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 ipsec: basic netns - transport
β Networking ipsec: basic netns - tunnel
β Libkcapi AF_ALG test
β pciutils: update pci ids test
β ALSA PCM loopback test
β ALSA Control (mixer) Userspace Element test
β storage: SCSI VPD
β trace: ftrace/tracer
π§ β i2c: i2cdetect sanity
π§ β Firmware test suite
π§ β Memory function: kaslr
π§ β audit: audit testsuite 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.
β‘β‘β‘ Boot test
β‘β‘β‘ xfstests - ext4
β‘β‘β‘ xfstests - xfs
β‘β‘β‘ selinux-policy: serge-testsuite
β‘β‘β‘ storage: software RAID testing
β‘β‘β‘ Storage: swraid mdadm raid_module test
π§ β‘β‘β‘ xfstests - btrfs
π§ β‘β‘β‘ IPMI driver test
π§ β‘β‘β‘ IPMItool loop stress test
π§ β‘β‘β‘ Storage blktests
π§ β‘β‘β‘ Storage block - filesystem fio test
π§ β‘β‘β‘ Storage block - queue scheduler test
π§ β‘β‘β‘ Storage nvme - tcp
π§ β‘β‘β‘ Storage: lvm device-mapper test
π§ β‘β‘β‘ stress: stress-ng
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.
β Boot test
β xfstests - ext4
β xfstests - xfs
β selinux-policy: serge-testsuite
β storage: software RAID testing
β Storage: swraid mdadm raid_module test
π§ β xfstests - btrfs
π§ β IPMI driver test
π§ β IPMItool loop stress test
π§ β Storage blktests
π§ β Storage block - filesystem fio test
π§ β Storage block - queue scheduler test
π§ β Storage nvme - tcp
π§ β Storage: lvm device-mapper test
π§ β‘β‘β‘ stress: stress-ng
ppc64le:
Host 1:
β Boot test
β xfstests - ext4
β xfstests - xfs
β selinux-policy: serge-testsuite
β storage: software RAID testing
β Storage: swraid mdadm raid_module test
π§ β xfstests - btrfs
π§ β IPMI driver test
π§ β IPMItool loop stress test
π§ β Storage blktests
π§ β Storage block - filesystem fio test
π§ β Storage block - queue scheduler test
π§ β Storage nvme - tcp
π§ β Storage: lvm device-mapper test
Host 2:
β Boot test
β LTP
β 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 socket: fuzz
β 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 ipsec: basic netns - tunnel
β Libkcapi AF_ALG test
β pciutils: update pci ids test
β ALSA PCM loopback test
β ALSA Control (mixer) Userspace Element test
β trace: ftrace/tracer
π§ β Memory function: kaslr
π§ β audit: audit testsuite 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.
β‘β‘β‘ Boot test
β‘β‘β‘ selinux-policy: serge-testsuite
β‘β‘β‘ Storage: swraid mdadm raid_module test
π§ β‘β‘β‘ Storage blktests
π§ β‘β‘β‘ Storage nvme - tcp
π§ β‘β‘β‘ stress: stress-ng
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.
β‘β‘β‘ Boot test
β‘β‘β‘ LTP
β‘β‘β‘ 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 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 ipsec: basic netns - transport
β‘β‘β‘ Networking ipsec: basic netns - tunnel
β‘β‘β‘ Libkcapi AF_ALG test
β‘β‘β‘ trace: ftrace/tracer
π§ β‘β‘β‘ Memory function: kaslr
π§ β‘β‘β‘ audit: audit testsuite 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.
β‘β‘β‘ Boot test
β‘β‘β‘ selinux-policy: serge-testsuite
β‘β‘β‘ Storage: swraid mdadm raid_module test
π§ β‘β‘β‘ Storage blktests
π§ β‘β‘β‘ Storage nvme - tcp
π§ β‘β‘β‘ stress: stress-ng
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.
β‘β‘β‘ Boot test
β‘β‘β‘ LTP
β‘β‘β‘ 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 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 ipsec: basic netns - transport
β‘β‘β‘ Networking ipsec: basic netns - tunnel
β‘β‘β‘ Libkcapi AF_ALG test
β‘β‘β‘ trace: ftrace/tracer
π§ β‘β‘β‘ Memory function: kaslr
π§ β‘β‘β‘ audit: audit testsuite test
x86_64:
Host 1:
β Boot test
β ACPI table test
β LTP
β 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 socket: fuzz
β 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 ipsec: basic netns - transport
β Networking ipsec: basic netns - tunnel
β Libkcapi AF_ALG test
β pciutils: sanity smoke test
β pciutils: update pci ids test
β ALSA PCM loopback test
β ALSA Control (mixer) Userspace Element test
β storage: SCSI VPD
β trace: ftrace/tracer
π§ β i2c: i2cdetect sanity
π§ β Firmware test suite
π§ β Memory function: kaslr
π§ β audit: audit testsuite test
Host 2:
β Boot test
β xfstests - ext4
β xfstests - xfs
β xfstests - nfsv4.2
β selinux-policy: serge-testsuite
β power-management: cpupower/sanity test
β storage: software RAID testing
β Storage: swraid mdadm raid_module test
π§ β CPU: Idle Test
π§ β xfstests - btrfs
π§ β xfstests - cifsv3.11
π§ β IPMI driver test
π§ β IPMItool loop stress test
π§ β Storage blktests
π§ β Storage block - filesystem fio test
π§ β Storage block - queue scheduler test
π§ β Storage nvme - tcp
π§ β Storage: lvm device-mapper test
π§ β stress: stress-ng
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 β±.