)]}'
{
  "commit": "c61109e34f60f6e85bb43c5a1cd51c0e3db40847",
  "tree": "5b03f4c2d1376166da7e4a507ddf7a4c6e16eee7",
  "parents": [
    "587fe586f44a48f9691001ba6c45b86c8e4ba21f"
  ],
  "author": {
    "name": "Mel Gorman",
    "email": "mgorman@suse.de",
    "time": "Mon Oct 07 11:28:45 2013 +0100"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@kernel.org",
    "time": "Tue Oct 29 11:37:52 2013 +0100"
  },
  "message": "mm: numa: Sanitize task_numa_fault() callsites\n\nThere are three callers of task_numa_fault():\n\n - do_huge_pmd_numa_page():\n     Accounts against the current node, not the node where the\n     page resides, unless we migrated, in which case it accounts\n     against the node we migrated to.\n\n - do_numa_page():\n     Accounts against the current node, not the node where the\n     page resides, unless we migrated, in which case it accounts\n     against the node we migrated to.\n\n - do_pmd_numa_page():\n     Accounts not at all when the page isn\u0027t migrated, otherwise\n     accounts against the node we migrated towards.\n\nThis seems wrong to me; all three sites should have the same\nsementaics, furthermore we should accounts against where the page\nreally is, we already know where the task is.\n\nSo modify all three sites to always account; we did after all receive\nthe fault; and always account to where the page is after migration,\nregardless of success.\n\nThey all still differ on when they clear the PTE/PMD; ideally that\nwould get sorted too.\n\nSigned-off-by: Mel Gorman \u003cmgorman@suse.de\u003e\nReviewed-by: Rik van Riel \u003criel@redhat.com\u003e\nCc: Andrea Arcangeli \u003caarcange@redhat.com\u003e\nCc: Johannes Weiner \u003channes@cmpxchg.org\u003e\nCc: Srikar Dronamraju \u003csrikar@linux.vnet.ibm.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nLink: http://lkml.kernel.org/r/1381141781-10992-8-git-send-email-mgorman@suse.de\nSigned-off-by: Ingo Molnar \u003cmingo@kernel.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d8534b3630e495bb1b0fb75a56846030f3788f61",
      "old_mode": 33188,
      "old_path": "mm/huge_memory.c",
      "new_id": "00ddfcdd810e4f3904718a9957d953e6eac04c9e",
      "new_mode": 33188,
      "new_path": "mm/huge_memory.c"
    },
    {
      "type": "modify",
      "old_id": "1311f26497e6a0f776682ed8a7e23b8620a5b9ad",
      "old_mode": 33188,
      "old_path": "mm/memory.c",
      "new_id": "d176154c243f2ffad8cf4b1b39f6f30d17c97733",
      "new_mode": 33188,
      "new_path": "mm/memory.c"
    }
  ]
}
