--- zzzz-none-000/linux-4.9.279/net/netfilter/ipset/ip_set_core.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/net/netfilter/ipset/ip_set_core.c 2023-02-08 11:43:43.000000000 +0000 @@ -1512,7 +1512,7 @@ *errline = lineno; netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, - MSG_DONTWAIT); + MSG_DONTWAIT, 0); /* Signal netlink not to send its ACK/errmsg. */ return -EINTR; } @@ -1698,7 +1698,8 @@ goto nla_put_failure; nlmsg_end(skb2, nlh2); - ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); + ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, + MSG_DONTWAIT, 0); if (ret < 0) return ret; @@ -1758,7 +1759,8 @@ nlmsg_end(skb2, nlh2); pr_debug("Send TYPE, nlmsg_len: %u\n", nlh2->nlmsg_len); - ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); + ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, + MSG_DONTWAIT, 0); if (ret < 0) return ret; @@ -1801,7 +1803,8 @@ goto nla_put_failure; nlmsg_end(skb2, nlh2); - ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, MSG_DONTWAIT); + ret = netlink_unicast(ctnl, skb2, NETLINK_CB(skb).portid, + MSG_DONTWAIT, 0); if (ret < 0) return ret;