)]}'
{
  "commit": "fc3dffe12148b9612870eb21b24f2aecefa9ea24",
  "tree": "67a7671e73e5e962355885ffa7a25821c27247e7",
  "parents": [
    "038e51de2e7ae2c8e9d8a0b15231f8509875dc33"
  ],
  "author": {
    "name": "Avi Kivity",
    "email": "avi@qumranet.com",
    "time": "Mon Jan 22 20:40:40 2007 -0800"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@woody.linux-foundation.org",
    "time": "Tue Jan 23 07:52:06 2007 -0800"
  },
  "message": "[PATCH] KVM: fix bogus pagefault on writable pages\n\nIf a page is marked as dirty in the guest pte, set_pte_common() can set the\nwritable bit on newly-instantiated shadow pte.  This optimization avoids\na write fault after the initial read fault.\n\nHowever, if a write fault instantiates the pte, fix_write_pf() incorrectly\nreports the fault as a guest page fault, and the guest oopses on what appears\nto be a correctly-mapped page.\n\nFix is to detect the condition and only report a guest page fault on a user\naccess to a kernel page.\n\nWith the fix, a kvm guest can survive a whole night of running the kernel\nhacker\u0027s screensaver (make -j9 in a loop).\n\nSigned-off-by: Avi Kivity \u003cavi@qumranet.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2dbf4307ed9ed1e5ea7629bcd551c4b32f3eed08",
      "old_mode": 33188,
      "old_path": "drivers/kvm/paging_tmpl.h",
      "new_id": "6bc41950fbb352a96b86af4d0196822248c9b218",
      "new_mode": 33188,
      "new_path": "drivers/kvm/paging_tmpl.h"
    }
  ]
}
