Hi, we tested your kernel and here are the results:
Overall result: PASSED
Merge: OK
Compile: OK
Test: OK
Tested-by: CKI Project <cki-project(a)redhat.com>
Kernel information:
Brew / Koji Task ID: 105661850
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/102794
One or more kernel tests failed:
We also see the following known issues which are not related to your changes:
Issue: NFS Connectathon: SELinux prevents rpcbind
URL: https://bugzilla.redhat.com/1758147
Affected tests:
ppc64le - Filesystem - NFS Connectathon
x86_64 - Filesystem - NFS Connectathon
If you find a failure unrelated to your changes, please ask the test maintainer to review it.
This will prevent the failures from being incorrectly reported in the future.
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
`-'
______________________________________________________________________________
From: Scott Weaver <scweaver(a)redhat.com>
CONFIG_HW_RANDOM_HISI: move to common and set to m
CONFIG_HW_RANDOM_HISI is arm specific and can be unified as a module for
Fedora and RHEL.
This addresses: https://gitlab.com/cki-project/kernel-ark/-/issues/102
Suggested-by: Thomas Huth <thuth(a)redhat.com>
Signed-off-by: Scott Weaver <scweaver(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI b/redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI
rename from redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI
rename to redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_HW_RANDOM_HISI
diff --git a/redhat/configs/rhel/generic/CONFIG_HW_RANDOM_HISI b/redhat/configs/rhel/generic/CONFIG_HW_RANDOM_HISI
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_HW_RANDOM_HISI
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_HW_RANDOM_HISI=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2694
From: Vitaly Kuznetsov on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2648
Be more picky about kernel's source code licenses:
- Keep track of all currently used license in specfile template.
- Add a selftest which checks all currently present license identifiers
against License:.
Signed-off-by: Vitaly Kuznetsov <vkuznets(a)redhat.com>
---
redhat/scripts/kspdx-tool/kspdx.py | 231 +++++++++++++++++++++++++++++++
redhat/self-test/1007-spdx-licenses.bats | 60 ++++++++
redhat/Makefile | 10 +
redhat/kernel.spec.template | 9 +-
4 files changed, 302 insertions(+), 8 deletions(-)