From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf-next 00/13] BPF improvements and fixes Date: Fri, 26 Jan 2018 16:48:39 -0800 Message-ID: <20180127004837.r53eq4suuays4lsv@ast-mbp> References: <20180126223348.11250-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-f174.google.com ([209.85.192.174]:43409 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750808AbeA0Asm (ORCPT ); Fri, 26 Jan 2018 19:48:42 -0500 Received: by mail-pf0-f174.google.com with SMTP id y26so1343165pfi.10 for ; Fri, 26 Jan 2018 16:48:42 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180126223348.11250-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Jan 26, 2018 at 11:33:35PM +0100, Daniel Borkmann wrote: > This set contains a small cleanup in cBPF prologue generation and > otherwise fixes an outstanding issue related to BPF to BPF calls > and exception handling. For details please see related patches. > Last but not least, BPF selftests is extended with several new > test cases. Applied to bpf-next, Thank you Daniel!