[OS-BUILD PATCH] [redhat] New configs in drivers/hid
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_HID_VIVALDI:
Say Y here if you want to enable support for Vivaldi keyboards.
Vivaldi keyboards use a vendor-specific (Google) HID usage to report
how the keys in the top row are physically ordered.
Symbol: HID_VIVALDI [=n]
Type : tristate
Defined at drivers/hid/Kconfig:400
Prompt: Vivaldi Keyboard
Depends on: INPUT [=y] && HID [=y]
Location:
-> Device Drivers
-> HID support
-> HID bus support (HID [=y])
-> Special HID drivers
---
Cc: Benjamin Tissoires <benjamin.tissoires(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../configs/common/generic/CONFIG_HID_VIVALDI | 1 +
.../pending-common/generic/CONFIG_HID_VIVALDI | 21 -------------------
2 files changed, 1 insertion(+), 21 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_HID_VIVALDI
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_HID_VIVALDI
diff --git a/redhat/configs/common/generic/CONFIG_HID_VIVALDI b/redhat/configs/common/generic/CONFIG_HID_VIVALDI
new file mode 100644
index 000000000000..289b0f0090f3
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_HID_VIVALDI
@@ -0,0 +1 @@
+# CONFIG_HID_VIVALDI is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_HID_VIVALDI b/redhat/configs/pending-common/generic/CONFIG_HID_VIVALDI
deleted file mode 100644
index ae35eae24869..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_HID_VIVALDI
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_HID_VIVALDI:
-#
-# Say Y here if you want to enable support for Vivaldi keyboards.
-#
-# Vivaldi keyboards use a vendor-specific (Google) HID usage to report
-# how the keys in the top row are physically ordered.
-#
-# Symbol: HID_VIVALDI [=n]
-# Type : tristate
-# Defined at drivers/hid/Kconfig:400
-# Prompt: Vivaldi Keyboard
-# Depends on: INPUT [=y] && HID [=y]
-# Location:
-# -> Device Drivers
-# -> HID support
-# -> HID bus support (HID [=y])
-# -> Special HID drivers
-#
-#
-#
-# CONFIG_HID_VIVALDI is not set
--
GitLab
14 hours, 47 minutes
[OS-BUILD PATCH] [redhat] New configs in drivers/vfio
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_VFIO_PCI_ZDEV:
Enabling this option exposes VFIO capabilities containing hardware
configuration for zPCI devices. This enables userspace (e.g. QEMU)
to supply proper configuration values instead of hard-coded defaults
for zPCI devices passed through via VFIO on s390.
Say Y here.
Symbol: VFIO_PCI_ZDEV [=y]
Type : bool
Defined at drivers/vfio/pci/Kconfig:49
Prompt: VFIO PCI ZPCI device CLP support
Depends on: VFIO_PCI [=m] && S390 [=y]
Location:
-> Device Drivers
-> VFIO Non-Privileged userspace driver framework (VFIO [=m])
-> VFIO support for PCI devices (VFIO_PCI [=m])
---
Cc: Alex Williamson <alex.williamson(a)redhat.com>
Cc: Eric Auger <eric.auger(a)redhat.com>
Cc: rhvirt-patches(a)redhat.com
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_VFIO_PCI_ZDEV | 1 +
.../generic/CONFIG_VFIO_PCI_ZDEV | 22 -------------------
2 files changed, 1 insertion(+), 22 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_VFIO_PCI_ZDEV
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_VFIO_PCI_ZDEV
diff --git a/redhat/configs/common/generic/CONFIG_VFIO_PCI_ZDEV b/redhat/configs/common/generic/CONFIG_VFIO_PCI_ZDEV
new file mode 100644
index 000000000000..ffc34457516a
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_VFIO_PCI_ZDEV
@@ -0,0 +1 @@
+CONFIG_VFIO_PCI_ZDEV=y
diff --git a/redhat/configs/pending-common/generic/CONFIG_VFIO_PCI_ZDEV b/redhat/configs/pending-common/generic/CONFIG_VFIO_PCI_ZDEV
deleted file mode 100644
index 7040692bbc15..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_VFIO_PCI_ZDEV
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_VFIO_PCI_ZDEV:
-#
-# Enabling this option exposes VFIO capabilities containing hardware
-# configuration for zPCI devices. This enables userspace (e.g. QEMU)
-# to supply proper configuration values instead of hard-coded defaults
-# for zPCI devices passed through via VFIO on s390.
-#
-# Say Y here.
-#
-# Symbol: VFIO_PCI_ZDEV [=y]
-# Type : bool
-# Defined at drivers/vfio/pci/Kconfig:49
-# Prompt: VFIO PCI ZPCI device CLP support
-# Depends on: VFIO_PCI [=m] && S390 [=y]
-# Location:
-# -> Device Drivers
-# -> VFIO Non-Privileged userspace driver framework (VFIO [=m])
-# -> VFIO support for PCI devices (VFIO_PCI [=m])
-#
-#
-#
-CONFIG_VFIO_PCI_ZDEV=y
--
GitLab
16 hours, 6 minutes
[OS-BUILD PATCH] [redhat] New configs in arch/arm64
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_ARCH_VISCONTI:
This enables support for Toshiba Visconti SoCs Family.
Symbol: ARCH_VISCONTI [=n]
Type : bool
Defined at arch/arm64/Kconfig.platforms:302
Prompt: Toshiba Visconti SoC Family
Location:
-> Platform selection
Selects: PINCTRL [=y] && PINCTRL_VISCONTI [=n]
---
Cc: Mark Salter <msalter(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../configs/common/generic/CONFIG_ARCH_VISCONTI | 1 +
.../pending-common/generic/CONFIG_ARCH_VISCONTI | 15 ---------------
2 files changed, 1 insertion(+), 15 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ARCH_VISCONTI
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ARCH_VISCONTI
diff --git a/redhat/configs/common/generic/CONFIG_ARCH_VISCONTI b/redhat/configs/common/generic/CONFIG_ARCH_VISCONTI
new file mode 100644
index 000000000000..099b60922ebf
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ARCH_VISCONTI
@@ -0,0 +1 @@
+# CONFIG_ARCH_VISCONTI is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_ARCH_VISCONTI b/redhat/configs/pending-common/generic/CONFIG_ARCH_VISCONTI
deleted file mode 100644
index 2d7076483445..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ARCH_VISCONTI
+++ /dev/null
@@ -1,15 +0,0 @@
-# CONFIG_ARCH_VISCONTI:
-#
-# This enables support for Toshiba Visconti SoCs Family.
-#
-# Symbol: ARCH_VISCONTI [=n]
-# Type : bool
-# Defined at arch/arm64/Kconfig.platforms:302
-# Prompt: Toshiba Visconti SoC Family
-# Location:
-# -> Platform selection
-# Selects: PINCTRL [=y] && PINCTRL_VISCONTI [=n]
-#
-#
-#
-# CONFIG_ARCH_VISCONTI is not set
--
GitLab
17 hours, 15 minutes
[OS-BUILD PATCH] [redhat] New configs in drivers/nvme
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_NVME_TARGET_PASSTHRU:
This enables target side NVMe passthru controller support for the
NVMe Over Fabrics protocol. It allows for hosts to manage and
directly access an actual NVMe controller residing on the target
side, incuding executing Vendor Unique Commands.
If unsure, say N.
Symbol: NVME_TARGET_PASSTHRU [=n]
Type : bool
Defined at drivers/nvme/target/Kconfig:19
Prompt: NVMe Target Passthrough support
Depends on: NVME_TARGET [=m] && (NVME_CORE [=m]=y || NVME_CORE [=m]=NVME_TARGET [=m])
Location:
-> Device Drivers
-> NVME Support
-> NVMe Target support (NVME_TARGET [=m])
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../generic/CONFIG_NVME_TARGET_PASSTHRU | 1 +
.../generic/CONFIG_NVME_TARGET_PASSTHRU | 22 -------------------
2 files changed, 1 insertion(+), 22 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_NVME_TARGET_PASSTHRU
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_NVME_TARGET_PASSTHRU
diff --git a/redhat/configs/common/generic/CONFIG_NVME_TARGET_PASSTHRU b/redhat/configs/common/generic/CONFIG_NVME_TARGET_PASSTHRU
new file mode 100644
index 000000000000..12bf02e23a41
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_NVME_TARGET_PASSTHRU
@@ -0,0 +1 @@
+# CONFIG_NVME_TARGET_PASSTHRU is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_NVME_TARGET_PASSTHRU b/redhat/configs/pending-common/generic/CONFIG_NVME_TARGET_PASSTHRU
deleted file mode 100644
index 2795e2bb3e5e..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_NVME_TARGET_PASSTHRU
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_NVME_TARGET_PASSTHRU:
-#
-# This enables target side NVMe passthru controller support for the
-# NVMe Over Fabrics protocol. It allows for hosts to manage and
-# directly access an actual NVMe controller residing on the target
-# side, incuding executing Vendor Unique Commands.
-#
-# If unsure, say N.
-#
-# Symbol: NVME_TARGET_PASSTHRU [=n]
-# Type : bool
-# Defined at drivers/nvme/target/Kconfig:19
-# Prompt: NVMe Target Passthrough support
-# Depends on: NVME_TARGET [=m] && (NVME_CORE [=m]=y || NVME_CORE [=m]=NVME_TARGET [=m])
-# Location:
-# -> Device Drivers
-# -> NVME Support
-# -> NVMe Target support (NVME_TARGET [=m])
-#
-#
-#
-# CONFIG_NVME_TARGET_PASSTHRU is not set
--
GitLab
17 hours, 32 minutes
[OS-BUILD PATCH] [redhat] New configs in drivers/input
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_RMI4_F3A:
Say Y here if you want to add support for RMI4 function 3A.
Function 3A provides GPIO support for RMI4 devices. This includes
support for buttons on TouchPads and ClickPads.
Symbol: RMI4_F3A [=n]
Type : bool
Defined at drivers/input/rmi4/Kconfig:103
Prompt: RMI4 Function 3A (GPIO)
Depends on: !UML && INPUT [=y] && RMI4_CORE [=m]
Location:
-> Device Drivers
-> Input device support
-> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y])
-> Synaptics RMI4 bus support (RMI4_CORE [=m])
---
CONFIG_TOUCHSCREEN_ZINITIX:
Say Y here if you have a touchscreen using Zinitix bt541,
or something similar enough.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called zinitix.
Symbol: TOUCHSCREEN_ZINITIX [=n]
Type : tristate
Defined at drivers/input/touchscreen/Kconfig:1325
Prompt: Zinitix touchscreen support
Depends on: !UML && INPUT [=y] && INPUT_TOUCHSCREEN [=y] && I2C [=y]
Location:
-> Device Drivers
-> Input device support
-> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y])
-> Touchscreens (INPUT_TOUCHSCREEN [=y])
---
Cc: Tony Camuso <tcamuso(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_RMI4_F3A | 1 +
.../common/generic/CONFIG_TOUCHSCREEN_ZINITIX | 1 +
.../pending-common/generic/CONFIG_RMI4_F3A | 21 ----------------
.../generic/CONFIG_TOUCHSCREEN_ZINITIX | 24 -------------------
4 files changed, 2 insertions(+), 45 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_RMI4_F3A
create mode 100644 redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_RMI4_F3A
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX
diff --git a/redhat/configs/common/generic/CONFIG_RMI4_F3A b/redhat/configs/common/generic/CONFIG_RMI4_F3A
new file mode 100644
index 000000000000..7daf3f63cac2
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_RMI4_F3A
@@ -0,0 +1 @@
+# CONFIG_RMI4_F3A is not set
diff --git a/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX b/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX
new file mode 100644
index 000000000000..72fb1fc318f2
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX
@@ -0,0 +1 @@
+# CONFIG_TOUCHSCREEN_ZINITIX is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A b/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A
deleted file mode 100644
index cf175b3d5f10..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_RMI4_F3A:
-#
-# Say Y here if you want to add support for RMI4 function 3A.
-#
-# Function 3A provides GPIO support for RMI4 devices. This includes
-# support for buttons on TouchPads and ClickPads.
-#
-# Symbol: RMI4_F3A [=n]
-# Type : bool
-# Defined at drivers/input/rmi4/Kconfig:103
-# Prompt: RMI4 Function 3A (GPIO)
-# Depends on: !UML && INPUT [=y] && RMI4_CORE [=m]
-# Location:
-# -> Device Drivers
-# -> Input device support
-# -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y])
-# -> Synaptics RMI4 bus support (RMI4_CORE [=m])
-#
-#
-#
-# CONFIG_RMI4_F3A is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX b/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX
deleted file mode 100644
index 361ab7a0933b..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_TOUCHSCREEN_ZINITIX:
-#
-# Say Y here if you have a touchscreen using Zinitix bt541,
-# or something similar enough.
-#
-# If unsure, say N.
-#
-# To compile this driver as a module, choose M here: the
-# module will be called zinitix.
-#
-# Symbol: TOUCHSCREEN_ZINITIX [=n]
-# Type : tristate
-# Defined at drivers/input/touchscreen/Kconfig:1325
-# Prompt: Zinitix touchscreen support
-# Depends on: !UML && INPUT [=y] && INPUT_TOUCHSCREEN [=y] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Input device support
-# -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y])
-# -> Touchscreens (INPUT_TOUCHSCREEN [=y])
-#
-#
-#
-# CONFIG_TOUCHSCREEN_ZINITIX is not set
--
GitLab
18 hours, 10 minutes
[OS-BUILD PATCH] [redhat] New configs in crypto/Kconfig
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_CRYPTO_SM2:
Generic implementation of the SM2 public key algorithm. It was
published by State Encryption Management Bureau, China.
as specified by OSCCA GM/T 0003.1-2012 -- 0003.5-2012.
References:
https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02
http://www.oscca.gov.cn/sca/xxgk/2010-12/17/content_1002386.shtml
http://www.gmbz.org.cn/main/bzlb.html
Symbol: CRYPTO_SM2 [=n]
Type : tristate
Defined at crypto/Kconfig:263
Prompt: SM2 algorithm
Depends on: CRYPTO [=y]
Location:
-> Cryptographic API (CRYPTO [=y])
Selects: CRYPTO_SM3 [=n] && CRYPTO_AKCIPHER [=y] && CRYPTO_MANAGER [=y] && MPILIB [=y] && ASN1 [=y]
---
CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE:
Allow obsolete cryptographic algorithms to be selected that have
already been phased out from internal use by the kernel, and are
only useful for userspace clients that still rely on them.
Symbol: CRYPTO_USER_API_ENABLE_OBSOLETE [=y]
Type : bool
Defined at crypto/Kconfig:1915
Prompt: Enable obsolete cryptographic algorithms for userspace
Depends on: CRYPTO [=y] && CRYPTO_USER_API [=y]
Location:
-> Cryptographic API (CRYPTO [=y])
---
CONFIG_CRYPTO_USER_API_RNG_CAVP:
This option enables extra API for CAVP testing via the user-space
interface: resetting of DRBG entropy, and providing Additional Data.
This should only be enabled for CAVP testing. You should say
no unless you know what this is.
Symbol: CRYPTO_USER_API_RNG_CAVP [=n]
Type : bool
Defined at crypto/Kconfig:1895
Prompt: Enable CAVP testing of DRBG
Depends on: CRYPTO [=y] && CRYPTO_USER_API_RNG [=y] && CRYPTO_DRBG [=y]
Location:
-> Cryptographic API (CRYPTO [=y])
-> User-space interface for random number generator algorithms (CRYPTO_USER_API_RNG [=y])
---
Cc: Herbert Xu <herbert.xu(a)redhat.com>
Cc: "David S. Miller" <davem(a)redhat.com>
Cc: Ondrej Mosnacek <omosnace(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../configs/common/generic/CONFIG_CRYPTO_SM2 | 1 +
.../CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE | 1 +
.../generic/CONFIG_CRYPTO_USER_API_RNG_CAVP | 1 +
.../pending-common/generic/CONFIG_CRYPTO_SM2 | 23 -------------------
.../CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE | 17 --------------
.../generic/CONFIG_CRYPTO_USER_API_RNG_CAVP | 19 ---------------
6 files changed, 3 insertions(+), 59 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_CRYPTO_SM2
create mode 100644 redhat/configs/common/generic/CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
create mode 100644 redhat/configs/common/generic/CONFIG_CRYPTO_USER_API_RNG_CAVP
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CRYPTO_SM2
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CRYPTO_USER_API_RNG_CAVP
diff --git a/redhat/configs/common/generic/CONFIG_CRYPTO_SM2 b/redhat/configs/common/generic/CONFIG_CRYPTO_SM2
new file mode 100644
index 000000000000..0d8c1b551abf
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CRYPTO_SM2
@@ -0,0 +1 @@
+# CONFIG_CRYPTO_SM2 is not set
diff --git a/redhat/configs/common/generic/CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE b/redhat/configs/common/generic/CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
new file mode 100644
index 000000000000..21d316c28741
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
@@ -0,0 +1 @@
+CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y
diff --git a/redhat/configs/common/generic/CONFIG_CRYPTO_USER_API_RNG_CAVP b/redhat/configs/common/generic/CONFIG_CRYPTO_USER_API_RNG_CAVP
new file mode 100644
index 000000000000..7826178972a9
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CRYPTO_USER_API_RNG_CAVP
@@ -0,0 +1 @@
+# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_SM2 b/redhat/configs/pending-common/generic/CONFIG_CRYPTO_SM2
deleted file mode 100644
index b577bb249279..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_SM2
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_CRYPTO_SM2:
-#
-# Generic implementation of the SM2 public key algorithm. It was
-# published by State Encryption Management Bureau, China.
-# as specified by OSCCA GM/T 0003.1-2012 -- 0003.5-2012.
-#
-# References:
-# https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02
-# http://www.oscca.gov.cn/sca/xxgk/2010-12/17/content_1002386.shtml
-# http://www.gmbz.org.cn/main/bzlb.html
-#
-# Symbol: CRYPTO_SM2 [=n]
-# Type : tristate
-# Defined at crypto/Kconfig:263
-# Prompt: SM2 algorithm
-# Depends on: CRYPTO [=y]
-# Location:
-# -> Cryptographic API (CRYPTO [=y])
-# Selects: CRYPTO_SM3 [=n] && CRYPTO_AKCIPHER [=y] && CRYPTO_MANAGER [=y] && MPILIB [=y] && ASN1 [=y]
-#
-#
-#
-# CONFIG_CRYPTO_SM2 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE b/redhat/configs/pending-common/generic/CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
deleted file mode 100644
index b8bda73dbf55..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
+++ /dev/null
@@ -1,17 +0,0 @@
-# CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE:
-#
-# Allow obsolete cryptographic algorithms to be selected that have
-# already been phased out from internal use by the kernel, and are
-# only useful for userspace clients that still rely on them.
-#
-# Symbol: CRYPTO_USER_API_ENABLE_OBSOLETE [=y]
-# Type : bool
-# Defined at crypto/Kconfig:1915
-# Prompt: Enable obsolete cryptographic algorithms for userspace
-# Depends on: CRYPTO [=y] && CRYPTO_USER_API [=y]
-# Location:
-# -> Cryptographic API (CRYPTO [=y])
-#
-#
-#
-CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y
diff --git a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_USER_API_RNG_CAVP b/redhat/configs/pending-common/generic/CONFIG_CRYPTO_USER_API_RNG_CAVP
deleted file mode 100644
index 7e0c667a45ce..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_USER_API_RNG_CAVP
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_CRYPTO_USER_API_RNG_CAVP:
-#
-# This option enables extra API for CAVP testing via the user-space
-# interface: resetting of DRBG entropy, and providing Additional Data.
-# This should only be enabled for CAVP testing. You should say
-# no unless you know what this is.
-#
-# Symbol: CRYPTO_USER_API_RNG_CAVP [=n]
-# Type : bool
-# Defined at crypto/Kconfig:1895
-# Prompt: Enable CAVP testing of DRBG
-# Depends on: CRYPTO [=y] && CRYPTO_USER_API_RNG [=y] && CRYPTO_DRBG [=y]
-# Location:
-# -> Cryptographic API (CRYPTO [=y])
-# -> User-space interface for random number generator algorithms (CRYPTO_USER_API_RNG [=y])
-#
-#
-#
-# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set
--
GitLab
18 hours, 50 minutes
[OS-BUILD PATCH] [redhat] New configs in drivers/crypto
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_ZCRYPT_DEBUG:
Say 'Y' here to enable some additional debug features on the
s390 cryptographic adapters driver.
There will be some more sysfs attributes displayed for ap cards
and queues and some flags on crypto requests are interpreted as
debugging messages to force error injection.
Do not enable on production level kernel build.
If unsure, say N.
Symbol: ZCRYPT_DEBUG [=n]
Type : bool
Defined at drivers/crypto/Kconfig:78
Prompt: Enable debug features for s390 cryptographic adapters
Depends on: CRYPTO [=y] && CRYPTO_HW [=y] && DEBUG_KERNEL [=y] && ZCRYPT [=m]
Location:
-> Cryptographic API (CRYPTO [=y])
-> Hardware crypto devices (CRYPTO_HW [=y])
-> Support for s390 cryptographic adapters (ZCRYPT [=m])
---
Cc: Herbert Xu <herbert.xu(a)redhat.com>
Cc: "David S. Miller" <davem(a)redhat.com>
Cc: Ondrej Mosnacek <omosnace(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_ZCRYPT_DEBUG | 1 +
.../generic/CONFIG_ZCRYPT_DEBUG | 26 -------------------
2 files changed, 1 insertion(+), 26 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ZCRYPT_DEBUG
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ZCRYPT_DEBUG
diff --git a/redhat/configs/common/generic/CONFIG_ZCRYPT_DEBUG b/redhat/configs/common/generic/CONFIG_ZCRYPT_DEBUG
new file mode 100644
index 000000000000..4e0e29a35496
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ZCRYPT_DEBUG
@@ -0,0 +1 @@
+# CONFIG_ZCRYPT_DEBUG is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_ZCRYPT_DEBUG b/redhat/configs/pending-common/generic/CONFIG_ZCRYPT_DEBUG
deleted file mode 100644
index b0a111e75605..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ZCRYPT_DEBUG
+++ /dev/null
@@ -1,26 +0,0 @@
-# CONFIG_ZCRYPT_DEBUG:
-#
-# Say 'Y' here to enable some additional debug features on the
-# s390 cryptographic adapters driver.
-#
-# There will be some more sysfs attributes displayed for ap cards
-# and queues and some flags on crypto requests are interpreted as
-# debugging messages to force error injection.
-#
-# Do not enable on production level kernel build.
-#
-# If unsure, say N.
-#
-# Symbol: ZCRYPT_DEBUG [=n]
-# Type : bool
-# Defined at drivers/crypto/Kconfig:78
-# Prompt: Enable debug features for s390 cryptographic adapters
-# Depends on: CRYPTO [=y] && CRYPTO_HW [=y] && DEBUG_KERNEL [=y] && ZCRYPT [=m]
-# Location:
-# -> Cryptographic API (CRYPTO [=y])
-# -> Hardware crypto devices (CRYPTO_HW [=y])
-# -> Support for s390 cryptographic adapters (ZCRYPT [=m])
-#
-#
-#
-# CONFIG_ZCRYPT_DEBUG is not set
--
GitLab
20 hours, 1 minute
[OS-BUILD PATCH] [redhat] New configs in drivers/gpio
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_GPIO_CDEV_V1:
Say Y here to support version 1 of the GPIO CDEV ABI.
This ABI version is deprecated.
Please use the latest ABI for new developments.
If unsure, say Y.
Symbol: GPIO_CDEV_V1 [=y]
Type : bool
Defined at drivers/gpio/Kconfig:85
Prompt: Support GPIO ABI Version 1
Depends on: GPIOLIB [=y] && GPIO_CDEV [=y]
Location:
-> Device Drivers
-> GPIO Support (GPIOLIB [=y])
-> Character device (/dev/gpiochipN) support (GPIO_CDEV [=y])
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_GPIO_CDEV_V1 | 1 +
.../generic/CONFIG_GPIO_CDEV_V1 | 22 -------------------
2 files changed, 1 insertion(+), 22 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_GPIO_CDEV_V1
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_GPIO_CDEV_V1
diff --git a/redhat/configs/common/generic/CONFIG_GPIO_CDEV_V1 b/redhat/configs/common/generic/CONFIG_GPIO_CDEV_V1
new file mode 100644
index 000000000000..2a4e60a576ae
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_GPIO_CDEV_V1
@@ -0,0 +1 @@
+CONFIG_GPIO_CDEV_V1=y
diff --git a/redhat/configs/pending-common/generic/CONFIG_GPIO_CDEV_V1 b/redhat/configs/pending-common/generic/CONFIG_GPIO_CDEV_V1
deleted file mode 100644
index 91a1e3450c38..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_GPIO_CDEV_V1
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_GPIO_CDEV_V1:
-#
-# Say Y here to support version 1 of the GPIO CDEV ABI.
-#
-# This ABI version is deprecated.
-# Please use the latest ABI for new developments.
-#
-# If unsure, say Y.
-#
-# Symbol: GPIO_CDEV_V1 [=y]
-# Type : bool
-# Defined at drivers/gpio/Kconfig:85
-# Prompt: Support GPIO ABI Version 1
-# Depends on: GPIOLIB [=y] && GPIO_CDEV [=y]
-# Location:
-# -> Device Drivers
-# -> GPIO Support (GPIOLIB [=y])
-# -> Character device (/dev/gpiochipN) support (GPIO_CDEV [=y])
-#
-#
-#
-CONFIG_GPIO_CDEV_V1=y
--
GitLab
20 hours, 14 minutes
[OS-BUILD PATCH] [redhat] New configs in drivers/iommu
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_ARM_SMMU_V3_SVA:
Support for sharing process address spaces with devices using the
SMMUv3.
Say Y here if your system supports SVA extensions such as PCIe PASID
and PRI.
Symbol: ARM_SMMU_V3_SVA [=n]
Type : bool
Defined at drivers/iommu/Kconfig:311
Prompt: Shared Virtual Addressing support for the ARM SMMUv3
Depends on: IOMMU_SUPPORT [=y] && ARM_SMMU_V3 [=y]
Location:
-> Device Drivers
-> IOMMU Hardware Support (IOMMU_SUPPORT [=y])
-> ARM Ltd. System MMU Version 3 (SMMUv3) Support (ARM_SMMU_V3 [=y])
---
Cc: Jerry Snitselaar <jsnitsel(a)redhat.com>
Cc: Myron Stowe <myron.stowe(a)redhat.com>
Cc: Alex Williamson <alex.williamson(a)redhat.com>
Cc: Don Dutile <ddutile(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_ARM_SMMU_V3_SVA | 1 +
.../generic/CONFIG_ARM_SMMU_V3_SVA | 21 -------------------
2 files changed, 1 insertion(+), 21 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ARM_SMMU_V3_SVA
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ARM_SMMU_V3_SVA
diff --git a/redhat/configs/common/generic/CONFIG_ARM_SMMU_V3_SVA b/redhat/configs/common/generic/CONFIG_ARM_SMMU_V3_SVA
new file mode 100644
index 000000000000..425c8fb90256
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ARM_SMMU_V3_SVA
@@ -0,0 +1 @@
+# CONFIG_ARM_SMMU_V3_SVA is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_ARM_SMMU_V3_SVA b/redhat/configs/pending-common/generic/CONFIG_ARM_SMMU_V3_SVA
deleted file mode 100644
index 32cecc4a00f8..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ARM_SMMU_V3_SVA
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_ARM_SMMU_V3_SVA:
-#
-# Support for sharing process address spaces with devices using the
-# SMMUv3.
-#
-# Say Y here if your system supports SVA extensions such as PCIe PASID
-# and PRI.
-#
-# Symbol: ARM_SMMU_V3_SVA [=n]
-# Type : bool
-# Defined at drivers/iommu/Kconfig:311
-# Prompt: Shared Virtual Addressing support for the ARM SMMUv3
-# Depends on: IOMMU_SUPPORT [=y] && ARM_SMMU_V3 [=y]
-# Location:
-# -> Device Drivers
-# -> IOMMU Hardware Support (IOMMU_SUPPORT [=y])
-# -> ARM Ltd. System MMU Version 3 (SMMUv3) Support (ARM_SMMU_V3 [=y])
-#
-#
-#
-# CONFIG_ARM_SMMU_V3_SVA is not set
--
GitLab
20 hours, 20 minutes
[OS-BUILD PATCH] [redhat] New configs in lib/Kconfig.debug
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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.
CONFIG_CSD_LOCK_WAIT_DEBUG:
This option enables debug prints when CPUs are slow to respond
to the smp_call_function*() IPI wrappers. These debug prints
include the IPI handler function currently executing (if any)
and relevant stack traces.
Symbol: CSD_LOCK_WAIT_DEBUG [=n]
Type : bool
Defined at lib/Kconfig.debug:1380
Prompt: Debugging for csd_lock_wait(), called from smp_call_function*()
Depends on: DEBUG_KERNEL [=y] && 64BIT [=y]
Location:
-> Kernel hacking
-> Lock Debugging (spinlocks, mutexes, etc...)
---
CONFIG_SCF_TORTURE_TEST:
This option provides a kernel module that runs torture tests
on the smp_call_function() family of primitives. The kernel
module may be built after the fact on the running kernel to
be tested, if desired.
Symbol: SCF_TORTURE_TEST [=n]
Type : tristate
Defined at lib/Kconfig.debug:1370
Prompt: torture tests for smp_call_function*()
Depends on: DEBUG_KERNEL [=y]
Location:
-> Kernel hacking
-> Lock Debugging (spinlocks, mutexes, etc...)
Selects: TORTURE_TEST [=n]
---
Cc: Prarit Bhargava <prarit(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG | 1 +
.../common/generic/CONFIG_SCF_TORTURE_TEST | 1 +
.../generic/CONFIG_CSD_LOCK_WAIT_DEBUG | 19 ------------------
.../generic/CONFIG_SCF_TORTURE_TEST | 20 -------------------
4 files changed, 2 insertions(+), 39 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG
create mode 100644 redhat/configs/common/generic/CONFIG_SCF_TORTURE_TEST
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SCF_TORTURE_TEST
diff --git a/redhat/configs/common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG b/redhat/configs/common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG
new file mode 100644
index 000000000000..086e41bbfcf8
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG
@@ -0,0 +1 @@
+# CONFIG_CSD_LOCK_WAIT_DEBUG is not set
diff --git a/redhat/configs/common/generic/CONFIG_SCF_TORTURE_TEST b/redhat/configs/common/generic/CONFIG_SCF_TORTURE_TEST
new file mode 100644
index 000000000000..53ebe3b18974
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SCF_TORTURE_TEST
@@ -0,0 +1 @@
+# CONFIG_SCF_TORTURE_TEST is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG b/redhat/configs/pending-common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG
deleted file mode 100644
index d2e1af1bda65..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_CSD_LOCK_WAIT_DEBUG
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_CSD_LOCK_WAIT_DEBUG:
-#
-# This option enables debug prints when CPUs are slow to respond
-# to the smp_call_function*() IPI wrappers. These debug prints
-# include the IPI handler function currently executing (if any)
-# and relevant stack traces.
-#
-# Symbol: CSD_LOCK_WAIT_DEBUG [=n]
-# Type : bool
-# Defined at lib/Kconfig.debug:1380
-# Prompt: Debugging for csd_lock_wait(), called from smp_call_function*()
-# Depends on: DEBUG_KERNEL [=y] && 64BIT [=y]
-# Location:
-# -> Kernel hacking
-# -> Lock Debugging (spinlocks, mutexes, etc...)
-#
-#
-#
-# CONFIG_CSD_LOCK_WAIT_DEBUG is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SCF_TORTURE_TEST b/redhat/configs/pending-common/generic/CONFIG_SCF_TORTURE_TEST
deleted file mode 100644
index d22be82b0415..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SCF_TORTURE_TEST
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_SCF_TORTURE_TEST:
-#
-# This option provides a kernel module that runs torture tests
-# on the smp_call_function() family of primitives. The kernel
-# module may be built after the fact on the running kernel to
-# be tested, if desired.
-#
-# Symbol: SCF_TORTURE_TEST [=n]
-# Type : tristate
-# Defined at lib/Kconfig.debug:1370
-# Prompt: torture tests for smp_call_function*()
-# Depends on: DEBUG_KERNEL [=y]
-# Location:
-# -> Kernel hacking
-# -> Lock Debugging (spinlocks, mutexes, etc...)
-# Selects: TORTURE_TEST [=n]
-#
-#
-#
-# CONFIG_SCF_TORTURE_TEST is not set
--
GitLab
20 hours, 27 minutes