From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf 0/7] Batch of direct packet access fixes for BPF Date: Thu, 25 Oct 2018 17:11:05 -0700 Message-ID: <20181026001103.ho7e2cltafwertut@ast-mbp> References: <20181024200549.8516-1-daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ast@kernel.org, netdev@vger.kernel.org To: Daniel Borkmann Return-path: Received: from mail-yw1-f67.google.com ([209.85.161.67]:39485 "EHLO mail-yw1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725784AbeJZIpx (ORCPT ); Fri, 26 Oct 2018 04:45:53 -0400 Received: by mail-yw1-f67.google.com with SMTP id v1-v6so4363990ywv.6 for ; Thu, 25 Oct 2018 17:11:09 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20181024200549.8516-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Oct 24, 2018 at 10:05:42PM +0200, Daniel Borkmann wrote: > Several fixes to get direct packet access in order from verifier > side. Also test suite fix to run cg_skb as unpriv and an improvement > to make direct packet write less error prone in future. Applied, Thanks