From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/hid
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
Symbol: INTEL_THC_HID [=n]
Type : tristate
Defined at drivers/hid/intel-thc-hid/Kconfig:7
Prompt: Intel Touch Host Controller
Depends on: HID_SUPPORT [=y] && X86_64 [=y] && PCI [=y] && ACPI [=y]
Location:
-> Device Drivers
-> HID bus support (HID_SUPPORT [=y])
-> Intel THC HID Support
-> Intel Touch Host Controller (INTEL_THC_HID [=n])
Selects: HID [=y]
Commit: 1b2d05384c29 (HID: intel-thc-hid: Add basic THC driver skeleton)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
v2:
- CONFIG_INTEL_THC_HID enabled as a module.
- CONFIG_INTEL_QUICKSPI enabled as a module.
- CONFIG_INTEL_QUICKI2C enabled as a module.
Signed-off-by: Patrick Talbert <ptalbert(a)redhat.com>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_INTEL_THC_HID b/redhat/configs/pending-rhel/generic/CONFIG_INTEL_THC_HID
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_INTEL_THC_HID
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: INTEL_THC_HID [=n]
-# Type : tristate
-# Defined at drivers/hid/intel-thc-hid/Kconfig:7
-# Prompt: Intel Touch Host Controller
-# Depends on: HID_SUPPORT [=y] && X86_64 [=y] && PCI [=y] && ACPI [=y]
-# Location:
-# -> Device Drivers
-# -> HID bus support (HID_SUPPORT [=y])
-# -> Intel THC HID Support
-# -> Intel Touch Host Controller (INTEL_THC_HID [=n])
-# Selects: HID [=y]
-#
-#
-#
-# Commit: 1b2d05384c29 (HID: intel-thc-hid: Add basic THC driver skeleton)
-# CONFIG_INTEL_THC_HID is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_INTEL_QUICKI2C b/redhat/configs/rhel/generic/CONFIG_INTEL_QUICKI2C
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_INTEL_QUICKI2C
@@ -0,0 +1 @@
+CONFIG_INTEL_QUICKI2C=m
diff --git a/redhat/configs/rhel/generic/CONFIG_INTEL_QUICKSPI b/redhat/configs/rhel/generic/CONFIG_INTEL_QUICKSPI
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_INTEL_QUICKSPI
@@ -0,0 +1 @@
+CONFIG_INTEL_QUICKSPI=m
diff --git a/redhat/configs/rhel/generic/CONFIG_INTEL_THC_HID b/redhat/configs/rhel/generic/CONFIG_INTEL_THC_HID
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_INTEL_THC_HID
@@ -0,0 +1 @@
+CONFIG_INTEL_THC_HID=m
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3628
From: Justin M. Forbes on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3611
This will be the place for GCC 15 fixes heading upstream. It is include in
releases to try to get Rawhide building again
---
arch/s390/include/asm/bitops.h | 2 +-
arch/s390/purgatory/Makefile | 2 +-
arch/s390/Makefile | 2 +-
arch/x86/boot/compressed/Makefile | 1 +
drivers/firmware/efi/libstub/Makefile | 2 +-
include/linux/stdarg.h | 10 ++++++++++
include/linux/stddef.h | 2 ++
include/linux/types.h | 2 ++
rust/Makefile | 1 +
scripts/Makefile.extrawarn | 7 +++++++
10 files changed, 27 insertions(+), 4 deletions(-)
From: Justin M. Forbes on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3611
This will be the place for GCC 15 fixes heading upstream. It is include in
releases to try to get Rawhide building again
---
arch/s390/purgatory/Makefile | 2 +-
arch/s390/Makefile | 2 +-
arch/x86/boot/compressed/Makefile | 1 +
drivers/firmware/efi/libstub/Makefile | 2 +-
include/linux/stdarg.h | 10 ++++++++++
include/linux/stddef.h | 2 ++
include/linux/types.h | 2 ++
rust/Makefile | 1 +
scripts/Makefile.extrawarn | 7 +++++++
9 files changed, 26 insertions(+), 3 deletions(-)
From: Sam Day on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3662
The Richtek RT5033 PMIC is used in various Qualcomm MSM8916 mobile
devices. These drivers enable proper battery charging support and fuel
gauge, as well as managing regulators that are needed for a functioning
rear camera flash LED.
---
The SM5502 MUIC (Micro-USB Interface Controller) is used in various
Samsung mobile devices. It provides an extcon driver that is used to
detect when a USB cable is plugged into the device, and ID pin sensing
to detect the host/device OTG mode.
---
redhat/configs/fedora/generic/arm/aarch64/CONFIG_CHARGER_RT5033 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_EXTCON_SM5502 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_MFD_RT5033 | 1 +
redhat/configs/fedora/generic/arm/aarch64/CONFIG_REGULATOR_RT5033 | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
From: Marcelo Ricardo Leitner <mleitner(a)redhat.com>
redhat/configs: disable CONFIG_AF_UNIX_OOB on RHEL
This commit pretty much reverts
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3635
This was already on because of the lack of option, but now that we have
it, we actually didn't have any request to enable this on RHEL 9, which
doens't have this feature. With that, we also don't have a reason to
have it enabled on RHEL 10. So lets disable it while we can.
Signed-off-by: Marcelo Ricardo Leitner <mleitner(a)redhat.com>
diff --git a/redhat/configs/common/generic/CONFIG_AF_UNIX_OOB b/redhat/configs/common/generic/CONFIG_AF_UNIX_OOB
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_AF_UNIX_OOB
@@ -0,0 +1 @@
+# CONFIG_AF_UNIX_OOB is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_AF_UNIX_OOB b/redhat/configs/rhel/generic/CONFIG_AF_UNIX_OOB
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_AF_UNIX_OOB
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_AF_UNIX_OOB=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3661
From: Dorinda Bassey <dbassey(a)redhat.com>
redhat/configs: automotive: Disable MRP/802.1Q VLAN Protocol
Upstream Status: RHEL only
Disable The MRP / 802.1Q VLAN Protocol, the MRP protocol
depends on the 802.1Q VLAN Protocol. This also
automatically disables it's related dependencies
This is needed to satisfy a requirement of FuSa efforts
for RHIVOS.
Link: https://issues.redhat.com/browse/RHEL-75478
Signed-off-by: Dorinda Bassey <dbassey(a)redhat.com>
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_MRP b/redhat/configs/rhel/automotive/generic/CONFIG_MRP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_MRP
@@ -0,0 +1 @@
+# CONFIG_MRP is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_VLAN_8021Q b/redhat/configs/rhel/automotive/generic/CONFIG_VLAN_8021Q
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_VLAN_8021Q
@@ -0,0 +1 @@
+# CONFIG_VLAN_8021Q is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3608
After mass-rebuild update, I can't anymore boot custome builded kernel
Here https://docs.fedoraproject.org/en-US/quick-docs/kernel-build-custom/ is described how to build a custom kernel for testing patches and bisecting.
Before the mass-rebuild update, it works as intended.
But now booting is stuck with the message "failed to validate module ..."
Screen is here: https://i.postimg.cc/RVxbM1TG/IMG-4856.jpg
Due to the fact that during the mass-rebuild update all packages were updated, it is now very difficult for me to find the culprit package.
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/irqchip
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
Symbol: TI_SCI_INTA_IRQCHIP [=n]
Type : tristate
Defined at drivers/irqchip/Kconfig:547
Prompt: TI SCI INTA Interrupt Controller
Depends on: TI_SCI_PROTOCOL [=y] && (ARCH_K3 [=y] || COMPILE_TEST [=n] && ARM64 [=y])
Location:
-> Device Drivers
-> IRQ chip support
-> TI SCI INTA Interrupt Controller (TI_SCI_INTA_IRQCHIP [=n])
Selects: IRQ_DOMAIN_HIERARCHY [=y] && TI_SCI_INTA_MSI_DOMAIN [=n]
Commit: 9f1463b86c13 (irqchip/ti-sci-inta: Add support for Interrupt Aggregator driver)
---
Symbol: TI_SCI_INTR_IRQCHIP [=n]
Type : tristate
Defined at drivers/irqchip/Kconfig:536
Prompt: TI SCI INTR Interrupt Controller
Depends on: TI_SCI_PROTOCOL [=y] && (ARCH_K3 [=y] || COMPILE_TEST [=n])
Location:
-> Device Drivers
-> IRQ chip support
-> TI SCI INTR Interrupt Controller (TI_SCI_INTR_IRQCHIP [=n])
Selects: IRQ_DOMAIN_HIERARCHY [=y]
Commit: cd844b0715ce (irqchip/ti-sci-intr: Add support for Interrupt Router driver)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_TI_SCI_INTA_IRQCHIP b/redhat/configs/pending-rhel/generic/CONFIG_TI_SCI_INTA_IRQCHIP
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_TI_SCI_INTA_IRQCHIP
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: TI_SCI_INTA_IRQCHIP [=n]
-# Type : tristate
-# Defined at drivers/irqchip/Kconfig:547
-# Prompt: TI SCI INTA Interrupt Controller
-# Depends on: TI_SCI_PROTOCOL [=y] && (ARCH_K3 [=y] || COMPILE_TEST [=n] && ARM64 [=y])
-# Location:
-# -> Device Drivers
-# -> IRQ chip support
-# -> TI SCI INTA Interrupt Controller (TI_SCI_INTA_IRQCHIP [=n])
-# Selects: IRQ_DOMAIN_HIERARCHY [=y] && TI_SCI_INTA_MSI_DOMAIN [=n]
-#
-#
-#
-# Commit: 9f1463b86c13 (irqchip/ti-sci-inta: Add support for Interrupt Aggregator driver)
-# CONFIG_TI_SCI_INTA_IRQCHIP is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_TI_SCI_INTR_IRQCHIP b/redhat/configs/pending-rhel/generic/CONFIG_TI_SCI_INTR_IRQCHIP
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_TI_SCI_INTR_IRQCHIP
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: TI_SCI_INTR_IRQCHIP [=n]
-# Type : tristate
-# Defined at drivers/irqchip/Kconfig:536
-# Prompt: TI SCI INTR Interrupt Controller
-# Depends on: TI_SCI_PROTOCOL [=y] && (ARCH_K3 [=y] || COMPILE_TEST [=n])
-# Location:
-# -> Device Drivers
-# -> IRQ chip support
-# -> TI SCI INTR Interrupt Controller (TI_SCI_INTR_IRQCHIP [=n])
-# Selects: IRQ_DOMAIN_HIERARCHY [=y]
-#
-#
-#
-# Commit: cd844b0715ce (irqchip/ti-sci-intr: Add support for Interrupt Router driver)
-# CONFIG_TI_SCI_INTR_IRQCHIP is not set
diff --git a/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_TI_SCI_INTA_IRQCHIP b/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_TI_SCI_INTA_IRQCHIP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_TI_SCI_INTA_IRQCHIP
@@ -0,0 +1 @@
+CONFIG_TI_SCI_INTA_IRQCHIP=y
diff --git a/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_TI_SCI_INTR_IRQCHIP b/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_TI_SCI_INTR_IRQCHIP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/arm/aarch64/CONFIG_TI_SCI_INTR_IRQCHIP
@@ -0,0 +1 @@
+CONFIG_TI_SCI_INTR_IRQCHIP=y
diff --git a/redhat/configs/rhel/generic/CONFIG_TI_SCI_INTA_IRQCHIP b/redhat/configs/rhel/generic/CONFIG_TI_SCI_INTA_IRQCHIP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_TI_SCI_INTA_IRQCHIP
@@ -0,0 +1 @@
+# CONFIG_TI_SCI_INTA_IRQCHIP is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_TI_SCI_INTR_IRQCHIP b/redhat/configs/rhel/generic/CONFIG_TI_SCI_INTR_IRQCHIP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_TI_SCI_INTR_IRQCHIP
@@ -0,0 +1 @@
+# CONFIG_TI_SCI_INTR_IRQCHIP is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3619