)]}'
{
  "commit": "d48102007d068df7ba3055cdc1723e12db1ba30f",
  "tree": "54f01cd1163bb552d5e1a647069663c4a28a1396",
  "parents": [
    "f7383c22246cfccbe912541dd83103009ed2b537"
  ],
  "author": {
    "name": "Evgeniy Polyakov",
    "email": "johnpol@2ka.mipt.ru",
    "time": "Wed May 18 22:51:45 2005 -0700"
  },
  "committer": {
    "name": "David S. Miller",
    "email": "davem@davemloft.net",
    "time": "Wed May 18 22:51:45 2005 -0700"
  },
  "message": "[XFRM]: skb_cow_data() does not set proper owner for new skbs.\n\nIt looks like skb_cow_data() does not set \nproper owner for newly created skb.\n\nIf we have several fragments for skb and some of them\nare shared(?) or cloned (like in async IPsec) there \nmight be a situation when we require recreating skb and \nthus using skb_copy() for it.\nNewly created skb has neither a destructor nor a socket\nassotiated with it, which must be copied from the old skb.\nAs far as I can see, current code sets destructor and socket\nfor the first one skb only and uses truesize of the first skb\nonly to increment sk_wmem_alloc value.\n\nIf above \"analysis\" is correct then attached patch fixes that.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nAcked-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "080aae243ce091d134b837799c9ae7837bcdf0bb",
      "old_mode": 33188,
      "old_path": "net/xfrm/xfrm_algo.c",
      "new_id": "2f4531fcaca23d43e8b49702b84dd5288acedf1e",
      "new_mode": 33188,
      "new_path": "net/xfrm/xfrm_algo.c"
    }
  ]
}
