From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754455AbdFWO7j (ORCPT ); Fri, 23 Jun 2017 10:59:39 -0400 Received: from foss.arm.com ([217.140.101.70]:53176 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753528AbdFWO7h (ORCPT ); Fri, 23 Jun 2017 10:59:37 -0400 Date: Fri, 23 Jun 2017 15:58:40 +0100 From: Mark Rutland To: Alexey Budankov Cc: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Andi Kleen , Kan Liang , Dmitri Prokhorov , Valery Cherepennikov , David Carrillo-Cisneros , Stephane Eranian , linux-kernel Subject: Re: [PATCH v4 1/4] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi Message-ID: <20170623145826.GA26953@leverpostej> References: <81fc4d10-1245-59e8-8575-1f790c4e1097@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <81fc4d10-1245-59e8-8575-1f790c4e1097@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, As a heads-up, it looks like something is mangling these patches. I see that the @@ lines in patches are line-wrapped, which from git am's PoV means the patches are corrupt. On Wed, Jun 21, 2017 at 06:39:24PM +0300, Alexey Budankov wrote: > diff --git a/kernel/events/core.c b/kernel/events/core.c > index bc63f8d..fc37e30 100644 > --- a/kernel/events/core.c > +++ b/kernel/events/core.c > @@ -1458,8 +1458,12 @@ static enum event_type_t > get_event_type(struct perf_event *event) e.g. the last two lines above should be one line. > @@ -1467,6 +1471,223 @@ ctx_group_list(struct perf_event *event, > struct perf_event_context *ctx) Likewise. > @@ -1485,12 +1706,8 @@ list_add_event(struct perf_event *event, > struct perf_event_context *ctx) Likewise. > @@ -1681,7 +1898,7 @@ list_del_event(struct perf_event *event, > struct perf_event_context *ctx) Likewise. ... and so on throughout the patch. I'm only seeing this on patches from you, and I see this both from my arm.com account and a gmail account subscribed to LKML, whether I export this from mutt or from the gmail web interface. Can you check if your MTA is doing something here? It's possible to fix this up manually, but it's rather tedious. Thanks, Mark.