)]}'
{
  "commit": "7ed42a28b269f8682eefae27f5c11187eb56e63b",
  "tree": "62bfe9cdb017524630d2b6c8f66a8db00d278a38",
  "parents": [
    "5031296c57024a78ddad4edfc993367dbf4abb98"
  ],
  "author": {
    "name": "H. Peter Anvin",
    "email": "hpa@zytor.com",
    "time": "Tue May 12 11:33:08 2009 -0700"
  },
  "committer": {
    "name": "H. Peter Anvin",
    "email": "hpa@zytor.com",
    "time": "Tue May 12 11:33:08 2009 -0700"
  },
  "message": "x86, boot: correct sanity checks in boot/compressed/misc.c\n\narch/x86/boot/compressed/misc.c contains several sanity checks on the\noutput address.  Correct constraints that are no longer correct:\n\n- the alignment test should be MIN_KERNEL_ALIGN on both 32 and 64\n  bits.\n- the 64 bit maximum address was set to 2^40, which was the limit of\n  one specific x86-64 implementation.  Change the test to 2^46, the\n  current Linux limit, and at least try to test the end rather than\n  the beginning.\n- for non-relocatable kernels, test against LOAD_PHYSICAL_ADDR on both\n  32 and 64 bits.\n\n[ Impact: fix potential boot failure due to invalid tests ]\n\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e45be73684ffe3bd5559029eb86cf66ec00ff250",
      "old_mode": 33188,
      "old_path": "arch/x86/boot/compressed/misc.c",
      "new_id": "842b2a36174a2a2b6347851d7f1069878fb5cb4b",
      "new_mode": 33188,
      "new_path": "arch/x86/boot/compressed/misc.c"
    }
  ]
}
