
< 	skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) +
---
> 	skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + 16, GFP_KERNEL);
