[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_ARM64_ERRATUM_1508412:
This option adds a workaround for Arm Cortex-A77 erratum 1508412.
Affected Cortex-A77 cores (r0p0, r1p0) could deadlock on a sequence
of a store-exclusive or read of PAR_EL1 and a load with device or
non-cacheable memory attributes. The workaround depends on a firmware
counterpart.
KVM guests must also have the workaround implemented or they can
deadlock the system.
Work around the issue by inserting DMB SY barriers around PAR_EL1
register reads and warning KVM users. The DMB barrier is sufficient
to prevent a speculative PAR_EL1 read.
If unsure, say Y.
Symbol: ARM64_ERRATUM_1508412 [=y]
Type : bool
Defined at arch/arm64/Kconfig:639
Prompt: Cortex-A77: 1508412: workaround deadlock on sequence of NC/Device load and store exclusive or PAR read
Location:
-> Kernel Features
-> ARM errata workarounds via the alternatives framework
---
Cc: Mark Salter <msalter(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../generic/CONFIG_ARM64_ERRATUM_1508412 | 1 +
.../generic/CONFIG_ARM64_ERRATUM_1508412 | 29 -------------------
2 files changed, 1 insertion(+), 29 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ARM64_ERRATUM_1508412
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ARM64_ERRATUM_1508412
diff --git a/redhat/configs/common/generic/CONFIG_ARM64_ERRATUM_1508412 b/redhat/configs/common/generic/CONFIG_ARM64_ERRATUM_1508412
new file mode 100644
index 000000000000..241640b0fee7
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ARM64_ERRATUM_1508412
@@ -0,0 +1 @@
+CONFIG_ARM64_ERRATUM_1508412=y
diff --git a/redhat/configs/pending-common/generic/CONFIG_ARM64_ERRATUM_1508412 b/redhat/configs/pending-common/generic/CONFIG_ARM64_ERRATUM_1508412
deleted file mode 100644
index 749f590b1c0d..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ARM64_ERRATUM_1508412
+++ /dev/null
@@ -1,29 +0,0 @@
-# CONFIG_ARM64_ERRATUM_1508412:
-#
-# This option adds a workaround for Arm Cortex-A77 erratum 1508412.
-#
-# Affected Cortex-A77 cores (r0p0, r1p0) could deadlock on a sequence
-# of a store-exclusive or read of PAR_EL1 and a load with device or
-# non-cacheable memory attributes. The workaround depends on a firmware
-# counterpart.
-#
-# KVM guests must also have the workaround implemented or they can
-# deadlock the system.
-#
-# Work around the issue by inserting DMB SY barriers around PAR_EL1
-# register reads and warning KVM users. The DMB barrier is sufficient
-# to prevent a speculative PAR_EL1 read.
-#
-# If unsure, say Y.
-#
-# Symbol: ARM64_ERRATUM_1508412 [=y]
-# Type : bool
-# Defined at arch/arm64/Kconfig:639
-# Prompt: Cortex-A77: 1508412: workaround deadlock on sequence of NC/Device load and store exclusive or PAR read
-# Location:
-# -> Kernel Features
-# -> ARM errata workarounds via the alternatives framework
-#
-#
-#
-CONFIG_ARM64_ERRATUM_1508412=y
--
GitLab
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in drivers/pci
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_PCIE_HISI_ERR:
Say Y here if you want error handling support
for the PCIe controller's errors on HiSilicon HIP SoCs
Symbol: PCIE_HISI_ERR [=n]
Type : bool
Defined at drivers/pci/controller/Kconfig:301
Prompt: HiSilicon HIP PCIe controller error handling driver
Depends on: PCI [=y] && ACPI_APEI_GHES [=y] && (ARM64 [=y] || COMPILE_TEST [=n])
Location:
-> Device Drivers
-> PCI support (PCI [=y])
-> PCI controller drivers
---
Cc: Myron Stowe <myron.stowe(a)redhat.com>
Cc: Prarit Bhargava <prarit(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_PCIE_HISI_ERR | 1 +
.../generic/CONFIG_PCIE_HISI_ERR | 18 ------------------
2 files changed, 1 insertion(+), 18 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_PCIE_HISI_ERR
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PCIE_HISI_ERR
diff --git a/redhat/configs/common/generic/CONFIG_PCIE_HISI_ERR b/redhat/configs/common/generic/CONFIG_PCIE_HISI_ERR
new file mode 100644
index 000000000000..be5d9b1ba76a
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_PCIE_HISI_ERR
@@ -0,0 +1 @@
+# CONFIG_PCIE_HISI_ERR is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_PCIE_HISI_ERR b/redhat/configs/pending-common/generic/CONFIG_PCIE_HISI_ERR
deleted file mode 100644
index 502c3e8bf5b5..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_PCIE_HISI_ERR
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_PCIE_HISI_ERR:
-#
-# Say Y here if you want error handling support
-# for the PCIe controller's errors on HiSilicon HIP SoCs
-#
-# Symbol: PCIE_HISI_ERR [=n]
-# Type : bool
-# Defined at drivers/pci/controller/Kconfig:301
-# Prompt: HiSilicon HIP PCIe controller error handling driver
-# Depends on: PCI [=y] && ACPI_APEI_GHES [=y] && (ARM64 [=y] || COMPILE_TEST [=n])
-# Location:
-# -> Device Drivers
-# -> PCI support (PCI [=y])
-# -> PCI controller drivers
-#
-#
-#
-# CONFIG_PCIE_HISI_ERR is not set
--
GitLab
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in usr/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_RD_ZSTD:
Support loading of a ZSTD encoded initial ramdisk or cpio buffer.
If unsure, say N.
Symbol: RD_ZSTD [=y]
Type : bool
Defined at usr/Kconfig:103
Prompt: Support initial ramdisk/ramfs compressed using ZSTD
Depends on: BLK_DEV_INITRD [=y]
Location:
-> General setup
-> Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD [=y])
Selects: DECOMPRESS_ZSTD [=y]
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_RD_ZSTD | 1 +
.../pending-common/generic/CONFIG_RD_ZSTD | 18 ------------------
2 files changed, 1 insertion(+), 18 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_RD_ZSTD
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_RD_ZSTD
diff --git a/redhat/configs/common/generic/CONFIG_RD_ZSTD b/redhat/configs/common/generic/CONFIG_RD_ZSTD
new file mode 100644
index 000000000000..da1496ccb2e2
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_RD_ZSTD
@@ -0,0 +1 @@
+CONFIG_RD_ZSTD=y
diff --git a/redhat/configs/pending-common/generic/CONFIG_RD_ZSTD b/redhat/configs/pending-common/generic/CONFIG_RD_ZSTD
deleted file mode 100644
index d3164499b7e0..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_RD_ZSTD
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_RD_ZSTD:
-#
-# Support loading of a ZSTD encoded initial ramdisk or cpio buffer.
-# If unsure, say N.
-#
-# Symbol: RD_ZSTD [=y]
-# Type : bool
-# Defined at usr/Kconfig:103
-# Prompt: Support initial ramdisk/ramfs compressed using ZSTD
-# Depends on: BLK_DEV_INITRD [=y]
-# Location:
-# -> General setup
-# -> Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD [=y])
-# Selects: DECOMPRESS_ZSTD [=y]
-#
-#
-#
-CONFIG_RD_ZSTD=y
--
GitLab
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in net/sched
by GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" <jforbes(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_NET_ACT_GATE:
Say Y here to allow to control the ingress flow to be passed at
specific time slot and be dropped at other specific time slot by
the gate entry list.
If unsure, say N.
To compile this code as a module, choose M here: the
module will be called act_gate.
Symbol: NET_ACT_GATE [=n]
Type : tristate
Defined at net/sched/Kconfig:984
Prompt: Frame gate entry list control tc action
Depends on: NET [=y] && NET_SCHED [=y] && NET_CLS_ACT [=y]
Location:
-> Networking support (NET [=y])
-> Networking options
-> QoS and/or fair queueing (NET_SCHED [=y])
-> Actions (NET_CLS_ACT [=y])
---
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
.../common/generic/CONFIG_NET_ACT_GATE | 1 +
.../generic/CONFIG_NET_ACT_GATE | 24 -------------------
2 files changed, 1 insertion(+), 24 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_NET_ACT_GATE
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_NET_ACT_GATE
diff --git a/redhat/configs/common/generic/CONFIG_NET_ACT_GATE b/redhat/configs/common/generic/CONFIG_NET_ACT_GATE
new file mode 100644
index 000000000000..39e73e5da996
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_NET_ACT_GATE
@@ -0,0 +1 @@
+# CONFIG_NET_ACT_GATE is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_NET_ACT_GATE b/redhat/configs/pending-common/generic/CONFIG_NET_ACT_GATE
deleted file mode 100644
index 5fcea736be05..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_NET_ACT_GATE
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_NET_ACT_GATE:
-#
-# Say Y here to allow to control the ingress flow to be passed at
-# specific time slot and be dropped at other specific time slot by
-# the gate entry list.
-#
-# If unsure, say N.
-# To compile this code as a module, choose M here: the
-# module will be called act_gate.
-#
-# Symbol: NET_ACT_GATE [=n]
-# Type : tristate
-# Defined at net/sched/Kconfig:984
-# Prompt: Frame gate entry list control tc action
-# Depends on: NET [=y] && NET_SCHED [=y] && NET_CLS_ACT [=y]
-# Location:
-# -> Networking support (NET [=y])
-# -> Networking options
-# -> QoS and/or fair queueing (NET_SCHED [=y])
-# -> Actions (NET_CLS_ACT [=y])
-#
-#
-#
-# CONFIG_NET_ACT_GATE is not set
--
2.26.2
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in drivers/hwmon
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.
---
Cc: Dean Nelson <dnelson(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_SENSORS_INTEL_M10_BMC_HWMON | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_INTEL_M10_BMC_HWMON
diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_INTEL_M10_BMC_HWMON b/redhat/configs/common/generic/CONFIG_SENSORS_INTEL_M10_BMC_HWMON
new file mode 100644
index 000000000000..e69de29bb2d1
--
GitLab
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in kernel/bpf
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.
---
Cc: Jiri Olsa <jolsa(a)redhat.com>
Cc: Yauheni Kaliuta <ykaliuta(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_BPF_PRELOAD_UMD | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_BPF_PRELOAD_UMD
diff --git a/redhat/configs/common/generic/CONFIG_BPF_PRELOAD_UMD b/redhat/configs/common/generic/CONFIG_BPF_PRELOAD_UMD
new file mode 100644
index 000000000000..e69de29bb2d1
--
GitLab
2 years, 9 months
[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.
---
Cc: Mark Salter <msalter(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG
diff --git a/redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG b/redhat/configs/common/generic/CONFIG_KEXEC_IMAGE_VERIFY_SIG
new file mode 100644
index 000000000000..e69de29bb2d1
--
GitLab
2 years, 9 months
[OS-BUILD PATCH] redhat: ark: enable CONFIG_IKHEADERS
by GitLab Bridge on behalf of jolsa1
From: Jiri Olsa <jolsa(a)kernel.org>
Enabling kheaders module that carries kernel headers
to compile eBPF programs and will allow bcc-tools rpm
to get rid of kernel-devel dependency.
Signed-off-by: Jiri Olsa <jolsa(a)kernel.org>
---
redhat/configs/ark/generic/CONFIG_IKHEADERS | 2 +-
redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_IKHEADERS | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
create mode 100644 redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_IKHEADERS
diff --git a/redhat/configs/ark/generic/CONFIG_IKHEADERS b/redhat/configs/ark/generic/CONFIG_IKHEADERS
index e214495e0279..e96a93bd406a 100644
--- a/redhat/configs/ark/generic/CONFIG_IKHEADERS
+++ b/redhat/configs/ark/generic/CONFIG_IKHEADERS
@@ -1 +1 @@
-# CONFIG_IKHEADERS is not set
+CONFIG_IKHEADERS=m
diff --git a/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_IKHEADERS b/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_IKHEADERS
new file mode 100644
index 000000000000..e214495e0279
--- /dev/null
+++ b/redhat/configs/ark/generic/s390x/zfcpdump/CONFIG_IKHEADERS
@@ -0,0 +1 @@
+# CONFIG_IKHEADERS is not set
--
GitLab
2 years, 9 months
[OS-BUILD PATCH] [redhat] New configs in drivers/net/ethernet/marvell
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.
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_PRESTERA_PCI | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_PRESTERA_PCI
diff --git a/redhat/configs/common/generic/CONFIG_PRESTERA_PCI b/redhat/configs/common/generic/CONFIG_PRESTERA_PCI
new file mode 100644
index 000000000000..e69de29bb2d1
--
GitLab
2 years, 9 months