On Tue, Feb 23, 2021 at 10:51 AM Cong Wang <xiyou.wangcong@xxxxxxxxx> wrote: > > From: Cong Wang <cong.wang@xxxxxxxxxxxxx> > > This patchset is the first series of patches separated out from > the original large patchset, to make reviews easier. This patchset > does not add any new feature or change any functionality but merely > cleans up the existing sockmap and skmsg code and refactors it, to > prepare for the patches followed up. This passed all BPF selftests. > > To see the big picture, the original whole patchset is available > on github: https://github.com/congwang/linux/tree/sockmap > > and this patchset is also available on github: > https://github.com/congwang/linux/tree/sockmap1 > > --- > v7: add 1 trivial cleanup patch > define a mask for sk_redir > fix CONFIG_BPF_SYSCALL in include/net/udp.h > make sk_psock_done_strp() static > move skb_bpf_redirect_clear() to sk_psock_backlog() Applied. Thanks