From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751036AbbCSPxM (ORCPT ); Thu, 19 Mar 2015 11:53:12 -0400 Received: from mail-ig0-f176.google.com ([209.85.213.176]:34906 "EHLO mail-ig0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752045AbbCSPxH (ORCPT ); Thu, 19 Mar 2015 11:53:07 -0400 Message-ID: <550AF0E3.1060406@plumgrid.com> Date: Thu, 19 Mar 2015 08:53:07 -0700 From: Alexei Starovoitov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Steven Rostedt 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 v7 tip 5/8] samples: bpf: simple non-portable kprobe filter example References: <1426542584-9406-1-git-send-email-ast@plumgrid.com> <1426542584-9406-6-git-send-email-ast@plumgrid.com> <20150319115055.70e98cb8@gandalf.local.home> In-Reply-To: <20150319115055.70e98cb8@gandalf.local.home> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/19/15 8:50 AM, Steven Rostedt wrote: > > I'm not going to review the sample code, as I'm a bit strapped for > time, and that's more userspace oriented anyway. I'm much more concerned > that the kernel modifications are correct. sure. thanks a lot for thorough review!