aboutsummaryrefslogtreecommitdiff
path: root/net/tls
diff options
context:
space:
mode:
authorGravatar John Fastabend <john.fastabend@gmail.com> 2018-12-20 11:35:33 -0800
committerGravatar Daniel Borkmann <daniel@iogearbox.net> 2018-12-20 23:47:09 +0100
commit552de91068828daef50a227a665068cf8dde835e (patch)
treea85f552adba93a72b5b66d0127a05a77927faa13 /net/tls
parentbpf: skb_verdict, support SK_PASS on RX BPF path (diff)
downloadlinux-552de91068828daef50a227a665068cf8dde835e.tar.gz
linux-552de91068828daef50a227a665068cf8dde835e.tar.bz2
linux-552de91068828daef50a227a665068cf8dde835e.zip
bpf: sk_msg, fix socket data_ready events
When a skb verdict program is in-use and either another BPF program redirects to that socket or the new SK_PASS support is used the data_ready callback does not wake up application. Instead because the stream parser/verdict is using the sk data_ready callback we wake up the stream parser/verdict block. Fix this by adding a helper to check if the stream parser block is enabled on the sk and if so call the saved pointer which is the upper layers wake up function. This fixes application stalls observed when an application is waiting for data in a blocking read(). Fixes: d829e9c4112b ("tls: convert to generic sk_msg interface") Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'net/tls')
0 files changed, 0 insertions, 0 deletions