)]}'
{
  "commit": "cd5bfea278987ebfe60f3ff92a01696b17c4f978",
  "tree": "737764f3ab9588b7f00508a8b96160261d76d7ac",
  "parents": [
    "6ddfca9548d8ecc26096a30667423ba919109533"
  ],
  "author": {
    "name": "Peter Chubb",
    "email": "peterc@gelato.unsw.edu.au",
    "time": "Fri Aug 10 13:01:10 2007 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@woody.linux-foundation.org",
    "time": "Sat Aug 11 15:47:42 2007 -0700"
  },
  "message": "fix compilation with gcc 4.2\n\ngcc-4.2 is a lot more picky about its symbol handling.  EXPORT_SYMBOL no\nlonger works on symbols that are undefined or defined with static scope.\n\nFor example, with CONFIG_PROFILE off, I see:\n\n  kernel/profile.c:206: error: __ksymtab_profile_event_unregister causes a section type conflict\n  kernel/profile.c:205: error: __ksymtab_profile_event_register causes a section type conflict\n\nThis patch moves the EXPORTs inside the #ifdef CONFIG_PROFILE, so we\nonly try to export symbols that are defined.\n\nAlso, in kernel/kprobes.c there\u0027s an EXPORT_SYMBOL_GPL() for\njprobes_return, which if CONFIG_JPROBES is undefined is a static\ninline and gives the same error.\n\nAnd in drivers/acpi/resources/rsxface.c, there\u0027s an\nACPI_EXPORT_SYMBOPL() for a static symbol. If it\u0027s static, it\u0027s not\naccessible from outside the compilation unit, so should bot be exported.\n\nThese three changes allow building a zx1_defconfig kernel with gcc 4.2\non IA64.\n\n[akpm@linux-foundation.org: export jpobe_return properly]\nSigned-off-by: Peter Chubb \u003cpeterc@gelato.unsw.edu.au\u003e\nCc: Prasanna S Panchamukhi \u003cprasanna@in.ibm.com\u003e\nCc: Ananth N Mavinakayanahalli \u003cananth@in.ibm.com\u003e\nCc: Anil S Keshavamurthy \u003canil.s.keshavamurthy@intel.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Len Brown \u003clenb@kernel.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": "f63813a358c57f37b96c9c0517f5b37b9d63ce4c",
      "old_mode": 33188,
      "old_path": "drivers/acpi/resources/rsxface.c",
      "new_id": "4c3fd4cdaf7382f6b04fb9b1470716c95454aea7",
      "new_mode": 33188,
      "new_path": "drivers/acpi/resources/rsxface.c"
    },
    {
      "type": "modify",
      "old_id": "3e9f513a728d4a4211ca819c894c3624d74973c4",
      "old_mode": 33188,
      "old_path": "kernel/kprobes.c",
      "new_id": "4b8a4493c541873a946e9d62161459fa4f94c35c",
      "new_mode": 33188,
      "new_path": "kernel/kprobes.c"
    },
    {
      "type": "modify",
      "old_id": "5b20fe977bed0812ccb79f6cd76c43a9e0890720",
      "old_mode": 33188,
      "old_path": "kernel/profile.c",
      "new_id": "cb1e37d2dac3d4f3cbd2c1102174f6d7a758c5a6",
      "new_mode": 33188,
      "new_path": "kernel/profile.c"
    }
  ]
}
