Jakub Sitnicki wrote: > Prepare for cloning listening sockets that have their protocol callbacks > overridden by sk_msg. Child sockets must not inherit parent callbacks that > access state stored in sk_user_data owned by the parent. > > Restore the child socket protocol callbacks before it gets hashed and any > of the callbacks can get invoked. > > Signed-off-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > --- Looks reasonable to me. CC'ing Eric as well. Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>