Re: [OS-BUILD PATCH] redhat/configs: Disable FIREWIRE for RHEL

2023-07-10 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2597#note_1464299868

Actually, not completely (I was thinking parport), but we can basically do
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/configs: Disable FIREWIRE for RHEL

2023-07-10 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2597#note_1464292643

I mean it looks fine but saying it's related to aarch64 is a stretch. I
suspect this could be done better as on Fedora we disable it everywhere but
x86.
___
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 FIREWIRE for RHEL

2023-07-10 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2597#note_1464253271

@mlgangsdorf, could you review this?  It's ARM64 related.
___
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: Disable FIREWIRE for RHEL

2023-07-10 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava 

redhat/configs: Disable FIREWIRE for RHEL

During inspection of MR !2586, it was noticed that FIREWIRE was (again?)
enabled for RHEL.  We made the decision a long time ago to disable
FIREWIRE and it should not be enabled in ARK rhel either.

Disable FIREWIRE for RHEL.

Signed-off-by: Prarit Bhargava 

diff --git a/redhat/configs/common/generic/CONFIG_FIREWIRE 
b/redhat/configs/fedora/generic/CONFIG_FIREWIRE
rename from redhat/configs/common/generic/CONFIG_FIREWIRE
rename to redhat/configs/fedora/generic/CONFIG_FIREWIRE
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_FIREWIRE
+++ b/redhat/configs/fedora/generic/CONFIG_FIREWIRE
diff --git a/redhat/configs/common/generic/s390x/CONFIG_FIREWIRE 
b/redhat/configs/fedora/generic/s390x/CONFIG_FIREWIRE
rename from redhat/configs/common/generic/s390x/CONFIG_FIREWIRE
rename to redhat/configs/fedora/generic/s390x/CONFIG_FIREWIRE
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/s390x/CONFIG_FIREWIRE
+++ b/redhat/configs/fedora/generic/s390x/CONFIG_FIREWIRE
diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_FIREWIRE 
b/redhat/configs/rhel/generic/CONFIG_FIREWIRE
rename from redhat/configs/rhel/generic/arm/aarch64/CONFIG_FIREWIRE
rename to redhat/configs/rhel/generic/CONFIG_FIREWIRE
index blahblah..blahblah 100644
--- a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_FIREWIRE
+++ b/redhat/configs/rhel/generic/CONFIG_FIREWIRE

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2597
___
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: Disable FIREWIRE for RHEL

2023-07-10 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava 

redhat/configs: Disable FIREWIRE for RHEL

During inspection of MR !2586, it was noticed that FIREWIRE was (again?)
enabled for RHEL.  We made the decision a long time ago to disable
FIREWIRE and it should not be enabled in ARK rhel either.

Disable FIREWIRE for RHEL.

Signed-off-by: Prarit Bhargava 

diff --git a/redhat/configs/common/generic/CONFIG_FIREWIRE 
b/redhat/configs/fedora/generic/CONFIG_FIREWIRE
rename from redhat/configs/common/generic/CONFIG_FIREWIRE
rename to redhat/configs/fedora/generic/CONFIG_FIREWIRE
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_FIREWIRE
+++ b/redhat/configs/fedora/generic/CONFIG_FIREWIRE
diff --git a/redhat/configs/common/generic/s390x/CONFIG_FIREWIRE 
b/redhat/configs/fedora/generic/s390x/CONFIG_FIREWIRE
rename from redhat/configs/common/generic/s390x/CONFIG_FIREWIRE
rename to redhat/configs/fedora/generic/s390x/CONFIG_FIREWIRE
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/s390x/CONFIG_FIREWIRE
+++ b/redhat/configs/fedora/generic/s390x/CONFIG_FIREWIRE
diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_FIREWIRE 
b/redhat/configs/rhel/generic/CONFIG_FIREWIRE
rename from redhat/configs/rhel/generic/arm/aarch64/CONFIG_FIREWIRE
rename to redhat/configs/rhel/generic/CONFIG_FIREWIRE
index blahblah..blahblah 100644
--- a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_FIREWIRE
+++ b/redhat/configs/rhel/generic/CONFIG_FIREWIRE

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2597
___
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] fedora: bluetooth: enable AOSP extensions

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

The ASOP has some bluetooth extensions that some devices
support so it's useful to have it on in Fedora just like
the MS extensions we already enable.

Signed-off-by: Peter Robinson 

---
 redhat/configs/fedora/generic/arm/aarch64/CONFIG_NVMEM_ZYNQMP|   2 +-
 redhat/configs/fedora/generic/arm/aarch64/CONFIG_ZYNQMP_IPI_MBOX |   2 +-
 redhat/configs/fedora/generic/arm/CONFIG_SPI_AMLOGIC_SPIFC_A1|   2 +-
 redhat/configs/fedora/generic/arm/CONFIG_VIDEO_IMX8_ISI_M2M  |   2 +-
 redhat/configs/fedora/generic/x86/CONFIG_PTP_DFL_TOD |   1 -
 redhat/configs/fedora/generic/CONFIG_BT_AOSPEXT  |   1 +
 redhat/configs/fedora/generic/CONFIG_DRM_PANEL_NOVATEK_NT36523   |   2 +-
 redhat/configs/fedora/generic/CONFIG_DRM_PANEL_SONY_TD4353_JDI   |   2 +-
 redhat/configs/fedora/generic/CONFIG_PTP_DFL_TOD |   2 +-
 redhat/configs/fedora/generic/CONFIG_SOUNDWIRE_AMD   |   1 -
 redhat/configs/fedora/generic/CONFIG_VIDEO_M5MOLS|   1 -
 redhat/configs/fedora/generic/CONFIG_VIDEO_MT9M032   |   1 -
 redhat/configs/fedora/generic/CONFIG_VIDEO_MT9T001   |   1 -
 redhat/configs/fedora/generic/CONFIG_VIDEO_NOON010PC30   |   1 -
 redhat/configs/fedora/generic/CONFIG_VIDEO_S5K6AA|   1 -
 redhat/configs/fedora/generic/CONFIG_VIDEO_SR030PC30 |   1 -
 redhat/configs/fedora/generic/CONFIG_VIDEO_VS6624|   1 -
 redhat/configs/pending-fedora/generic/CONFIG_VIDEO_IMX8_ISI_M2M  |  16 
--
 18 files changed, 8 insertions(+), 32 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] redhat: use the eln builder for daily jobs

2023-07-10 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2593#note_1464191043

Merging this now so we can get the scheduled pipelines moving.
___
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] New configs in drivers/watchdog

2023-07-10 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert 

[redhat] New configs in drivers/watchdog

12984cea1b8c5 ('watchdog: xilinx_wwdt: Add Versal window watchdog support')
adds a new config option CONFIG_XILINX_WINDOW_WATCHDOG:
~~~
config XILINX_WINDOW_WATCHDOG
   tristate "Xilinx window watchdog timer"
depends on HAS_IOMEM
   depends on ARM64
   select WATCHDOG_CORE
   help
 Window watchdog driver for the versal_wwdt IP core.
 Window watchdog timer(WWDT) contains closed(first) and
 open(second) window with 32 bit width. Write to the watchdog
 timer within predefined window periods of time. This means
 a period that is not too soon and a period that is not too
 late. The WWDT has to be restarted within the open window time.
 If software tries to restart WWDT outside of the open window
 time period, it generates a reset.

 To compile this driver as a module, choose M here: the
 module will be called xilinx_wwdt.
~~~

Set it as disabled.

Signed-off-by: Patrick Talbert 

diff --git a/redhat/configs/pending-rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG 
b/redhat/configs/rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG
rename from redhat/configs/pending-rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG
rename to redhat/configs/rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG
index blahblah..blahblah 100644
--- a/redhat/configs/pending-rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG
+++ b/redhat/configs/rhel/generic/CONFIG_XILINX_WINDOW_WATCHDOG

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2594
___
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 PATCHv13 11/11] Add baseline ARK/ELN pipelines

2023-07-10 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2575#note_1463813068

@mh21 - can i use this for scheduled jobs too?  Right now scheduled job
failures are only sent to owner of scheduled job (ie Justin)
___
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: use the eln builder for daily jobs

2023-07-10 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert 

redhat: use the eln builder for daily jobs

The rawhide builder image has some momentary dependency issues.
To get things moving again let's use the eln builder instead.

Signed-off-by: Patrick Talbert 

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index blahblah..blahblah 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -223,7 +223,7 @@ eln_64k_debug_baseline:
 
 # scheduled job
 .scheduled_setup:
-  image: quay.io/cki/builder-rawhide:production
+  image: quay.io/cki/builder-eln:production
   variables:
 GIT_DEPTH: "0"
 GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/kernel-ark

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