✅ PASS (SKIPPED 168 of 239): Test report for 6.3.7-100.fc37 (kernel-fedora)

2023-06-09 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: 101971372

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

One or more kernel tests failed:
We also see the following known issues which are not related to your 
changes:
Issue: Internal Network Outage
URL: https://docs.cki-project.org/failures/#internal-network-outage
Affected tests:
 aarch64 - Boot test
 ppc64le - Boot test
   s390x - Boot test
  x86_64 - Boot test



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


Re: [OS-BUILD PATCHv2] redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

2023-06-09 Thread Andrew Halaney (via Email Bridge)
From: Andrew Halaney on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506#note_1425573741

Thanks, this makes sense to me!
___
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] redhat/configs: add two missing Kconfig options for the Thinkpad x13s

2023-06-09 Thread Brian Masney (via Email Bridge)
From: Brian Masney 

redhat/configs: add two missing Kconfig options for the Thinkpad x13s

The Lenovo Thinkpad x13s laptop (aarch64) needs CONFIG_INPUT_PM8941_PWRKEY
and CONFIG_QCOM_ICC_BWMON. Let's enable them as modules.

Signed-off-by: Brian Masney 

diff --git 
a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_INPUT_PM8941_PWRKEY 
b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_INPUT_PM8941_PWRKEY
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_INPUT_PM8941_PWRKEY
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_INPUT_PM8941_PWRKEY
@@ -1 +1 @@
-# CONFIG_INPUT_PM8941_PWRKEY is not set
+CONFIG_INPUT_PM8941_PWRKEY=m
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_QCOM_ICC_BWMON 
b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_QCOM_ICC_BWMON
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_QCOM_ICC_BWMON
@@ -0,0 +1 @@
+CONFIG_QCOM_ICC_BWMON=m

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2509
___
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] Remove CONFIG_ARCH_FORCE_MAX_ORDER for aarch64

2023-06-09 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes 

Remove CONFIG_ARCH_FORCE_MAX_ORDER for aarch64

Upstream commit f3c3762178fad5cf5dc108fb061ba010818323b4 took away the
prompt so this is no longer configurable. The default is 10. While this
is different from what we have been running, it was determined that the
older ThunderX platform was the only reason that this value should be
higher.

Signed-off-by: Justin M. Forbes 

diff --git 
a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER 
b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_ARCH_FORCE_MAX_ORDER=13
diff --git 
a/redhat/configs/pending-fedora/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER 
b/redhat/configs/pending-fedora/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER
deleted file mode 100644
index blahblah..blahblah 0
--- 
a/redhat/configs/pending-fedora/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_ARCH_FORCE_MAX_ORDER=10
diff --git 
a/redhat/configs/pending-rhel/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER 
b/redhat/configs/pending-rhel/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER
deleted file mode 100644
index blahblah..blahblah 0
--- 
a/redhat/configs/pending-rhel/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_ARCH_FORCE_MAX_ORDER=10
diff --git 
a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER 
b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_ARCH_FORCE_MAX_ORDER
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_ARCH_FORCE_MAX_ORDER=13

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2508
___
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] redhat/configs: IMX8ULP pinctrl driver

2023-06-09 Thread Steve Best (via Email Bridge)
From: Steve Best 

redhat/configs: IMX8ULP pinctrl driver

Description:
Turn on NXP IMX8ULP pinctrl driver

Tested: make dist-configs

Signed-off-by: Steve Best 

diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_PINCTRL_IMX8ULP 
b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_PINCTRL_IMX8ULP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_PINCTRL_IMX8ULP
@@ -0,0 +1 @@
+CONFIG_PINCTRL_IMX8ULP=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2507
___
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 PATCHv2] redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

2023-06-09 Thread Brian Masney (via Email Bridge)
From: Brian Masney on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506#note_1425427947

I set this to 2048 for all variants.
___
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 PATCHv2] redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

2023-06-09 Thread Brian Masney (via Email Bridge)
From: Brian Masney 

redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

Currently aarch64 has CONFIG_FRAME_WARN set to 1024, which is too small
and causes warnings to be emited during build. Looking at the defaults
in lib/Kconfig.debug shows that it recommends using 1024 for 32-bit
systems and 2048 for 64-bit systems. RHEL is already set to use 2048
for all supported architectures. Fedora no longer supports arm32. Let's
just set this to 2048 for all variants.

Signed-off-by: Brian Masney 

diff --git a/redhat/configs/fedora/generic/CONFIG_FRAME_WARN 
b/redhat/configs/common/generic/CONFIG_FRAME_WARN
rename from redhat/configs/fedora/generic/CONFIG_FRAME_WARN
rename to redhat/configs/common/generic/CONFIG_FRAME_WARN
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/CONFIG_FRAME_WARN
+++ b/redhat/configs/common/generic/CONFIG_FRAME_WARN
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN 
b/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FRAME_WARN=1024
diff --git a/redhat/configs/rhel/generic/CONFIG_FRAME_WARN 
b/redhat/configs/rhel/generic/CONFIG_FRAME_WARN
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_FRAME_WARN
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FRAME_WARN=2048

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506
___
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] redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

2023-06-09 Thread Andrew Halaney (via Email Bridge)
From: Andrew Halaney on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506#note_1425406897

Ok, so:

1. Removing the 1024 setting
2. Moving the 2048 setting to common

sounds reasonable if I'm following right.
___
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] redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

2023-06-09 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506#note_1425401948

There is no need to fix the armv7 unless it throws an error. With the EOL of
Fedora 36, we no longer support armv7 at all, we just haven't gotten the MR to
drop building configs.
___
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] redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

2023-06-09 Thread Andrew Halaney (via Email Bridge)
From: Andrew Halaney on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506#note_1425399343

We currently have this:
```
ahalaney@halaney-x13s ~/git/redhat/kernel-ark/redhat (git)-[x13s-configs] %
git grep CONFIG_FRAME_WARN
configs/fedora/generic/CONFIG_FRAME_WARN:CONFIG_FRAME_WARN=2048
configs/fedora/generic/arm/CONFIG_FRAME_WARN:CONFIG_FRAME_WARN=1024
configs/rhel/generic/CONFIG_FRAME_WARN:CONFIG_FRAME_WARN=2048
ahalaney@halaney-x13s ~/git/redhat/kernel-ark/redhat (git)-[x13s-configs] %
```

Would it make sense to consilidate the 2048 config settings to
`configs/common` and move the 1024 setting to
`configs/fedora/generic/arm/armv7/`?
___
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] redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

2023-06-09 Thread Brian Masney (via Email Bridge)
From: Brian Masney 

redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

Currently aarch64 has CONFIG_FRAME_WARN set to 1024, which is too small
and causes warnings to be emited during build. Looking at the defaults
in lib/Kconfig.debug shows that it recommends using 1024 for 32-bit
systems and 2048 for 64-bit systems. Let's increase the Fedora aarch64
variant to use 2048 to eliminate these warnings.

RHEL is already set to use 2048 for all supported architectures.

Signed-off-by: Brian Masney 

diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN 
b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN
@@ -0,0 +1 @@
+CONFIG_FRAME_WARN=2048

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506
___
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] common: properly disable PCCARD subsystem

2023-06-09 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2505#note_1424968440

Looks good to me!
___
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/0] common: properly disable PCCARD subsystem

2023-06-09 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2505
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.

RHEL, and all Fedora except x86 already disables PCMCIA, all
these options are actually wrapped in the PCCARD option and
that is still enabled so disable that too so it gets all options.

Signed-off-by: Peter Robinson 

---
 redhat/configs/rhel/generic/CONFIG_CARDBUS => 
redhat/configs/common/generic/CONFIG_CARDBUS   |  0 
 redhat/configs/common/generic/CONFIG_PCCARD
  |  2 +-
 redhat/configs/common/generic/CONFIG_PCMCIA
  |  1 -
 redhat/configs/common/generic/CONFIG_USB_FTDI_ELAN 
  |  1 -
 redhat/configs/common/generic/CONFIG_USB_U132_HCD  
  |  1 -
 redhat/configs/rhel/generic/CONFIG_YENTA => 
redhat/configs/common/generic/CONFIG_YENTA   |  0 
 redhat/configs/fedora/generic/CONFIG_CARDBUS => 
redhat/configs/fedora/generic/x86/CONFIG_CARDBUS |  0 
 redhat/configs/fedora/generic/CONFIG_I82092 => 
redhat/configs/fedora/generic/x86/CONFIG_I82092   |  0 
 redhat/configs/fedora/generic/CONFIG_IPWIRELESS => 
redhat/configs/fedora/generic/x86/CONFIG_IPWIRELESS   |  0 
 redhat/configs/fedora/generic/x86/CONFIG_PCCARD
  |  1 +
 redhat/configs/fedora/generic/CONFIG_PCMCIA_XIRCOM => 
redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_XIRCOM |  0 
 redhat/configs/fedora/generic/CONFIG_PD6729 => 
redhat/configs/fedora/generic/x86/CONFIG_PD6729   |  0 
 redhat/configs/common/generic/CONFIG_SND_PCMCIA => 
redhat/configs/fedora/generic/x86/CONFIG_SND_PCMCIA   |  0 
 redhat/configs/fedora/generic/CONFIG_YENTA => 
redhat/configs/fedora/generic/x86/CONFIG_YENTA |  0 
 redhat/configs/fedora/generic/CONFIG_CARDMAN_4000  
  |  1 -
 redhat/configs/fedora/generic/CONFIG_CARDMAN_4040  
  |  1 -
 redhat/configs/fedora/generic/CONFIG_SYNCLINK_CS   
  |  1 -
 17 files changed, 2 insertions(+), 7 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