On 06/12/2018 05:31 PM, Daniel Borkmann wrote: > On 06/11/2018 08:47 PM, John Fastabend wrote: >> In selftest test_maps the sockmap test case attempts to add a socket >> in listening state to the sockmap. This is no longer a valid operation >> so it fails as expected. However, the test wrongly reports this as an >> error now. Fix the test to avoid adding sockets in listening state. >> >> Fixes: 945ae430aa44 ("bpf: sockmap only allow ESTABLISHED sock state") >> Signed-off-by: John Fastabend <john.fastab...@gmail.com> > > (fyi, discussed with John that this will be enrolled into the set of > fixes he has pending for bpf since the test is related to the one > restricting to ESTABLISHED state.) >
Patch part of this series now, https://patchwork.ozlabs.org/project/netdev/list/?series=49988