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
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/pci
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: PCIE_AMD_MDB [=n]
Type : bool
Defined at drivers/pci/controller/dwc/Kconfig:40
Prompt: AMD MDB Versal2 PCIe controller
Depends on: PCI [=y] && OF [=y] && (ARM64 [=y] || COMPILE_TEST [=n]) && PCI_MSI [=y]
Location:
-> Device Drivers
-> PCI support (PCI [=y])
-> PCI controller drivers
-> DesignWare-based PCIe controllers
-> AMD MDB Versal2 PCIe controller (PCIE_AMD_MDB [=n])
Selects: PCIE_DW_HOST [=y]
Commit: 5f3de23d858e (PCI: amd-mdb: Add AMD MDB Root Port driver)
---
Symbol: PCIE_DW_DEBUGFS [=n]
Type : bool
Defined at drivers/pci/controller/dwc/Kconfig:9
Prompt: DesignWare PCIe debugfs entries
Depends on: PCI [=y] && DEBUG_FS [=y] && (PCIE_DW_HOST [=y] || PCIE_DW_EP [=n])
Location:
-> Device Drivers
-> PCI support (PCI [=y])
-> PCI controller drivers
-> DesignWare-based PCIe controllers
-> DesignWare PCIe debugfs entries (PCIE_DW_DEBUGFS [=n])
Commit: 4fbfa17f9a07 (PCI: dwc: Add debugfs based Silicon Debug support for DWC)
---
Symbol: PCI_PWRCTL_SLOT [=n]
Type : tristate
Defined at drivers/pci/pwrctrl/Kconfig:14
Prompt: PCI Power Control driver for PCI slots
Depends on: PCI [=y]
Location:
-> Device Drivers
-> PCI support (PCI [=y])
-> PCI Power Control driver for PCI slots (PCI_PWRCTL_SLOT [=n])
Selects: PCI_PWRCTL [=n]
Commit: 75996c92f4de (PCI/pwrctrl: Add pwrctrl driver for PCI slots)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PCIE_AMD_MDB b/redhat/configs/pending-rhel/generic/CONFIG_PCIE_AMD_MDB
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_PCIE_AMD_MDB
+++ /dev/null
@@ -1,17 +0,0 @@
-# Symbol: PCIE_AMD_MDB [=n]
-# Type : bool
-# Defined at drivers/pci/controller/dwc/Kconfig:40
-# Prompt: AMD MDB Versal2 PCIe controller
-# Depends on: PCI [=y] && OF [=y] && (ARM64 [=y] || COMPILE_TEST [=n]) && PCI_MSI [=y]
-# Location:
-# -> Device Drivers
-# -> PCI support (PCI [=y])
-# -> PCI controller drivers
-# -> DesignWare-based PCIe controllers
-# -> AMD MDB Versal2 PCIe controller (PCIE_AMD_MDB [=n])
-# Selects: PCIE_DW_HOST [=y]
-#
-#
-#
-# Commit: 5f3de23d858e (PCI: amd-mdb: Add AMD MDB Root Port driver)
-# CONFIG_PCIE_AMD_MDB is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PCIE_DW_DEBUGFS b/redhat/configs/pending-rhel/generic/CONFIG_PCIE_DW_DEBUGFS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_PCIE_DW_DEBUGFS
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: PCIE_DW_DEBUGFS [=n]
-# Type : bool
-# Defined at drivers/pci/controller/dwc/Kconfig:9
-# Prompt: DesignWare PCIe debugfs entries
-# Depends on: PCI [=y] && DEBUG_FS [=y] && (PCIE_DW_HOST [=y] || PCIE_DW_EP [=n])
-# Location:
-# -> Device Drivers
-# -> PCI support (PCI [=y])
-# -> PCI controller drivers
-# -> DesignWare-based PCIe controllers
-# -> DesignWare PCIe debugfs entries (PCIE_DW_DEBUGFS [=n])
-#
-#
-#
-# Commit: 4fbfa17f9a07 (PCI: dwc: Add debugfs based Silicon Debug support for DWC)
-# CONFIG_PCIE_DW_DEBUGFS is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PCI_PWRCTL_SLOT b/redhat/configs/pending-rhel/generic/CONFIG_PCI_PWRCTL_SLOT
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_PCI_PWRCTL_SLOT
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: PCI_PWRCTL_SLOT [=n]
-# Type : tristate
-# Defined at drivers/pci/pwrctrl/Kconfig:14
-# Prompt: PCI Power Control driver for PCI slots
-# Depends on: PCI [=y]
-# Location:
-# -> Device Drivers
-# -> PCI support (PCI [=y])
-# -> PCI Power Control driver for PCI slots (PCI_PWRCTL_SLOT [=n])
-# Selects: PCI_PWRCTL [=n]
-#
-#
-#
-# Commit: 75996c92f4de (PCI/pwrctrl: Add pwrctrl driver for PCI slots)
-# CONFIG_PCI_PWRCTL_SLOT is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_PCIE_AMD_MDB b/redhat/configs/rhel/generic/CONFIG_PCIE_AMD_MDB
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_PCIE_AMD_MDB
@@ -0,0 +1 @@
+# CONFIG_PCIE_AMD_MDB is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_PCIE_DW_DEBUGFS b/redhat/configs/rhel/generic/CONFIG_PCIE_DW_DEBUGFS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_PCIE_DW_DEBUGFS
@@ -0,0 +1 @@
+# CONFIG_PCIE_DW_DEBUGFS is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_PCI_PWRCTL_SLOT b/redhat/configs/rhel/generic/CONFIG_PCI_PWRCTL_SLOT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_PCI_PWRCTL_SLOT
@@ -0,0 +1 @@
+# CONFIG_PCI_PWRCTL_SLOT is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3796
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/pinctrl
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: PINCTRL_TLMM_TEST [=n]
Type : tristate
Defined at drivers/pinctrl/qcom/Kconfig.msm:440
Prompt: Qualcomm TLMM test driver
Depends on: PINCTRL [=y] && (ARCH_QCOM [=y] || COMPILE_TEST [=n]) && PINCTRL_MSM [=y] && (ARM64 [=y] || COMPILE_TEST [=n]) && KUNIT [=m]
Location:
-> Device Drivers
-> Pin controllers (PINCTRL [=y])
-> Qualcomm core pin controller driver (PINCTRL_MSM [=y])
-> Qualcomm TLMM test driver (PINCTRL_TLMM_TEST [=n])
Commit: c7984dc0a2b9 (pinctrl: qcom: Add test case for TLMM interrupt handling)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PINCTRL_TLMM_TEST b/redhat/configs/pending-rhel/generic/CONFIG_PINCTRL_TLMM_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_PINCTRL_TLMM_TEST
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: PINCTRL_TLMM_TEST [=n]
-# Type : tristate
-# Defined at drivers/pinctrl/qcom/Kconfig.msm:440
-# Prompt: Qualcomm TLMM test driver
-# Depends on: PINCTRL [=y] && (ARCH_QCOM [=y] || COMPILE_TEST [=n]) && PINCTRL_MSM [=y] && (ARM64 [=y] || COMPILE_TEST [=n]) && KUNIT [=m]
-# Location:
-# -> Device Drivers
-# -> Pin controllers (PINCTRL [=y])
-# -> Qualcomm core pin controller driver (PINCTRL_MSM [=y])
-# -> Qualcomm TLMM test driver (PINCTRL_TLMM_TEST [=n])
-#
-#
-#
-# Commit: c7984dc0a2b9 (pinctrl: qcom: Add test case for TLMM interrupt handling)
-# CONFIG_PINCTRL_TLMM_TEST is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_PINCTRL_TLMM_TEST b/redhat/configs/rhel/generic/CONFIG_PINCTRL_TLMM_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_PINCTRL_TLMM_TEST
@@ -0,0 +1 @@
+# CONFIG_PINCTRL_TLMM_TEST is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3797
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/media
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: CEC_NXP_TDA9950 [=n]
Type : tristate
Defined at drivers/media/cec/i2c/Kconfig:17
Prompt: NXP Semiconductors TDA9950/TDA998X HDMI CEC
Depends on: MEDIA_CEC_SUPPORT [=y]
Location:
-> Device Drivers
-> CEC support
-> HDMI CEC drivers (MEDIA_CEC_SUPPORT [=y])
-> NXP Semiconductors TDA9950/TDA998X HDMI CEC (CEC_NXP_TDA9950 [=n])
Selects: CEC_NOTIFIER [=y] && CEC_CORE [=m]
Commit: caa6f4a75e9f (media: cec: move driver for TDA9950 from drm/i2c)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CEC_NXP_TDA9950 b/redhat/configs/pending-rhel/generic/CONFIG_CEC_NXP_TDA9950
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CEC_NXP_TDA9950
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: CEC_NXP_TDA9950 [=n]
-# Type : tristate
-# Defined at drivers/media/cec/i2c/Kconfig:17
-# Prompt: NXP Semiconductors TDA9950/TDA998X HDMI CEC
-# Depends on: MEDIA_CEC_SUPPORT [=y]
-# Location:
-# -> Device Drivers
-# -> CEC support
-# -> HDMI CEC drivers (MEDIA_CEC_SUPPORT [=y])
-# -> NXP Semiconductors TDA9950/TDA998X HDMI CEC (CEC_NXP_TDA9950 [=n])
-# Selects: CEC_NOTIFIER [=y] && CEC_CORE [=m]
-#
-#
-#
-# Commit: caa6f4a75e9f (media: cec: move driver for TDA9950 from drm/i2c)
-# CONFIG_CEC_NXP_TDA9950 is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CEC_NXP_TDA9950 b/redhat/configs/rhel/generic/CONFIG_CEC_NXP_TDA9950
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CEC_NXP_TDA9950
@@ -0,0 +1 @@
+# CONFIG_CEC_NXP_TDA9950 is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3794
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/mfd
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: MFD_MAX77705 [=n]
Type : tristate
Defined at drivers/mfd/Kconfig:919
Prompt: Maxim MAX77705 PMIC Support
Depends on: HAS_IOMEM [=y] && I2C [=y]
Location:
-> Device Drivers
-> Multifunction device drivers
-> Maxim MAX77705 PMIC Support (MFD_MAX77705 [=n])
Selects: MFD_CORE [=y] && MFD_SIMPLE_MFD_I2C [=n]
Commit: c8d50f029748 (mfd: Add new driver for MAX77705 PMIC)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_MFD_MAX77705 b/redhat/configs/pending-rhel/generic/CONFIG_MFD_MAX77705
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_MFD_MAX77705
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: MFD_MAX77705 [=n]
-# Type : tristate
-# Defined at drivers/mfd/Kconfig:919
-# Prompt: Maxim MAX77705 PMIC Support
-# Depends on: HAS_IOMEM [=y] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Multifunction device drivers
-# -> Maxim MAX77705 PMIC Support (MFD_MAX77705 [=n])
-# Selects: MFD_CORE [=y] && MFD_SIMPLE_MFD_I2C [=n]
-#
-#
-#
-# Commit: c8d50f029748 (mfd: Add new driver for MAX77705 PMIC)
-# CONFIG_MFD_MAX77705 is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_MFD_MAX77705 b/redhat/configs/rhel/generic/CONFIG_MFD_MAX77705
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_MFD_MAX77705
@@ -0,0 +1 @@
+# CONFIG_MFD_MAX77705 is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3795
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/cxl
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: CXL_FEATURES [=n]
Type : bool
Defined at drivers/cxl/Kconfig:106
Prompt: CXL: Features
Depends on: CXL_BUS [=m] && CXL_PCI [=m]
Location:
-> Device Drivers
-> PCI support (PCI [=y])
-> CXL (Compute Express Link) Devices Support (CXL_BUS [=m])
-> CXL: Features (CXL_FEATURES [=n])
Commit: f0e6a2329bf9 (cxl: Add Get Supported Features command for kernel usage)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CXL_FEATURES b/redhat/configs/pending-rhel/generic/CONFIG_CXL_FEATURES
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CXL_FEATURES
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: CXL_FEATURES [=n]
-# Type : bool
-# Defined at drivers/cxl/Kconfig:106
-# Prompt: CXL: Features
-# Depends on: CXL_BUS [=m] && CXL_PCI [=m]
-# Location:
-# -> Device Drivers
-# -> PCI support (PCI [=y])
-# -> CXL (Compute Express Link) Devices Support (CXL_BUS [=m])
-# -> CXL: Features (CXL_FEATURES [=n])
-#
-#
-#
-# Commit: f0e6a2329bf9 (cxl: Add Get Supported Features command for kernel usage)
-# CONFIG_CXL_FEATURES is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CXL_FEATURES b/redhat/configs/rhel/generic/CONFIG_CXL_FEATURES
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CXL_FEATURES
@@ -0,0 +1 @@
+# CONFIG_CXL_FEATURES is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3791
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in arch/s390
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: STRICT_MM_TYPECHECKS [=n]
Type : bool
Defined at arch/s390/Kconfig.debug:16
Prompt: Strict Memory Management Type Checks
Depends on: DEBUG_KERNEL [=y]
Location:
-> Kernel hacking
-> s390 Debugging
-> Strict Memory Management Type Checks (STRICT_MM_TYPECHECKS [=n])
Commit: 03544866df1b (s390/mm: Add configurable STRICT_MM_TYPECHECKS)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_STRICT_MM_TYPECHECKS b/redhat/configs/pending-rhel/generic/CONFIG_STRICT_MM_TYPECHECKS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_STRICT_MM_TYPECHECKS
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: STRICT_MM_TYPECHECKS [=n]
-# Type : bool
-# Defined at arch/s390/Kconfig.debug:16
-# Prompt: Strict Memory Management Type Checks
-# Depends on: DEBUG_KERNEL [=y]
-# Location:
-# -> Kernel hacking
-# -> s390 Debugging
-# -> Strict Memory Management Type Checks (STRICT_MM_TYPECHECKS [=n])
-#
-#
-#
-# Commit: 03544866df1b (s390/mm: Add configurable STRICT_MM_TYPECHECKS)
-# CONFIG_STRICT_MM_TYPECHECKS is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_STRICT_MM_TYPECHECKS b/redhat/configs/rhel/generic/CONFIG_STRICT_MM_TYPECHECKS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_STRICT_MM_TYPECHECKS
@@ -0,0 +1 @@
+# CONFIG_STRICT_MM_TYPECHECKS is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3787
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in crypto/krb5
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: CRYPTO_KRB5 [=n]
Type : tristate
Defined at crypto/krb5/Kconfig:1
Prompt: Kerberos 5 crypto
Depends on: CRYPTO [=y]
Location:
-> Cryptographic API (CRYPTO [=y])
-> Kerberos 5 crypto (CRYPTO_KRB5 [=n])
Selects: CRYPTO_MANAGER [=y] && CRYPTO_KRB5ENC [=n] && CRYPTO_AUTHENC [=y] && CRYPTO_SKCIPHER [=y] && CRYPTO_HASH_INFO [=y] && CRYPTO_HMAC [=y] && CRYPTO_CMAC [=y] && CRYPTO_SHA1 [=y] && CRYPTO_SHA256 [=y] && CRYPTO_SHA512 [=y] && CRYPTO_CBC [=y] && CRYPTO_CTS [=y] && CRYPTO_AES [=y] && CRYPTO_CAMELLIA [=m]
Commit: 3936f02bf2d3 (crypto/krb5: Implement Kerberos crypto core)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CRYPTO_KRB5 b/redhat/configs/pending-rhel/generic/CONFIG_CRYPTO_KRB5
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_CRYPTO_KRB5
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: CRYPTO_KRB5 [=n]
-# Type : tristate
-# Defined at crypto/krb5/Kconfig:1
-# Prompt: Kerberos 5 crypto
-# Depends on: CRYPTO [=y]
-# Location:
-# -> Cryptographic API (CRYPTO [=y])
-# -> Kerberos 5 crypto (CRYPTO_KRB5 [=n])
-# Selects: CRYPTO_MANAGER [=y] && CRYPTO_KRB5ENC [=n] && CRYPTO_AUTHENC [=y] && CRYPTO_SKCIPHER [=y] && CRYPTO_HASH_INFO [=y] && CRYPTO_HMAC [=y] && CRYPTO_CMAC [=y] && CRYPTO_SHA1 [=y] && CRYPTO_SHA256 [=y] && CRYPTO_SHA512 [=y] && CRYPTO_CBC [=y] && CRYPTO_CTS [=y] && CRYPTO_AES [=y] && CRYPTO_CAMELLIA [=m]
-#
-#
-#
-# Commit: 3936f02bf2d3 (crypto/krb5: Implement Kerberos crypto core)
-# CONFIG_CRYPTO_KRB5 is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_CRYPTO_KRB5 b/redhat/configs/rhel/generic/CONFIG_CRYPTO_KRB5
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_CRYPTO_KRB5
@@ -0,0 +1 @@
+# CONFIG_CRYPTO_KRB5 is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3789