From: Yanko Kaneti <yaneti(a)declera.com>
configs/fedora: Enable CONFIG_PCI_REALLOC_ENABLE_AUTO
This should help with automatically allocating resources for
hotplug PCI devices (e.g. U.2 NVMe) when the BIOS/firmware hasn't
made provisions for that.
See merge requests cki-project/kernel-ark!3622 and
cki-project/kernel-ark!3597
Signed-off-by: Yanko Kaneti <yaneti(a)declera.com>
diff --git a/redhat/configs/fedora/generic/CONFIG_PCI_REALLOC_ENABLE_AUTO b/redhat/configs/fedora/generic/CONFIG_PCI_REALLOC_ENABLE_AUTO
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/CONFIG_PCI_REALLOC_ENABLE_AUTO
@@ -0,0 +1 @@
+CONFIG_PCI_REALLOC_ENABLE_AUTO=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3622
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: HID_APPLETB_BL [=n]
Type : tristate
Defined at drivers/hid/Kconfig:151
Prompt: Apple Touch Bar Backlight
Depends on: HID_SUPPORT [=y] && HID [=y] && BACKLIGHT_CLASS_DEVICE [=y]
Location:
-> Device Drivers
-> HID bus support (HID_SUPPORT [=y])
-> HID bus core support (HID [=y])
-> Special HID drivers
-> Apple Touch Bar Backlight (HID_APPLETB_BL [=n])
Selected by [n]:
- HID_APPLETB_KBD [=n] && HID_SUPPORT [=y] && HID [=y] && USB_HID [=y] && BACKLIGHT_CLASS_DEVICE [=y] && INPUT [=y]
Commit: 1fd41e5e3d7c (HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars)
---
Symbol: HID_APPLETB_KBD [=n]
Type : tristate
Defined at drivers/hid/Kconfig:161
Prompt: Apple Touch Bar Keyboard Mode
Depends on: HID_SUPPORT [=y] && HID [=y] && USB_HID [=y] && BACKLIGHT_CLASS_DEVICE [=y] && INPUT [=y]
Location:
-> Device Drivers
-> HID bus support (HID_SUPPORT [=y])
-> HID bus core support (HID [=y])
-> Special HID drivers
-> Apple Touch Bar Keyboard Mode (HID_APPLETB_KBD [=n])
Selects: INPUT_SPARSEKMAP [=m] && HID_APPLETB_BL [=n]
Commit: 8e9b9152cfbd (HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch Bars)
---
Symbol: HID_UNIVERSAL_PIDFF [=n]
Type : tristate
Defined at drivers/hid/Kconfig:1249
Prompt: universal-pidff: extended USB PID driver compatibility and usage
Depends on: HID_SUPPORT [=y] && HID [=y] && USB_HID [=y] && HID_PID [=y]
Location:
-> Device Drivers
-> HID bus support (HID_SUPPORT [=y])
-> HID bus core support (HID [=y])
-> Special HID drivers
-> universal-pidff: extended USB PID driver compatibility and usage (HID_UNIVERSAL_PIDFF [=n])
Commit: f06bf8d94fff (HID: Add hid-universal-pidff driver and supported device ids)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_HID_APPLETB_BL b/redhat/configs/pending-rhel/generic/CONFIG_HID_APPLETB_BL
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_HID_APPLETB_BL
+++ /dev/null
@@ -1,18 +0,0 @@
-# Symbol: HID_APPLETB_BL [=n]
-# Type : tristate
-# Defined at drivers/hid/Kconfig:151
-# Prompt: Apple Touch Bar Backlight
-# Depends on: HID_SUPPORT [=y] && HID [=y] && BACKLIGHT_CLASS_DEVICE [=y]
-# Location:
-# -> Device Drivers
-# -> HID bus support (HID_SUPPORT [=y])
-# -> HID bus core support (HID [=y])
-# -> Special HID drivers
-# -> Apple Touch Bar Backlight (HID_APPLETB_BL [=n])
-# Selected by [n]:
-# - HID_APPLETB_KBD [=n] && HID_SUPPORT [=y] && HID [=y] && USB_HID [=y] && BACKLIGHT_CLASS_DEVICE [=y] && INPUT [=y]
-#
-#
-#
-# Commit: 1fd41e5e3d7c (HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars)
-# CONFIG_HID_APPLETB_BL is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_HID_APPLETB_KBD b/redhat/configs/pending-rhel/generic/CONFIG_HID_APPLETB_KBD
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_HID_APPLETB_KBD
+++ /dev/null
@@ -1,17 +0,0 @@
-# Symbol: HID_APPLETB_KBD [=n]
-# Type : tristate
-# Defined at drivers/hid/Kconfig:161
-# Prompt: Apple Touch Bar Keyboard Mode
-# Depends on: HID_SUPPORT [=y] && HID [=y] && USB_HID [=y] && BACKLIGHT_CLASS_DEVICE [=y] && INPUT [=y]
-# Location:
-# -> Device Drivers
-# -> HID bus support (HID_SUPPORT [=y])
-# -> HID bus core support (HID [=y])
-# -> Special HID drivers
-# -> Apple Touch Bar Keyboard Mode (HID_APPLETB_KBD [=n])
-# Selects: INPUT_SPARSEKMAP [=m] && HID_APPLETB_BL [=n]
-#
-#
-#
-# Commit: 8e9b9152cfbd (HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch Bars)
-# CONFIG_HID_APPLETB_KBD is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_HID_UNIVERSAL_PIDFF b/redhat/configs/pending-rhel/generic/CONFIG_HID_UNIVERSAL_PIDFF
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_HID_UNIVERSAL_PIDFF
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: HID_UNIVERSAL_PIDFF [=n]
-# Type : tristate
-# Defined at drivers/hid/Kconfig:1249
-# Prompt: universal-pidff: extended USB PID driver compatibility and usage
-# Depends on: HID_SUPPORT [=y] && HID [=y] && USB_HID [=y] && HID_PID [=y]
-# Location:
-# -> Device Drivers
-# -> HID bus support (HID_SUPPORT [=y])
-# -> HID bus core support (HID [=y])
-# -> Special HID drivers
-# -> universal-pidff: extended USB PID driver compatibility and usage (HID_UNIVERSAL_PIDFF [=n])
-#
-#
-#
-# Commit: f06bf8d94fff (HID: Add hid-universal-pidff driver and supported device ids)
-# CONFIG_HID_UNIVERSAL_PIDFF is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_HID_APPLETB_BL b/redhat/configs/rhel/generic/CONFIG_HID_APPLETB_BL
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_HID_APPLETB_BL
@@ -0,0 +1 @@
+# CONFIG_HID_APPLETB_BL is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_HID_APPLETB_KBD b/redhat/configs/rhel/generic/CONFIG_HID_APPLETB_KBD
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_HID_APPLETB_KBD
@@ -0,0 +1 @@
+# CONFIG_HID_APPLETB_KBD is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_HID_UNIVERSAL_PIDFF b/redhat/configs/rhel/generic/CONFIG_HID_UNIVERSAL_PIDFF
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_HID_UNIVERSAL_PIDFF
@@ -0,0 +1 @@
+# CONFIG_HID_UNIVERSAL_PIDFF is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3757
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in arch/arm64
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: ROCKCHIP_ERRATUM_3568002 [=y]
Type : bool
Defined at arch/arm64/Kconfig:1307
Prompt: Rockchip 3568002: GIC600 can not access physical addresses higher than 4GB
Location:
-> Kernel Features
-> ARM errata workarounds via the alternatives framework
-> Rockchip 3568002: GIC600 can not access physical addresses higher than 4GB (ROCKCHIP_ERRATUM_3568002 [=y])
Commit: 2d81e1bb6252 (irqchip/gic-v3: Add Rockchip 3568002 erratum workaround)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_ROCKCHIP_ERRATUM_3568002 b/redhat/configs/pending-rhel/generic/CONFIG_ROCKCHIP_ERRATUM_3568002
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_ROCKCHIP_ERRATUM_3568002
+++ /dev/null
@@ -1,13 +0,0 @@
-# Symbol: ROCKCHIP_ERRATUM_3568002 [=y]
-# Type : bool
-# Defined at arch/arm64/Kconfig:1307
-# Prompt: Rockchip 3568002: GIC600 can not access physical addresses higher than 4GB
-# Location:
-# -> Kernel Features
-# -> ARM errata workarounds via the alternatives framework
-# -> Rockchip 3568002: GIC600 can not access physical addresses higher than 4GB (ROCKCHIP_ERRATUM_3568002 [=y])
-#
-#
-#
-# Commit: 2d81e1bb6252 (irqchip/gic-v3: Add Rockchip 3568002 erratum workaround)
-CONFIG_ROCKCHIP_ERRATUM_3568002=y
diff --git a/redhat/configs/rhel/generic/CONFIG_ROCKCHIP_ERRATUM_3568002 b/redhat/configs/rhel/generic/CONFIG_ROCKCHIP_ERRATUM_3568002
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_ROCKCHIP_ERRATUM_3568002
@@ -0,0 +1 @@
+CONFIG_ROCKCHIP_ERRATUM_3568002=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3754
From: Patrick Talbert <ptalbert(a)redhat.com>
[redhat] configs: do not override CRYPTO_CHACHA20_P10 in rhel
Since 17ec3e71 ('crypto: lib/Kconfig - Hide arch options from user') the
config option CRYPTO_CHACHA20_P10 is no longer user-selectable. Accept
the new default value of being enabled (as CRYPTO_LIB_CHACHA_INTERNAL is
enabled foir powerpc).
Signed-off-by: Patrick Talbert <ptalbert(a)redhat.com>
diff --git a/redhat/configs/pending-rhel/generic/powerpc/CONFIG_CRYPTO_CHACHA20_P10 b/redhat/configs/pending-rhel/generic/powerpc/CONFIG_CRYPTO_CHACHA20_P10
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/powerpc/CONFIG_CRYPTO_CHACHA20_P10
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CRYPTO_CHACHA20_P10=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3786
From: David Arcari <darcari(a)redhat.com>
redhat/configs: enable CONFIG_AMD_3D_VCACHE for x86 on RHEL
We are planning to support this in RHEL, but it should remain disabled
for x86 automotive.
Signed-off-by: David Arcari <darcari(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE b/redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
rename from redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE
rename to redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE
+++ b/redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
diff --git a/redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE b/redhat/configs/rhel/automotive/generic/x86/CONFIG_AMD_3D_VCACHE
rename from redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE
rename to redhat/configs/rhel/automotive/generic/x86/CONFIG_AMD_3D_VCACHE
index blahblah..blahblah 100644
--- a/redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE
+++ b/redhat/configs/rhel/automotive/generic/x86/CONFIG_AMD_3D_VCACHE
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3780
From: Jerry Snitselaar <jsnitsel(a)redhat.com>
redhat/configs: Enable CONFIG_X86_POSTED_MSI
Enable X86_POSTED_MSI, and centralize to the common
directory.
Signed-off-by: Jerry Snitselaar <jsnitsel(a)redhat.com>
Upstream-Status: RHEL-only
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_X86_POSTED_MSI b/redhat/configs/common/generic/x86/CONFIG_X86_POSTED_MSI
rename from redhat/configs/fedora/generic/x86/CONFIG_X86_POSTED_MSI
rename to redhat/configs/common/generic/x86/CONFIG_X86_POSTED_MSI
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/x86/CONFIG_X86_POSTED_MSI
+++ b/redhat/configs/common/generic/x86/CONFIG_X86_POSTED_MSI
diff --git a/redhat/configs/rhel/generic/CONFIG_X86_POSTED_MSI b/redhat/configs/rhel/generic/CONFIG_X86_POSTED_MSI
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_X86_POSTED_MSI
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_X86_POSTED_MSI is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3744
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/char
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: TCG_ARM_CRB_FFA [=m]
Type : tristate
Defined at drivers/char/tpm/Kconfig:213
Prompt: TPM CRB over Arm FF-A Transport
Depends on: TCG_TPM [=y] && ARM_FFA_TRANSPORT [=m] && TCG_CRB [=y]
Location:
-> Device Drivers
-> Character devices
-> TPM Hardware Support (TCG_TPM [=y])
-> TPM 2.0 CRB Interface (TCG_CRB [=y])
-> TPM CRB over Arm FF-A Transport (TCG_ARM_CRB_FFA [=m])
Commit: eb93f0734ef1 (tpm_crb: ffa_tpm: Implement driver compliant to CRB over FF-A)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_TCG_ARM_CRB_FFA b/redhat/configs/pending-rhel/generic/CONFIG_TCG_ARM_CRB_FFA
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_TCG_ARM_CRB_FFA
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: TCG_ARM_CRB_FFA [=m]
-# Type : tristate
-# Defined at drivers/char/tpm/Kconfig:213
-# Prompt: TPM CRB over Arm FF-A Transport
-# Depends on: TCG_TPM [=y] && ARM_FFA_TRANSPORT [=m] && TCG_CRB [=y]
-# Location:
-# -> Device Drivers
-# -> Character devices
-# -> TPM Hardware Support (TCG_TPM [=y])
-# -> TPM 2.0 CRB Interface (TCG_CRB [=y])
-# -> TPM CRB over Arm FF-A Transport (TCG_ARM_CRB_FFA [=m])
-#
-#
-#
-# Commit: eb93f0734ef1 (tpm_crb: ffa_tpm: Implement driver compliant to CRB over FF-A)
-CONFIG_TCG_ARM_CRB_FFA=m
diff --git a/redhat/configs/rhel/generic/CONFIG_TCG_ARM_CRB_FFA b/redhat/configs/rhel/generic/CONFIG_TCG_ARM_CRB_FFA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_TCG_ARM_CRB_FFA
@@ -0,0 +1 @@
+CONFIG_TCG_ARM_CRB_FFA=m
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3790