summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-06-09 10:17:19 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-06-09 10:17:19 -0500
commit3429b90aea0dd898f9dbfa030ce6830c43a4cbce (patch)
tree175b97c28c27801a268b144b1666e38ecdcf50b0
parent4bc3c54f38c58c791541b236f9eb475eac98b8bf (diff)
downloadkernel-3429b90aea0dd898f9dbfa030ce6830c43a4cbce.tar.gz
kernel-3429b90aea0dd898f9dbfa030ce6830c43a4cbce.tar.xz
kernel-3429b90aea0dd898f9dbfa030ce6830c43a4cbce.zip
kernel-5.13.0-0.rc5.20210608git368094df48e6.39
* Tue Jun 08 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc5.20210608git368094df48e6.39] - spec: Enable sefltests rpm build (Jiri Olsa) - spec: Allow bpf selftest/samples to fail (Jiri Olsa) - kvm: Add kvm_stat.service file and kvm_stat logrotate config to the tools (Jiri Benc) - kernel.spec: Add missing source files to kernel-selftests-internal (Jiri Benc) - kernel.spec: selftests: add net/forwarding to TARGETS list (Jiri Benc) - kernel.spec: selftests: add build requirement on libmnl-devel (Jiri Benc) - kernel.spec: add action.o to kernel-selftests-internal (Jiri Benc) - kernel.spec: avoid building bpftool repeatedly (Jiri Benc) - kernel.spec: selftests require python3 (Jiri Benc) - kernel.spec: skip selftests that failed to build (Jiri Benc) - kernel.spec: fix installation of bpf selftests (Jiri Benc) - redhat: fix samples and selftests make options (Jiri Benc) - kernel.spec: enable mptcp selftests for kernel-selftests-internal (Jiri Benc) - kernel.spec: Do not export shared objects from libexecdir to RPM Provides (Jiri Benc) - kernel.spec: add missing dependency for the which package (Jiri Benc) - kernel.spec: add netfilter selftests to kernel-selftests-internal (Jiri Benc) - kernel.spec: move slabinfo and page_owner_sort debuginfo to tools-debuginfo (Jiri Benc) - kernel.spec: package and ship VM tools (Jiri Benc) - configs: enable CONFIG_PAGE_OWNER (Jiri Benc) - kernel.spec: add coreutils (Jiri Benc) - kernel.spec: add netdevsim driver selftests to kernel-selftests-internal (Jiri Benc) - redhat/Makefile: Clean out the --without flags from the baseonly rule (Jiri Benc) - kernel.spec: Stop building unnecessary rpms for baseonly builds (Jiri Benc) - kernel.spec: disable more kabi switches for gcov build (Jiri Benc) - kernel.spec: Rename kabi-dw base (Jiri Benc) - kernel.spec: Fix error messages during build of zfcpdump kernel (Jiri Benc) - kernel.spec: perf: remove bpf examples (Jiri Benc) - kernel.spec: selftests should not depend on modules-internal (Jiri Benc) - kernel.spec: build samples (Jiri Benc) - kernel.spec: tools: sync missing options with RHEL 8 (Jiri Benc) - configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 (Philipp Rudo) [1876435] - configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* (Philipp Rudo) - configs/process_configs.sh: make use of dummy-tools (Philipp Rudo) - configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} (Philipp Rudo) - configs/common/aarch64: disable CONFIG_RELR (Philipp Rudo) Resolves: rhbz#1876435 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rw-r--r--Makefile.rhelver2
-rw-r--r--kernel-aarch64-debug-fedora.config19
-rw-r--r--kernel-aarch64-debug-rhel.config5
-rw-r--r--kernel-aarch64-fedora.config19
-rw-r--r--kernel-aarch64-rhel.config5
-rw-r--r--kernel-armv7hl-debug-fedora.config18
-rw-r--r--kernel-armv7hl-fedora.config18
-rw-r--r--kernel-armv7hl-lpae-debug-fedora.config18
-rw-r--r--kernel-armv7hl-lpae-fedora.config18
-rw-r--r--kernel-i686-debug-fedora.config18
-rw-r--r--kernel-i686-fedora.config18
-rw-r--r--kernel-ppc64le-debug-fedora.config18
-rw-r--r--kernel-ppc64le-debug-rhel.config4
-rw-r--r--kernel-ppc64le-fedora.config18
-rw-r--r--kernel-ppc64le-rhel.config4
-rw-r--r--kernel-s390x-debug-fedora.config2
-rw-r--r--kernel-s390x-debug-rhel.config12
-rw-r--r--kernel-s390x-fedora.config2
-rw-r--r--kernel-s390x-rhel.config12
-rw-r--r--kernel-s390x-zfcpdump-rhel.config12
-rw-r--r--kernel-x86_64-debug-fedora.config18
-rw-r--r--kernel-x86_64-debug-rhel.config4
-rw-r--r--kernel-x86_64-fedora.config18
-rw-r--r--kernel-x86_64-rhel.config4
-rwxr-xr-xkernel.spec21
-rwxr-xr-xprocess_configs.sh8
-rw-r--r--sources6
27 files changed, 92 insertions, 229 deletions
diff --git a/Makefile.rhelver b/Makefile.rhelver
index f4c64eac9..9c30a4e4a 100644
--- a/Makefile.rhelver
+++ b/Makefile.rhelver
@@ -12,7 +12,7 @@ RHEL_MINOR = 99
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
-RHEL_RELEASE = 38
+RHEL_RELEASE = 39
#
# Early y+1 numbering
diff --git a/kernel-aarch64-debug-fedora.config b/kernel-aarch64-debug-fedora.config
index 558fff111..df83f2178 100644
--- a/kernel-aarch64-debug-fedora.config
+++ b/kernel-aarch64-debug-fedora.config
@@ -2916,6 +2916,8 @@ CONFIG_INFINIBAND_USNIC=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3650,13 +3652,6 @@ CONFIG_MAILBOX=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -5677,6 +5672,7 @@ CONFIG_REISERFS_PROC_INFO=y
CONFIG_RELAY=y
# CONFIG_RELOCATABLE_TEST is not set
CONFIG_RELOCATABLE=y
+# CONFIG_RELR is not set
# CONFIG_REMOTEPROC_CDEV is not set
CONFIG_REMOTEPROC=y
# CONFIG_RENESAS_PHY is not set
@@ -7524,15 +7520,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_TURRIS_MOX_RWTM=m
diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config
index 995d3d19b..64bb46987 100644
--- a/kernel-aarch64-debug-rhel.config
+++ b/kernel-aarch64-debug-rhel.config
@@ -809,7 +809,7 @@ CONFIG_CMA_AREAS=7
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
CONFIG_CMDLINE="console=ttyAMA0"
# CONFIG_CMDLINE_EXTEND is not set
# CONFIG_CMDLINE_FORCE is not set
@@ -2298,6 +2298,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -4477,6 +4479,7 @@ CONFIG_REFCOUNT_FULL=y
# CONFIG_REISERFS_FS is not set
CONFIG_RELAY=y
CONFIG_RELOCATABLE=y
+# CONFIG_RELR is not set
# CONFIG_REMOTEPROC is not set
CONFIG_RENESAS_PHY=m
# CONFIG_RESET_ATTACK_MITIGATION is not set
diff --git a/kernel-aarch64-fedora.config b/kernel-aarch64-fedora.config
index 649dd21c0..a50f739e9 100644
--- a/kernel-aarch64-fedora.config
+++ b/kernel-aarch64-fedora.config
@@ -2900,6 +2900,8 @@ CONFIG_INFINIBAND_USNIC=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3628,13 +3630,6 @@ CONFIG_MAILBOX=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -5654,6 +5649,7 @@ CONFIG_REISERFS_PROC_INFO=y
CONFIG_RELAY=y
# CONFIG_RELOCATABLE_TEST is not set
CONFIG_RELOCATABLE=y
+# CONFIG_RELR is not set
# CONFIG_REMOTEPROC_CDEV is not set
CONFIG_REMOTEPROC=y
# CONFIG_RENESAS_PHY is not set
@@ -7499,15 +7495,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_TURRIS_MOX_RWTM=m
diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config
index b7baf5fda..52c15f2ca 100644
--- a/kernel-aarch64-rhel.config
+++ b/kernel-aarch64-rhel.config
@@ -809,7 +809,7 @@ CONFIG_CMA_AREAS=7
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
CONFIG_CMDLINE="console=ttyAMA0"
# CONFIG_CMDLINE_EXTEND is not set
# CONFIG_CMDLINE_FORCE is not set
@@ -2282,6 +2282,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -4456,6 +4458,7 @@ CONFIG_REFCOUNT_FULL=y
# CONFIG_REISERFS_FS is not set
CONFIG_RELAY=y
CONFIG_RELOCATABLE=y
+# CONFIG_RELR is not set
# CONFIG_REMOTEPROC is not set
CONFIG_RENESAS_PHY=m
# CONFIG_RESET_ATTACK_MITIGATION is not set
diff --git a/kernel-armv7hl-debug-fedora.config b/kernel-armv7hl-debug-fedora.config
index 11c3252cb..16cbf1b76 100644
--- a/kernel-armv7hl-debug-fedora.config
+++ b/kernel-armv7hl-debug-fedora.config
@@ -2942,6 +2942,8 @@ CONFIG_INFINIBAND_RTRS_SERVER=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
CONFIG_INPUT_88PM80X_ONKEY=m
@@ -3717,13 +3719,6 @@ CONFIG_MAILBOX=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -7763,15 +7758,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_TURRIS_MOX_RWTM=m
diff --git a/kernel-armv7hl-fedora.config b/kernel-armv7hl-fedora.config
index f31ee0b3b..0edb91183 100644
--- a/kernel-armv7hl-fedora.config
+++ b/kernel-armv7hl-fedora.config
@@ -2927,6 +2927,8 @@ CONFIG_INFINIBAND_RTRS_SERVER=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
CONFIG_INPUT_88PM80X_ONKEY=m
@@ -3696,13 +3698,6 @@ CONFIG_MAILBOX=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -7739,15 +7734,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_TURRIS_MOX_RWTM=m
diff --git a/kernel-armv7hl-lpae-debug-fedora.config b/kernel-armv7hl-lpae-debug-fedora.config
index e43535207..f8c6ef643 100644
--- a/kernel-armv7hl-lpae-debug-fedora.config
+++ b/kernel-armv7hl-lpae-debug-fedora.config
@@ -2884,6 +2884,8 @@ CONFIG_INFINIBAND_RTRS_SERVER=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3636,13 +3638,6 @@ CONFIG_MAILBOX=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -7521,15 +7516,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_TURRIS_MOX_RWTM=m
diff --git a/kernel-armv7hl-lpae-fedora.config b/kernel-armv7hl-lpae-fedora.config
index 2dd1fffb3..d267321ae 100644
--- a/kernel-armv7hl-lpae-fedora.config
+++ b/kernel-armv7hl-lpae-fedora.config
@@ -2869,6 +2869,8 @@ CONFIG_INFINIBAND_RTRS_SERVER=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3615,13 +3617,6 @@ CONFIG_MAILBOX=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -7497,15 +7492,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_TURRIS_MOX_RWTM=m
diff --git a/kernel-i686-debug-fedora.config b/kernel-i686-debug-fedora.config
index 173af3c68..f6119d02d 100644
--- a/kernel-i686-debug-fedora.config
+++ b/kernel-i686-debug-fedora.config
@@ -2556,6 +2556,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3323,13 +3325,6 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -6769,15 +6764,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_TWL4030_CORE is not set
diff --git a/kernel-i686-fedora.config b/kernel-i686-fedora.config
index f78b66213..fe9d8a8d7 100644
--- a/kernel-i686-fedora.config
+++ b/kernel-i686-fedora.config
@@ -2539,6 +2539,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3301,13 +3303,6 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -6745,15 +6740,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_TWL4030_CORE is not set
diff --git a/kernel-ppc64le-debug-fedora.config b/kernel-ppc64le-debug-fedora.config
index e4e5a7803..d82e59655 100644
--- a/kernel-ppc64le-debug-fedora.config
+++ b/kernel-ppc64le-debug-fedora.config
@@ -2382,6 +2382,8 @@ CONFIG_INFINIBAND_USNIC=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3076,13 +3078,6 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -6356,15 +6351,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_TWL4030_CORE is not set
diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config
index 00ad8c78b..05570c2fd 100644
--- a/kernel-ppc64le-debug-rhel.config
+++ b/kernel-ppc64le-debug-rhel.config
@@ -687,7 +687,7 @@ CONFIG_CLS_U32_PERF=y
CONFIG_CMA_AREAS=7
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_DEBUG is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
CONFIG_CMA=y
CONFIG_CMDLINE=""
# CONFIG_CMDLINE_BOOL is not set
@@ -2140,6 +2140,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
diff --git a/kernel-ppc64le-fedora.config b/kernel-ppc64le-fedora.config
index 58d4ce1bb..e87a5fd93 100644
--- a/kernel-ppc64le-fedora.config
+++ b/kernel-ppc64le-fedora.config
@@ -2365,6 +2365,8 @@ CONFIG_INFINIBAND_USNIC=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3054,13 +3056,6 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -6331,15 +6326,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_TWL4030_CORE is not set
diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config
index e62d84b17..95b9afbd3 100644
--- a/kernel-ppc64le-rhel.config
+++ b/kernel-ppc64le-rhel.config
@@ -687,7 +687,7 @@ CONFIG_CLS_U32_PERF=y
CONFIG_CMA_AREAS=7
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_DEBUG is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
CONFIG_CMA=y
CONFIG_CMDLINE=""
# CONFIG_CMDLINE_BOOL is not set
@@ -2124,6 +2124,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
diff --git a/kernel-s390x-debug-fedora.config b/kernel-s390x-debug-fedora.config
index 0e6d202c2..d27674da8 100644
--- a/kernel-s390x-debug-fedora.config
+++ b/kernel-s390x-debug-fedora.config
@@ -2363,6 +2363,8 @@ CONFIG_INFINIBAND_USNIC=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config
index a318cccbb..984acbe88 100644
--- a/kernel-s390x-debug-rhel.config
+++ b/kernel-s390x-debug-rhel.config
@@ -692,7 +692,7 @@ CONFIG_CLS_U32_PERF=y
CONFIG_CMA_AREAS=7
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_DEBUG is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
CONFIG_CMA=y
# CONFIG_CMDLINE_EXTEND is not set
CONFIG_CMDLINE_FROM_BOOTLOADER=y
@@ -2121,6 +2121,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -2752,8 +2754,8 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
# CONFIG_MARCH_Z10 is not set
-CONFIG_MARCH_Z13=y
-# CONFIG_MARCH_Z14 is not set
+# CONFIG_MARCH_Z13 is not set
+CONFIG_MARCH_Z14=y
# CONFIG_MARCH_Z15 is not set
# CONFIG_MARCH_Z196 is not set
# CONFIG_MARCH_Z900 is not set
@@ -5682,11 +5684,11 @@ CONFIG_TRUSTED_KEYS=m
# CONFIG_TSL4531 is not set
# CONFIG_TSYS01 is not set
# CONFIG_TSYS02D is not set
-CONFIG_TUNE_DEFAULT=y
+# CONFIG_TUNE_DEFAULT is not set
# CONFIG_TUNE_Z10 is not set
# CONFIG_TUNE_Z13 is not set
# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z15 is not set
+CONFIG_TUNE_Z15=y
# CONFIG_TUNE_Z196 is not set
# CONFIG_TUNE_Z900 is not set
# CONFIG_TUNE_Z9_109 is not set
diff --git a/kernel-s390x-fedora.config b/kernel-s390x-fedora.config
index e65d54c8b..8aa62ba95 100644
--- a/kernel-s390x-fedora.config
+++ b/kernel-s390x-fedora.config
@@ -2346,6 +2346,8 @@ CONFIG_INFINIBAND_USNIC=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config
index 1fc792cd5..6497a2e8c 100644
--- a/kernel-s390x-rhel.config
+++ b/kernel-s390x-rhel.config
@@ -692,7 +692,7 @@ CONFIG_CLS_U32_PERF=y
CONFIG_CMA_AREAS=7
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_DEBUG is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
CONFIG_CMA=y
# CONFIG_CMDLINE_EXTEND is not set
CONFIG_CMDLINE_FROM_BOOTLOADER=y
@@ -2105,6 +2105,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -2735,8 +2737,8 @@ CONFIG_MAGIC_SYSRQ=y
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
# CONFIG_MARCH_Z10 is not set
-CONFIG_MARCH_Z13=y
-# CONFIG_MARCH_Z14 is not set
+# CONFIG_MARCH_Z13 is not set
+CONFIG_MARCH_Z14=y
# CONFIG_MARCH_Z15 is not set
# CONFIG_MARCH_Z196 is not set
# CONFIG_MARCH_Z900 is not set
@@ -5663,11 +5665,11 @@ CONFIG_TRUSTED_KEYS=m
# CONFIG_TSL4531 is not set
# CONFIG_TSYS01 is not set
# CONFIG_TSYS02D is not set
-CONFIG_TUNE_DEFAULT=y
+# CONFIG_TUNE_DEFAULT is not set
# CONFIG_TUNE_Z10 is not set
# CONFIG_TUNE_Z13 is not set
# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z15 is not set
+CONFIG_TUNE_Z15=y
# CONFIG_TUNE_Z196 is not set
# CONFIG_TUNE_Z900 is not set
# CONFIG_TUNE_Z9_109 is not set
diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config
index f6b155746..55a70dbe7 100644
--- a/kernel-s390x-zfcpdump-rhel.config
+++ b/kernel-s390x-zfcpdump-rhel.config
@@ -698,7 +698,7 @@ CONFIG_CMA_AREAS=7
# CONFIG_CMA_DEBUGFS is not set
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
# CONFIG_CMDLINE_EXTEND is not set
CONFIG_CMDLINE_FROM_BOOTLOADER=y
# CONFIG_CMDLINE_PARTITION is not set
@@ -2123,6 +2123,8 @@ CONFIG_INITRAMFS_COMPRESSION_BZIP2=y
CONFIG_INITRAMFS_ROOT_GID=0
CONFIG_INITRAMFS_ROOT_UID=0
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -2754,8 +2756,8 @@ CONFIG_MAGIC_SYSRQ_SERIAL=y
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
# CONFIG_MARCH_Z10 is not set
-CONFIG_MARCH_Z13=y
-# CONFIG_MARCH_Z14 is not set
+# CONFIG_MARCH_Z13 is not set
+CONFIG_MARCH_Z14=y
# CONFIG_MARCH_Z15 is not set
# CONFIG_MARCH_Z196 is not set
# CONFIG_MARCH_Z900 is not set
@@ -5697,11 +5699,11 @@ CONFIG_TRUSTED_KEYS=m
# CONFIG_TSL4531 is not set
# CONFIG_TSYS01 is not set
# CONFIG_TSYS02D is not set
-CONFIG_TUNE_DEFAULT=y
+# CONFIG_TUNE_DEFAULT is not set
# CONFIG_TUNE_Z10 is not set
# CONFIG_TUNE_Z13 is not set
# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z15 is not set
+CONFIG_TUNE_Z15=y
# CONFIG_TUNE_Z196 is not set
# CONFIG_TUNE_Z900 is not set
# CONFIG_TUNE_Z9_109 is not set
diff --git a/kernel-x86_64-debug-fedora.config b/kernel-x86_64-debug-fedora.config
index 4b416f271..05080ce14 100644
--- a/kernel-x86_64-debug-fedora.config
+++ b/kernel-x86_64-debug-fedora.config
@@ -2602,6 +2602,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3372,13 +3374,6 @@ CONFIG_MAILBOX=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -6822,15 +6817,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_TWL4030_CORE is not set
diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config
index ef720d0ac..7ece33a24 100644
--- a/kernel-x86_64-debug-rhel.config
+++ b/kernel-x86_64-debug-rhel.config
@@ -720,7 +720,7 @@ CONFIG_CMA_SIZE_MBYTES=0
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_MIN is not set
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
CONFIG_CMA=y
# CONFIG_CMDLINE_BOOL is not set
# CONFIG_CMDLINE_EXTEND is not set
@@ -2286,6 +2286,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
diff --git a/kernel-x86_64-fedora.config b/kernel-x86_64-fedora.config
index b06c8481f..1afcb0e04 100644
--- a/kernel-x86_64-fedora.config
+++ b/kernel-x86_64-fedora.config
@@ -2585,6 +2585,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
CONFIG_INITRAMFS_COMPRESSION_NONE=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
@@ -3350,13 +3352,6 @@ CONFIG_MAILBOX=y
# CONFIG_MANAGER_SBS is not set
# CONFIG_MANDATORY_FILE_LOCKING is not set
CONFIG_MANTIS_CORE=m
-# CONFIG_MARCH_Z10 is not set
-# CONFIG_MARCH_Z13 is not set
-# CONFIG_MARCH_Z14 is not set
-# CONFIG_MARCH_Z196 is not set
-# CONFIG_MARCH_Z900 is not set
-# CONFIG_MARCH_Z9_109 is not set
-# CONFIG_MARCH_Z990 is not set
CONFIG_MARVELL_10G_PHY=m
# CONFIG_MARVELL_88X2222_PHY is not set
CONFIG_MARVELL_PHY=m
@@ -6798,15 +6793,6 @@ CONFIG_TULIP=m
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_NAPI is not set
-CONFIG_TUNE_DEFAULT=y
-# CONFIG_TUNE_Z10 is not set
-# CONFIG_TUNE_Z13 is not set
-# CONFIG_TUNE_Z14 is not set
-# CONFIG_TUNE_Z196 is not set
-# CONFIG_TUNE_Z900 is not set
-# CONFIG_TUNE_Z9_109 is not set
-# CONFIG_TUNE_Z990 is not set
-# CONFIG_TUNE_ZEC12 is not set
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_TWL4030_CORE is not set
diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config
index e7d69edf6..fc711b83a 100644
--- a/kernel-x86_64-rhel.config
+++ b/kernel-x86_64-rhel.config
@@ -720,7 +720,7 @@ CONFIG_CMA_SIZE_MBYTES=0
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_MIN is not set
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
-# CONFIG_CMA_SYSFS is not set
+CONFIG_CMA_SYSFS=y
CONFIG_CMA=y
# CONFIG_CMDLINE_BOOL is not set
# CONFIG_CMDLINE_EXTEND is not set
@@ -2270,6 +2270,8 @@ CONFIG_INFINIBAND_VMWARE_PVRDMA=m
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
CONFIG_INITRAMFS_SOURCE=""
+# CONFIG_INIT_STACK_ALL_PATTERN is not set
+# CONFIG_INIT_STACK_ALL_ZERO is not set
CONFIG_INIT_STACK_NONE=y
CONFIG_INOTIFY_USER=y
# CONFIG_INPUT_AD714X is not set
diff --git a/kernel.spec b/kernel.spec
index 8c52381be..c8eee6b61 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -71,9 +71,9 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 0 to not build a separate debug kernel, but
# to build the base kernel using the debug configuration. (Specifying
# the --with-release option overrides this setting.)
-%define debugbuildsenabled 1
+%define debugbuildsenabled 0
-%global distro_build 0.rc5.38
+%global distro_build 0.rc5.20210608git368094df48e6.39
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -117,13 +117,13 @@ Summary: The Linux kernel
%define kversion 5.13
%define rpmversion 5.13.0
-%define pkgrelease 0.rc5.38
+%define pkgrelease 0.rc5.20210608git368094df48e6.39
# This is needed to do merge window version magic
%define patchlevel 13
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc5.38%{?buildid}%{?dist}
+%define specrelease 0.rc5.20210608git368094df48e6.39%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -647,7 +647,7 @@ BuildRequires: clang
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.13-rc5.tar.xz
+Source0: linux-5.13-rc5-36-g368094df48e6.tar.xz
Source1: Makefile.rhelver
@@ -1316,8 +1316,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.13-rc5 -c
-mv linux-5.13-rc5 linux-%{KVERREL}
+%setup -q -n kernel-5.13-rc5-36-g368094df48e6 -c
+mv linux-5.13-rc5-36-g368094df48e6 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2871,7 +2871,7 @@ fi
#
#
%changelog
-* Mon Jun 07 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc5.38]
+* Tue Jun 08 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc5.20210608git368094df48e6.39]
- spec: Enable sefltests rpm build (Jiri Olsa)
- spec: Allow bpf selftest/samples to fail (Jiri Olsa)
- kvm: Add kvm_stat.service file and kvm_stat logrotate config to the tools (Jiri Benc)
@@ -2902,6 +2902,11 @@ fi
- kernel.spec: selftests should not depend on modules-internal (Jiri Benc)
- kernel.spec: build samples (Jiri Benc)
- kernel.spec: tools: sync missing options with RHEL 8 (Jiri Benc)
+- configs/ark/s390: set CONFIG_MARCH_Z14 and CONFIG_TUNE_Z15 (Philipp Rudo) [1876435]
+- configs/common/s390: Clean up CONFIG_{MARCH,TUNE}_Z* (Philipp Rudo)
+- configs/process_configs.sh: make use of dummy-tools (Philipp Rudo)
+- configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} (Philipp Rudo)
+- configs/common/aarch64: disable CONFIG_RELR (Philipp Rudo)
* Sat Jun 05 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc4.20210604gitf88cd3fb9df2.36]
- RHEL: disable io_uring support (Jeff Moyer)
diff --git a/process_configs.sh b/process_configs.sh
index 166d4766e..b1e1f4338 100755
--- a/process_configs.sh
+++ b/process_configs.sh
@@ -193,11 +193,11 @@ function commit_new_configs()
fi
echo -n "Checking for new configs in $cfg ... "
- make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
+ make ARCH="$arch" CROSS_COMPILE=scripts/dummy-tools/ KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
grep -E 'CONFIG_' .listnewconfig > .newoptions
if test -s .newoptions
then
- make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" helpnewconfig >& .helpnewconfig
+ make ARCH="$arch" CROSS_COMPILE=scripts/dummy-tools/ KCONFIG_CONFIG="$cfgorig" helpnewconfig >& .helpnewconfig
parsenewconfigs
fi
rm .newoptions
@@ -227,7 +227,7 @@ function process_configs()
fi
echo -n "Processing $cfg ... "
- make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
+ make ARCH="$arch" CROSS_COMPILE=scripts/dummy-tools/ KCONFIG_CONFIG="$cfgorig" listnewconfig >& .listnewconfig
grep -E 'CONFIG_' .listnewconfig > .newoptions
if test -n "$NEWOPTIONS" && test -s .newoptions
then
@@ -252,7 +252,7 @@ function process_configs()
rm .listnewconfig
- make ARCH="$arch" KCONFIG_CONFIG="$cfgorig" olddefconfig > /dev/null || exit 1
+ make ARCH="$arch" CROSS_COMPILE=scripts/dummy-tools/ KCONFIG_CONFIG="$cfgorig" olddefconfig > /dev/null || exit 1
echo "# $arch" > "$cfgtmp"
cat "$cfgorig" >> "$cfgtmp"
if test -n "$CHECKOPTIONS"
diff --git a/sources b/sources
index 95628e319..ecb9748a9 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (linux-5.13-rc5.tar.xz) = a3d81252708ab8530779175697a89001c892153e19da6dbc0ba4babe89728c6688819795993fc71948ba82db8e90435183faacfd52791fe82931757ab7e651c5
-SHA512 (kernel-abi-whitelists-5.13.0-0.rc5.38.tar.bz2) = 557a248d9016c6ab925146831a6f6357f7a87993ef056ad5f857748f951e62e1577ff673c44fd083fa8122bfddd44f8a23c315eb035f84366be3150959f93783
-SHA512 (kernel-kabi-dw-5.13.0-0.rc5.38.tar.bz2) = 8344d8058a4948b548f5411181c64badb47a2628699c544c768921eedaef86a545049c07dbbcd30e56901c4eb1e04d911478295f0074c344cfadf9fc5187822f
+SHA512 (linux-5.13-rc5-36-g368094df48e6.tar.xz) = b19e464a65dc198a2d815a8f90513d866d41de7ad2c6bd319b63369a6a9fb1014ae1ce9ab006f5420c0cea32dc6aa1c894a62314bc00fd43ad5139c95241d27f
+SHA512 (kernel-abi-whitelists-5.13.0-0.rc5.20210608git368094df48e6.39.tar.bz2) = a3a267870e5eadb9f6b7e644be581e11b28b6b50b7458b8d3e18153e79029597440dcf85691be5dced24f33eae6f797c85888c29188ecdb03a40b46af1464ae6
+SHA512 (kernel-kabi-dw-5.13.0-0.rc5.20210608git368094df48e6.39.tar.bz2) = 56576ae1630f32cde1d58e48c2f15e4679d7d639c67a727b94f19c312f222ca41b684112cfa20b354d126f51fc8e5cf1e7e6e2715f4f5e23507c6cf6439f3761