From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e19.ny.us.ibm.com (e19.ny.us.ibm.com [129.33.205.209]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id AE10F1A2757 for ; Thu, 10 Sep 2015 07:14:52 +1000 (AEST) Received: from /spool/local by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 9 Sep 2015 17:14:49 -0400 Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id EFE876E8041 for ; Wed, 9 Sep 2015 17:06:30 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t89LEkOp52428874 for ; Wed, 9 Sep 2015 21:14:46 GMT Received: from d01av04.pok.ibm.com (localhost [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t89LEkI4026808 for ; Wed, 9 Sep 2015 17:14:46 -0400 Date: Wed, 9 Sep 2015 14:12:55 -0700 From: Sukadev Bhattiprolu To: Michael Ellerman Cc: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, sparclinux@vger.kernel.org Subject: Re: [[PATCH v6 09/10] powerpc/perf/hv-24x7: Use PMU_TXN_READ interface Message-ID: <20150909211255.GB30739@us.ibm.com> References: <1441336073-22750-1-git-send-email-sukadev@linux.vnet.ibm.com> <1441336073-22750-10-git-send-email-sukadev@linux.vnet.ibm.com> <1441703275.7601.5.camel@ellerman.id.au> <20150908112900.GF3644@twins.programming.kicks-ass.net> <1441764905.7854.5.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1441764905.7854.5.camel@ellerman.id.au> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Michael Ellerman [mpe@ellerman.id.au] wrote: | > > This looks fine to me from an arch perspective. I assume the whole series can | > > go via tip-something? | > | > Yeah, I've had it queued for a few days, there was one s390 compile | > fail reported by the build-bot, which I've just fixed. So if nothing | > weird happens, it should hit tip somewhere this week. Peter, thanks for fixing the typo. | | Great, thanks. | | Now Sukadev can focus on getting the JSON events support merged, hopefully it | won't require another 16 versions. :-) BTW, other than an occasional patch from Andi Kleen (on top of the v16), I have not received any comments on the JSON file patch set, so I don't have a v17 in the pipeline... Sukadev