)]}'
{
  "commit": "045e72acf16054c4ed2760e9a8edb19a08053af1",
  "tree": "225e037554493e61e26b8c208740ffcb86fac89e",
  "parents": [
    "2ebc3cc920e7a076539aa8badbaf0919540a3438"
  ],
  "author": {
    "name": "Sam Ravnborg",
    "email": "sam@ravnborg.org",
    "time": "Thu Jul 26 10:41:13 2007 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@woody.linux-foundation.org",
    "time": "Thu Jul 26 11:35:18 2007 -0700"
  },
  "message": "fix \u0027dynreloc miscount\u0027 link error on Powerpc\n\nNathan Lynch \u003cntl@pobox.com\u003e reported:\n2.6.23-rc1 breaks the build for 64-bit powerpc for me (using\nmaple_defconfig):\n\n  LD      vmlinux.o\npowerpc64-unknown-linux-gnu-ld: dynreloc miscount for\nkernel/built-in.o, section .opd\npowerpc64-unknown-linux-gnu-ld: can not edit opd Bad value\nmake: *** [vmlinux.o] Error 1\n\nHowever, I see a possibly related binutils patch:\nhttp://article.gmane.org/gmane.comp.gnu.binutils/33650\n\nIt was tracked down to be caused by the weak prototype\ndeclaration in mm.h:\n__attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma);\n\nBut there is no need to make the declaration weak - only the definition\nneeds to be marked weak.  So drop the weak declaration.  And in the process\ndrop the duplicate definition in page.h for powerpc.\n\nNote: the arch_vma_name fix for x86_64 needs to be applied first to avoid\nbreaking x86_64\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Nathan Lynch \u003cntl@pobox.com\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "10c51f457d4887c1e89f9803e1c0e63355f4da6a",
      "old_mode": 33188,
      "old_path": "include/asm-powerpc/page.h",
      "new_id": "236a9210e5fc112b2ba41ab568cc81e4b36ce8e4",
      "new_mode": 33188,
      "new_path": "include/asm-powerpc/page.h"
    },
    {
      "type": "modify",
      "old_id": "c456c3a1c28e183461bf58ea1a73cb9f6ac2e0a4",
      "old_mode": 33188,
      "old_path": "include/linux/mm.h",
      "new_id": "3e9e8fec5a419bbb948c837415437f5310cd399e",
      "new_mode": 33188,
      "new_path": "include/linux/mm.h"
    }
  ]
}
