)]}'
{
  "log": [
    {
      "commit": "a1087ef6abedf0bfd60e5e3fddf33192cb2c1325",
      "tree": "684f6ee97a32ff93c6cf5a0009bc87246cc90222",
      "parents": [
        "0a18a9386c056028799938960f91be338c4ff349"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Wed Nov 24 15:54:18 2010 +0100"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Fri Dec 03 12:27:01 2010 +0100"
      },
      "message": "scripts/coccinelle: update for compatability with Coccinelle 0.2.4\n\nFor doubleinit.cocci, Coccinelle 0.2.4 requires a comma after ... in a\nfield list.  Coccinelle also now behaves gracefully when a definition is\nprovided for a virtual that doesn\u0027t exist, so there is no need for the\nsemantic patch code to check for this case.\n\nUpdated the documentation to reflect the fact that the best results will\nnow be obtained with Coccinelle version 0.2.4 or later.\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\n"
    },
    {
      "commit": "97c1cf8fdbce332bfacc3e38aae3fe2af1369906",
      "tree": "06b49b7a722fe927b3a41e061c025dbc4deec575",
      "parents": [
        "10247179a7af4f000468e12ae73f3cf657b66235"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Sun Oct 24 23:37:32 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Thu Oct 28 00:32:23 2010 +0200"
      },
      "message": "Coccinelle: Find doubled arguments to boolean or bit operators.\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Nicolas Palix \u003cnpalix.work@gmail.com\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "10247179a7af4f000468e12ae73f3cf657b66235",
      "tree": "2055e9de62cd8f3621cf7f5745aabb657a763dc7",
      "parents": [
        "24a54f7974a616385b96cd939e004592e2cea484"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Sun Oct 24 23:37:31 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Thu Oct 28 00:32:22 2010 +0200"
      },
      "message": "Coccinelle: Find nested lock+irqsave functions that use the same flags variables.\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Nicolas Palix \u003cnpalix.work@gmail.com\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "e90f6590219a0082618b9b6828458b1c74f37cc0",
      "tree": "070ecfc87652db9397b3b9c5aa9a18c49eb9c563",
      "parents": [
        "3c908417677f890265ff9d5efd372207cf75fd45"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix.work@gmail.com",
        "time": "Fri Oct 08 21:27:39 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Wed Oct 13 14:26:06 2010 +0200"
      },
      "message": "Coccinelle: Use new comment format to explain kfree.cocci\n\nUse new comment format to separate proposed commit message\nand information about generated false positives\n\nSigned-off-by: Nicolas Palix \u003cnpalix.work@gmail.com\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "49ab7a39136566eb8312e770031af4182c9f2967",
      "tree": "dd149432c1cb4e872535e1f1c12d78ef4144c928",
      "parents": [
        "033456e2c507a9b804de56dd258af55f03764334"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:12 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:43:13 2010 +0200"
      },
      "message": "Coccinelle: Add misc/ifcol.cocci\n\nFind confusingly indented code in or after an if.  An if branch should\nbe indented.  The code following an if should not be indented.\nSometimes, code after an if that is indented is actually intended to be\npart of the if branch.\n\nThis has a high rate of false positives, because Coccinelle\u0027s column\ncalculation does not distinguish between spaces and tabs, so code that\nis not visually aligned may be considered to be in the same column.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "033456e2c507a9b804de56dd258af55f03764334",
      "tree": "3155dd4692b56fdcfd4396d89231dce6d714e422",
      "parents": [
        "be8fe9d451936a7a412b02cb88a13ffe46879bcf"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:11 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:43:13 2010 +0200"
      },
      "message": "Coccinelle: Add misc/doubleinit.cocci\n\nFind duplicate field initializations.  This has a high rate of false\npositives due to #ifdefs, which Coccinelle is not aware of in a structure\ninitialization.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "be8fe9d451936a7a412b02cb88a13ffe46879bcf",
      "tree": "71b33d2acc78d04f1d327e655e7cf7c33ca2cd7e",
      "parents": [
        "77c272fb24507c43fa301e3da83eb7d67d36a544"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:10 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:43:13 2010 +0200"
      },
      "message": "Coccinelle: Move alloc directory into api directory\n\nalloc contains various semantic patches related\nto the allocation APIs\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "77c272fb24507c43fa301e3da83eb7d67d36a544",
      "tree": "c30a061d5c73bea5740ccad341c43d521cbc2b39",
      "parents": [
        "99d653d4bc269aebf255f3864334110dbcc70f37"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:09 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:54 2010 +0200"
      },
      "message": "Coccinelle: Move resource_size.cocci to the api directory\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "99d653d4bc269aebf255f3864334110dbcc70f37",
      "tree": "179f8776bddafdfd9fa8c024bab57e530ca479d1",
      "parents": [
        "034174598bc8ffd9586432852502e368a43ef0f1"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:08 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:54 2010 +0200"
      },
      "message": "Coccinelle: Move err_cast.cocci to the api directory\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "034174598bc8ffd9586432852502e368a43ef0f1",
      "tree": "f49d60d39b1a7c7b67d27d09c54214f5e76172c0",
      "parents": [
        "0426a97c4b672166cbcfdc7b18466d4f207f7a36"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:07 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:54 2010 +0200"
      },
      "message": "Coccinelle: Add api/memdup_user\n\nUse kmemdup_user rather than duplicating its implementation\nThis is a little bit restricted to reduce false positives\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "0426a97c4b672166cbcfdc7b18466d4f207f7a36",
      "tree": "613e033f136770f5b2cf4044ec90fb7507a3481b",
      "parents": [
        "998f5523230a8a837809f942d556360f69121677"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:06 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:54 2010 +0200"
      },
      "message": "Coccinelle: Add api/memdup.cocci\n\nUse kmemdup rather than duplicating its implementation\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "998f5523230a8a837809f942d556360f69121677",
      "tree": "8a6ef3b1d199ff4e7361f44a969cafaeb2424547",
      "parents": [
        "43ba21b57a3e757000bfa8ccf46c81f232b4d881"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:05 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add api/kstrdup.cocci\n\nUse kstrdup rather than duplicating its implementation\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "43ba21b57a3e757000bfa8ccf46c81f232b4d881",
      "tree": "a4d8b0ab92c6739f430bb7f43cab8988d13dda9b",
      "parents": [
        "5c34050188f5e3db7f8137d819ecbb7d9327dd93"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:04 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add free/kfree.cocci\n\nFind a use after free.  Values of variables may imply that some\nexecution paths are not possible, resulting in false positives.\nAnother source of false positives are macros such as\nSCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "5c34050188f5e3db7f8137d819ecbb7d9327dd93",
      "tree": "132bb860a3785e43ed14ac6c5a3d68027bf21c35",
      "parents": [
        "afc48a82fafe55dbeeaf7c0d83d29cf279cb1c70"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:03 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add iterators/list_entry_update.cocci\n\nlist_for_each_entry uses its first argument to get from one element of\nthe list to the next, so it is usually not a good idea to reassign it.\nThe first rule finds such a reassignment and the second rule checks\nthat there is a path from the reassignment back to the top of the loop.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "afc48a82fafe55dbeeaf7c0d83d29cf279cb1c70",
      "tree": "5d6c5ff7aa828aeb7d3470ee969c6888526d5ee1",
      "parents": [
        "4045159253a49a56d117148d67bc86a72762a0d3"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:02 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add iterators/itnull.cocci\n\nMany iterators have the property that the first argument is always bound\nto a real list element, never NULL.  False positives arise for some\niterators that do not have this property, or in cases when the loop\ncursor is reassigned.  The latter should only happen when the matched\ncode is on the way to a loop exit (break, goto, or return).\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "4045159253a49a56d117148d67bc86a72762a0d3",
      "tree": "55c9a56609b0354e86a5e23d38f20dcf82ce2754",
      "parents": [
        "54c056280e0dfcd39b33c4ed75116ce98697511c"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:01 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add iterators/fen.cocci\n\nfor_each_node iterators only exit normally when the loop cursor is\nNULL, so there is no point to call of_node_put on the final value.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "54c056280e0dfcd39b33c4ed75116ce98697511c",
      "tree": "d8c16d5288045ffaf8f46a9fd03d5f1659f8feeb",
      "parents": [
        "8aa6273106756c30e5349b58eed28d93d8d88164"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:39:00 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add locks/mini_lock.cocci\n\nFind missing unlocks.  This semantic match considers the specific case\nwhere the unlock is missing from an if branch, and there is a lock\nbefore the if and an unlock after the if.  False positives are due to\ncases where the if branch represents a case where the function is\nsupposed to exit with the lock held, or where there is some preceding\nfunction call that releases the lock.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "8aa6273106756c30e5349b58eed28d93d8d88164",
      "tree": "1ca3c148c28af01655bfd69dd657b70da35e041a",
      "parents": [
        "e105007c1271243568d58c8a4285b19c8eea48d1"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:38:59 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add locks/double_lock.cocci\n\nFind double locks.  False positives may occur when some paths cannot\noccur at execution, due to the values of variables, and when there is\nan intervening function call that releases the lock.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "e105007c1271243568d58c8a4285b19c8eea48d1",
      "tree": "bbc640aea054a967e7d9674d408aa738ad6feecb",
      "parents": [
        "7703692ef8d6356c32fbe9665d8cbe5b040eec09"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:38:58 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add locks/call_kern.cocci\n\nFind functions that refer to GFP_KERNEL but are called with locks held.\nThe proposed change of converting the GFP_KERNEL is not necessarily the\ncorrect one.  It may be desired to unlock the lock, or to not call the\nfunction under the lock in the first place.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "7703692ef8d6356c32fbe9665d8cbe5b040eec09",
      "tree": "8d42db10d345fdad40fc3ae652b6b308e2751bfc",
      "parents": [
        "2e1e1605fc60b3fcf1e9382729a92fc305727952"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:38:57 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Move deref_null.cocci to a more appropriate directory\n\nderef_null.cocci is moved to the \u0027null\u0027 directory\nwhich contains other null related rules.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "2e1e1605fc60b3fcf1e9382729a92fc305727952",
      "tree": "dc61f821f1658a58646a35f78cc2334f1db8800e",
      "parents": [
        "c75b81bffa0a9493a24ae61d0c52f85e4043c183"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:38:56 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:53 2010 +0200"
      },
      "message": "Coccinelle: Add null/kmerr.cocci\n\nThis semantic patch looks for kmalloc etc that are not followed by a\nNULL check.  It only gives a report in the case where there is some\nerror handling code later in the function, which may be helpful\nin determining what the error handling code for the call to kmalloc etc\nshould be.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "c75b81bffa0a9493a24ae61d0c52f85e4043c183",
      "tree": "352ca7c50e93d28a8c4f16d7f0ca5d8e0f758ae9",
      "parents": [
        "5e8e1cc0a1c36c8ff156ac1f04a16422bd4ed3ac"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Tue Aug 24 17:38:55 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 31 11:37:52 2010 +0200"
      },
      "message": "Coccinelle: Add null/eno.cocci\n\nThe various basic memory allocation functions don\u0027t return ERR_PTR\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "82c4340b0a3ccf090ef38fa111363018cf0594c8",
      "tree": "909fafb983fbeeedb3ba038ee032f73e3ff181f1",
      "parents": [
        "f853f8305bc2ab24a2f5fb24c4635c645cc7f9d1"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Sun Jun 06 17:15:07 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Jun 12 00:00:29 2010 +0200"
      },
      "message": "Add scripts/coccinelle/deref_null.cocci\n\nAdd a Coccinelle file to identify the dereferences of NULL variables\n\nThis semantic patch identifies when a variable is known to be NULL\nafter a test, but it is still dereferenced later.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "f853f8305bc2ab24a2f5fb24c4635c645cc7f9d1",
      "tree": "dd397d99cbe8974a9a7daac55a294a7b98c28afb",
      "parents": [
        "09c35396ecadceb13f0b3fb77da200b6da6a0e37"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Sun Jun 06 17:15:06 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Jun 12 00:00:29 2010 +0200"
      },
      "message": "Add scripts/coccinelle/err_cast.cocci\n\nAdd a Coccinelle file to use the ERR_CAST function\n\nBefore the release 2.6.25, one had to use ERR_PTR(PTR_ERR(...))  to\nconvert the pointer type of an error. Since then, the function\nERR_CAST has been available for that purpose.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "09c35396ecadceb13f0b3fb77da200b6da6a0e37",
      "tree": "52d8312fd4b97f6e0d69cd1765ec7de20c816a08",
      "parents": [
        "cf5842de75e9fb8044ff5ca73050e361daa6aae4"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Sun Jun 06 17:15:05 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Jun 12 00:00:29 2010 +0200"
      },
      "message": "Add scripts/coccinelle/resource_size.cocci\n\nThis semantic patch replaces explicit computations\nof resource size by a call to resource_size.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "cf5842de75e9fb8044ff5ca73050e361daa6aae4",
      "tree": "f4f9f8259622be3eb7e90185bbd8d9e4581e27cb",
      "parents": [
        "51169c801518bf0a250f208362593e7250e7d2c1"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Sun Jun 06 17:15:04 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Jun 12 00:00:29 2010 +0200"
      },
      "message": "Add scripts/coccinelle/alloc/kzalloc-simple.cocci\n\nThis semantic patch replaces a pair of calls to kmalloc and memset\nby a single call to kzalloc.\n\nIt only looks for simple cases to avoid false positives.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "51169c801518bf0a250f208362593e7250e7d2c1",
      "tree": "39a315040e38eb926bcf94ae783a220281a04bdd",
      "parents": [
        "e228b1e6513b43b837ceff7256ae02e9ada619fa"
      ],
      "author": {
        "name": "Nicolas Palix",
        "email": "npalix@diku.dk",
        "time": "Sun Jun 06 17:15:03 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Jun 12 00:00:29 2010 +0200"
      },
      "message": "Add scripts/coccinelle/alloc/drop_kmalloc_cast.cocci\n\nThe purpose of this semantic patch is to remove\nuseless casts, as mentioned in the Linux documentation.\nSee Chapter 14 in Documentation/CodingStyle for more information.\n\nSigned-off-by: Nicolas Palix \u003cnpalix@diku.dk\u003e\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    }
  ]
}
