)]}'
{
  "commit": "fb6624ebd912e3d6907ca6490248e73368223da9",
  "tree": "5b65886c761a444fe115e96d7db04fd611816477",
  "parents": [
    "18c993629a5a5938a032f04a698d15122550593d"
  ],
  "author": {
    "name": "Geert Uytterhoeven",
    "email": "geert@linux-m68k.org",
    "time": "Thu Jul 17 21:16:36 2008 +0200"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Sun Jul 20 17:24:40 2008 -0700"
  },
  "message": "initrd: Fix virtual/physical mix-up in overwrite test\n\nOn recent kernels, I get the following error when using an initrd:\n\n| initrd overwritten (0x00b78000 \u003c 0x07668000) - disabling it.\n\nMy Amiga 4000 has 12 MiB of RAM at physical address 0x07400000 (virtual\n0x00000000).\nThe initrd is located at the end of RAM: 0x00b78000 - 0x00c00000 (virtual).\nThe overwrite test compares the (virtual) initrd location to the (physical)\nfirst available memory location, which fails.\n\nThis patch converts initrd_start to a page frame number, so it can safely be\ncompared with min_low_pfn.\n\nBefore the introduction of discontiguous memory support on m68k\n(12d810c1b8c2b913d48e629e2b5c01d105029839), min_low_pfn was just left\nuntouched by the m68k-specific code (zero, I guess), and everything worked\nfine.\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "edeace036fd96b08de9f5b57fffcb04cf8f7c44c",
      "old_mode": 33188,
      "old_path": "init/main.c",
      "new_id": "756eca4b821a8e4406f35de7bddc0588605fd899",
      "new_mode": 33188,
      "new_path": "init/main.c"
    }
  ]
}
