)]}'
{
  "log": [
    {
      "commit": "e182a345d40deba7c3165a2857812bf403818319",
      "tree": "01cace799491cbb6bea19c10de971fd3a84d9868",
      "parents": [
        "3cfef9524677a4ecb392d6fbffe6ebce6302f1d4",
        "fe353178653b15add8626f5474842601be160281",
        "dcc3be6a548a1e51adaab3be6d9dfbb68bc0e3a0"
      ],
      "author": {
        "name": "Pekka Enberg",
        "email": "penberg@kernel.org",
        "time": "Wed Oct 26 18:09:12 2011 +0300"
      },
      "committer": {
        "name": "Pekka Enberg",
        "email": "penberg@kernel.org",
        "time": "Wed Oct 26 18:09:12 2011 +0300"
      },
      "message": "Merge branches \u0027slab/next\u0027 and \u0027slub/partial\u0027 into slab/for-linus\n"
    },
    {
      "commit": "fe353178653b15add8626f5474842601be160281",
      "tree": "49c4d36e9f3929df1f561033722cbf72c65fee96",
      "parents": [
        "ab067e99d22ec78ff646de1283348729d1aa66d4"
      ],
      "author": {
        "name": "Thomas Jarosch",
        "email": "thomas.jarosch@intra2net.com",
        "time": "Mon Oct 17 16:48:10 2011 +0200"
      },
      "committer": {
        "name": "Pekka Enberg",
        "email": "penberg@kernel.org",
        "time": "Tue Oct 18 19:57:59 2011 +0300"
      },
      "message": "tools, slub: Fix off-by-one buffer corruption after readlink() call\n\nreadlink() never zero terminates the provided buffer.\nTherefore we already do\n\n    buffer[count] \u003d 0;\n\nThis leads to an off-by-one buffer corruption as readlink()\nmight return the full size of the buffer.\n\nThe common technique is to reduce the buffer size by one.\nAnother fix would be to check\n\n  if (count \u003c 0 || count \u003d\u003d sizeof(buffer))\n      fatal();\n\nReducing the buffer size by one is easier IMHO.\n\nSigned-off-by: Thomas Jarosch \u003cthomas.jarosch@intra2net.com\u003e\nAcked-by: David Rientjes \u003crientjes@google.com\u003e\nAcked-by: Christoph Lameter \u003ccl@gentwo.org\u003e\nSigned-off-by: Pekka Enberg \u003cpenberg@kernel.org\u003e\n"
    },
    {
      "commit": "aca726a07a71ff7aedc0e90a91f80a2701adcca5",
      "tree": "48f5d7c678310cf514d9ebb0b37b3349f40c173a",
      "parents": [
        "49e2258586b423684f03c278149ab46d8f8b6700"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "cl@linux.com",
        "time": "Tue Aug 09 16:12:28 2011 -0500"
      },
      "committer": {
        "name": "Pekka Enberg",
        "email": "penberg@kernel.org",
        "time": "Fri Aug 19 19:34:27 2011 +0300"
      },
      "message": "slub: update slabinfo tools to report per cpu partial list statistics\n\nUpdate the slabinfo tool to report the stats on per cpu partial list usage.\n\nSigned-off-by: Christoph Lameter \u003ccl@linux.com\u003e\nSigned-off-by: Pekka Enberg \u003cpenberg@kernel.org\u003e\n"
    },
    {
      "commit": "9da4714a2d44ff48618a8d375dd81873e858803d",
      "tree": "89d73135f7961ee17a3e4698b8c3f2e1f5b43476",
      "parents": [
        "4eade540fc35353813097bfdb39465c9b8847a15"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "cl@linux.com",
        "time": "Wed Jun 01 12:26:00 2011 -0500"
      },
      "committer": {
        "name": "Pekka Enberg",
        "email": "penberg@kernel.org",
        "time": "Sat Jul 02 13:26:57 2011 +0300"
      },
      "message": "slub: slabinfo update for cmpxchg handling\n\nUpdate the statistics handling and the slabinfo tool to include the new\nstatistics in the reports it generates.\n\nSigned-off-by: Christoph Lameter \u003ccl@linux.com\u003e\nSigned-off-by: Pekka Enberg \u003cpenberg@kernel.org\u003e\n"
    },
    {
      "commit": "0d24db337e6d81c0c620ab65cc6947bd6553f742",
      "tree": "3654d7545d7604f196f6c97cd76831a93b3dc5c3",
      "parents": [
        "c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "cl@linux.com",
        "time": "Thu Oct 21 13:01:56 2010 -0500"
      },
      "committer": {
        "name": "Pekka Enberg",
        "email": "penberg@kernel.org",
        "time": "Sat Nov 06 09:04:32 2010 +0200"
      },
      "message": "slub: move slabinfo.c to tools/slub/slabinfo.c\n\nWe now have a tools directory for these things.\n\nReviewed-by: KOSAKI Motohiro \u003ckosaki.motohiro@jp.fujitsu.com\u003e\nAcked-by: David Rientjes \u003crientjes@google.com\u003e\nSigned-off-by: Christoph Lameter \u003ccl@linux.com\u003e\nSigned-off-by: Pekka Enberg \u003cpenberg@kernel.org\u003e\n"
    }
  ]
}
