Re: [OS-BUILD PATCH] redhat/configs: aarch64: move CONFIG_ROCKCHIP_ERRATUM_3588001 to common

2023-06-26 Thread Mark Salter (via Email Bridge)
From: Mark Salter on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2526#note_1445876970

Yeah, I was updating some gic code for RHEL which brought this into RHEL. It
was a kneejerk reaction to just keep the ark =y without giving it a thought.
I'll update the MR to turn it off for RHEL.
___
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: aarch64: move CONFIG_ROCKCHIP_ERRATUM_3588001 to common

2023-06-22 Thread Jeremy Linton (via Email Bridge)
From: Jeremy Linton on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2526#note_1442679421

Yes, I think this one leaked in and should probably be off as pbrobinson
mentions above because its dead code. There is a UEFI/ACPI RK3588 port
floating around, but given all the current issues, its probably best to leave
it off until someone formally assures one of those works, and then flips all
the corresponding drivers (looks like a nic and a couple other things at a
minimum).
___
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: aarch64: move CONFIG_ROCKCHIP_ERRATUM_3588001 to common

2023-06-21 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2526#note_1440622555

Why is RHEL enabling that option given it doesn't enable ARCH_ROCKCHIP?
___
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: aarch64: move CONFIG_ROCKCHIP_ERRATUM_3588001 to common

2023-06-21 Thread Mark Salter (via Email Bridge)
From: Mark Salter 

redhat/configs: aarch64: move CONFIG_ROCKCHIP_ERRATUM_3588001 to common

Fedora and RHEL have the same config, move it to common.

Signed-off-by: Mark Salter 

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

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2526
___
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