)]}'
{
  "commit": "966728dd88b4026ec58fee169ccceaeaf56ef120",
  "tree": "d114fd06a0610a44e3916d1441b51015a3225ed5",
  "parents": [
    "26ee97672eaee9725bd7d66c3964579c4af7037d"
  ],
  "author": {
    "name": "Anton Blanchard",
    "email": "anton@samba.org",
    "time": "Mon Jul 25 20:47:07 2011 +0000"
  },
  "committer": {
    "name": "Benjamin Herrenschmidt",
    "email": "benh@kernel.crashing.org",
    "time": "Fri Aug 05 14:47:54 2011 +1000"
  },
  "message": "powerpc: Fix device tree claim code\n\nI have a box that fails in OF during boot with:\n\nDEFAULT CATCH!, exception-handler\u003dfff00400\nat   %SRR0: 49424d2c4c6f6768   %SRR1: 800000004000b002\n\nie \"IBM,Logh\". OF got corrupted with a device tree string.\n\nLooking at make_room and alloc_up, we claim the first chunk (1 MB)\nbut we never claim any more. mem_end is always set to alloc_top\nwhich is the top of our available address space, guaranteeing we will\nnever call alloc_up and claim more memory.\n\nAlso alloc_up wasn\u0027t setting alloc_bottom to the bottom of the\navailable address space.\n\nThis doesn\u0027t help the box to boot, but we at least fail with\nan obvious error. We could relocate the device tree in a future\npatch.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c016033ba78dc30166ce6f7d8d41ad828075d87c",
      "old_mode": 33188,
      "old_path": "arch/powerpc/kernel/prom_init.c",
      "new_id": "3b22142c40df11bc3d16c74daa941237ca1321cf",
      "new_mode": 33188,
      "new_path": "arch/powerpc/kernel/prom_init.c"
    }
  ]
}
