summaryrefslogtreecommitdiffstats
path: root/patch-5.17-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-03-10 12:04:12 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-03-10 12:04:12 -0600
commit24dda0d8fe0d8b3518959d738d151689b85fe436 (patch)
tree6dfcb17629e832187447411761afa6e12cfefc8c /patch-5.17-redhat.patch
parent0fbf1d7bb59051b66e3b0c184df4a6e4a099db15 (diff)
downloadkernel-24dda0d8fe0d8b3518959d738d151689b85fe436.tar.gz
kernel-24dda0d8fe0d8b3518959d738d151689b85fe436.tar.xz
kernel-24dda0d8fe0d8b3518959d738d151689b85fe436.zip
kernel-5.17-0.rc7.3bf7edc84a9e.119
* Thu Mar 10 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc7.3bf7edc84a9e.119] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.17-redhat.patch')
-rw-r--r--patch-5.17-redhat.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patch-5.17-redhat.patch b/patch-5.17-redhat.patch
index 4582d01de..1fb7d55fb 100644
--- a/patch-5.17-redhat.patch
+++ b/patch-5.17-redhat.patch
@@ -176,7 +176,7 @@ index 4c97cb40eebb..caf06cef3d2e 100644
The VM uses one page of physical memory for each page table.
For systems with a lot of processes, this can use a lot of
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
-index f979ec410d6e..7c865dfbe522 100644
+index c842878f8133..72949bfbe1af 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1109,7 +1109,7 @@ endchoice
@@ -188,7 +188,7 @@ index f979ec410d6e..7c865dfbe522 100644
help
For systems with 52-bit userspace VAs enabled, the kernel will attempt
to maintain compatibility with older software by providing 48-bit VAs
-@@ -1351,6 +1351,7 @@ config XEN
+@@ -1348,6 +1348,7 @@ config XEN
config FORCE_MAX_ZONEORDER
int
default "14" if ARM64_64K_PAGES