mbox series

[bpf,0/3] sockmap fixes

Message ID 155775710768.22311.15370233730402405518.stgit@john-XPS-13-9360
Headers show
Series sockmap fixes | expand

Message

John Fastabend May 13, 2019, 2:19 p.m. UTC
A couple fixes for sockmap code. Previously this was bundled with a tls
fix for unhash() path however, that is becoming a larger fix so push
these on their own.

---

John Fastabend (3):
      bpf: sockmap, only stop/flush strp if it was enabled at some point
      bpf: sockmap remove duplicate queue free
      bpf: sockmap fix msg->sg.size account on ingress skb


 net/core/skmsg.c   |    7 +++++--
 net/ipv4/tcp_bpf.c |    2 --
 2 files changed, 5 insertions(+), 4 deletions(-)

--
Signature

Comments

Daniel Borkmann May 13, 2019, 11:34 p.m. UTC | #1
On 05/13/2019 04:19 PM, John Fastabend wrote:
> A couple fixes for sockmap code. Previously this was bundled with a tls
> fix for unhash() path however, that is becoming a larger fix so push
> these on their own.

Agree, applied, thanks!