[OS-BUILD PATCH] Add gcc-c++ to BuildRequires
by GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" <jforbes(a)fedoraproject.org>
This is required for some of the gcc plugins.
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
redhat/kernel.spec.template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index 5941924711d4..c8ee1f82c494 100755
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -501,7 +501,7 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant}
#
BuildRequires: kmod, patch, bash, tar, git-core
BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk
-BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex
+BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex, gcc-c++
BuildRequires: net-tools, hostname, bc, elfutils-devel
BuildRequires: dwarves
BuildRequires: python3-devel
--
GitLab
9 months, 1 week
[OS-BUILD PATCHv3] Enable KUNIT tests for redhat
kernel-modules-internal
by Nico Pache (via Email Bridge)
From: Nico Pache <npache(a)redhat.com>
Enable KUNIT tests for redhat kernel-modules-internal
This commit will enable KUNIT tests to be compiled as modules and
packaged into the kernel-modules-internal package.
Signed-off-by: Nico Pache <npache(a)redhat.com>
diff --git a/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST b/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KASAN_KUNIT_TEST=m
diff --git a/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT b/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
index blahblah..blahblah 100644
--- a/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
+++ b/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
@@ -1 +1 @@
-CONFIG_TEST_LIST_SORT=y
+CONFIG_TEST_LIST_SORT=m
diff --git a/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT b/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
@@ -0,0 +1 @@
+# CONFIG_BITFIELD_KUNIT is not set
diff --git a/redhat/configs/common/generic/CONFIG_BITS_TEST b/redhat/configs/common/generic/CONFIG_BITS_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_BITS_TEST
@@ -0,0 +1 @@
+# CONFIG_BITS_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
@@ -0,0 +1 @@
+# CONFIG_CMDLINE_KUNIT_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS b/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS
@@ -0,0 +1 @@
+CONFIG_EXT4_KUNIT_TESTS=m
diff --git a/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_FAT_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KFENCE_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT b/redhat/configs/common/generic/CONFIG_KUNIT
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_KUNIT
+++ b/redhat/configs/common/generic/CONFIG_KUNIT
@@ -1 +1 @@
-# CONFIG_KUNIT is not set
+CONFIG_KUNIT=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS b/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS
@@ -0,0 +1 @@
+CONFIG_KUNIT_ALL_TESTS=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS b/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS
@@ -0,0 +1 @@
+CONFIG_KUNIT_DEBUGFS=y
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST b/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST
@@ -0,0 +1 @@
+CONFIG_KUNIT_EXAMPLE_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST b/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
@@ -0,0 +1 @@
+# CONFIG_LINEAR_RANGES_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_LIST_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_MPTCP_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TESTS b/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TESTS
@@ -0,0 +1 @@
+CONFIG_MPTCP_KUNIT_TESTS=m
diff --git a/redhat/configs/common/generic/CONFIG_RATIONAL_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_RATIONAL_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_RATIONAL_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_RATIONAL_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_RESOURCE_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_RESOURCE_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_RESOURCE_KUNIT_TEST
@@ -0,0 +1 @@
+# CONFIG_RESOURCE_KUNIT_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_RTC_LIB_KUNIT_TEST b/redhat/configs/common/generic/CONFIG_RTC_LIB_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_RTC_LIB_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_RTC_LIB_KUNIT_TEST=m
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1422
1 year, 1 month
[OS-BUILD PATCH 0/0] Fedora arm 5.17 updates
by pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1731
NOTE: Truncated patchset due to missing public @redhat.com email
address on your GitLab profile at https://gitlab.com/-/profile.
Once that is fixed, close and reopen the merge request to
retrigger sending the emails.
Same as per the 5.17 branch.
Signed-off-by: Peter Robinson <pbrobinson(a)redhat.com>
---
redhat/configs/common/generic/arm/aarch64/CONFIG_PINCTRL_QDF2XXX | 2 +-
redhat/configs/fedora/generic/arm/aarch64/CONFIG_COMMON_CLK_SI5341 | 1 +
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM | 0
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_MSM8916 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_MSM8916 | 0
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_MSM8939 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_MSM8939 | 0
redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_MSM8974 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_MSM8996 | 1 +
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_OSM_L3 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_OSM_L3 | 0
redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_QCM2290 | 1 +
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_QCS404 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_QCS404 | 0
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_SC7180 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SC7180 | 0
redhat/configs/fedora/generic/CONFIG_INTERCONNECT_QCOM_SC7280 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SC7280 | 0
redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SC8180X | 1 +
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_SDM660 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SDM660 | 0
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_SDX55 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SDX55 | 0
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_SM8150 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SM8150 | 0
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_SM8250 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SM8250 | 0
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_SM8350 => redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SM8350 | 0
redhat/configs/fedora/generic/arm/aarch64/CONFIG_INTERCONNECT_QCOM_SM8450 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_MARVELL_CN10K_TAD_PMU | 2 +-
redhat/configs/fedora/generic/arm/aarch64/CONFIG_PHY_FSL_IMX8M_PCIE | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_PHY_QCOM_EDP | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_PINCTRL_MSM | 2 +-
redhat/configs/fedora/generic/arm/aarch64/CONFIG_PINCTRL_MSM8916 | 2 +-
redhat/configs/fedora/generic/arm/aarch64/CONFIG_PINCTRL_MSM8996 | 2 +-
redhat/configs/fedora/generic/arm/aarch64/CONFIG_PINCTRL_SC7280 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_PINCTRL_SDM845 | 2 +-
redhat/configs/fedora/generic/arm/aarch64/CONFIG_PINCTRL_SM8450 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_QCOM_SMEM_STATE | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_SND_SOC_SOF_IMX8 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_SND_SOC_SOF_IMX8M | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_XILINX_AMS | 2 +-
redhat/configs/fedora/generic/arm/armv7/CONFIG_INTERCONNECT_QCOM | 1 +
redhat/configs/fedora/generic/arm/armv7/CONFIG_QCOM_SCM | 1 +
redhat/configs/fedora/generic/arm/CONFIG_ARM_SUN8I_A33_MBUS_DEVFREQ | 2 +-
redhat/configs/fedora/generic/arm/CONFIG_CMA_DEBUGFS | 1 -
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_MSM8974 | 1 -
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_MSM8996 | 1 -
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_QCM2290 | 1 -
redhat/configs/fedora/generic/arm/CONFIG_INTERCONNECT_QCOM_SM8450 | 1 -
redhat/configs/fedora/generic/arm/CONFIG_PHY_MESON8_HDMI_TX | 2 +-
redhat/configs/fedora/generic/arm/CONFIG_PHY_QCOM_EDP | 1 -
redhat/configs/fedora/generic/CONFIG_PINCTRL_MSM => redhat/configs/fedora/generic/arm/CONFIG_PINCTRL_MSM | 0
redhat/configs/fedora/generic/arm/CONFIG_PINCTRL_SC7180 | 2 +-
redhat/configs/fedora/generic/CONFIG_PINCTRL_SDX55 => redhat/configs/fedora/generic/arm/CONFIG_PINCTRL_SDX55 | 0
redhat/configs/fedora/generic/arm/CONFIG_PINCTRL_SM8450 | 1 -
redhat/configs/fedora/generic/arm/CONFIG_QCOM_BAM_DMUX | 1 +
redhat/configs/fedora/generic/arm/CONFIG_SM_GCC_8450 | 2 +-
redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_SOF_IMX8 | 1 -
redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_SOF_IMX8M | 1 -
redhat/configs/fedora/generic/arm/CONFIG_VIDEO_HANTRO_SUNXI | 1 +
redhat/configs/fedora/generic/CONFIG_COMMON_CLK_LAN966X | 1 -
redhat/configs/fedora/generic/CONFIG_DRM_PANEL_BOE_BF060Y8M_AJ0 | 2 +-
redhat/configs/fedora/generic/CONFIG_DRM_PANEL_JDI_R63452 | 2 +-
redhat/configs/fedora/generic/CONFIG_DRM_PANEL_NOVATEK_NT35950 | 2 +-
redhat/configs/fedora/generic/CONFIG_INTERCONNECT_QCOM_SC8180X | 1 -
redhat/configs/fedora/generic/CONFIG_PHY_FSL_IMX8M_PCIE | 1 -
redhat/configs/fedora/generic/CONFIG_PHY_LAN966X_SERDES | 1 -
redhat/configs/fedora/generic/CONFIG_PINCTRL_SC7280 | 1 -
redhat/configs/fedora/generic/CONFIG_QCOM_BAM_DMUX | 1 -
redhat/configs/fedora/generic/CONFIG_VIDEO_HANTRO_SUNXI | 1 -
61 files changed, 31 insertions(+), 30 deletions(-)
1 year, 4 months
[OS-BUILD PATCH] redhat/configs: enable Maxlinear GPY115/21x/24x
driver
by Steve Best (via Email Bridge)
From: Steve Best <sbest(a)redhat.com>
redhat/configs: enable Maxlinear GPY115/21x/24x driver
Description:
Enable driver support for Maxlinear GPY115, GPY211, GPY212, GPY215, GPY241, GPY245 PHYs.
Tested: make dist-configs
Signed-off-by: Steve Best <sbest(a)redhat.com>
diff --git a/redhat/configs/common/generic/CONFIG_MAXLINEAR_GPHY b/redhat/configs/common/generic/CONFIG_MAXLINEAR_GPHY
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_MAXLINEAR_GPHY
+++ b/redhat/configs/common/generic/CONFIG_MAXLINEAR_GPHY
@@ -1 +1 @@
-# CONFIG_MAXLINEAR_GPHY is not set
+CONFIG_MAXLINEAR_GPHY=m
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1738
1 year, 4 months
[OS-BUILD PATCH] enable DAMON configs
by Chris von Recklinghausen (via Email Bridge)
From: Chris von Recklinghausen <crecklin(a)redhat.com>
enable DAMON configs
Upstream status: RHEL only
Bugzilla: http://bugzilla.redhat.com/2004233
Enable DAMON related kernel configs
Signed-off-by: Chris von Recklinghausen <crecklin(a)redhat.com>
diff --git a/redhat/configs/generic/CONFIG_DAMON b/redhat/configs/generic/CONFIG_DAMON
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/generic/CONFIG_DAMON
@@ -0,0 +1 @@
+CONFIG_DAMON=y
diff --git a/redhat/configs/generic/CONFIG_DAMON_DBGFS b/redhat/configs/generic/CONFIG_DAMON_DBGFS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/generic/CONFIG_DAMON_DBGFS
@@ -0,0 +1 @@
+CONFIG_DAMON_DBGFS=y
diff --git a/redhat/configs/generic/CONFIG_DAMON_PADDR b/redhat/configs/generic/CONFIG_DAMON_PADDR
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/generic/CONFIG_DAMON_PADDR
@@ -0,0 +1 @@
+CONFIG_DAMON_PADDR=y
diff --git a/redhat/configs/generic/CONFIG_DAMON_RECLAIM b/redhat/configs/generic/CONFIG_DAMON_RECLAIM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/generic/CONFIG_DAMON_RECLAIM
@@ -0,0 +1 @@
+CONFIG_DAMON_RECLAIM=y
diff --git a/redhat/configs/generic/CONFIG_DAMON_VADDR b/redhat/configs/generic/CONFIG_DAMON_VADDR
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/generic/CONFIG_DAMON_VADDR
@@ -0,0 +1 @@
+CONFIG_DAMON_VADDR=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766
1 year, 4 months
[OS-BUILD PATCH] redhat/configs: Set GUP_TEST in debug kernel
by Joel Savitz (via Email Bridge)
From: Joel Savitz <jsavitz(a)redhat.com>
redhat/configs: Set GUP_TEST in debug kernel
Set GUP_TEST in debug kernel to provide the /sys/kernel/debug/gup_test
interface for regression testing.
Signed-off-by: Joel Savitz <jsavitz(a)redhat.com>
diff --git a/redhat/configs/common/debug/CONFIG_GUP_TEST b/redhat/configs/common/debug/CONFIG_GUP_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/debug/CONFIG_GUP_TEST
@@ -0,0 +1 @@
+CONFIG_GUP_TEST=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1767
1 year, 4 months
✅ PASS: Test report for kernel 5.17.5-200.fc35 (fedora-35)
by CKI Project
Hello,
We ran automated tests on the following kernel build:
Kernel package: kernel-5.17.5-200.fc35
Task URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=86358113
The results of these automated tests are provided below.
Overall result: PASSED
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?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
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ xfstests - ext4
⚡⚡⚡ xfstests - xfs
🚧 ⚡⚡⚡ xfstests - btrfs
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ ACPI table test
⚡⚡⚡ ACPI enabled 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: 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
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ pciutils: update pci ids test
⚡⚡⚡ ALSA PCM loopback test
⚡⚡⚡ ALSA Control (mixer) Userspace Element test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm snapper test
⚡⚡⚡ storage: SCSI VPD
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ i2c: i2cdetect sanity
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Firmware test suite
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Networking tunnel: permtest
🚧 ⚡⚡⚡ Networking VRF: sanity
🚧 ⚡⚡⚡ audit: audit testsuite test
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ Storage: block zstd compression test
🚧 ⚡⚡⚡ Storage: block zstd smoke test
🚧 ⚡⚡⚡ lvm thinp stqe test
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ storage: software RAID testing
🚧 ⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ selinux-policy: serge-testsuite
⚡⚡⚡ 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
⚡⚡⚡ 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
🚧 ⚡⚡⚡ stress: stress-ng - os
⚡⚡⚡ 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
⚡⚡⚡ 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
⚡⚡⚡ 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
⚡⚡⚡ 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
⚡⚡⚡ 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 ipsec: basic netns - tunnel
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ pciutils: update pci ids test
⚡⚡⚡ ALSA PCM loopback test
⚡⚡⚡ ALSA Control (mixer) Userspace Element test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm snapper test
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Networking tunnel: permtest
🚧 ⚡⚡⚡ Networking VRF: sanity
🚧 ⚡⚡⚡ audit: audit testsuite test
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ Storage: block zstd compression test
🚧 ⚡⚡⚡ Storage: block zstd smoke test
🚧 ⚡⚡⚡ lvm thinp stqe test
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ storage: software RAID testing
🚧 ⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ 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
⚡⚡⚡ 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
🚧 ⚡⚡⚡ Storage: lvm device-mapper test - upstream
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ xfstests - ext4
⚡⚡⚡ xfstests - xfs
🚧 ⚡⚡⚡ xfstests - btrfs
⚡⚡⚡ 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
⚡⚡⚡ 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
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ selinux-policy: serge-testsuite
⚡⚡⚡ 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
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ 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
⚡⚡⚡ 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
⚡⚡⚡ 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 ipsec: basic netns - transport
⚡⚡⚡ Networking ipsec: basic netns - tunnel
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm snapper test
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Networking tunnel: permtest
🚧 ⚡⚡⚡ Networking VRF: sanity
🚧 ⚡⚡⚡ audit: audit testsuite test
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ Storage: block zstd compression test
🚧 ⚡⚡⚡ Storage: block zstd smoke test
🚧 ⚡⚡⚡ lvm thinp stqe test
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ 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
⚡⚡⚡ 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
🚧 ⚡⚡⚡ stress: stress-ng - os
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ selinux-policy: serge-testsuite
⚡⚡⚡ 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
⚡⚡⚡ 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 ipsec: basic netns - transport
⚡⚡⚡ Networking ipsec: basic netns - tunnel
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm snapper test
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Networking tunnel: permtest
🚧 ⚡⚡⚡ Networking VRF: sanity
🚧 ⚡⚡⚡ audit: audit testsuite test
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ Storage: block zstd compression test
🚧 ⚡⚡⚡ Storage: block zstd smoke test
🚧 ⚡⚡⚡ lvm thinp stqe test
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ ACPI table 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: 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
⚡⚡⚡ Networking vnic: ipvlan/basic
⚡⚡⚡ Libkcapi AF_ALG test
⚡⚡⚡ pciutils: sanity smoke test
⚡⚡⚡ pciutils: update pci ids test
⚡⚡⚡ ALSA PCM loopback test
⚡⚡⚡ ALSA Control (mixer) Userspace Element test
⚡⚡⚡ storage: dm/common
⚡⚡⚡ lvm thinp sanity
⚡⚡⚡ lvm snapper test
⚡⚡⚡ storage: SCSI VPD
⚡⚡⚡ Storage: swraid mdadm raid_module test
⚡⚡⚡ trace: ftrace/tracer
🚧 ⚡⚡⚡ Podman system test - as root
🚧 ⚡⚡⚡ Podman system test - as user
🚧 ⚡⚡⚡ i2c: i2cdetect sanity
🚧 ⚡⚡⚡ NFS Connectathon
🚧 ⚡⚡⚡ Firmware test suite
🚧 ⚡⚡⚡ Memory function: kaslr
🚧 ⚡⚡⚡ Networking tunnel: permtest
🚧 ⚡⚡⚡ Networking VRF: sanity
🚧 ⚡⚡⚡ audit: audit testsuite test
🚧 ⚡⚡⚡ Usex - version 1.9-29
🚧 ⚡⚡⚡ Storage: block zstd compression test
🚧 ⚡⚡⚡ Storage: block zstd smoke test
🚧 ⚡⚡⚡ lvm thinp stqe test
🚧 ⚡⚡⚡ lvm cache test
🚧 ⚡⚡⚡ storage: software RAID testing
🚧 ⚡⚡⚡ Storage: swraid scsi_raid
⚡⚡⚡ 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
⚡⚡⚡ 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
🚧 ⚡⚡⚡ Storage: lvm device-mapper test - upstream
🚧 ⚡⚡⚡ stress: stress-ng - os
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ xfstests - ext4
⚡⚡⚡ xfstests - xfs
⚡⚡⚡ xfstests - nfsv4.2
🚧 ⚡⚡⚡ xfstests - btrfs
🚧 ⚡⚡⚡ xfstests - cifsv3.11
⚡⚡⚡ 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
⚡⚡⚡ Boot test
🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ selinux-policy: serge-testsuite
⚡⚡⚡ 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
⚡⚡⚡ Boot test
⚡⚡⚡ xfstests - ext4
⚡⚡⚡ xfstests - xfs
⚡⚡⚡ xfstests - nfsv4.2
🚧 ⚡⚡⚡ xfstests - btrfs
🚧 ⚡⚡⚡ xfstests - cifsv3.11
⚡⚡⚡ 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
⚡⚡⚡ 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, 4 months
[OS-BUILD PATCHv4 0/0] redhat: indicate HEAD state in tarball/rpm
name
by Jarod Wilson (via Email Bridge)
From: Jarod Wilson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1735
NOTE: Truncated patchset since committer email 'prarit(a)redhat.com'
does not match the submitter's GitLab public email address
'jarod(a)redhat.com'.
For the non-Fedora (RHEL) case, we are looking to move to a setup where we
include Merge Requests as soon as they are ready, and thus the head of
main may not always be a tagged build. This gives some indication to
someone basing a build on main that they're basing their work on the tree
at a state between tagged builds.
If HEAD is a tagged build, as usual, you should see:
linux-4.18.0-374.el8.tar.xz
kernel-4.18.0-374.el8.src.rpm
If HEAD has additional commits, with this change, you should see:
linux-4.18.0-374.g797f.el8.tar.xz
kernel-4.18.0-374.g797f.el8.src.rpm
The .gSHA field is the 4-char HEAD sha of the branch after adding your local
changes.
This is directly related to:
https://gitlab.com/redhat/rhel/src/kernel/rhel-8/-/merge_requests/2405
Signed-off-by: Jarod Wilson <jarod(a)redhat.com>
---
redhat/configs/generate_all_configs.sh | 2 +-
redhat/docs/makefile-changes.rst | 8 +-
redhat/scripts/create-tarball.sh | 2 +-
redhat/self-test/data/centos-2585cf9dfaad.el7 | 21 ++-
redhat/self-test/data/centos-2585cf9dfaad.el7.spec | 24 ++--
redhat/self-test/data/centos-2585cf9dfaad.fc25 | 21 ++-
redhat/self-test/data/centos-2585cf9dfaad.fc25.spec | 24 ++--
redhat/self-test/data/centos-78e36f3b0dae.el7 | 21 ++-
redhat/self-test/data/centos-78e36f3b0dae.el7.spec | 24 ++--
redhat/self-test/data/centos-78e36f3b0dae.fc25 | 21 ++-
redhat/self-test/data/centos-78e36f3b0dae.fc25.spec | 24 ++--
redhat/self-test/data/centos-df0cc57e057f.el7 | 21 ++-
redhat/self-test/data/centos-df0cc57e057f.el7.spec | 24 ++--
redhat/self-test/data/centos-df0cc57e057f.fc25 | 21 ++-
redhat/self-test/data/centos-df0cc57e057f.fc25.spec | 24 ++--
redhat/self-test/data/centos-fce15c45d3fb.el7 | 21 ++-
redhat/self-test/data/centos-fce15c45d3fb.el7.spec | 24 ++--
redhat/self-test/data/centos-fce15c45d3fb.fc25 | 21 ++-
redhat/self-test/data/centos-fce15c45d3fb.fc25.spec | 24 ++--
redhat/self-test/data/fedora-2585cf9dfaad.el7 | 21 ++-
redhat/self-test/data/fedora-2585cf9dfaad.el7.spec | 24 ++--
redhat/self-test/data/fedora-2585cf9dfaad.fc25 | 21 ++-
redhat/self-test/data/fedora-2585cf9dfaad.fc25.spec | 24 ++--
redhat/self-test/data/fedora-78e36f3b0dae.el7 | 21 ++-
redhat/self-test/data/fedora-78e36f3b0dae.el7.spec | 24 ++--
redhat/self-test/data/fedora-78e36f3b0dae.fc25 | 21 ++-
redhat/self-test/data/fedora-78e36f3b0dae.fc25.spec | 24 ++--
redhat/self-test/data/fedora-df0cc57e057f.el7 | 21 ++-
redhat/self-test/data/fedora-df0cc57e057f.el7.spec | 24 ++--
redhat/self-test/data/fedora-df0cc57e057f.fc25 | 21 ++-
redhat/self-test/data/fedora-df0cc57e057f.fc25.spec | 24 ++--
redhat/self-test/data/fedora-fce15c45d3fb.el7 | 21 ++-
redhat/self-test/data/fedora-fce15c45d3fb.el7.spec | 24 ++--
redhat/self-test/data/fedora-fce15c45d3fb.fc25 | 21 ++-
redhat/self-test/data/fedora-fce15c45d3fb.fc25.spec | 24 ++--
redhat/self-test/data/rhel-2585cf9dfaad.el7 | 21 ++-
redhat/self-test/data/rhel-2585cf9dfaad.el7.spec | 24 ++--
redhat/self-test/data/rhel-2585cf9dfaad.fc25 | 21 ++-
redhat/self-test/data/rhel-2585cf9dfaad.fc25.spec | 24 ++--
redhat/self-test/data/rhel-78e36f3b0dae.el7 | 21 ++-
redhat/self-test/data/rhel-78e36f3b0dae.el7.spec | 24 ++--
redhat/self-test/data/rhel-78e36f3b0dae.fc25 | 21 ++-
redhat/self-test/data/rhel-78e36f3b0dae.fc25.spec | 24 ++--
redhat/self-test/data/rhel-df0cc57e057f.el7 | 21 ++-
redhat/self-test/data/rhel-df0cc57e057f.el7.spec | 24 ++--
redhat/self-test/data/rhel-df0cc57e057f.fc25 | 21 ++-
redhat/self-test/data/rhel-df0cc57e057f.fc25.spec | 24 ++--
redhat/self-test/data/rhel-fce15c45d3fb.el7 | 21 ++-
redhat/self-test/data/rhel-fce15c45d3fb.el7.spec | 24 ++--
redhat/self-test/data/rhel-fce15c45d3fb.fc25 | 21 ++-
redhat/self-test/data/rhel-fce15c45d3fb.fc25.spec | 24 ++--
redhat/self-test/1006-verify-SPEC-variables.bats | 24 ++++
redhat/Makefile | 111 ++++++++++++-------
redhat/Makefile.variables | 2 +-
redhat/genspec.sh | 55 +++++----
redhat/kernel.spec.template | 56 +++++-----
56 files changed, 734 insertions(+), 606 deletions(-)
1 year, 4 months
[OS-BUILD PATCHv3 0/0] redhat: indicate HEAD state in tarball/rpm
name
by Jarod Wilson (via Email Bridge)
From: Jarod Wilson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1735
NOTE: Truncated patchset since committer email 'prarit(a)redhat.com'
does not match the submitter's GitLab public email address
'jarod(a)redhat.com'.
For the non-Fedora (RHEL) case, we are looking to move to a setup where we
include Merge Requests as soon as they are ready, and thus the head of
main may not always be a tagged build. This gives some indication to
someone basing a build on main that they're basing their work on the tree
at a state between tagged builds.
If HEAD is a tagged build, as usual, you should see:
linux-4.18.0-374.el8.tar.xz
kernel-4.18.0-374.el8.src.rpm
If HEAD has additional commits, with this change, you should see:
linux-4.18.0-374.g797f.el8.tar.xz
kernel-4.18.0-374.g797f.el8.src.rpm
The .gSHA field is the 4-char HEAD sha of the branch after adding your local
changes.
This is directly related to:
https://gitlab.com/redhat/rhel/src/kernel/rhel-8/-/merge_requests/2405
Signed-off-by: Jarod Wilson <jarod(a)redhat.com>
---
redhat/configs/generate_all_configs.sh | 2 +-
redhat/docs/makefile-changes.rst | 8 +-
redhat/scripts/create-tarball.sh | 2 +-
redhat/self-test/data/centos-2585cf9dfaad.el7 | 21 ++-
redhat/self-test/data/centos-2585cf9dfaad.el7.spec | 24 ++--
redhat/self-test/data/centos-2585cf9dfaad.fc25 | 21 ++-
redhat/self-test/data/centos-2585cf9dfaad.fc25.spec | 24 ++--
redhat/self-test/data/centos-78e36f3b0dae.el7 | 21 ++-
redhat/self-test/data/centos-78e36f3b0dae.el7.spec | 24 ++--
redhat/self-test/data/centos-78e36f3b0dae.fc25 | 21 ++-
redhat/self-test/data/centos-78e36f3b0dae.fc25.spec | 24 ++--
redhat/self-test/data/centos-df0cc57e057f.el7 | 21 ++-
redhat/self-test/data/centos-df0cc57e057f.el7.spec | 24 ++--
redhat/self-test/data/centos-df0cc57e057f.fc25 | 21 ++-
redhat/self-test/data/centos-df0cc57e057f.fc25.spec | 24 ++--
redhat/self-test/data/centos-fce15c45d3fb.el7 | 21 ++-
redhat/self-test/data/centos-fce15c45d3fb.el7.spec | 24 ++--
redhat/self-test/data/centos-fce15c45d3fb.fc25 | 21 ++-
redhat/self-test/data/centos-fce15c45d3fb.fc25.spec | 24 ++--
redhat/self-test/data/fedora-2585cf9dfaad.el7 | 21 ++-
redhat/self-test/data/fedora-2585cf9dfaad.el7.spec | 24 ++--
redhat/self-test/data/fedora-2585cf9dfaad.fc25 | 21 ++-
redhat/self-test/data/fedora-2585cf9dfaad.fc25.spec | 24 ++--
redhat/self-test/data/fedora-78e36f3b0dae.el7 | 21 ++-
redhat/self-test/data/fedora-78e36f3b0dae.el7.spec | 24 ++--
redhat/self-test/data/fedora-78e36f3b0dae.fc25 | 21 ++-
redhat/self-test/data/fedora-78e36f3b0dae.fc25.spec | 24 ++--
redhat/self-test/data/fedora-df0cc57e057f.el7 | 21 ++-
redhat/self-test/data/fedora-df0cc57e057f.el7.spec | 24 ++--
redhat/self-test/data/fedora-df0cc57e057f.fc25 | 21 ++-
redhat/self-test/data/fedora-df0cc57e057f.fc25.spec | 24 ++--
redhat/self-test/data/fedora-fce15c45d3fb.el7 | 21 ++-
redhat/self-test/data/fedora-fce15c45d3fb.el7.spec | 24 ++--
redhat/self-test/data/fedora-fce15c45d3fb.fc25 | 21 ++-
redhat/self-test/data/fedora-fce15c45d3fb.fc25.spec | 24 ++--
redhat/self-test/data/rhel-2585cf9dfaad.el7 | 21 ++-
redhat/self-test/data/rhel-2585cf9dfaad.el7.spec | 24 ++--
redhat/self-test/data/rhel-2585cf9dfaad.fc25 | 21 ++-
redhat/self-test/data/rhel-2585cf9dfaad.fc25.spec | 24 ++--
redhat/self-test/data/rhel-78e36f3b0dae.el7 | 21 ++-
redhat/self-test/data/rhel-78e36f3b0dae.el7.spec | 24 ++--
redhat/self-test/data/rhel-78e36f3b0dae.fc25 | 21 ++-
redhat/self-test/data/rhel-78e36f3b0dae.fc25.spec | 24 ++--
redhat/self-test/data/rhel-df0cc57e057f.el7 | 21 ++-
redhat/self-test/data/rhel-df0cc57e057f.el7.spec | 24 ++--
redhat/self-test/data/rhel-df0cc57e057f.fc25 | 21 ++-
redhat/self-test/data/rhel-df0cc57e057f.fc25.spec | 24 ++--
redhat/self-test/data/rhel-fce15c45d3fb.el7 | 21 ++-
redhat/self-test/data/rhel-fce15c45d3fb.el7.spec | 24 ++--
redhat/self-test/data/rhel-fce15c45d3fb.fc25 | 21 ++-
redhat/self-test/data/rhel-fce15c45d3fb.fc25.spec | 24 ++--
redhat/self-test/1006-verify-SPEC-variables.bats | 24 ++++
redhat/Makefile | 111 ++++++++++++-------
redhat/Makefile.variables | 2 +-
redhat/genspec.sh | 55 +++++----
redhat/kernel.spec.template | 56 +++++-----
56 files changed, 734 insertions(+), 606 deletions(-)
1 year, 4 months