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: 131766529
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/redhat:koji-131766529
Tests that were not ran because of internal issues:
Boot test [s390x]
CKI/restraint [s390x]
machineinfo [s390x]
Reboot test [s390x]
SELinux Custom Module Setup [s390x]
stress: stress-ng - cpu [s390x]
stress: stress-ng - cpu-cache [s390x]
stress: stress-ng - interrupt [s390x]
stress: stress-ng - memory [s390x]
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: Sam Day <me(a)samcday.com>
Enable FunctionFS on aarch64 + x86
Signed-off-by: Sam Day <me(a)samcday.com>
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_USB_CONFIGFS_F_FS b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_USB_CONFIGFS_F_FS
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_USB_CONFIGFS_F_FS
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_USB_CONFIGFS_F_FS
@@ -1 +1 @@
-# CONFIG_USB_CONFIGFS_F_FS is not set
+CONFIG_USB_CONFIGFS_F_FS=y
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_USB_CONFIGFS_F_FS b/redhat/configs/fedora/generic/x86/CONFIG_USB_CONFIGFS_F_FS
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/x86/CONFIG_USB_CONFIGFS_F_FS
+++ b/redhat/configs/fedora/generic/x86/CONFIG_USB_CONFIGFS_F_FS
@@ -1 +1 @@
-# CONFIG_USB_CONFIGFS_F_FS is not set
+CONFIG_USB_CONFIGFS_F_FS=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3835
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/hwtracing
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
Symbol: CORESIGHT_CTCU [=n]
Type : tristate
Defined at drivers/hwtracing/coresight/Kconfig:136
Prompt: CoreSight TMC Control Unit driver
Depends on: CORESIGHT [=m] && CORESIGHT_LINK_AND_SINK_TMC [=m]
Location:
-> Kernel hacking
-> arm64 Debugging
-> CoreSight Tracing Support (CORESIGHT [=m])
-> CoreSight TMC Control Unit driver (CORESIGHT_CTCU [=n])
Commit: f78d206f3d73 (Coresight: Add Coresight TMC Control Unit driver)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU b/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: CORESIGHT_CTCU [=n]
-# Type : tristate
-# Defined at drivers/hwtracing/coresight/Kconfig:136
-# Prompt: CoreSight TMC Control Unit driver
-# Depends on: CORESIGHT [=m] && CORESIGHT_LINK_AND_SINK_TMC [=m]
-# Location:
-# -> Kernel hacking
-# -> arm64 Debugging
-# -> CoreSight Tracing Support (CORESIGHT [=m])
-# -> CoreSight TMC Control Unit driver (CORESIGHT_CTCU [=n])
-#
-#
-#
-# Commit: f78d206f3d73 (Coresight: Add Coresight TMC Control Unit driver)
-# CONFIG_CORESIGHT_CTCU is not set
diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_CORESIGHT_CTCU b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_CORESIGHT_CTCU
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_CORESIGHT_CTCU
@@ -0,0 +1 @@
+CONFIG_CORESIGHT_CTCU=m
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3801
From: Scott Weaver on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3822
This enables Rust code in the ELN kernel, which requires enabling
CONFIG_EXTENDED_MODVERSIONS and CONFIG_GENDWARFKSYMS.
The DRM panic with QR code functionality is the first Rust based code to be
enabled. A QR code URL is not defined but we will likely want to update that
before enabling this in RHEL.
Fixes: https://issues.redhat.com/browse/RHEL-86155
Signed-off-by: Scott Weaver <scweaver(a)redhat.com>
---
redhat/configs/fedora/generic/CONFIG_DRM_PANIC => redhat/configs/common/generic/CONFIG_DRM_PANIC | 0
redhat/configs/fedora/generic/CONFIG_DRM_PANIC_BACKGROUND_COLOR => redhat/configs/common/generic/CONFIG_DRM_PANIC_BACKGROUND_COLOR | 0
redhat/configs/fedora/generic/CONFIG_DRM_PANIC_DEBUG => redhat/configs/common/generic/CONFIG_DRM_PANIC_DEBUG | 0
redhat/configs/fedora/generic/CONFIG_DRM_PANIC_FOREGROUND_COLOR => redhat/configs/common/generic/CONFIG_DRM_PANIC_FOREGROUND_COLOR | 0
redhat/configs/fedora/generic/CONFIG_DRM_PANIC_SCREEN_QR_CODE => redhat/configs/common/generic/CONFIG_DRM_PANIC_SCREEN_QR_CODE | 0
redhat/configs/fedora/generic/CONFIG_DRM_PANIC_SCREEN_QR_VERSION => redhat/configs/common/generic/CONFIG_DRM_PANIC_SCREEN_QR_VERSION | 0
redhat/configs/common/generic/CONFIG_RUST | 2 +-
redhat/configs/common/generic/CONFIG_RUST_OVERFLOW_CHECKS | 2 +-
redhat/configs/fedora/generic/CONFIG_RUST | 1 -
redhat/configs/fedora/generic/CONFIG_RUST_OVERFLOW_CHECKS | 1 -
redhat/configs/rhel/generic/x86/CONFIG_SAMPLES_RUST | 1 +
redhat/configs/rhel/generic/CONFIG_DRM_PANIC | 1 -
redhat/configs/rhel/generic/CONFIG_DRM_PANIC_SCREEN | 1 +
redhat/configs/rhel/generic/CONFIG_DRM_PANIC_SCREEN_QR_CODE_URL | 1 +
redhat/configs/rhel/generic/CONFIG_EXTENDED_MODVERSIONS | 2 +-
redhat/configs/rhel/generic/CONFIG_GENDWARFKSYMS | 2 +-
redhat/configs/rhel/generic/CONFIG_GENKSYMS | 2 +-
redhat/kernel.spec.template | 4 +---
18 files changed, 9 insertions(+), 11 deletions(-)
From: Marcin Juszkiewicz <mjuszkiewicz(a)redhat.com>
enable new CORESIGHT_CTCU module for aarch64
We have other CoreSight modules enabled so this one should follow.
Symbol: CORESIGHT_CTCU [=n]
Type : tristate
Defined at drivers/hwtracing/coresight/Kconfig:136
Prompt: CoreSight TMC Control Unit driver
Depends on: CORESIGHT [=m] && CORESIGHT_LINK_AND_SINK_TMC [=m]
Location:
-> Kernel hacking
-> arm64 Debugging
-> CoreSight Tracing Support (CORESIGHT [=m])
-> CoreSight TMC Control Unit driver (CORESIGHT_CTCU [=n])
Commit: f78d206f3d73 (Coresight: Add Coresight TMC Control Unit driver)
Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz(a)redhat.com>
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_CORESIGHT_CTCU b/redhat/configs/common/generic/arm/aarch64/CONFIG_CORESIGHT_CTCU
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_CORESIGHT_CTCU
@@ -0,0 +1 @@
+CONFIG_CORESIGHT_CTCU=m
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU b/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: CORESIGHT_CTCU [=n]
-# Type : tristate
-# Defined at drivers/hwtracing/coresight/Kconfig:136
-# Prompt: CoreSight TMC Control Unit driver
-# Depends on: CORESIGHT [=m] && CORESIGHT_LINK_AND_SINK_TMC [=m]
-# Location:
-# -> Kernel hacking
-# -> arm64 Debugging
-# -> CoreSight Tracing Support (CORESIGHT [=m])
-# -> CoreSight TMC Control Unit driver (CORESIGHT_CTCU [=n])
-#
-#
-#
-# Commit: f78d206f3d73 (Coresight: Add Coresight TMC Control Unit driver)
-# CONFIG_CORESIGHT_CTCU is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3820