)]}'
{
  "commit": "f42f79af16ce2e8fff49ea9ba4949d3abdd6f26f",
  "tree": "90b9d5ff35c1fffee51c6ba2da09cf7517eba582",
  "parents": [
    "92792e48e2ae6051af30468a87994b5432da2f06"
  ],
  "author": {
    "name": "Suman Anna",
    "email": "s-anna@ti.com",
    "time": "Wed Sep 16 19:29:18 2015 -0500"
  },
  "committer": {
    "name": "Ohad Ben-Cohen",
    "email": "ohad@wizery.com",
    "time": "Thu Nov 26 17:44:28 2015 +0200"
  },
  "message": "remoteproc: fix memory leak of remoteproc ida cache layers\n\nThe remoteproc core uses a static ida named rproc_dev_index for\nassigning an automatic index number to a registered remoteproc.\nThe ida core may allocate some internal idr cache layers and ida\nbitmap upon any ida allocation, and all these layers are truely\nfreed only upon the ida destruction. The rproc_dev_index ida is\nnot destroyed at present, leading to a memory leak when using the\nremoteproc core as a module and atleast one rproc device is\nregistered and unregistered.\n\nFix this by invoking ida_destroy() in the remoteproc core module\nexit.\n\nSigned-off-by: Suman Anna \u003cs-anna@ti.com\u003e\nSigned-off-by: Ohad Ben-Cohen \u003cohad@wizery.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8b3130f22b42b334ff0d22718e46484012fb2c2b",
      "old_mode": 33188,
      "old_path": "drivers/remoteproc/remoteproc_core.c",
      "new_id": "9e03d158f4119133f09b0979d8b5b70e1ae63c06",
      "new_mode": 33188,
      "new_path": "drivers/remoteproc/remoteproc_core.c"
    }
  ]
}
