)]}'
{
  "log": [
    {
      "commit": "5e47879f493e14a017d1facefc601f43c477dbee",
      "tree": "268397e6e7af11d05d929bdf10306fa16701e279",
      "parents": [
        "0bc8c7bf9e7440500fe04f95d6cddc58ea023cd2"
      ],
      "author": {
        "name": "Wang Chen",
        "email": "wangchen@cn.fujitsu.com",
        "time": "Fri Feb 29 10:34:45 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Feb 29 10:34:45 2008 -0800"
      },
      "message": "[IRDA]: Use proc_create() to setup -\u003eproc_fops first\n\nUse proc_create() to make sure that -\u003eproc_fops be setup before gluing\nPDE to main tree.\n\nSigned-off-by: Wang Chen \u003cwangchen@cn.fujitsu.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "457c4cbc5a3dde259d2a1f15d5f9785290397267",
      "tree": "a2ceee88780cbce27433b9a4434b3e9251efd81a",
      "parents": [
        "07feaebfcc10cd35e745c7073667935246494bee"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Wed Sep 12 12:01:34 2007 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Oct 10 16:49:06 2007 -0700"
      },
      "message": "[NET]: Make /proc/net per network namespace\n\nThis patch makes /proc/net per network namespace.  It modifies the global\nvariables proc_net and proc_net_stat to be per network namespace.\nThe proc_net file helpers are modified to take a network namespace argument,\nand all of their callers are fixed to pass \u0026init_net for that argument.\nThis ensures that all of the /proc/net files are only visible and\nusable in the initial network namespace until the code behind them\nhas been updated to be handle multiple network namespaces.\n\nMaking /proc/net per namespace is necessary as at least some files\nin /proc/net depend upon the set of network devices which is per\nnetwork namespace, and even more files in /proc/net have contents\nthat are relevant to a single network namespace.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "75a69ac6d66d2504ecbc4b46645fb0835a55a57c",
      "tree": "df2b3ee737b93f7cc6fe517d565cca1d579c2533",
      "parents": [
        "83ca46e7ac7b2883ae7d02503a01e8f1578afe4e"
      ],
      "author": {
        "name": "Samuel Ortiz",
        "email": "samuel@sortiz.org",
        "time": "Wed Jul 18 02:16:30 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jul 18 02:16:30 2007 -0700"
      },
      "message": "[IrDA]: Fix IrDA build failure\n\nWhen having built-in IrDA, we hit the following error:\n\n`irda_sysctl_unregister\u0027 referenced in section `.init.text\u0027 of\nnet/built-in.o: defined in discarded section `.exit.text\u0027 of\nnet/built-in.o\n`irda_proc_unregister\u0027 referenced in section `.init.text\u0027 of\nnet/built-in.o: defined in discarded section `.exit.text\u0027 of\nnet/built-in.o\n`irsock_cleanup\u0027 referenced in section `.init.text\u0027 of net/built-in.o:\ndefined in discarded section `.exit.text\u0027 of net/built-in.o\n`irttp_cleanup\u0027 referenced in section `.init.text\u0027 of net/built-in.o:\ndefined in discarded section `.exit.text\u0027 of net/built-in.o\n`iriap_cleanup\u0027 referenced in section `.init.text\u0027 of net/built-in.o:\ndefined in discarded section `.exit.text\u0027 of net/built-in.o\n`irda_device_cleanup\u0027 referenced in section `.init.text\u0027 of\nnet/built-in.o: defined in discarded section `.exit.text\u0027 of\nnet/built-in.o\n`irlap_cleanup\u0027 referenced in section `.init.text\u0027 of net/built-in.o:\ndefined in discarded section `.exit.text\u0027 of net/built-in.o\n`irlmp_cleanup\u0027 referenced in section `.init.text\u0027 of net/built-in.o:\ndefined in discarded section `.exit.text\u0027 of net/built-in.o\nmake[1]: *** [.tmp_vmlinux1] Error 1\nmake: *** [_all] Error 2\n\nThis is due to the irda_init fix recently added, where we call __exit\nroutines from an __init one. It is a build failure that I didn\u0027t catch\nbecause it doesn\u0027t show up when building IrDA as a module. My apologies\nfor that.\nThe following patch fixes that failure and is against your net-2.6\ntree. I hope it can make it to the merge window, and stable@kernel.org\nis CCed on this mail.\n\nSigned-off-by: Samuel Ortiz \u003csamuel@sortiz.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6819bc2e1e46c71711a8dddf4040e706b02973c0",
      "tree": "6baa6c808fd70a01d5e95c77b02d0a6c5409cc9e",
      "parents": [
        "981c0ff6900c981668a798fe9e0bc5ba32ee3fd4"
      ],
      "author": {
        "name": "YOSHIFUJI Hideaki",
        "email": "yoshfuji@linux-ipv6.org",
        "time": "Fri Feb 09 23:24:53 2007 +0900"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Feb 10 23:19:47 2007 -0800"
      },
      "message": "[NET] IRDA: Fix whitespace errors.\n\nSigned-off-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
