From 0cddba9ae3b4eabc0a4660269dd99862d80d3a72 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Wed, 18 Feb 2015 18:43:17 -0500 Subject: [PATCH] fix offsets in kernel-arm64.patch which were preventing it applying properly it was missing the final hunk in arch/arm64/kernel/setup.c, which probably means there's a nasty bug in patch in f21 and elsewhere... :/ (the second to last hunk on that file had fuzz due to the original offsets, fixing that applies the final hunk.) --- kernel-arm64.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-arm64.patch b/kernel-arm64.patch index e98d10a4d..964044adc 100644 --- a/kernel-arm64.patch +++ b/kernel-arm64.patch @@ -4528,7 +4528,7 @@ index 2437196..914287d 100644 parse_early_param(); /* -@@ -389,19 +398,27 @@ void __init setup_arch(char **cmdline_p) +@@ -397,20 +397,28 @@ void __init setup_arch(char **cmdline_p) efi_init(); arm64_memblock_init();