Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1147146431

@thuth let me know if there's anything else that you want to address on this
MR.
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1147145928

I've left `CONFIG_DRM=m` for `s390x` and just disabled `CONFIG_DRM_SIMPLEDRM`
on that arch, since as mentioned is headless. I left `CONFIG_DRM=y` for
`ppc64le` since others mentioned that might be useful there.

I also rebased the branch on top of the latest `osbuild` branch.
___
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 PATCHv4] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas 

redhat/configs: Disable fbdev drivers and use simpledrm everywhere

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1986223

Replace the fbdev drivers with the latest simpledrm driver and the DRM
fbdev emulation layer.

This change has been in Fedora for some time but it is something that's
also desirable for ARK. Change the config options in common so they are
shared across all flavors.

The only exception is s390x since the arch is headless and doesn't have
a firmware that's able to setup a framebuffer for the kernel to scanout.

Signed-off-by: Javier Martinez Canillas 

diff --git a/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_BACKLIGHT 
b/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_BACKLIGHT
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_BACKLIGHT
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_NVIDIA_BACKLIGHT=y
diff --git a/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_DEBUG 
b/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_DEBUG
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_DEBUG
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_FB_NVIDIA_DEBUG is not set
diff --git a/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_I2C 
b/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_I2C
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/CONFIG_FB_NVIDIA_I2C
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_FB_NVIDIA_I2C is not set
diff --git a/redhat/configs/ark/generic/CONFIG_FB_RADEON_BACKLIGHT 
b/redhat/configs/ark/generic/CONFIG_FB_RADEON_BACKLIGHT
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/CONFIG_FB_RADEON_BACKLIGHT
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_RADEON_BACKLIGHT=y
diff --git a/redhat/configs/ark/generic/CONFIG_FB_RADEON_DEBUG 
b/redhat/configs/ark/generic/CONFIG_FB_RADEON_DEBUG
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/CONFIG_FB_RADEON_DEBUG
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_FB_RADEON_DEBUG is not set
diff --git a/redhat/configs/ark/generic/CONFIG_FB_RADEON_I2C 
b/redhat/configs/ark/generic/CONFIG_FB_RADEON_I2C
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/CONFIG_FB_RADEON_I2C
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_FB_RADEON_I2C is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_FB_SIMPLE 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_FB_SIMPLE
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_FB_SIMPLE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_SIMPLE=y
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_FB_SSD1307 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_FB_SSD1307
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_FB_SSD1307
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_SSD1307=m
diff --git a/redhat/configs/ark/generic/powerpc/CONFIG_FB_NVIDIA 
b/redhat/configs/ark/generic/powerpc/CONFIG_FB_NVIDIA
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/powerpc/CONFIG_FB_NVIDIA
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_NVIDIA=m
diff --git a/redhat/configs/ark/generic/powerpc/CONFIG_FB_RADEON 
b/redhat/configs/ark/generic/powerpc/CONFIG_FB_RADEON
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/powerpc/CONFIG_FB_RADEON
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_RADEON=m
diff --git a/redhat/configs/ark/generic/powerpc/CONFIG_FB_VGA16 
b/redhat/configs/ark/generic/powerpc/CONFIG_FB_VGA16
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/powerpc/CONFIG_FB_VGA16
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FB_VGA16=m
diff --git a/redhat/configs/ark/generic/s390x/CONFIG_DRM 
b/redhat/configs/ark/generic/s390x/CONFIG_DRM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/s390x/CONFIG_DRM
@@ -0,0 +1 @@
+CONFIG_DRM=m
diff --git a/redhat/configs/ark/generic/s390x/CONFIG_DRM_SIMPLEDRM 
b/redhat/configs/ark/generic/s390x/CONFIG_DRM_SIMPLEDRM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/s390x/CONFIG_DRM_SIMPLEDRM
@@ -0,0 +1 @@
+# CONFIG_DRM_SIMPLEDRM is not set
diff --git a/redhat/configs/ark/generic/s390x/CONFIG_I2C_ALGOBIT 
b/redhat/configs/ark/generic/s390x/CONFIG_I2C_ALGOBIT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/s390x/CONFIG_I2C_ALGOBIT
@@ -0,0 +1 @@
+CONFIG_I2C_ALGOBIT=m
diff --git a/redhat/configs/common/generic/CONFIG_DRM 
b/redhat/configs/common/generic/CONFIG_DRM
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_DRM
+++ b/redhat/configs/common/generic/CONFIG_DRM
@@ -1 +1 @@
-CONFIG_DRM=m
+CONFIG_DRM=y
diff --git a/redhat/configs/fedora/generic/CONFIG_DRM_DEBUG_MM 
b/redhat/configs/common/generic/CONFIG_DRM_DEBUG_MM
rename from 

[OS-BUILD PATCH] fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas 

fedora: Enable a few more drivers needed by the HP X2 Chromebook

This machine has a QC SC7180 SoC, some of the needed drivers are missing.

Signed-off-by: Javier Martinez Canillas 

diff --git a/redhat/configs/common/generic/CONFIG_NVMEM_QCOM_QFPROM 
b/redhat/configs/common/generic/CONFIG_NVMEM_QCOM_QFPROM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_NVMEM_QCOM_QFPROM
@@ -0,0 +1 @@
+# CONFIG_NVMEM_QCOM_QFPROM is not set
diff --git a/redhat/configs/fedora/generic/CONFIG_RPMSG_QCOM_GLINK_SMEM 
b/redhat/configs/fedora/generic/CONFIG_RPMSG_QCOM_GLINK_SMEM
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/CONFIG_RPMSG_QCOM_GLINK_SMEM
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_RPMSG_QCOM_GLINK_SMEM is not set
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_GOOGLE_COREBOOT_TABLE 
b/redhat/configs/fedora/generic/arm/CONFIG_GOOGLE_COREBOOT_TABLE
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_GOOGLE_COREBOOT_TABLE
@@ -0,0 +1 @@
+CONFIG_GOOGLE_COREBOOT_TABLE=m
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_NVMEM_QCOM_QFPROM 
b/redhat/configs/fedora/generic/arm/CONFIG_NVMEM_QCOM_QFPROM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_NVMEM_QCOM_QFPROM
@@ -0,0 +1 @@
+CONFIG_NVMEM_QCOM_QFPROM=m
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_QCOM_SPMI_ADC_TM5 
b/redhat/configs/fedora/generic/arm/CONFIG_QCOM_SPMI_ADC_TM5
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/arm/CONFIG_QCOM_SPMI_ADC_TM5
+++ b/redhat/configs/fedora/generic/arm/CONFIG_QCOM_SPMI_ADC_TM5
@@ -1 +1 @@
-# CONFIG_QCOM_SPMI_ADC_TM5 is not set
+CONFIG_QCOM_SPMI_ADC_TM5=m
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_RPMSG_QCOM_GLINK_SMEM 
b/redhat/configs/fedora/generic/arm/CONFIG_RPMSG_QCOM_GLINK_SMEM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_RPMSG_QCOM_GLINK_SMEM
@@ -0,0 +1 @@
+CONFIG_RPMSG_QCOM_GLINK_SMEM=m
diff --git 
a/redhat/configs/fedora/generic/arm/armv7/armv7/CONFIG_SND_SOC_LPASS_CPU 
b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_CPU
rename from 
redhat/configs/fedora/generic/arm/armv7/armv7/CONFIG_SND_SOC_LPASS_CPU
rename to redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_CPU
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/arm/armv7/armv7/CONFIG_SND_SOC_LPASS_CPU
+++ b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_CPU
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_HDMI 
b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_HDMI
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_HDMI
@@ -0,0 +1 @@
+CONFIG_SND_SOC_LPASS_HDMI=m
diff --git 
a/redhat/configs/fedora/generic/arm/armv7/armv7/CONFIG_SND_SOC_LPASS_PLATFORM 
b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_PLATFORM
rename from 
redhat/configs/fedora/generic/arm/armv7/armv7/CONFIG_SND_SOC_LPASS_PLATFORM
rename to redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_PLATFORM
index blahblah..blahblah 100644
--- 
a/redhat/configs/fedora/generic/arm/armv7/armv7/CONFIG_SND_SOC_LPASS_PLATFORM
+++ b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_PLATFORM
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_SC7180 
b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_SC7180
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_LPASS_SC7180
@@ -0,0 +1 @@
+CONFIG_SND_SOC_LPASS_SC7180=m
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_SC7180 
b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_SC7180
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/CONFIG_SND_SOC_SC7180
@@ -0,0 +1 @@
+CONFIG_SND_SOC_SC7180=m
diff --git a/redhat/configs/pending-ark/generic/CONFIG_NVMEM_QCOM_QFPROM 
b/redhat/configs/pending-ark/generic/CONFIG_NVMEM_QCOM_QFPROM
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-ark/generic/CONFIG_NVMEM_QCOM_QFPROM
+++ /dev/null
@@ -1,13 +0,0 @@
-# Symbol: NVMEM_QCOM_QFPROM [=n]
-# Type  : tristate
-# Defined at drivers/nvmem/Kconfig:204
-#   Prompt: QCOM QFPROM Support
-#   Depends on: NVMEM [=y] && (ARCH_QCOM [=y] || COMPILE_TEST [=n]) && 
HAS_IOMEM [=y]
-#   Location:
-# Main menu
-#   -> Device Drivers
-# -> NVMEM Support (NVMEM [=y])
-# 
-# 
-# 
-# CONFIG_NVMEM_QCOM_QFPROM is not set
diff --git a/redhat/configs/pending-fedora/generic/CONFIG_NVMEM_QCOM_QFPROM 
b/redhat/configs/pending-fedora/generic/CONFIG_NVMEM_QCOM_QFPROM
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-fedora/generic/CONFIG_NVMEM_QCOM_QFPROM

✅ PASS (3/297 SKIPPED): Test report for 5.19.17-200.fc36 (fedora-36)

2022-10-24 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: 93398560

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

One or more kernel tests failed:
We also see the following known issues which are not related to your 
changes:
Issue: Storage block - storage fio numa: Performance comparison: 
min:40535 * 1.15 < max:81259
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2032094
Affected tests:
  x86_64 - Storage - block - storage fio numa
Issue: NFS Connectathon: SELinux prevents rpcbind
URL: 
https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests/-/issues/1284
Affected tests:
 ppc64le - NFS Connectathon
  x86_64 - NFS Connectathon
Issue: Storage blktests - blk: scsi/007: Reading from scsi_debug failed
URL: https://bugzilla.redhat.com/show_bug.cgi?id=2027550
Affected tests:
   s390x - Storage - blktests - blk



If you find a failure unrelated to your changes, please tag it at 
https://datawarehouse.cki-project.org .
This will prevent the failures from being incorrectly reported in the future.
If you don't have permissions to tag an issue, you can contact the CKI team or
test maintainers.

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 PATCH] redhat/configs: Disable CONFIG_FW_LOADER_COMPRESS

2022-10-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2112#note_1146840551

I've blocked the cs9 MR here: https://gitlab.com/redhat/centos-
stream/src/kernel/centos-stream-9/-/merge_requests/1332#note_1146815721
___
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: Disable CONFIG_FW_LOADER_COMPRESS

2022-10-24 Thread Herton R. Krzesinski (via Email Bridge)
From: Herton R. Krzesinski on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2112#note_1146809414

Fedora enabled firmware compression. So when we inherited things for RHEL 9,
the kernel had to followup and enable it, otherwise it breaks firmware
loading. So yes, we can't disable it, otherwise it'll break firmware loading,
as @jmflinuxtx mentions above.
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Daniel Horak (via Email Bridge)
From: Daniel Horak on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146764826

I think that our users rely on AST and AMD GPUs (various generations) almost
exclusively. Does it help? Is there something I can check? But as there is
always a serial console on ppc64le systems, it's not critical to have an early
framebuffer I think.
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146750685

> AFAIK graphic cards are a little bit more common on ppc64le, so I think you
can keep it enabled there

The question I think is not whether there are graphics cards / workstations
for ppc64le but rather if their firmware allows to setup a framebuffer that
could be used up by a generic framebuffer driver for scanout.

Otherwise we can just keep it CONFIG_DRM=m in ppc64le instead of having it
built-in.
___
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: Disable CONFIG_FW_LOADER_COMPRESS

2022-10-24 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2112#note_1146743250

@hertonrk-rh - you had to enable this for rhel-9 it appears.  can you provide
some background?
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Jarod Wilson (via Email Bridge)
From: Jarod Wilson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146727128

Pardon our noisy bot, it looks like some python-gitlab api changes have caused
an issue for us here, but we're working on fixing it.
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Thomas Huth (via Email Bridge)
From: Thomas Huth on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146708288

Yes, you can run KVM guests with a virtual virtio-gpu graphics card on s390x,
but it's just not very common, that's why I'd prefer =m here.
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Daniel Horak (via Email Bridge)
From: Daniel Horak on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146692827

Why not, with a VM via virt-manager you won't see any difference to any other
platform :-)
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Thomas Huth (via Email Bridge)
From: Thomas Huth on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146683405

@martinezjavier : AFAIK graphic cards are a little bit more common on ppc64le,
so I think you can keep it enabled there
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146677400

@thuth sure, I can set it as a module for s390x. I guess also for ppc64le or
should I keep it built-in for that arch?
___
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: Disable CONFIG_FW_LOADER_COMPRESS

2022-10-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2112#note_1146671572

https://bugzilla.redhat.com/show_bug.cgi?id=1939095 Was the bug forcing this
to be turned on in RHEL, so it seems that this MR is wrong for both Fedora and
ELN/RHEL. Merging it would just break firmware loading.
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Thomas Huth (via Email Bridge)
From: Thomas Huth on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146667731

Could you disable it completely for the zfcpdump kernel? I think that one does
not need DRM at all and should stay as small as possible, so disabling it for
zfcpdump would be preferred
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146665556

The problem there, is you need =m for s390x and =y for s390x zfcpdump.  I am
not sure how much testing goes into each build with s390x vs the zfcpdump
variant, but it seems for something like this, that it might make sense to
have them set the same.
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Thomas Huth (via Email Bridge)
From: Thomas Huth on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146662750

If it's not too much of a hurdle, I'd prefer =m for s390x, yes.
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146654543

@thuth it's true that s390x is normally headless and I considered keeping it
as a module (and also for ppc64le) but then decided to just have it built-in
everywhere to simplify the config since as @Conan_Kudo explained we need DRM
to be built-in for simpledrm.

But I can change and have it as a module in those platforms if you prefer
that.
___
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] New configs in sound/soc

2022-10-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2043#note_1145882751

@jkysela sorry to bother but do you have a moment to review this one? Thank
you.
___
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 PATCHv6] Enable configs for imx8m PHYs

2022-10-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2040#note_1145880178

@pbrobinson Can we mark this discussion as resolved?
___
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 PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1145878963

@Lyude Just FYI, this MR is blocked awaiting your Approval :). No pressure!
___
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