From 010403e8289ff77707e14540f611189f18094bd4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 12 May 2020 15:49:00 +0200 Subject: [PATCH] fix up queue-4.14/x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch --- .../x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-4.14/x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch b/queue-4.14/x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch index 55fc36b66af..eeed0a169b4 100644 --- a/queue-4.14/x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch +++ b/queue-4.14/x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch @@ -35,7 +35,7 @@ Signed-off-by: Greg Kroah-Hartman orc_warn("unknown .orc_unwind entry type %d for ip %pB\n", orc->type, (void *)orig_ip); - break; -+ goto err; ++ goto done; } /* Find BP: */ -- 2.47.3