)]}'
{
  "commit": "3e252fa7d4f711798e7a3f5ff2d7b62f0e2987ce",
  "tree": "37f3020acab7655b6db8f04c434e2a7094ac4691",
  "parents": [
    "dcbbf25adb31410c95ce844f80d372ed38b68b24"
  ],
  "author": {
    "name": "Ross Zwisler",
    "email": "ross.zwisler@linux.intel.com",
    "time": "Fri May 18 16:08:58 2018 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Fri May 18 17:17:12 2018 -0700"
  },
  "message": "radix tree test suite: add item_delete_rcu()\n\nCurrently the lifetime of \"struct item\" entries in the radix tree are\nnot controlled by RCU, but are instead deleted inline as they are\nremoved from the tree.\n\nIn the following patches we add a test which has threads iterating over\nitems pulled from the tree and verifying them in an\nrcu_read_lock()/rcu_read_unlock() section.  This means that though an\nitem has been removed from the tree it could still be being worked on by\nother threads until the RCU grace period expires.  So, we need to\nactually free the \"struct item\" structures at the end of the grace\nperiod, just as we do with \"struct radix_tree_node\" items.\n\nLink: http://lkml.kernel.org/r/20180503192430.7582-4-ross.zwisler@linux.intel.com\nSigned-off-by: Ross Zwisler \u003cross.zwisler@linux.intel.com\u003e\nCc: Christoph Hellwig \u003chch@lst.de\u003e\nCc: CR, Sapthagirish \u003csapthagirish.cr@intel.com\u003e\nCc: Dan Williams \u003cdan.j.williams@intel.com\u003e\nCc: Dave Chinner \u003cdavid@fromorbit.com\u003e\nCc: Jan Kara \u003cjack@suse.cz\u003e\nCc: Matthew Wilcox \u003cwilly@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5978ab1f403d97f135ae7f026a07caab71113212",
      "old_mode": 33188,
      "old_path": "tools/testing/radix-tree/test.c",
      "new_id": "def6015570b22a46274cd51b6f2135c6b6157090",
      "new_mode": 33188,
      "new_path": "tools/testing/radix-tree/test.c"
    },
    {
      "type": "modify",
      "old_id": "d9c031dbeb1a9634451608a29592a74002958dc3",
      "old_mode": 33188,
      "old_path": "tools/testing/radix-tree/test.h",
      "new_id": "8cf4a7a7f94cac3eab2c8d21029d6b5e855f40d4",
      "new_mode": 33188,
      "new_path": "tools/testing/radix-tree/test.h"
    }
  ]
}
