From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf-next 0/9] BPF misc improvements Date: Fri, 19 Jan 2018 18:54:04 -0800 Message-ID: <20180120025403.fywjmi55orwfpyk4@ast-mbp> References: <20180120002437.3528-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-pf0-f169.google.com ([209.85.192.169]:35914 "EHLO mail-pf0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754766AbeATCyI (ORCPT ); Fri, 19 Jan 2018 21:54:08 -0500 Received: by mail-pf0-f169.google.com with SMTP id 23so2764706pfp.3 for ; Fri, 19 Jan 2018 18:54:08 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180120002437.3528-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, Jan 20, 2018 at 01:24:28AM +0100, Daniel Borkmann wrote: > This series adds various misc improvements to BPF: detection > of BPF helper definition misconfiguration for mem/size argument > pairs, csum_diff helper also for XDP, various test cases, > removal of the recently added pure_initcall(), restriction > of the jit sysctls to cap_sys_admin for initns, a minor size > improvement for x86 jit in alu ops, output of complexity limit > to verifier log and last but not least having the event output > more flexible with moving to const_size_or_zero type. Applied, Thank you Daniel.