From: Greg Kroah-Hartman Date: Tue, 12 May 2020 13:49:00 +0000 (+0200) Subject: fix up queue-4.14/x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch X-Git-Tag: v4.19.123~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=010403e8289ff77707e14540f611189f18094bd4;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-4.14/x86-unwind-orc-fix-error-path-for-bad-orc-entry-type.patch --- 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: */