Hi David, 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 Thanks a lot! ---------------------------------------------------------------- The following changes since commit d972f3dce8d161e2142da0ab1ef25df00e2f21a9: packet: Do not leak dev refcounts on error exit (2019-01-08 21:41:40 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git for you to fetch changes up to fb4129b9279dc40be51060004e8f5e4b360739b8: Merge branch 'bpf-fix-bitfield-printing' (2019-01-11 10:40:56 +0100) ---------------------------------------------------------------- Anders Roxell (1): selftests: bpf: install files tcp_(server|client)*.py Daniel Borkmann (1): Merge branch 'bpf-fix-bitfield-printing' Ioana Ciornei (1): samples: bpf: user proper argument index Song Liu (1): bpf: fix panic in stack_map_get_build_id() on i386 and arm32 Stanislav Fomichev (1): selftests/bpf: add missing executables to .gitignore Yonghong Song (3): bpf: fix bpffs bitfield pretty print tools/bpf: test btf bitfield with >=256 struct member offset tools/bpf: fix bpftool map dump with bitfields Yuchung Cheng (1): bpf: correctly set initial window on active Fast Open sender kernel/bpf/btf.c | 12 ++++++------ kernel/bpf/stackmap.c | 3 ++- net/core/filter.c | 2 +- samples/bpf/xdp1_user.c | 2 +- tools/bpf/bpftool/btf_dumper.c | 13 +++++++------ tools/lib/bpf/.gitignore | 1 + tools/testing/selftests/bpf/.gitignore | 1 + tools/testing/selftests/bpf/Makefile | 4 +++- tools/testing/selftests/bpf/test_btf.c | 29 +++++++++++++++++++++-------- 9 files changed, 43 insertions(+), 24 deletions(-)