Re: [OS-BUILD PATCHv3 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-06-10 Thread Thomas Huth (via Email Bridge)
From: Thomas Huth on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_598697074

If I've got that right, the z14 introduced the "Miscellaneous-Instruction-
Extensions Facility 2" which provides a bunch of new instructions:

* ADD HALFWORD (AGH)
* BRANCH INDIRECT ON CONDITION
* MULTIPLY (MG, MGRK)
* MULTIPLY HALFWORD (MGH)
* MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC)
* SUBTRACT HALFWORD (SGH)

Not sure whether compilers will make use of this, though...
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH 0/2] redhat/configs: fix missing IMA config options

2021-06-10 Thread Mark Salter (via Email Bridge)
From: Mark Salter on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1166#note_598580261

Acked-by: Mark Salter 
(via approve button)
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH 0/0] [redhat] Generate a crashkernel.conf for each kernel build

2021-06-10 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1171#note_598575491

I am in favor of this, as it changes things back closer to upstream.
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCHv3 0/5] ark: Set Architecture Level Set to Z14 for s390

2021-06-10 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144#note_598568514

thanks @jmflinuxtx !  I am fine with this change (namely the dummy-tools).

@dhorak1 - any other issues?  care to ack?  I see @cohuck already acked.
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH 0/2] redhat/configs: fix missing IMA config options

2021-06-10 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1166#note_598401900

Acked-by: Jerry Snitselaar 
(via approve button)
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[OS-BUILD PATCH 0/0] [redhat] Generate a crashkernel.conf for each kernel build

2021-06-10 Thread Kairui Song (via Email Bridge)
From: Kairui Song on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1171
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.

It has been a long-term demand for having a default crashkernel
value for each kernel build. This helps to manage kernel's
crashkernel usage by kernel version and provide users a reference
default value.

RHEL kernels support a `crashkernel=auto` cmdline param. And kernel
have a built-in default value used when `auto` is specified.
Many attempts are made to push this upstream. Recent attempt to
push this upstream raised a lot of discussions [1].

Upstream is not accepting this `crashkernel=auto` design. So after
more discussions, instead of adding a default value in kernel, just
add a config that packaged with kernel is more doable. Other packages,
like kexec-tools[2], can use this as a reference and update kernel
cmdline param.

[1]: https://lore.kernel.org/linux-mm/20210507010432.IN24PudKT%25akpm@linux-
foundation.org/
[2]: https://lists.fedoraproject.org/archives/list/kexec@lists.fedoraproject.o
rg/thread/MKUSELX3GKKXPFNLEGJMWXSS2LADRPMQ/

Signed-off-by: Kairui Song 

---
 Documentation/admin-guide/kdump/kdump.rst |  11 ---
 kernel/crash_core.c   |  28 ++--
 redhat/Makefile   |   1 +
 redhat/generate_crashkernel_conf.sh   |  25 +
 redhat/kernel.spec.template   |   5 +
 5 files changed, 33 insertions(+), 37 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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH 0/2] redhat/configs: Enable some configs already enabled in RHEL8

2021-06-10 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1170#note_598313660

Reviewed-by: Peter Robinson 

Thanks Mark, that had been on my todo list!
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[OS-BUILD PATCH 0/2] redhat/configs: Enable some configs already enabled in RHEL8

2021-06-10 Thread Mark Salter (via Email Bridge)
From: Mark Salter on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1170

Enable configs which were enabled for RHEL8.4 (aarch64).

Signed-off-by: Mark Salter 

---
 redhat/configs/ark/generic/arm/aarch64/CONFIG_AHCI_TEGRA   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA   
  |   1 -
 redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_132_SOC   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_186_SOC   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_194_SOC   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_210_SOC   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_234_SOC   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_CEC_TEGRA
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_DRM_TEGRA
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_DWC_QOS_ETH
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_GENERIC
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_INTEL_PLAT 
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_IPQ806X
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_QCOM_ETHQOS
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_GPIO_TEGRA   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_I2C_TEGRA
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_MMC_SDHCI_TEGRA  
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_NET_VENDOR_STMICRO   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_NOUVEAU_PLATFORM_DRIVER  
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_PCI_TEGRA
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_PCS_XPCS 
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_PHYLINK  
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_PHY_TEGRA_XUSB   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_PWM_TEGRA
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_RTC_DRV_TEGRA
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_SFP  
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_SPI_TEGRA20_SFLASH   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_SPI_TEGRA210_QUAD
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_ETH   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_PCI   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_PLATFORM  
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_SELFTESTS 
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_TEGRA20_APB_DMA  
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_TEGRA_GMI
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_TEGRA_HOST1X 
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_TEGRA_HSP_MBOX   
  |   1 +
 redhat/configs/ark/generic/arm/aarch64/CONFIG_TEGRA_IVC

[OS-BUILD PATCH 2/2] redhat/config: enable STMICRO nic for RHEL

2021-06-10 Thread Mark Salter (via Email Bridge)
From: Mark Salter 

redhat/config: enable STMICRO nic for RHEL

The STMICRO nic is enabled in RHEL8.4 (aarch64-only) and should be enabled
in ark as well.

Looking at PCS_XPCS, I noticed dead configs for MDIO_XPCS which is the
previous name for PCS_XPCS. So I removed those as well.

Signed-off-by: Mark Salter 

diff --git a/redhat/configs/ark/generic/CONFIG_PCS_XPCS 
b/redhat/configs/ark/generic/CONFIG_PCS_XPCS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/CONFIG_PCS_XPCS
@@ -0,0 +1 @@
+# CONFIG_PCS_XPCS is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_DWC_QOS_ETH 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_DWC_QOS_ETH
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_DWC_QOS_ETH
@@ -0,0 +1 @@
+CONFIG_DWMAC_DWC_QOS_ETH=m
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_GENERIC 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_GENERIC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_GENERIC
@@ -0,0 +1 @@
+# CONFIG_DWMAC_GENERIC is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_INTEL_PLAT 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_INTEL_PLAT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_INTEL_PLAT
@@ -0,0 +1 @@
+# CONFIG_DWMAC_INTEL_PLAT is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_IPQ806X 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_IPQ806X
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_IPQ806X
@@ -0,0 +1 @@
+# CONFIG_DWMAC_IPQ806X is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_QCOM_ETHQOS 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_QCOM_ETHQOS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DWMAC_QCOM_ETHQOS
@@ -0,0 +1 @@
+# CONFIG_DWMAC_QCOM_ETHQOS is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_NET_VENDOR_STMICRO 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_NET_VENDOR_STMICRO
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_NET_VENDOR_STMICRO
@@ -0,0 +1 @@
+CONFIG_NET_VENDOR_STMICRO=y
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_PCS_XPCS 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_PCS_XPCS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_PCS_XPCS
@@ -0,0 +1 @@
+CONFIG_PCS_XPCS=m
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_PHYLINK 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_PHYLINK
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_PHYLINK
@@ -0,0 +1 @@
+CONFIG_PHYLINK=m
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_SFP 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_SFP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_SFP
@@ -0,0 +1 @@
+# CONFIG_SFP is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_ETH 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_ETH
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_ETH
@@ -0,0 +1 @@
+CONFIG_STMMAC_ETH=m
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_PCI 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_PCI
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_PCI
@@ -0,0 +1 @@
+# CONFIG_STMMAC_PCI is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_PLATFORM 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_PLATFORM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_PLATFORM
@@ -0,0 +1 @@
+CONFIG_STMMAC_PLATFORM=m
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_SELFTESTS 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_SELFTESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_STMMAC_SELFTESTS
@@ -0,0 +1 @@
+# CONFIG_STMMAC_SELFTESTS is not set
diff --git a/redhat/configs/common/generic/CONFIG_MDIO_XPCS 
b/redhat/configs/common/generic/CONFIG_MDIO_XPCS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/common/generic/CONFIG_MDIO_XPCS
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_MDIO_XPCS is not set
diff --git a/redhat/configs/fedora/generic/CONFIG_MDIO_XPCS 

[OS-BUILD PATCH 1/2] redhat/configs: Enable ARCH_TEGRA on RHEL

2021-06-10 Thread Mark Salter (via Email Bridge)
From: Mark Salter 

redhat/configs: Enable ARCH_TEGRA on RHEL

ARCH_TEGRA and SERIAL_8250_TEGRA are enabled in RHEL8.4 and should
be enabled in ark as well.

Fedora currently enables these so I moved those into common/generic/arm.
Enabling ARCH_TEGRA uncovered a number of other Tegra options which needed
to be added for ark (none of which enabled at this point).

Signed-off-by: Mark Salter 

diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_AHCI_TEGRA 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_AHCI_TEGRA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_AHCI_TEGRA
@@ -0,0 +1 @@
+# CONFIG_AHCI_TEGRA is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_ARCH_TEGRA is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_132_SOC 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_132_SOC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_132_SOC
@@ -0,0 +1 @@
+# CONFIG_ARCH_TEGRA_132_SOC is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_186_SOC 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_186_SOC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_186_SOC
@@ -0,0 +1 @@
+# CONFIG_ARCH_TEGRA_186_SOC is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_194_SOC 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_194_SOC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_194_SOC
@@ -0,0 +1 @@
+# CONFIG_ARCH_TEGRA_194_SOC is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_210_SOC 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_210_SOC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_210_SOC
@@ -0,0 +1 @@
+# CONFIG_ARCH_TEGRA_210_SOC is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_234_SOC 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_234_SOC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARCH_TEGRA_234_SOC
@@ -0,0 +1 @@
+# CONFIG_ARCH_TEGRA_234_SOC is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_CEC_TEGRA 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_CEC_TEGRA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_CEC_TEGRA
@@ -0,0 +1 @@
+# CONFIG_CEC_TEGRA is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_DRM_TEGRA 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DRM_TEGRA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_DRM_TEGRA
@@ -0,0 +1 @@
+# CONFIG_DRM_TEGRA is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_GPIO_TEGRA 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_GPIO_TEGRA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_GPIO_TEGRA
@@ -0,0 +1 @@
+# CONFIG_GPIO_TEGRA is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_I2C_TEGRA 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_I2C_TEGRA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_I2C_TEGRA
@@ -0,0 +1 @@
+# CONFIG_I2C_TEGRA is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_MMC_SDHCI_TEGRA 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_MMC_SDHCI_TEGRA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_MMC_SDHCI_TEGRA
@@ -0,0 +1 @@
+# CONFIG_MMC_SDHCI_TEGRA is not set
diff --git 
a/redhat/configs/ark/generic/arm/aarch64/CONFIG_NOUVEAU_PLATFORM_DRIVER 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_NOUVEAU_PLATFORM_DRIVER
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_NOUVEAU_PLATFORM_DRIVER
@@ -0,0 +1 @@
+# CONFIG_NOUVEAU_PLATFORM_DRIVER is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_PCI_TEGRA 
b/redhat/configs/ark/generic/arm/aarch64/CONFIG_PCI_TEGRA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_PCI_TEGRA
@@ -0,0 +1 @@
+# CONFIG_PCI_TEGRA is not set
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_PHY_TEGRA_XUSB 

Re: [OS-BUILD PATCHv2] configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

2021-06-10 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1169#note_598057180

Acked-by: Prarit Bhargava 
(via approve button)
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCHv2] configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

2021-06-10 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1169#note_598017347

Acked-by: Justin Forbes 
(via approve button)
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCHv2] configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

2021-06-10 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1169#note_598012126

LGTM :thumbsup:
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCHv2] configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

2021-06-10 Thread Benjamin Tissoires (via Email Bridge)
From: Benjamin Tissoires on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1169#note_597971616

@pbrobinson I *think* I did what you ask. Can you double check please?
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[OS-BUILD PATCHv2] configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

2021-06-10 Thread Benjamin Tissoires (via Email Bridge)
From: Benjamin Tissoires 

configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

This allows to control the LED brightness of the keyboard on
some Dell XPS laptops.

Signed-off-by: Benjamin Tissoires 

diff --git a/redhat/configs/ark/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED 
b/redhat/configs/ark/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/ark/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set
diff --git a/redhat/configs/fedora/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED 
b/redhat/configs/common/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
rename from redhat/configs/fedora/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
rename to redhat/configs/common/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
+++ b/redhat/configs/common/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1169
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH] configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

2021-06-10 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1169#note_597908693

So Fedora config already enables this so this should be:
fedora config -> generic CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
rm ark config
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[OS-BUILD PATCH] configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

2021-06-10 Thread Benjamin Tissoires (via Email Bridge)
From: Benjamin Tissoires 

configs: enable CONFIG_LEDS_BRIGHTNESS_HW_CHANGED

This allows to control the LED brightness of the keyboard on
some Dell XPS laptops.

Signed-off-by: Benjamin Tissoires 

diff --git a/redhat/configs/ark/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED 
b/redhat/configs/ark/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
index blahblah..blahblah 100644
--- a/redhat/configs/ark/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
+++ b/redhat/configs/ark/generic/CONFIG_LEDS_BRIGHTNESS_HW_CHANGED
@@ -1 +1 @@
-# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set
+CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1169
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure