From 478427f6e989a64c91cc50da6c2bd2ff4a8a6de4 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Tue, 7 Apr 2020 14:15:03 +0300 Subject: libre/linux-libre-tools 5.6.1: Sync with Arch Linux, refresh patch Removed part of patch has been applied upstream: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/tools/perf/builtin-diff.c?h=v5.6&id=98e93245113d0f5c279ef77f4a9e7d097323ad71 Signed-off-by: Andreas Grapentin --- libre/linux-libre-tools/perf-fix-types.patch | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'libre/linux-libre-tools/perf-fix-types.patch') diff --git a/libre/linux-libre-tools/perf-fix-types.patch b/libre/linux-libre-tools/perf-fix-types.patch index 0b81586b0..cb6688acf 100644 --- a/libre/linux-libre-tools/perf-fix-types.patch +++ b/libre/linux-libre-tools/perf-fix-types.patch @@ -1,16 +1,3 @@ ---- linux-5.4.1/tools/perf/builtin-diff.c.orig 2019-11-29 04:10:32.000000000 -0500 -+++ linux-5.4.1/tools/perf/builtin-diff.c 2020-01-19 15:54:20.558514973 -0500 -@@ -575,8 +575,8 @@ - if (!pairs_left && !pairs_right) - return 0; - -- l = labs(left->diff.cycles); -- r = labs(right->diff.cycles); -+ l = llabs(left->diff.cycles); -+ r = llabs(right->diff.cycles); - return r - l; - } - --- linux-5.4.1/tools/perf/util/session.c.orig 2019-11-29 04:10:32.000000000 -0500 +++ linux-5.4.1/tools/perf/util/session.c 2020-01-19 16:13:39.628532016 -0500 @@ -88,7 +88,7 @@ -- cgit v1.2.3