From: Daniel Borkmann <daniel@xxxxxxxxxxxxx> Date: Sun, 27 Oct 2019 00:40:06 +0200 > The following pull-request contains BPF updates for your *net* tree. > > We've added 7 non-merge commits during the last 11 day(s) which contain > a total of 7 files changed, 66 insertions(+), 16 deletions(-). > > The main changes are: > > 1) Fix two use-after-free bugs in relation to RCU in jited symbol exposure to > kallsyms, from Daniel Borkmann. > > 2) Fix NULL pointer dereference in AF_XDP rx-only sockets, from Magnus Karlsson. > > 3) Fix hang in netdev unregister for hash based devmap as well as another overflow > bug on 32 bit archs in memlock cost calculation, from Toke Høiland-Jørgensen. > > 4) Fix wrong memory access in LWT BPF programs on reroute due to invalid dst. > Also fix BPF selftests to use more compatible nc options, from Jiri Benc. > > Please consider pulling these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git Pulled, thanks Daniel.