Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932308AbdLTV0N (ORCPT ); Wed, 20 Dec 2017 16:26:13 -0500 Received: from merlin.infradead.org ([205.233.59.134]:51110 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755543AbdLTV0K (ORCPT ); Wed, 20 Dec 2017 16:26:10 -0500 Date: Wed, 20 Dec 2017 22:25:54 +0100 From: Peter Zijlstra To: Song Liu Cc: Steven Rostedt , "mingo@redhat.com" , David Miller , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Daniel Borkmann , Kernel Team Subject: Re: [PATCH v5 3/6] perf: implement pmu perf_kprobe Message-ID: <20171220212554.v4obwcp25hee556y@hirez.programming.kicks-ass.net> References: <20171206224518.3598254-1-songliubraving@fb.com> <20171206224518.3598254-6-songliubraving@fb.com> <20171220100301.bvacqfua4hj2onzq@hirez.programming.kicks-ass.net> <20171220101426.cquh5uv4bgj4bk7y@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 264 Lines: 8 On Wed, Dec 20, 2017 at 06:10:11PM +0000, Song Liu wrote: > I think there is one more thing to change: OK, folded that too; it should all be at: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git perf/core Can you verify it all looks/works right?