From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751620AbbCUEHf (ORCPT ); Sat, 21 Mar 2015 00:07:35 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.227]:31750 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751263AbbCUEH3 (ORCPT ); Sat, 21 Mar 2015 00:07:29 -0400 Date: Sat, 21 Mar 2015 00:08:12 -0400 From: Steven Rostedt To: Alexei Starovoitov Cc: Ingo Molnar , 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: <20150321000812.606ef8cb@grimm.local.home> In-Reply-To: <1426894210-27441-1-git-send-email-ast@plumgrid.com> References: <1426894210-27441-1-git-send-email-ast@plumgrid.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks, -- Steve