From: Sasha Levin Date: Mon, 19 Aug 2019 17:10:27 +0000 (-0400) Subject: fix up perf backport on 4.4 X-Git-Tag: v4.19.68~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a28d95be822fef05cda077b6e24735c931c7e5a5;p=thirdparty%2Fkernel%2Fstable-queue.git fix up perf backport on 4.4 Signed-off-by: Sasha Levin --- diff --git a/queue-4.4/perf-header-fix-divide-by-zero-error-if-f_header.att.patch b/queue-4.4/perf-header-fix-divide-by-zero-error-if-f_header.att.patch index 76ebe4b975e..28d11b8a726 100644 --- a/queue-4.4/perf-header-fix-divide-by-zero-error-if-f_header.att.patch +++ b/queue-4.4/perf-header-fix-divide-by-zero-error-if-f_header.att.patch @@ -40,7 +40,7 @@ index 304f5d7101436..0102dd46fb6da 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; + } +