✅ PASS: Test report for 6.4.4-100.fc37 (kernel-fedora)

2023-07-19 Thread cki-project
Hi, we tested your kernel and here are the results:

Overall result: PASSED
 Merge: OK
   Compile: OK
  Test: OK

Tested-by: CKI Project 

Kernel information:
Brew / Koji Task ID: 103565035

You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/96558

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:
 aarch64 - 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
   `-'
__
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH 2/2] redhat/configs: disable pre-UVC cameras for RHEL on aarch64

2023-07-19 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson 

redhat/configs: disable pre-UVC cameras for RHEL on aarch64

Disabling pre-UVC cameras for RHEL on aarch64 removes support of older cameras,
which are unlikely to be found on new aarch64 systems.

Signed-off-by: Dean Nelson 

diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_GSPCA 
b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_GSPCA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_GSPCA
@@ -0,0 +1 @@
+# CONFIG_USB_GSPCA is not set
diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_PWC 
b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_PWC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_PWC
@@ -0,0 +1 @@
+# CONFIG_USB_PWC is not set
diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_S2255 
b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_S2255
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_S2255
@@ -0,0 +1 @@
+# CONFIG_USB_S2255 is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2604
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH 1/2] redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64

2023-07-19 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson 

redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64

Enabling media support for RHEL on aarch64 opens up the ability to support
customer requested cameras.

The other CONFIGS in this commit were added to eliminate the errors that arise
during a 'make dist-configs' when CONFIG_MEDIA_SUPPORT is enabled.

Signed-off-by: Dean Nelson 

diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_MEDIA_CONTROLLER 
b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_MEDIA_CONTROLLER
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_MEDIA_CONTROLLER
@@ -0,0 +1 @@
+CONFIG_MEDIA_CONTROLLER=y
diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_MEDIA_SUPPORT 
b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_MEDIA_SUPPORT
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_MEDIA_SUPPORT
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MEDIA_SUPPORT is not set
diff --git 
a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_V4L2_FLASH_LED_CLASS 
b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_V4L2_FLASH_LED_CLASS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_V4L2_FLASH_LED_CLASS
@@ -0,0 +1 @@
+# CONFIG_V4L2_FLASH_LED_CLASS is not set
diff --git a/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV748X 
b/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV748X
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV748X
@@ -0,0 +1 @@
+# CONFIG_VIDEO_ADV748X is not set
diff --git a/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ISL7998X 
b/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ISL7998X
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ISL7998X
@@ -0,0 +1 @@
+# CONFIG_VIDEO_ISL7998X is not set
diff --git a/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_MAX9286 
b/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_MAX9286
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/rt/generic/CONFIG_VIDEO_MAX9286
@@ -0,0 +1 @@
+# CONFIG_VIDEO_MAX9286 is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2604
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH 0/2] redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64

2023-07-19 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2604

Enabling media support for RHEL on aarch64 opens up the ability to support
customer requested cameras.

The other CONFIGS in this commit were added to eliminate the errors that arise
during a 'make dist-configs' when CONFIG_MEDIA_SUPPORT is enabled.

Signed-off-by: Dean Nelson 

---
 redhat/configs/rhel/generic/arm/aarch64/CONFIG_MEDIA_CONTROLLER |  1 +
 redhat/configs/rhel/generic/arm/aarch64/CONFIG_MEDIA_SUPPORT|  1 -
 redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_GSPCA|  1 +
 redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_PWC  |  1 +
 redhat/configs/rhel/generic/arm/aarch64/CONFIG_USB_S2255|  1 +
 redhat/configs/rhel/generic/arm/aarch64/CONFIG_V4L2_FLASH_LED_CLASS |  1 +
 redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV748X |  1 +
 redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ISL7998X|  1 +
 redhat/configs/rhel/rt/generic/CONFIG_VIDEO_MAX9286 |  1 +
 9 files changed, 8 insertions(+), 1 deletions(-)
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH 0/0] Ensure the directory /lib/modules// is removed when on uninstall

2023-07-19 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2605#note_1477068856

This should be fixed now.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH 0/0] Ensure the directory /lib/modules// is removed when on uninstall

2023-07-19 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2605#note_1476640986

That is what the error indicates, but this MR has nothing to do with that, and
I am not seeing it in koji builds either.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH 0/0] Ensure the directory /lib/modules// is removed when on uninstall

2023-07-19 Thread Thorsten Leemhuis (via Email Bridge)
From: Thorsten Leemhuis on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2605#note_1476512595

Thx for the reviews and triggering the full CI pipeline.

> 00:20:54 + cat depmod.out
> 00:20:54 depmod: WARNING: /tmp/rpmbuild/BUILDROOT/kernel-6.5.0-0.rc2.17.test
.fc39.aarch64/./lib/modules/6.5.0-0.rc2.17.test.fc39.aarch64+debug/kernel/driv
ers/ptp/ptp_dfl_tod.ko needs unknown symbol __dfl_driver_register
> 00:20:54 depmod: WARNING: /tmp/rpmbuild/BUILDROOT/kernel-6.5.0-0.rc2.17.test
.fc39.aarch64/./lib/modules/6.5.0-0.rc2.17.test.fc39.aarch64+debug/kernel/driv
ers/ptp/ptp_dfl_tod.ko needs unknown symbol dfl_driver_unregister

Seems this is cause by something else, as other CI runs ran into the same
error during the past day. Anyone looking into this? Sounds like ptp_dfl_tod
need to be added to the singlemods line in the filter-* files for aarch64 and
ppc64.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue