From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull-request: bpf 2019-01-11 Date: Fri, 11 Jan 2019 12:52:07 -0800 (PST) Message-ID: <20190111.125207.1148808915071314566.davem@davemloft.net> References: <20190111100001.310-1-daniel@iogearbox.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ast@kernel.org, netdev@vger.kernel.org To: daniel@iogearbox.net Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:36520 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725801AbfAKUwK (ORCPT ); Fri, 11 Jan 2019 15:52:10 -0500 In-Reply-To: <20190111100001.310-1-daniel@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: From: Daniel Borkmann Date: Fri, 11 Jan 2019 11:00:01 +0100 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) Fix TCP-BPF support for correctly setting the initial window > via TCP_BPF_IW on an active TFO sender, from Yuchung. > > 2) Fix a panic in BPF's stack_map_get_build_id()'s ELF parsing on > 32 bit archs caused by page_address() returning NULL, from Song. > > 3) Fix BTF pretty print in kernel and bpftool when bitfield member > offset is greater than 256. Also add test cases, from Yonghong. > > 4) Fix improper argument handling in xdp1 sample, from Ioana. > > 5) Install missing tcp_server.py and tcp_client.py files from > BPF selftests, from Anders. > > 6) Add test_libbpf to gitignore in libbpf and BPF selftests, > from Stanislav. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.