Merge tag 'v3.10.57' into update

This is the 3.10.57 stable release
This commit is contained in:
Stricted
2018-03-21 22:28:46 +01:00
18 changed files with 119 additions and 97 deletions
+3
View File
@@ -6642,6 +6642,9 @@ void __cfg80211_send_event_skb(struct sk_buff *skb, gfp_t gfp)
void *hdr = ((void **)skb->cb)[1];
struct nlattr *data = ((void **)skb->cb)[2];
/* clear CB data for netlink core to own from now on */
memset(skb->cb, 0, sizeof(skb->cb));
nla_nest_end(skb, data);
genlmsg_end(skb, hdr);