)]}'
{
  "commit": "8686c99875f3849047660a5b6d02438443f22ce7",
  "tree": "42eca5ce8533f973553376e4afbe7362608bf01d",
  "parents": [
    "6dd06c9fbe025f542bce4cdb91790c0f91962722"
  ],
  "author": {
    "name": "Denis Cheng",
    "email": "crquan@gmail.com",
    "time": "Mon Jan 21 17:08:25 2008 +0800"
  },
  "committer": {
    "name": "Rusty Russell",
    "email": "rusty@rustcorp.com.au",
    "time": "Tue Jan 29 17:13:24 2008 +1100"
  },
  "message": "module: fix the module name length in param_sysfs_builtin\n\nthe original code use KOBJ_NAME_LEN for built-in module name length,\nthat\u0027s defined to 20 in linux/kobject.h, but this is not enough appearntly,\nmany module names are longer than this;\n #define KOBJ_NAME_LEN                   20\n\nanother macro is MODULE_NAME_LEN defined in linux/module.h, I think this is\nenough for module names:\n #define MODULE_NAME_LEN (64 - sizeof(unsigned long))\n\nSigned-off-by: Denis Cheng \u003ccrquan@gmail.com\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "67f65ee7211de8fa79311ca4141fdd96b9426765",
      "old_mode": 33188,
      "old_path": "kernel/params.c",
      "new_id": "42fe5e6126c0948e5b6859f5fcc75ebb71e2b039",
      "new_mode": 33188,
      "new_path": "kernel/params.c"
    }
  ]
}
