On 2025-05-19 13:36:25, Cong Wang wrote: > From: Cong Wang <cong.wang@xxxxxxxxxxxxx> > > The name sk_msg_alloc is misleading, that function does not allocate > sk_msg at all, it simply refills sock page frags. Rename it to > sk_msg_expand() to better reflect what it actually does. > > Signed-off-by: Cong Wang <cong.wang@xxxxxxxxxxxxx> > --- Reviewed-by: John Fastabend <john.fastabend@xxxxxxxxx>