On Fri, Jul 28, 2023 at 06:56 AM -04, Xu Kuohai wrote: > From: Xu Kuohai <xukuohai@xxxxxxxxxx> > > sock_map_del_link() operates on both SOCKMAP and SOCKHASH, although > both types have member named "progs", the offset of "progs" member in > these two types is different, so "progs" should be accessed with the > real map type. > > Fixes: 604326b41a6f ("bpf, sockmap: convert to generic sk_msg interface") > Signed-off-by: Xu Kuohai <xukuohai@xxxxxxxxxx> > --- Reviewed-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>