--- zzzz-none-000/linux-4.9.279/include/net/genetlink.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/include/net/genetlink.h 2023-02-08 11:43:43.000000000 +0000 @@ -326,7 +326,7 @@ */ static inline int genlmsg_unicast(struct net *net, struct sk_buff *skb, u32 portid) { - return nlmsg_unicast(net->genl_sock, skb, portid); + return nlmsg_unicast(net->genl_sock, skb, portid, 0); } /**