)]}'
{
  "commit": "5bd0190bf3d7e53043a048e809ffa29d41b9d6ac",
  "tree": "c6fba8d5a532ecfa53dc97a3841d13d972964854",
  "parents": [
    "df69a60dc6afc2936d79054d30b481c1fd9720e5"
  ],
  "author": {
    "name": "David Gibson",
    "email": "david@gibson.dropbear.id.au",
    "time": "Tue Nov 29 19:34:32 2005 -0800"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@g5.osdl.org",
    "time": "Tue Nov 29 19:47:03 2005 -0800"
  },
  "message": "[PATCH] Fix crash when ptrace poking hugepage areas\n\nset_page_dirty() will not cope with being handed a page * which is part of\na compound page, but not the master page in that compound page.  This case\ncan occur via access_process_vm() if you attemp to write to another\nprocess\u0027s hugepage memory area using ptrace() (causing an oops or hang).\n\nThis patch fixes the bug by only calling set_page_dirty() from\naccess_process_vm() if the page is not a compound page.  We already use a\nsimilar fix in bio_set_pages_dirty() for the case of direct io to\nhugepages.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nAcked-by: William Irwin \u003cwli@holomorphy.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "17ee7e5a34516f7485250b7a7ef94546907f9b39",
      "old_mode": 33188,
      "old_path": "kernel/ptrace.c",
      "new_id": "656476eedb1bfe9a4de0286d7dd35aad8023c8d1",
      "new_mode": 33188,
      "new_path": "kernel/ptrace.c"
    }
  ]
}
