From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752205AbbCWHgx (ORCPT ); Mon, 23 Mar 2015 03:36:53 -0400 Received: from mail-wg0-f51.google.com ([74.125.82.51]:35582 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751352AbbCWHgt (ORCPT ); Mon, 23 Mar 2015 03:36:49 -0400 Date: Mon, 23 Mar 2015 08:36:44 +0100 From: Ingo Molnar To: Steven Rostedt Cc: Alexei Starovoitov , Namhyung Kim , Arnaldo Carvalho de Melo , Jiri Olsa , Masami Hiramatsu , "David S. Miller" , Daniel Borkmann , Peter Zijlstra , linux-api@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 tip 0/9] tracing: attach eBPF programs to kprobes Message-ID: <20150323073643.GD25184@gmail.com> References: <1426894210-27441-1-git-send-email-ast@plumgrid.com> <20150321000812.606ef8cb@grimm.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150321000812.606ef8cb@grimm.local.home> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > On Fri, 20 Mar 2015 16:30:01 -0700 > Alexei Starovoitov wrote: > > > Hi Ingo, > > > > I think it's good to go. > > Patch 1 is already in net-next. Patch 3 depends on it. > > I'm assuming it's not going to be a problem during merge window. > > Patch 3 will have a minor conflict in uapi/linux/bpf.h in linux-next, > > since net-next has added new lines to the bpf_prog_type and bpf_func_id enums. > > I'm assuming it's not a problem either. > > > > V8->V9: > > - fixed comment style and allowed ispunct after %p > > - added Steven's Reviewed-by. Thanks Steven! > > Hi Ingo, > > I'm fine with this series, so don't let me hold it up from going into > your tree. Ok, thanks! Looks like a very powerful instrumentation interface to me. Thanks, Ingo