)]}'
{
  "commit": "c00a76aea339b427b47ddc28de06dee0a652e801",
  "tree": "be6267266d399952f54a2fd4d991a610bb42b43a",
  "parents": [
    "c2f8311d3168ed7d391ba5df5b80f4af0a3457d0"
  ],
  "author": {
    "name": "Steve Langasek",
    "email": "vorlon@debian.org",
    "time": "Tue Feb 07 12:58:35 2006 -0800"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@g5.osdl.org",
    "time": "Tue Feb 07 16:12:31 2006 -0800"
  },
  "message": "[PATCH] __cmpxchg() must really always be inlined on alpha\n\nWith the latest 2.6.15 kernel builds for alpha on Debian, we ran into a\nproblem with undefined references to __cmpxchg_called_with_bad_pointer() in\na couple of kernel modules (xfs.ko and drm.ko; see\nhttp://bugs.debian.org/347556).\n\nIt looks like people have been trying to out-clever each other wrt the\ndefinition of \"inline\" on this architecture :), with the result that\n__cmpxchg(), which must be inlined so the compiler can see its argument is\nconst, is not guaranteed to be inlined.  Indeed, it was not being inlined\nwhen building with -Os.\n\nThe attached patch fixes the issue by adding an\n__attribute__((always_inline)) explicitly to the definition of __cmpxchg()\ninstead of relying on redefines of \"inline\" elsewhere to make this happen.\n\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "cc9c7e8cced5c2de6f88f3557de2bd6c4c3de385",
      "old_mode": 33188,
      "old_path": "include/asm-alpha/system.h",
      "new_id": "f3b7b1a59c568d6950f7432ac467b361b2a02eaf",
      "new_mode": 33188,
      "new_path": "include/asm-alpha/system.h"
    }
  ]
}
