Re: pull-request: bpf 2018-08-24

2018-08-23 Thread David Miller
From: Daniel Borkmann Date: Fri, 24 Aug 2018 01:09:29 +0200 > The following pull-request contains BPF updates for your *net* tree. Pulled, thanks Daniel.

pull-request: bpf 2018-08-24

2018-08-23 Thread Daniel Borkmann
Hi David, The following pull-request contains BPF updates for your *net* tree. The main changes are: 1) Fix BPF sockmap and tls where we get a hang in do_tcp_sendpages() when sndbuf is full due to missing calls into underlying socket's sk_write_space(), from John. 2) Two BPF sockmap fixes