From a71ee103a729754519abc15fd58e6b258a89e58b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 19 Oct 2020 11:42:37 -0500 Subject: Linux v5.9.1 Signed-off-by: Justin M. Forbes --- 0001-kdump-add-support-for-crashkernel-auto.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '0001-kdump-add-support-for-crashkernel-auto.patch') diff --git a/0001-kdump-add-support-for-crashkernel-auto.patch b/0001-kdump-add-support-for-crashkernel-auto.patch index 115110146..8bb55fd3c 100644 --- a/0001-kdump-add-support-for-crashkernel-auto.patch +++ b/0001-kdump-add-support-for-crashkernel-auto.patch @@ -160,7 +160,7 @@ index 2da65fef2a1c..d53a524f80f0 100644 Boot into System Kernel diff --git a/kernel/crash_core.c b/kernel/crash_core.c -index d631d22089ba..c252221b2f4b 100644 +index e4dfe2a05a31..8c6f59932247 100644 --- a/kernel/crash_core.c +++ b/kernel/crash_core.c @@ -258,6 +258,20 @@ static int __init __parse_crashkernel(char *cmdline, @@ -185,5 +185,5 @@ index d631d22089ba..c252221b2f4b 100644 * if the commandline contains a ':', then that's the extended * syntax -- if not, it must be the classic syntax -- -2.26.2 +2.28.0 -- cgit