From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752500AbcELIKg (ORCPT ); Thu, 12 May 2016 04:10:36 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33795 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752218AbcELIKY (ORCPT ); Thu, 12 May 2016 04:10:24 -0400 Date: Thu, 12 May 2016 10:10:19 +0200 From: Ingo Molnar To: Andi Kleen Cc: acme@kernel.org, peterz@infradead.org, jolsa@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 03/10] x86, perf: Add Top Down events to Intel Core Message-ID: <20160512081019.GC20497@gmail.com> References: <1462489447-31832-1-git-send-email-andi@firstfloor.org> <1462489447-31832-4-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462489447-31832-4-git-send-email-andi@firstfloor.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andi Kleen wrote: > Subject: Re: [PATCH 03/10] x86, perf: Add Top Down events to Intel Core > arch/x86/events/intel/core.c | 50 ++++++++++++++++++++++++++++++++++++++++++++ You consistently mis-spell patches to the x86 perf code and for large series this adds unnecessary maintainer work. Use 'perf/x86:' for patches that affect all PMU using x86 CPUs, and 'perf/x86/intel:' for patches that affect only Intel CPUs. Generally a 'git log arch/x86/events/.c' will tell you what pattern to use. This applies to most of the other patches of yours in this series as well, please fix it - and use this consistently for future patches as well. Thanks, Ingo