From: Viktor Malik <vmalik(a)redhat.com>
redhat/configs: Add CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE
Add new config option CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE added by
upstream commit cf9bc0efcce2 ("powerpc64/ftrace: Support .text larger
than 32MB with out-of-line stubs").
Set the value to the default 32768 as it is suitable for vmlinux with
.text section up to 48MB. Currently, RHEL vmlinux on ppc64le has 18MB.
Signed-off-by: Viktor Malik <vmalik(a)redhat.com>
diff --git a/redhat/configs/rhel/generic/powerpc/CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE b/redhat/configs/rhel/generic/powerpc/CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/powerpc/CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE
@@ -0,0 +1 @@
+CONFIG_PPC_FTRACE_OUT_OF_LINE_NUM_RESERVE=32768
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3784
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in fs/nfsd
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
Symbol: NFSD_V4_DELEG_TIMESTAMPS [=n]
Type : bool
Defined at fs/nfsd/Kconfig:179
Prompt: Support delegated timestamps
Depends on: NETWORK_FILESYSTEMS [=y] && NFSD_V4 [=y]
Location:
-> File systems
-> Network File Systems (NETWORK_FILESYSTEMS [=y])
-> Support delegated timestamps (NFSD_V4_DELEG_TIMESTAMPS [=n])
Commit: 26a80762153b (NFSD: Add a Kconfig setting to enable delegated timestamps)
---
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_NFSD_V4_DELEG_TIMESTAMPS b/redhat/configs/pending-rhel/generic/CONFIG_NFSD_V4_DELEG_TIMESTAMPS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_NFSD_V4_DELEG_TIMESTAMPS
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: NFSD_V4_DELEG_TIMESTAMPS [=n]
-# Type : bool
-# Defined at fs/nfsd/Kconfig:179
-# Prompt: Support delegated timestamps
-# Depends on: NETWORK_FILESYSTEMS [=y] && NFSD_V4 [=y]
-# Location:
-# -> File systems
-# -> Network File Systems (NETWORK_FILESYSTEMS [=y])
-# -> Support delegated timestamps (NFSD_V4_DELEG_TIMESTAMPS [=n])
-#
-#
-#
-# Commit: 26a80762153b (NFSD: Add a Kconfig setting to enable delegated timestamps)
-# CONFIG_NFSD_V4_DELEG_TIMESTAMPS is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_NFSD_V4_DELEG_TIMESTAMPS b/redhat/configs/rhel/generic/CONFIG_NFSD_V4_DELEG_TIMESTAMPS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_NFSD_V4_DELEG_TIMESTAMPS
@@ -0,0 +1 @@
+# CONFIG_NFSD_V4_DELEG_TIMESTAMPS is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3799