Re: [PATCH 0/2] sockmap, fix for some error paths with helpers

2020-05-05 Thread Daniel Borkmann
On 5/4/20 7:21 PM, John Fastabend wrote: In these two cases sk_msg layout was getting confused with some helper sequences. I found these while cleaning up test_sockmap to do a better job covering the different scenarios. Those patches will go to bpf-next and include tests that cover these two ca

Re: [PATCH 0/2] sockmap, fix for some error paths with helpers

2020-05-05 Thread Jakub Sitnicki
On Mon, May 04, 2020 at 07:21 PM CEST, John Fastabend wrote: > In these two cases sk_msg layout was getting confused with some helper > sequences. > > I found these while cleaning up test_sockmap to do a better job covering > the different scenarios. Those patches will go to bpf-next and include >

[PATCH 0/2] sockmap, fix for some error paths with helpers

2020-05-04 Thread John Fastabend
In these two cases sk_msg layout was getting confused with some helper sequences. I found these while cleaning up test_sockmap to do a better job covering the different scenarios. Those patches will go to bpf-next and include tests that cover these two cases. --- John Fastabend (2): bpf: s