)]}'
{
  "commit": "59ef28b1f14899b10d6b2682c7057ca00a9a3f47",
  "tree": "68ad548001fb24c0e63e1758d368a746998feb05",
  "parents": [
    "bc909421a9c7083fcde795846d22b36a51a7be54"
  ],
  "author": {
    "name": "Rusty Russell",
    "email": "rusty@rustcorp.com.au",
    "time": "Thu Oct 25 10:49:25 2012 +1030"
  },
  "committer": {
    "name": "Rusty Russell",
    "email": "rusty@rustcorp.com.au",
    "time": "Wed Oct 31 13:56:37 2012 +1030"
  },
  "message": "module: fix out-by-one error in kallsyms\n\nMasaki found and patched a kallsyms issue: the last symbol in a\nmodule\u0027s symtab wasn\u0027t transferred.  This is because we manually copy\nthe zero\u0027th entry (which is always empty) then copy the rest in a loop\nstarting at 1, though from src[0].  His fix was minimal, I prefer to\nrewrite the loops in more standard form.\n\nThere are two loops: one to get the size, and one to copy.  Make these\nidentical: always count entry 0 and any defined symbol in an allocated\nnon-init section.\n\nThis bug exists since the following commit was introduced.\n   module: reduce symbol table for loaded modules (v2)\n   commit: 4a4962263f07d14660849ec134ee42b63e95ea9a\n\nLKML: http://lkml.org/lkml/2012/10/24/27\nReported-by: Masaki Kimura \u003cmasaki.kimura.kz@hitachi.com\u003e\nCc: stable@kernel.org\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6085f5ef88eaf1fd95159f3db724b16cf43b54d3",
      "old_mode": 33188,
      "old_path": "kernel/module.c",
      "new_id": "6e48c3a43599b6f5d5ce074ec2fbbf8778680ee4",
      "new_mode": 33188,
      "new_path": "kernel/module.c"
    }
  ]
}
