summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2021-02-16 22:19:12 +0000
committerPeter Robinson <pbrobinson@gmail.com>2021-02-16 22:19:12 +0000
commit1922b0a1aa97165a7ffe3b742ed90b58e98a1503 (patch)
tree9ed1591dd618960377eff61f69b684a310cc5a2e
parentd24ad453a6273ee9dec91d3d7caf072b8a2817e3 (diff)
downloadkernel-1922b0a1aa97165a7ffe3b742ed90b58e98a1503.tar.gz
kernel-1922b0a1aa97165a7ffe3b742ed90b58e98a1503.tar.xz
kernel-1922b0a1aa97165a7ffe3b742ed90b58e98a1503.zip
Early boot fix for UEFI on ARMv7 (rhbz 1929353)
-rw-r--r--kernel-armv7hl-fedora.config5
-rw-r--r--kernel-armv7hl-lpae-fedora.config5
-rwxr-xr-xkernel.spec5
3 files changed, 10 insertions, 5 deletions
diff --git a/kernel-armv7hl-fedora.config b/kernel-armv7hl-fedora.config
index ce04da3a3..4f3088e69 100644
--- a/kernel-armv7hl-fedora.config
+++ b/kernel-armv7hl-fedora.config
@@ -1460,7 +1460,8 @@ CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
CONFIG_DEBUG_FS=y
# CONFIG_DEBUG_GPIO is not set
-CONFIG_DEBUG_HIGHMEM=y
+# CONFIG_DEBUG_HIGHMEM is not set
+# CONFIG_DEBUG_KMAP_LOCAL is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_INFO_BTF is not set
# CONFIG_DEBUG_INFO_COMPRESSED is not set
@@ -4769,7 +4770,7 @@ CONFIG_NOUVEAU_DEBUG_DEFAULT=3
# CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT is not set
CONFIG_NOUVEAU_PLATFORM_DRIVER=y
CONFIG_NOZOMI=m
-CONFIG_NR_CPUS=32
+CONFIG_NR_CPUS=16
CONFIG_NS83820=m
# CONFIG_NTB is not set
# CONFIG_NTFS_FS is not set
diff --git a/kernel-armv7hl-lpae-fedora.config b/kernel-armv7hl-lpae-fedora.config
index a682793a9..0c2141d1f 100644
--- a/kernel-armv7hl-lpae-fedora.config
+++ b/kernel-armv7hl-lpae-fedora.config
@@ -1428,7 +1428,8 @@ CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
CONFIG_DEBUG_FS=y
# CONFIG_DEBUG_GPIO is not set
-CONFIG_DEBUG_HIGHMEM=y
+# CONFIG_DEBUG_HIGHMEM is not set
+# CONFIG_DEBUG_KMAP_LOCAL is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_INFO_BTF is not set
# CONFIG_DEBUG_INFO_COMPRESSED is not set
@@ -4667,7 +4668,7 @@ CONFIG_NOUVEAU_DEBUG_DEFAULT=3
# CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT is not set
CONFIG_NOUVEAU_PLATFORM_DRIVER=y
CONFIG_NOZOMI=m
-CONFIG_NR_CPUS=32
+CONFIG_NR_CPUS=16
CONFIG_NS83820=m
# CONFIG_NTB is not set
# CONFIG_NTFS_FS is not set
diff --git a/kernel.spec b/kernel.spec
index 6ac4e0cff..d97d48b01 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -111,7 +111,7 @@ Summary: The Linux kernel
%define patchlevel 11
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 155%{?buildid}%{?dist}
+%define specrelease 156%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -2762,6 +2762,9 @@ fi
#
#
%changelog
+* Tue Feb 16 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 5.11.0-156
+- Early boot fix for UEFI on ARMv7 (rhbz 1929353)
+
* Mon Feb 15 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.11.0-155]
- Bluetooth: L2CAP: Try harder to accept device not knowing options (Bastien Nocera)