On Mon, 14 Dec 2020 22:43:16 +0100 Daniel Borkmann wrote: > 1) Expose bpf_sk_storage_*() helpers to iterator programs, from Florent Revest. > > 2) Add AF_XDP selftests based on veth devs to BPF selftests, from Weqaar Janjua. > > 3) Support for finding BTF based kernel attach targets through libbpf's > bpf_program__set_attach_target() API, from Andrii Nakryiko. > > 4) Permit pointers on stack for helper calls in the verifier, from Yonghong Song. > > 5) Fix overflows in hash map elem size after rlimit removal, from Eric Dumazet. > > 6) Get rid of direct invocation of llc in BPF selftests, from Andrew Delgadillo. > > 7) Fix xsk_recvmsg() to reorder socket state check before access, from Björn Töpel. > > 8) Add new libbpf API helper to retrieve ring buffer epoll fd, from Brendan Jackman. > > 9) Batch of minor BPF selftest improvements all over the place, from Florian Lehner, > KP Singh, Jiri Olsa and various others. Looks like the reply bot is not keeping it 100.. I'll report to Konstantin after the merge window craziness is over. Pulled, thanks!