Re: pull-request: bpf 2019-02-16

2019-02-16 Thread David Miller
From: Alexei Starovoitov Date: Sat, 16 Feb 2019 19:14:18 -0800 > The following pull-request contains BPF updates for your *net* tree. > > The main changes are: > > 1) fix lockdep false positive in bpf_get_stackid(), from Alexei. > > 2) several AF_XDP fixes, from Bjorn, Magnus, Davidlohr. > >

pull-request: bpf 2019-02-16

2019-02-16 Thread Alexei Starovoitov
Hi David, The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) fix lockdep false positive in bpf_get_stackid(), from Alexei. 2) several AF_XDP fixes, from Bjorn, Magnus, Davidlohr. 3) fix narrow load from struct bpf_sock, from Martin. 4) mips JIT fixes