Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754147AbcDTA0h (ORCPT ); Tue, 19 Apr 2016 20:26:37 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:38776 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752986AbcDTA0g (ORCPT ); Tue, 19 Apr 2016 20:26:36 -0400 Date: Tue, 19 Apr 2016 20:26:33 -0400 (EDT) Message-Id: <20160419.202633.2113732043199657318.davem@davemloft.net> To: daniel@iogearbox.net Cc: alexei.starovoitov@gmail.com, tgraf@suug.ch, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 0/2] BPF updates From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 19 Apr 2016 17:26:35 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 391 Lines: 13 From: Daniel Borkmann Date: Mon, 18 Apr 2016 21:01:22 +0200 > This minor set adds a new helper bpf_event_output() for eBPF cls/act > program types which allows to pass events to user space applications. > For details, please see individual patches. ... > v1 -> v2: > - Address kbuild bot found compile issue in patch 2 > - Rest as is > Series applied, thanks.