From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v4 0/3] BPF cleanups Date: Sun, 04 May 2014 19:47:22 -0400 (EDT) Message-ID: <20140504.194722.320710862054495300.davem@davemloft.net> References: <1398962060-13320-1-git-send-email-dborkman@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ast@plumgrid.com, netdev@vger.kernel.org To: dborkman@redhat.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:52573 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751695AbaEDXrX (ORCPT ); Sun, 4 May 2014 19:47:23 -0400 In-Reply-To: <1398962060-13320-1-git-send-email-dborkman@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Thu, 1 May 2014 18:34:17 +0200 > v3->v4: > - Sorry, noticed and fixed a typo in patch 3, rest as is > v2->v3: > - Included Dave's feedback for unsigned long type in patch 3 > - Patch 1 and patch 2 unchanged since v1, dropped other > two for now > v1->v2: > - Only changed patch 5 as to suggestion from Alexei > - Rest is the same Series applied, thanks.