Re: [bpf PATCH 0/3] BPF, a couple sockmap fixes

2018-04-12 Thread Daniel Borkmann
On 04/12/2018 01:56 AM, John Fastabend wrote: > While testing sockmap with more programs (besides our test programs) > I found a couple issues. > > The attached series fixes an issue where pinned maps were not > working correctly, blocking sockets returned zero, and an error > path that when the s

[bpf PATCH 0/3] BPF, a couple sockmap fixes

2018-04-11 Thread John Fastabend
While testing sockmap with more programs (besides our test programs) I found a couple issues. The attached series fixes an issue where pinned maps were not working correctly, blocking sockets returned zero, and an error path that when the sock hit an out of memory case resulted in a double page_pu