On 7/28/23 3:56 AM, Xu Kuohai wrote:
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.
The patch makes sense to me. Can a test be written to trigger it? John, please review.