From: Greg Kroah-Hartman Date: Tue, 29 Sep 2020 06:38:12 +0000 (+0200) Subject: fuzz cleanup X-Git-Tag: v4.4.238~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=747e69bed41821c22253f91c507436c815991bdf;p=thirdparty%2Fkernel%2Fstable-queue.git fuzz cleanup --- diff --git a/queue-4.19/perf-parse-events-use-strcmp-to-compare-the-pmu-name.patch b/queue-4.19/perf-parse-events-use-strcmp-to-compare-the-pmu-name.patch index a669d7de6d3..b98883211d6 100644 --- a/queue-4.19/perf-parse-events-use-strcmp-to-compare-the-pmu-name.patch +++ b/queue-4.19/perf-parse-events-use-strcmp-to-compare-the-pmu-name.patch @@ -53,14 +53,12 @@ Link: http://lore.kernel.org/lkml/20200430003618.17002-1-yao.jin@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Sasha Levin --- - tools/perf/util/parse-events.c | 5 ++--- + tools/perf/util/parse-events.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c -index 426f1984c143e..5ab5c69f50500 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c -@@ -1423,12 +1423,11 @@ parse_events__set_leader_for_uncore_aliase(char *name, struct list_head *list, +@@ -1421,12 +1421,11 @@ parse_events__set_leader_for_uncore_alia * event. That can be used to distinguish the leader from * other members, even they have the same event name. */ @@ -75,6 +73,3 @@ index 426f1984c143e..5ab5c69f50500 100644 /* Store the leader event for each PMU */ leaders[nr_pmu++] = (uintptr_t) evsel; --- -2.25.1 - diff --git a/queue-5.4/perf-parse-events-use-strcmp-to-compare-the-pmu-name.patch b/queue-5.4/perf-parse-events-use-strcmp-to-compare-the-pmu-name.patch index 69150c55c19..94d86957cfa 100644 --- a/queue-5.4/perf-parse-events-use-strcmp-to-compare-the-pmu-name.patch +++ b/queue-5.4/perf-parse-events-use-strcmp-to-compare-the-pmu-name.patch @@ -53,14 +53,12 @@ Link: http://lore.kernel.org/lkml/20200430003618.17002-1-yao.jin@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Sasha Levin --- - tools/perf/util/parse-events.c | 5 ++--- + tools/perf/util/parse-events.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c -index ca9006cd4bf18..c8924a2039e3c 100644 --- a/tools/perf/util/parse-events.c +++ b/tools/perf/util/parse-events.c -@@ -1507,12 +1507,11 @@ parse_events__set_leader_for_uncore_aliase(char *name, struct list_head *list, +@@ -1505,12 +1505,11 @@ parse_events__set_leader_for_uncore_alia * event. That can be used to distinguish the leader from * other members, even they have the same event name. */ @@ -75,6 +73,3 @@ index ca9006cd4bf18..c8924a2039e3c 100644 /* Store the leader event for each PMU */ leaders[nr_pmu++] = (uintptr_t) evsel; --- -2.25.1 -