)]}'
{
  "log": [
    {
      "commit": "d6dad199a10423ce37b8bfec1f055c380dc4a3d5",
      "tree": "63f2775409192a08be3d3cb02b1adbbae42bf1b1",
      "parents": [
        "a5a2bad55de89a0adf7d6f783cb87ab7eb1a894f"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Sep 24 09:12:25 2010 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Sep 24 09:12:25 2010 +0200"
      },
      "message": "jump label: Fix GCC feature check when distcc is used\n\nThe following build bug occurs on distcc builds:\n\n   CC      arch/x86/kernel/asm-offsets.s\n In file included from include/linux/module.h:24,\n                  from include/linux/crypto.h:22,\n                  from arch/x86/kernel/asm-offsets_64.c:9,\n                  from arch/x86/kernel/asm-offsets.c:5:\n include/trace/events/module.h: In function \u0027trace_module_load\u0027:\n include/trace/events/module.h:18: error: expected \u0027(\u0027 before \u0027goto\u0027\n include/trace/events/module.h:18: error: expected identifier or \u0027*\u0027 before \u0027(\u0027 token\n\nIt triggers because distcc is invoked by turning $CC into \"distcc gcc\",\nbut gcc-goto.sh check script was using $1 not $@ to expand parameters.\n\nCc: Jason Baron \u003cjbaron@redhat.com\u003e\nCc: Steven Rostedt \u003crostedt@goodmis.org\u003e\nLKML-Reference: \u003c20100923034910.867858597@goodmis.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "bf5438fca2950b03c21ad868090cc1a8fcd49536",
      "tree": "9fc5693763263704de8d8ba1c37a84172dbe5eb7",
      "parents": [
        "fa6f2cc77081792e4edca9168420a3422299ef15"
      ],
      "author": {
        "name": "Jason Baron",
        "email": "jbaron@redhat.com",
        "time": "Fri Sep 17 11:09:00 2010 -0400"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Wed Sep 22 16:29:41 2010 -0400"
      },
      "message": "jump label: Base patch for jump label\n\nbase patch to implement \u0027jump labeling\u0027. Based on a new \u0027asm goto\u0027 inline\nassembly gcc mechanism, we can now branch to labels from an \u0027asm goto\u0027\nstatment. This allows us to create a \u0027no-op\u0027 fastpath, which can subsequently\nbe patched with a jump to the slowpath code. This is useful for code which\nmight be rarely used, but which we\u0027d like to be able to call, if needed.\nTracepoints are the current usecase that these are being implemented for.\n\nAcked-by: David S. Miller \u003cdavem@davemloft.net\u003e\nSigned-off-by: Jason Baron \u003cjbaron@redhat.com\u003e\nLKML-Reference: \u003cee8b3595967989fdaf84e698dc7447d315ce972a.1284733808.git.jbaron@redhat.com\u003e\n\n[ cleaned up some formating ]\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    }
  ]
}
