Jakub Sitnicki wrote: > Today we test if a child socket is cloned properly from a listening socket > inside a sockmap only when there are no BPF programs attached to the map. > > A bug has been reported [1] for the case when sockmap has a verdict program > attached. So cover this case as well to prevent regressions. > > [1]: https://lore.kernel.org/r/00000000000073b14905ef2e7401@xxxxxxxxxx > > Signed-off-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>