From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752539AbbCXNRL (ORCPT ); Tue, 24 Mar 2015 09:17:11 -0400 Received: from ozlabs.org ([103.22.144.67]:36033 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752102AbbCXNRJ (ORCPT ); Tue, 24 Mar 2015 09:17:09 -0400 Message-ID: <1427203025.1125.1.camel@ellerman.id.au> Subject: Re: [PATCH v1 0/2] perf/kvm: perf-kvm-stat on powerpc From: Michael Ellerman To: Hemant Kumar Cc: linuxppc-dev@lists.ozlabs.org, maddy@linux.vnet.ibm.com, srikar@linux.vnet.ibm.com, anton@au1.ibm.com, linux-kernel@vger.kernel.org, agraf@suse.de, paulus@samba.org, warrier@linux.vnet.ibm.com Date: Wed, 25 Mar 2015 00:17:05 +1100 In-Reply-To: <551108D6.7090805@linux.vnet.ibm.com> References: <20150227093649.6367.15679.stgit@localhost.localdomain> <551108D6.7090805@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-03-24 at 12:18 +0530, Hemant Kumar wrote: > Hi Michael, > > These patches were posted a month back. We don't have any review > comments to handle at this time. Can you pull these patches to your tree? > Please, do let me know if you want me to rebase these patches to a > different tree (like Arnaldo's/tip etc). I can't pull them unless they are ACKed by someone from perf. It doesn't look like you CC'ed any of the perf maintainers. To make it easier you should split them into patches that touch powerpc and patches that touch perf. eg: > On 02/27/2015 03:13 PM, Hemant Kumar wrote: > > arch/powerpc/include/asm/hvcall.h | 120 ------------------------- > > arch/powerpc/include/uapi/asm/hcall_codes.h | 123 ++++++++++++++++++++++++++ > > arch/powerpc/include/uapi/asm/kvm_perf.h | 19 ++++ > > arch/powerpc/include/uapi/asm/trace_book3s.h | 33 +++++++ > > arch/powerpc/include/uapi/asm/trace_hcall.h | 122 ++++++++++++++++++++++++++ > > arch/powerpc/kvm/trace_book3s.h | 32 ------- > > arch/powerpc/kvm/trace_hv.h | 119 ------------------------- > > arch/powerpc/kvm/trace_pr.h | 2 Patch 1 ^ > > tools/perf/arch/powerpc/Makefile | 1 > > tools/perf/arch/powerpc/util/Build | 1 > > tools/perf/arch/powerpc/util/kvm-stat.c | 94 ++++++++++++++++++++ Patch 2 ^ Then I can merge patch 1, and the perf maintainers can merge patch 2. Similar comments for patch 2 of your original series. cheers