From: Sasha Levin Date: Mon, 19 Aug 2019 17:10:25 +0000 (-0400) Subject: fix up perf backport on 4.14 X-Git-Tag: v4.19.68~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8401d71e95b2ac40a390f1399b7fb76b634c784;p=thirdparty%2Fkernel%2Fstable-queue.git fix up perf backport on 4.14 Signed-off-by: Sasha Levin --- diff --git a/queue-4.14/perf-header-fix-divide-by-zero-error-if-f_header.att.patch b/queue-4.14/perf-header-fix-divide-by-zero-error-if-f_header.att.patch index e14414347d8..1f48a68a1dc 100644 --- a/queue-4.14/perf-header-fix-divide-by-zero-error-if-f_header.att.patch +++ b/queue-4.14/perf-header-fix-divide-by-zero-error-if-f_header.att.patch @@ -40,7 +40,7 @@ index c892a28e7b048..baec3e9833256 100644 + if (f_header.attr_size == 0) { + pr_err("ERROR: The %s file's attr size field is 0 which is unexpected.\n" + "Was the 'perf record' command properly terminated?\n", -+ data->file.path); ++ file->path); + return -EINVAL; + } +