summaryrefslogtreecommitdiffstats
path: root/0001-kdump-fix-a-grammar-issue-in-a-kernel-message.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-09-30 10:55:26 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-09-30 10:55:26 -0500
commit8bf7e7fde6b9176ccaac91a0c95464f326d8a008 (patch)
treee2baee2da7d349311c64f206a6a3dd6eb8935211 /0001-kdump-fix-a-grammar-issue-in-a-kernel-message.patch
parent430af957008fa73bd81840a407110ed7a979ae02 (diff)
downloadkernel-8bf7e7fde6b9176ccaac91a0c95464f326d8a008.tar.gz
kernel-8bf7e7fde6b9176ccaac91a0c95464f326d8a008.tar.xz
kernel-8bf7e7fde6b9176ccaac91a0c95464f326d8a008.zip
kernel-5.9.0-0.rc7.20200930gitfb0155a09b02.21
* Wed Sep 30 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc7.20200930gitfb0155a09b02.21] - Merge ark-patches Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-kdump-fix-a-grammar-issue-in-a-kernel-message.patch')
-rw-r--r--0001-kdump-fix-a-grammar-issue-in-a-kernel-message.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0001-kdump-fix-a-grammar-issue-in-a-kernel-message.patch b/0001-kdump-fix-a-grammar-issue-in-a-kernel-message.patch
index 720ea3439..78f372150 100644
--- a/0001-kdump-fix-a-grammar-issue-in-a-kernel-message.patch
+++ b/0001-kdump-fix-a-grammar-issue-in-a-kernel-message.patch
@@ -26,10 +26,10 @@ Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/crash_core.c b/kernel/crash_core.c
-index a04650f7f6c2..09a4870fe1fb 100644
+index 8c6f59932247..598d8324f51a 100644
--- a/kernel/crash_core.c
+++ b/kernel/crash_core.c
-@@ -271,7 +271,7 @@ static int __init __parse_crashkernel(char *cmdline,
+@@ -269,7 +269,7 @@ static int __init __parse_crashkernel(char *cmdline,
#elif defined(CONFIG_PPC64)
ck_cmdline = "2G-4G:384M,4G-16G:512M,16G-64G:1G,64G-128G:2G,128G-:4G";
#endif