[OS-BUILD PATCH] Add gcc-c++ to BuildRequires
by GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" <jforbes(a)fedoraproject.org>
This is required for some of the gcc plugins.
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
redhat/kernel.spec.template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index 5941924711d4..c8ee1f82c494 100755
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -501,7 +501,7 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant}
#
BuildRequires: kmod, patch, bash, tar, git-core
BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk
-BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex
+BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc, bison, flex, gcc-c++
BuildRequires: net-tools, hostname, bc, elfutils-devel
BuildRequires: dwarves
BuildRequires: python3-devel
--
GitLab
5 months, 2 weeks
[OS-BUILD PATCH] [redhat] New configs in drivers/net/usb
by GitLab Bridge on behalf of redhat-patchlab
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_USB_RTL8153_ECM:
This option supports ECM mode for RTL8153 ethernet adapter, when
CONFIG_USB_RTL8152 is not set, or the RTL8153 device is not
supported by r8152 driver.
Symbol: USB_RTL8153_ECM [=m]
Type : tristate
Defined at drivers/net/usb/Kconfig:631
Prompt: RTL8153 ECM support
Depends on: NETDEVICES [=y] && USB_NET_DRIVERS [=y] && USB_NET_CDCETHER [=m] && (USB_RTL8152 [=m] || USB_RTL8152 [=m]=n)
Location:
-> Device Drivers
-> Network device support (NETDEVICES [=y])
-> USB Network Adapters (USB_NET_DRIVERS [=y])
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_USB_RTL8153_ECM | 1 +
.../generic/CONFIG_USB_RTL8153_ECM | 19 -------------------
2 files changed, 1 insertion(+), 19 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_USB_RTL8153_ECM
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_USB_RTL8153_ECM
diff --git a/redhat/configs/common/generic/CONFIG_USB_RTL8153_ECM b/redhat/configs/common/generic/CONFIG_USB_RTL8153_ECM
new file mode 100644
index 000000000000..3ec37682be5c
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_USB_RTL8153_ECM
@@ -0,0 +1 @@
+CONFIG_USB_RTL8153_ECM=m
diff --git a/redhat/configs/pending-common/generic/CONFIG_USB_RTL8153_ECM b/redhat/configs/pending-common/generic/CONFIG_USB_RTL8153_ECM
deleted file mode 100644
index 2aac1c66d354..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_USB_RTL8153_ECM
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_USB_RTL8153_ECM:
-#
-# This option supports ECM mode for RTL8153 ethernet adapter, when
-# CONFIG_USB_RTL8152 is not set, or the RTL8153 device is not
-# supported by r8152 driver.
-#
-# Symbol: USB_RTL8153_ECM [=m]
-# Type : tristate
-# Defined at drivers/net/usb/Kconfig:631
-# Prompt: RTL8153 ECM support
-# Depends on: NETDEVICES [=y] && USB_NET_DRIVERS [=y] && USB_NET_CDCETHER [=m] && (USB_RTL8152 [=m] || USB_RTL8152 [=m]=n)
-# Location:
-# -> Device Drivers
-# -> Network device support (NETDEVICES [=y])
-# -> USB Network Adapters (USB_NET_DRIVERS [=y])
-#
-#
-#
-CONFIG_USB_RTL8153_ECM=m
--
GitLab
1 year, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/extcon
by GitLab Bridge on behalf of redhat-patchlab
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_EXTCON_USBC_TUSB320:
Say Y here to enable support for USB Type C cable detection extcon
support using a TUSB320.
Symbol: EXTCON_USBC_TUSB320 [=n]
Type : tristate
Defined at drivers/extcon/Kconfig:189
Prompt: TI TUSB320 USB-C extcon support
Depends on: EXTCON [=y] && I2C [=y]
Location:
-> Device Drivers
-> External Connector Class (extcon) support (EXTCON [=y])
Selects: REGMAP_I2C [=m]
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_EXTCON_USBC_TUSB320 | 1 +
.../generic/CONFIG_EXTCON_USBC_TUSB320 | 18 ------------------
2 files changed, 1 insertion(+), 18 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_EXTCON_USBC_TUSB320
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_EXTCON_USBC_TUSB320
diff --git a/redhat/configs/common/generic/CONFIG_EXTCON_USBC_TUSB320 b/redhat/configs/common/generic/CONFIG_EXTCON_USBC_TUSB320
new file mode 100644
index 000000000000..4eedae83091b
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_EXTCON_USBC_TUSB320
@@ -0,0 +1 @@
+# CONFIG_EXTCON_USBC_TUSB320 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_EXTCON_USBC_TUSB320 b/redhat/configs/pending-common/generic/CONFIG_EXTCON_USBC_TUSB320
deleted file mode 100644
index 74b8e5ac1d0d..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_EXTCON_USBC_TUSB320
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_EXTCON_USBC_TUSB320:
-#
-# Say Y here to enable support for USB Type C cable detection extcon
-# support using a TUSB320.
-#
-# Symbol: EXTCON_USBC_TUSB320 [=n]
-# Type : tristate
-# Defined at drivers/extcon/Kconfig:189
-# Prompt: TI TUSB320 USB-C extcon support
-# Depends on: EXTCON [=y] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> External Connector Class (extcon) support (EXTCON [=y])
-# Selects: REGMAP_I2C [=m]
-#
-#
-#
-# CONFIG_EXTCON_USBC_TUSB320 is not set
--
GitLab
1 year, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/pwm
by GitLab Bridge on behalf of redhat-patchlab
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_PWM_ATMEL_TCB:
Generic PWM framework driver for Atmel Timer Counter Block.
A Timer Counter Block provides 6 PWM devices grouped by 2.
Devices in a given group must have the same period.
To compile this driver as a module, choose M here: the module
will be called pwm-atmel-tcb.
Symbol: PWM_ATMEL_TCB [=n]
Type : tristate
Defined at drivers/pwm/Kconfig:76
Prompt: Atmel TC Block PWM support
Depends on: PWM [=y] && OF [=y]
Location:
-> Device Drivers
-> Pulse-Width Modulation (PWM) Support (PWM [=y])
Selects: REGMAP_MMIO [=n]
---
CONFIG_PWM_DWC:
PWM driver for Synopsys DWC PWM Controller attached to a PCI bus.
To compile this driver as a module, choose M here: the module
will be called pwm-dwc.
Symbol: PWM_DWC [=n]
Type : tristate
Defined at drivers/pwm/Kconfig:167
Prompt: DesignWare PWM Controller
Depends on: PWM [=y] && PCI [=y]
Location:
-> Device Drivers
-> Pulse-Width Modulation (PWM) Support (PWM [=y])
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_PWM_ATMEL_TCB | 1 +
redhat/configs/common/generic/CONFIG_PWM_DWC | 1 +
.../generic/CONFIG_PWM_ATMEL_TCB | 23 -------------------
.../pending-common/generic/CONFIG_PWM_DWC | 19 ---------------
4 files changed, 2 insertions(+), 42 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_PWM_ATMEL_TCB
create mode 100644 redhat/configs/common/generic/CONFIG_PWM_DWC
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PWM_ATMEL_TCB
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PWM_DWC
diff --git a/redhat/configs/common/generic/CONFIG_PWM_ATMEL_TCB b/redhat/configs/common/generic/CONFIG_PWM_ATMEL_TCB
new file mode 100644
index 000000000000..0b75af7f9d88
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_PWM_ATMEL_TCB
@@ -0,0 +1 @@
+# CONFIG_PWM_ATMEL_TCB is not set
diff --git a/redhat/configs/common/generic/CONFIG_PWM_DWC b/redhat/configs/common/generic/CONFIG_PWM_DWC
new file mode 100644
index 000000000000..8aea5b09615e
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_PWM_DWC
@@ -0,0 +1 @@
+# CONFIG_PWM_DWC is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_PWM_ATMEL_TCB b/redhat/configs/pending-common/generic/CONFIG_PWM_ATMEL_TCB
deleted file mode 100644
index 661d0650fdc2..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_PWM_ATMEL_TCB
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_PWM_ATMEL_TCB:
-#
-# Generic PWM framework driver for Atmel Timer Counter Block.
-#
-# A Timer Counter Block provides 6 PWM devices grouped by 2.
-# Devices in a given group must have the same period.
-#
-# To compile this driver as a module, choose M here: the module
-# will be called pwm-atmel-tcb.
-#
-# Symbol: PWM_ATMEL_TCB [=n]
-# Type : tristate
-# Defined at drivers/pwm/Kconfig:76
-# Prompt: Atmel TC Block PWM support
-# Depends on: PWM [=y] && OF [=y]
-# Location:
-# -> Device Drivers
-# -> Pulse-Width Modulation (PWM) Support (PWM [=y])
-# Selects: REGMAP_MMIO [=n]
-#
-#
-#
-# CONFIG_PWM_ATMEL_TCB is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_PWM_DWC b/redhat/configs/pending-common/generic/CONFIG_PWM_DWC
deleted file mode 100644
index 34314ebef8b7..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_PWM_DWC
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_PWM_DWC:
-#
-# PWM driver for Synopsys DWC PWM Controller attached to a PCI bus.
-#
-# To compile this driver as a module, choose M here: the module
-# will be called pwm-dwc.
-#
-# Symbol: PWM_DWC [=n]
-# Type : tristate
-# Defined at drivers/pwm/Kconfig:167
-# Prompt: DesignWare PWM Controller
-# Depends on: PWM [=y] && PCI [=y]
-# Location:
-# -> Device Drivers
-# -> Pulse-Width Modulation (PWM) Support (PWM [=y])
-#
-#
-#
-# CONFIG_PWM_DWC is not set
--
GitLab
1 year, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/mtd
by GitLab Bridge on behalf of redhat-patchlab
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_MTD_NAND_ECC_SW_BCH:
This enables support for software BCH error correction. Binary BCH
codes are more powerful and cpu intensive than traditional Hamming
ECC codes. They are used with NAND devices requiring more than 1 bit
of error correction.
Symbol: MTD_NAND_ECC_SW_BCH [=n]
Type : bool
Defined at drivers/mtd/nand/Kconfig:38
Prompt: Software BCH ECC engine
Depends on: MTD [=m]
Location:
-> Device Drivers
-> Memory Technology Device (MTD) support (MTD [=m])
-> NAND
-> ECC engine support
Selects: BCH [=n] && MTD_NAND_ECC [=n]
---
CONFIG_MTD_NAND_ECC_SW_HAMMING:
This enables support for software Hamming error
correction. This correction can correct up to 1 bit error
per chunk and detect up to 2 bit errors. While it used to be
widely used with old parts, newer NAND chips usually require
more strength correction and in this case BCH or RS will be
preferred.
Symbol: MTD_NAND_ECC_SW_HAMMING [=n]
Type : bool
Defined at drivers/mtd/nand/Kconfig:18
Prompt: Software Hamming ECC engine
Depends on: MTD [=m]
Location:
-> Device Drivers
-> Memory Technology Device (MTD) support (MTD [=m])
-> NAND
-> ECC engine support
Selects: MTD_NAND_ECC [=n]
Selected by [n]:
- SM_FTL [=n] && MTD [=m] && BLOCK [=y]
- MTD_NAND_NDFC [=n] && MTD [=m] && MTD_RAW_NAND [=n] && 4xx
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_MTD_NAND_ECC_SW_BCH | 1 +
.../generic/CONFIG_MTD_NAND_ECC_SW_HAMMING | 1 +
.../generic/CONFIG_MTD_NAND_ECC_SW_BCH | 22 ---------------
.../generic/CONFIG_MTD_NAND_ECC_SW_HAMMING | 27 -------------------
4 files changed, 2 insertions(+), 49 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_MTD_NAND_ECC_SW_BCH
create mode 100644 redhat/configs/common/generic/CONFIG_MTD_NAND_ECC_SW_HAMMING
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_MTD_NAND_ECC_SW_BCH
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_MTD_NAND_ECC_SW_HAMMING
diff --git a/redhat/configs/common/generic/CONFIG_MTD_NAND_ECC_SW_BCH b/redhat/configs/common/generic/CONFIG_MTD_NAND_ECC_SW_BCH
new file mode 100644
index 000000000000..68691d93530a
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MTD_NAND_ECC_SW_BCH
@@ -0,0 +1 @@
+# CONFIG_MTD_NAND_ECC_SW_BCH is not set
diff --git a/redhat/configs/common/generic/CONFIG_MTD_NAND_ECC_SW_HAMMING b/redhat/configs/common/generic/CONFIG_MTD_NAND_ECC_SW_HAMMING
new file mode 100644
index 000000000000..81d0f3e93ba8
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MTD_NAND_ECC_SW_HAMMING
@@ -0,0 +1 @@
+# CONFIG_MTD_NAND_ECC_SW_HAMMING is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_MTD_NAND_ECC_SW_BCH b/redhat/configs/pending-common/generic/CONFIG_MTD_NAND_ECC_SW_BCH
deleted file mode 100644
index a59a866326ba..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_MTD_NAND_ECC_SW_BCH
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_MTD_NAND_ECC_SW_BCH:
-#
-# This enables support for software BCH error correction. Binary BCH
-# codes are more powerful and cpu intensive than traditional Hamming
-# ECC codes. They are used with NAND devices requiring more than 1 bit
-# of error correction.
-#
-# Symbol: MTD_NAND_ECC_SW_BCH [=n]
-# Type : bool
-# Defined at drivers/mtd/nand/Kconfig:38
-# Prompt: Software BCH ECC engine
-# Depends on: MTD [=m]
-# Location:
-# -> Device Drivers
-# -> Memory Technology Device (MTD) support (MTD [=m])
-# -> NAND
-# -> ECC engine support
-# Selects: BCH [=n] && MTD_NAND_ECC [=n]
-#
-#
-#
-# CONFIG_MTD_NAND_ECC_SW_BCH is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_MTD_NAND_ECC_SW_HAMMING b/redhat/configs/pending-common/generic/CONFIG_MTD_NAND_ECC_SW_HAMMING
deleted file mode 100644
index d23ac128daad..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_MTD_NAND_ECC_SW_HAMMING
+++ /dev/null
@@ -1,27 +0,0 @@
-# CONFIG_MTD_NAND_ECC_SW_HAMMING:
-#
-# This enables support for software Hamming error
-# correction. This correction can correct up to 1 bit error
-# per chunk and detect up to 2 bit errors. While it used to be
-# widely used with old parts, newer NAND chips usually require
-# more strength correction and in this case BCH or RS will be
-# preferred.
-#
-# Symbol: MTD_NAND_ECC_SW_HAMMING [=n]
-# Type : bool
-# Defined at drivers/mtd/nand/Kconfig:18
-# Prompt: Software Hamming ECC engine
-# Depends on: MTD [=m]
-# Location:
-# -> Device Drivers
-# -> Memory Technology Device (MTD) support (MTD [=m])
-# -> NAND
-# -> ECC engine support
-# Selects: MTD_NAND_ECC [=n]
-# Selected by [n]:
-# - SM_FTL [=n] && MTD [=m] && BLOCK [=y]
-# - MTD_NAND_NDFC [=n] && MTD [=m] && MTD_RAW_NAND [=n] && 4xx
-#
-#
-#
-# CONFIG_MTD_NAND_ECC_SW_HAMMING is not set
--
GitLab
1 year, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/usb
by CKI Gitlab (via Email Bridge)
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/usb
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_USB_CDNS_SUPPORT:
Say Y here if your system has a Cadence USBSS or USBSSP
dual-role controller.
It supports: dual-role switch, Host-only, and Peripheral-only.
Symbol: USB_CDNS_SUPPORT [=n]
Type : tristate
Defined at drivers/usb/cdns3/Kconfig:1
Prompt: Cadence USB Support
Depends on: USB_SUPPORT [=y] && (USB [=y] || USB_GADGET [=n]) && HAS_DMA [=y]
Location:
-> Device Drivers
-> USB support (USB_SUPPORT [=y])
Selects: USB_XHCI_PLATFORM [=n] && USB_ROLE_SWITCH [=m]
---
CONFIG_USB_SERIAL_XR:
Say Y here if you want to use MaxLinear/Exar USB to Serial converter
devices.
To compile this driver as a module, choose M here: the
module will be called xr_serial.
Symbol: USB_SERIAL_XR [=n]
Type : tristate
Defined at drivers/usb/serial/Kconfig:636
Prompt: USB MaxLinear/Exar USB to Serial driver
Depends on: USB_SUPPORT [=y] && USB [=y] && USB_SERIAL [=y]
Location:
-> Device Drivers
-> USB support (USB_SUPPORT [=y])
-> USB Serial Converter support (USB_SERIAL [=y])
---
Cc: Torez Smith <torez(a)redhat.com>
Cc: Don Zickus <dzickus(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff a/redhat/configs/common/generic/CONFIG_USB_CDNS_SUPPORT b/redhat/configs/common/generic/CONFIG_USB_CDNS_SUPPORT
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_USB_CDNS_SUPPORT
@@ -0,0 +1 @@
+# CONFIG_USB_CDNS_SUPPORT is not set
diff a/redhat/configs/common/generic/CONFIG_USB_SERIAL_XR b/redhat/configs/common/generic/CONFIG_USB_SERIAL_XR
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_USB_SERIAL_XR
@@ -0,0 +1 @@
+# CONFIG_USB_SERIAL_XR is not set
diff a/redhat/configs/pending-common/generic/CONFIG_USB_CDNS_SUPPORT b/redhat/configs/pending-common/generic/CONFIG_USB_CDNS_SUPPORT
--- a/redhat/configs/pending-common/generic/CONFIG_USB_CDNS_SUPPORT
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_USB_CDNS_SUPPORT:
-#
-# Say Y here if your system has a Cadence USBSS or USBSSP
-# dual-role controller.
-# It supports: dual-role switch, Host-only, and Peripheral-only.
-#
-# Symbol: USB_CDNS_SUPPORT [=n]
-# Type : tristate
-# Defined at drivers/usb/cdns3/Kconfig:1
-# Prompt: Cadence USB Support
-# Depends on: USB_SUPPORT [=y] && (USB [=y] || USB_GADGET [=n]) && HAS_DMA [=y]
-# Location:
-# -> Device Drivers
-# -> USB support (USB_SUPPORT [=y])
-# Selects: USB_XHCI_PLATFORM [=n] && USB_ROLE_SWITCH [=m]
-#
-#
-#
-# CONFIG_USB_CDNS_SUPPORT is not set
diff a/redhat/configs/pending-common/generic/CONFIG_USB_SERIAL_XR b/redhat/configs/pending-common/generic/CONFIG_USB_SERIAL_XR
--- a/redhat/configs/pending-common/generic/CONFIG_USB_SERIAL_XR
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_USB_SERIAL_XR:
-#
-# Say Y here if you want to use MaxLinear/Exar USB to Serial converter
-# devices.
-#
-# To compile this driver as a module, choose M here: the
-# module will be called xr_serial.
-#
-# Symbol: USB_SERIAL_XR [=n]
-# Type : tristate
-# Defined at drivers/usb/serial/Kconfig:636
-# Prompt: USB MaxLinear/Exar USB to Serial driver
-# Depends on: USB_SUPPORT [=y] && USB [=y] && USB_SERIAL [=y]
-# Location:
-# -> Device Drivers
-# -> USB support (USB_SUPPORT [=y])
-# -> USB Serial Converter support (USB_SERIAL [=y])
-#
-#
-#
-# CONFIG_USB_SERIAL_XR is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/911
1 year, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/iio
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_ADXRS290:
Say yes here to build support for Analog Devices ADXRS290 programmable
digital output gyroscope.
This driver can also be built as a module. If so, the module will be
called adxrs290.
Symbol: ADXRS290 [=n]
Type : tristate
Defined at drivers/iio/gyro/Kconfig:44
Prompt: Analog Devices ADXRS290 Dual-Axis MEMS Gyroscope SPI driver
Depends on: IIO [=m] && SPI [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Digital gyroscope sensors
Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m]
---
CONFIG_AS73211:
If you say yes here you get support for the AMS AS73211
JENCOLOR(R) Digital XYZ Sensor.
For triggered measurements, you will need an additional trigger driver
like IIO_HRTIMER_TRIGGER or IIO_SYSFS_TRIGGER.
This driver can also be built as a module. If so, the module
will be called as73211.
Symbol: AS73211 [=n]
Type : tristate
Defined at drivers/iio/light/Kconfig:89
Prompt: AMS AS73211 XYZ color sensor
Depends on: IIO [=m] && I2C [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Light sensors
Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m]
---
CONFIG_HDC2010:
Say yes here to build support for the Texas Instruments
HDC2010 and HDC2080 relative humidity and temperature sensors.
To compile this driver as a module, choose M here: the module
will be called hdc2010.
Symbol: HDC2010 [=n]
Type : tristate
Defined at drivers/iio/humidity/Kconfig:41
Prompt: TI HDC2010 relative humidity and temperature sensor
Depends on: IIO [=m] && I2C [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Humidity sensors
---
CONFIG_IIO_BUFFER_DMA:
Provides the generic IIO DMA buffer infrastructure that can be used by
drivers for devices with DMA support to implement the IIO buffer.
Should be selected by drivers that want to use the generic DMA buffer
infrastructure.
Symbol: IIO_BUFFER_DMA [=n]
Type : tristate
Defined at drivers/iio/buffer/Kconfig:13
Prompt: Industrial I/O DMA buffer infrastructure
Depends on: IIO [=m] && IIO_BUFFER [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Enable buffer support within IIO (IIO_BUFFER [=y])
Selected by [n]:
- IIO_BUFFER_DMAENGINE [=n] && IIO [=m] && IIO_BUFFER [=y]
---
CONFIG_IIO_BUFFER_DMAENGINE:
Provides a bonding of the generic IIO DMA buffer infrastructure with the
DMAEngine framework. This can be used by converter drivers with a DMA port
connected to an external DMA controller which is supported by the
DMAEngine framework.
Should be selected by drivers that want to use this functionality.
Symbol: IIO_BUFFER_DMAENGINE [=n]
Type : tristate
Defined at drivers/iio/buffer/Kconfig:22
Prompt: Industrial I/O DMA buffer integration with DMAEngine
Depends on: IIO [=m] && IIO_BUFFER [=y]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
-> Enable buffer support within IIO (IIO_BUFFER [=y])
Selects: IIO_BUFFER_DMA [=n]
Selected by [n]:
- ADI_AXI_ADC [=n] && IIO [=m]
---
CONFIG_IIO_TRIGGERED_EVENT:
Provides helper functions for setting up triggered events.
Symbol: IIO_TRIGGERED_EVENT [=n]
Type : tristate
Defined at drivers/iio/Kconfig:65
Prompt: Enable triggered events support
Depends on: IIO [=m]
Location:
-> Device Drivers
-> Industrial I/O support (IIO [=m])
Selects: IIO_TRIGGER [=y]
Selected by [n]:
- HI8435 [=n] && IIO [=m] && SPI [=y]
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_ADXRS290 | 1 +
redhat/configs/common/generic/CONFIG_AS73211 | 1 +
redhat/configs/common/generic/CONFIG_HDC2010 | 1 +
.../common/generic/CONFIG_IIO_BUFFER_DMA | 1 +
.../generic/CONFIG_IIO_BUFFER_DMAENGINE | 1 +
.../common/generic/CONFIG_IIO_TRIGGERED_EVENT | 1 +
.../pending-common/generic/CONFIG_ADXRS290 | 22 ----------------
.../pending-common/generic/CONFIG_AS73211 | 25 -------------------
.../pending-common/generic/CONFIG_HDC2010 | 21 ----------------
.../generic/CONFIG_IIO_BUFFER_DMA | 23 -----------------
.../generic/CONFIG_IIO_BUFFER_DMAENGINE | 25 -------------------
.../generic/CONFIG_IIO_TRIGGERED_EVENT | 19 --------------
12 files changed, 6 insertions(+), 135 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ADXRS290
create mode 100644 redhat/configs/common/generic/CONFIG_AS73211
create mode 100644 redhat/configs/common/generic/CONFIG_HDC2010
create mode 100644 redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMA
create mode 100644 redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMAENGINE
create mode 100644 redhat/configs/common/generic/CONFIG_IIO_TRIGGERED_EVENT
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ADXRS290
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_AS73211
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_HDC2010
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMA
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMAENGINE
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_IIO_TRIGGERED_EVENT
diff --git a/redhat/configs/common/generic/CONFIG_ADXRS290 b/redhat/configs/common/generic/CONFIG_ADXRS290
new file mode 100644
index 000000000000..8b7d877f13bc
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ADXRS290
@@ -0,0 +1 @@
+# CONFIG_ADXRS290 is not set
diff --git a/redhat/configs/common/generic/CONFIG_AS73211 b/redhat/configs/common/generic/CONFIG_AS73211
new file mode 100644
index 000000000000..dd3aa86a497a
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_AS73211
@@ -0,0 +1 @@
+# CONFIG_AS73211 is not set
diff --git a/redhat/configs/common/generic/CONFIG_HDC2010 b/redhat/configs/common/generic/CONFIG_HDC2010
new file mode 100644
index 000000000000..fad2fecfd916
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_HDC2010
@@ -0,0 +1 @@
+# CONFIG_HDC2010 is not set
diff --git a/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMA b/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMA
new file mode 100644
index 000000000000..fdc2817a1429
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMA
@@ -0,0 +1 @@
+# CONFIG_IIO_BUFFER_DMA is not set
diff --git a/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMAENGINE b/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMAENGINE
new file mode 100644
index 000000000000..7f7ca607ab89
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_IIO_BUFFER_DMAENGINE
@@ -0,0 +1 @@
+# CONFIG_IIO_BUFFER_DMAENGINE is not set
diff --git a/redhat/configs/common/generic/CONFIG_IIO_TRIGGERED_EVENT b/redhat/configs/common/generic/CONFIG_IIO_TRIGGERED_EVENT
new file mode 100644
index 000000000000..d9e9ba26a23b
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_IIO_TRIGGERED_EVENT
@@ -0,0 +1 @@
+# CONFIG_IIO_TRIGGERED_EVENT is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_ADXRS290 b/redhat/configs/pending-common/generic/CONFIG_ADXRS290
deleted file mode 100644
index b02ec271816d..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ADXRS290
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_ADXRS290:
-#
-# Say yes here to build support for Analog Devices ADXRS290 programmable
-# digital output gyroscope.
-#
-# This driver can also be built as a module. If so, the module will be
-# called adxrs290.
-#
-# Symbol: ADXRS290 [=n]
-# Type : tristate
-# Defined at drivers/iio/gyro/Kconfig:44
-# Prompt: Analog Devices ADXRS290 Dual-Axis MEMS Gyroscope SPI driver
-# Depends on: IIO [=m] && SPI [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Digital gyroscope sensors
-# Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m]
-#
-#
-#
-# CONFIG_ADXRS290 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_AS73211 b/redhat/configs/pending-common/generic/CONFIG_AS73211
deleted file mode 100644
index 74985d5e3d70..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_AS73211
+++ /dev/null
@@ -1,25 +0,0 @@
-# CONFIG_AS73211:
-#
-# If you say yes here you get support for the AMS AS73211
-# JENCOLOR(R) Digital XYZ Sensor.
-#
-# For triggered measurements, you will need an additional trigger driver
-# like IIO_HRTIMER_TRIGGER or IIO_SYSFS_TRIGGER.
-#
-# This driver can also be built as a module. If so, the module
-# will be called as73211.
-#
-# Symbol: AS73211 [=n]
-# Type : tristate
-# Defined at drivers/iio/light/Kconfig:89
-# Prompt: AMS AS73211 XYZ color sensor
-# Depends on: IIO [=m] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Light sensors
-# Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m]
-#
-#
-#
-# CONFIG_AS73211 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_HDC2010 b/redhat/configs/pending-common/generic/CONFIG_HDC2010
deleted file mode 100644
index 9f4de631e21c..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_HDC2010
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_HDC2010:
-#
-# Say yes here to build support for the Texas Instruments
-# HDC2010 and HDC2080 relative humidity and temperature sensors.
-#
-# To compile this driver as a module, choose M here: the module
-# will be called hdc2010.
-#
-# Symbol: HDC2010 [=n]
-# Type : tristate
-# Defined at drivers/iio/humidity/Kconfig:41
-# Prompt: TI HDC2010 relative humidity and temperature sensor
-# Depends on: IIO [=m] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Humidity sensors
-#
-#
-#
-# CONFIG_HDC2010 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMA b/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMA
deleted file mode 100644
index 21afc7a2d756..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMA
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_IIO_BUFFER_DMA:
-#
-# Provides the generic IIO DMA buffer infrastructure that can be used by
-# drivers for devices with DMA support to implement the IIO buffer.
-#
-# Should be selected by drivers that want to use the generic DMA buffer
-# infrastructure.
-#
-# Symbol: IIO_BUFFER_DMA [=n]
-# Type : tristate
-# Defined at drivers/iio/buffer/Kconfig:13
-# Prompt: Industrial I/O DMA buffer infrastructure
-# Depends on: IIO [=m] && IIO_BUFFER [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Enable buffer support within IIO (IIO_BUFFER [=y])
-# Selected by [n]:
-# - IIO_BUFFER_DMAENGINE [=n] && IIO [=m] && IIO_BUFFER [=y]
-#
-#
-#
-# CONFIG_IIO_BUFFER_DMA is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMAENGINE b/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMAENGINE
deleted file mode 100644
index 46d5cb284caf..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_IIO_BUFFER_DMAENGINE
+++ /dev/null
@@ -1,25 +0,0 @@
-# CONFIG_IIO_BUFFER_DMAENGINE:
-#
-# Provides a bonding of the generic IIO DMA buffer infrastructure with the
-# DMAEngine framework. This can be used by converter drivers with a DMA port
-# connected to an external DMA controller which is supported by the
-# DMAEngine framework.
-#
-# Should be selected by drivers that want to use this functionality.
-#
-# Symbol: IIO_BUFFER_DMAENGINE [=n]
-# Type : tristate
-# Defined at drivers/iio/buffer/Kconfig:22
-# Prompt: Industrial I/O DMA buffer integration with DMAEngine
-# Depends on: IIO [=m] && IIO_BUFFER [=y]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# -> Enable buffer support within IIO (IIO_BUFFER [=y])
-# Selects: IIO_BUFFER_DMA [=n]
-# Selected by [n]:
-# - ADI_AXI_ADC [=n] && IIO [=m]
-#
-#
-#
-# CONFIG_IIO_BUFFER_DMAENGINE is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_IIO_TRIGGERED_EVENT b/redhat/configs/pending-common/generic/CONFIG_IIO_TRIGGERED_EVENT
deleted file mode 100644
index d8cf5d290871..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_IIO_TRIGGERED_EVENT
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_IIO_TRIGGERED_EVENT:
-#
-# Provides helper functions for setting up triggered events.
-#
-# Symbol: IIO_TRIGGERED_EVENT [=n]
-# Type : tristate
-# Defined at drivers/iio/Kconfig:65
-# Prompt: Enable triggered events support
-# Depends on: IIO [=m]
-# Location:
-# -> Device Drivers
-# -> Industrial I/O support (IIO [=m])
-# Selects: IIO_TRIGGER [=y]
-# Selected by [n]:
-# - HI8435 [=n] && IIO [=m] && SPI [=y]
-#
-#
-#
-# CONFIG_IIO_TRIGGERED_EVENT is not set
--
GitLab
1 year, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/irqchip
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_MST_IRQ:
Support MStar Interrupt Controller.
Symbol: MST_IRQ [=n]
Type : bool
Defined at drivers/irqchip/Kconfig:584
Prompt: MStar Interrupt Controller
Location:
-> Device Drivers
-> IRQ chip support
Selects: IRQ_DOMAIN [=y] && IRQ_DOMAIN_HIERARCHY [=y]
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_MST_IRQ | 1 +
.../pending-common/generic/CONFIG_MST_IRQ | 16 ----------------
2 files changed, 1 insertion(+), 16 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_MST_IRQ
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_MST_IRQ
diff --git a/redhat/configs/common/generic/CONFIG_MST_IRQ b/redhat/configs/common/generic/CONFIG_MST_IRQ
new file mode 100644
index 000000000000..80d5aeca4332
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MST_IRQ
@@ -0,0 +1 @@
+# CONFIG_MST_IRQ is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_MST_IRQ b/redhat/configs/pending-common/generic/CONFIG_MST_IRQ
deleted file mode 100644
index a26929e93f0e..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_MST_IRQ
+++ /dev/null
@@ -1,16 +0,0 @@
-# CONFIG_MST_IRQ:
-#
-# Support MStar Interrupt Controller.
-#
-# Symbol: MST_IRQ [=n]
-# Type : bool
-# Defined at drivers/irqchip/Kconfig:584
-# Prompt: MStar Interrupt Controller
-# Location:
-# -> Device Drivers
-# -> IRQ chip support
-# Selects: IRQ_DOMAIN [=y] && IRQ_DOMAIN_HIERARCHY [=y]
-#
-#
-#
-# CONFIG_MST_IRQ is not set
--
GitLab
1 year, 11 months
[OS-BUILD PATCH] [redhat] New configs in drivers/net/pcs
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_PCS_XPCS:
This module provides helper functions for Synopsys DesignWare XPCS
controllers.
Symbol: PCS_XPCS [=n]
Type : tristate
Defined at drivers/net/pcs/Kconfig:8
Prompt: Synopsys DesignWare XPCS controller
Depends on: NETDEVICES [=y] && MDIO_DEVICE [=y]
Location:
-> Device Drivers
-> Network device support (NETDEVICES [=y])
-> PCS device drivers
Selects: MDIO_BUS [=y]
Selected by [n]:
- STMMAC_ETH [=n] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_STMICRO [=n] && HAS_IOMEM [=y] && HAS_DMA [=y]
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_PCS_XPCS | 1 +
.../pending-common/generic/CONFIG_PCS_XPCS | 21 -------------------
2 files changed, 1 insertion(+), 21 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_PCS_XPCS
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PCS_XPCS
diff --git a/redhat/configs/common/generic/CONFIG_PCS_XPCS b/redhat/configs/common/generic/CONFIG_PCS_XPCS
new file mode 100644
index 000000000000..ca3dfae8d1b1
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_PCS_XPCS
@@ -0,0 +1 @@
+# CONFIG_PCS_XPCS is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_PCS_XPCS b/redhat/configs/pending-common/generic/CONFIG_PCS_XPCS
deleted file mode 100644
index fad45873ffb5..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_PCS_XPCS
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_PCS_XPCS:
-#
-# This module provides helper functions for Synopsys DesignWare XPCS
-# controllers.
-#
-# Symbol: PCS_XPCS [=n]
-# Type : tristate
-# Defined at drivers/net/pcs/Kconfig:8
-# Prompt: Synopsys DesignWare XPCS controller
-# Depends on: NETDEVICES [=y] && MDIO_DEVICE [=y]
-# Location:
-# -> Device Drivers
-# -> Network device support (NETDEVICES [=y])
-# -> PCS device drivers
-# Selects: MDIO_BUS [=y]
-# Selected by [n]:
-# - STMMAC_ETH [=n] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_STMICRO [=n] && HAS_IOMEM [=y] && HAS_DMA [=y]
-#
-#
-#
-# CONFIG_PCS_XPCS is not set
--
GitLab
1 year, 11 months
[OS-BUILD PATCH] [redhat] New configs in fs/cifs
by GitLab Bridge on behalf of redhat-patchlab
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_CIFS_SWN_UPCALL:
The Service Witness Protocol (SWN) is used to get notifications
from a highly available server of resource state changes. This
feature enables an upcall mechanism for CIFS which contacts a
userspace daemon to establish the DCE/RPC connection to retrieve
the cluster available interfaces and resource change notifications.
If unsure, say Y.
Symbol: CIFS_SWN_UPCALL [=n]
Type : bool
Defined at fs/cifs/Kconfig:193
Prompt: SWN feature support
Depends on: NETWORK_FILESYSTEMS [=y] && CIFS [=m]
Location:
-> File systems
-> Network File Systems (NETWORK_FILESYSTEMS [=y])
-> SMB3 and CIFS support (advanced network filesystem) (CIFS [=m])
---
Cc: kernel-patches(a)redhat.com
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_CIFS_SWN_UPCALL | 1 +
.../generic/CONFIG_CIFS_SWN_UPCALL | 22 -------------------
2 files changed, 1 insertion(+), 22 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_CIFS_SWN_UPCALL
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CIFS_SWN_UPCALL
diff --git a/redhat/configs/common/generic/CONFIG_CIFS_SWN_UPCALL b/redhat/configs/common/generic/CONFIG_CIFS_SWN_UPCALL
new file mode 100644
index 000000000000..895af9460510
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CIFS_SWN_UPCALL
@@ -0,0 +1 @@
+# CONFIG_CIFS_SWN_UPCALL is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_CIFS_SWN_UPCALL b/redhat/configs/pending-common/generic/CONFIG_CIFS_SWN_UPCALL
deleted file mode 100644
index 4b677e712849..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_CIFS_SWN_UPCALL
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_CIFS_SWN_UPCALL:
-#
-# The Service Witness Protocol (SWN) is used to get notifications
-# from a highly available server of resource state changes. This
-# feature enables an upcall mechanism for CIFS which contacts a
-# userspace daemon to establish the DCE/RPC connection to retrieve
-# the cluster available interfaces and resource change notifications.
-# If unsure, say Y.
-#
-# Symbol: CIFS_SWN_UPCALL [=n]
-# Type : bool
-# Defined at fs/cifs/Kconfig:193
-# Prompt: SWN feature support
-# Depends on: NETWORK_FILESYSTEMS [=y] && CIFS [=m]
-# Location:
-# -> File systems
-# -> Network File Systems (NETWORK_FILESYSTEMS [=y])
-# -> SMB3 and CIFS support (advanced network filesystem) (CIFS [=m])
-#
-#
-#
-# CONFIG_CIFS_SWN_UPCALL is not set
--
GitLab
1 year, 12 months