)]}'
{
  "log": [
    {
      "commit": "ccef7ab534347e2e1e1ef398d2ec987d37e519f3",
      "tree": "1f74e2abb5ad84725e3eb52ac3320ffda480f281",
      "parents": [
        "9adfbfb611307060db54691bc7e6d53fdc12312b"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Thu Feb 26 00:51:41 2009 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 26 18:14:17 2009 +0100"
      },
      "message": "make MTD headers use strict integer types\n\nThe MTD headers traditionally use stdint types rather than\nthe kernel integer types. This converts them to do the\nsame as all the others.\n\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@linux.intel.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9adfbfb611307060db54691bc7e6d53fdc12312b",
      "tree": "35d2fb021c0a4e8d2980af114363bff714301aae",
      "parents": [
        "85efde6f4e0de9577256c5f0030088d3fd4347c1"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Thu Feb 26 00:51:40 2009 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 26 18:14:15 2009 +0100"
      },
      "message": "make most exported headers use strict integer types\n\nThis takes care of all files that have only a small number\nof non-strict integer type uses.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCc: David Airlie \u003cairlied@linux.ie\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@ghostprotocols.net\u003e\nCc: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nCc: netdev@vger.kernel.org\nCc: linux-ppp@vger.kernel.org\nCc: Jaroslav Kysela \u003cperex@perex.cz\u003e\nCc: Takashi Iwai \u003ctiwai@suse.de\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@linux.intel.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "85efde6f4e0de9577256c5f0030088d3fd4347c1",
      "tree": "28d3f28213e3da05ab3d38ce3ec01f778b713c5e",
      "parents": [
        "9d50638bae05ab7f62d700c9e4a83a1845cf9ef4"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Thu Feb 26 00:51:39 2009 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 26 18:14:14 2009 +0100"
      },
      "message": "make exported headers use strict posix types\n\nA number of standard posix types are used in exported headers, which\nis not allowed if __STRICT_KERNEL_NAMES is defined. In order to\nget rid of the non-__STRICT_KERNEL_NAMES part and to make sane headers\nthe default, we have to change them all to safe types.\n\nThere are also still some leftovers in reiserfs_fs.h, elfcore.h\nand coda.h, but these files have not compiled in user space for\na long time.\n\nThis leaves out the various integer types ({u_,u,}int{8,16,32,64}_t),\nwhich we take care of separately.\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nAcked-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nCc: David Airlie \u003cairlied@linux.ie\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@ghostprotocols.net\u003e\nCc: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nCc: netdev@vger.kernel.org\nCc: linux-ppp@vger.kernel.org\nCc: Jaroslav Kysela \u003cperex@perex.cz\u003e\nCc: Takashi Iwai \u003ctiwai@suse.de\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@linux.intel.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9d50638bae05ab7f62d700c9e4a83a1845cf9ef4",
      "tree": "9d614226879ca8802a702deb79d8b74f05278071",
      "parents": [
        "f6c727813e03ce0f58d73808da8c9a6bc227249e"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 08 11:00:25 2009 +0530"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 26 18:14:12 2009 +0100"
      },
      "message": "unconditionally include asm/types.h from linux/types.h\n\nReported-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f6c727813e03ce0f58d73808da8c9a6bc227249e",
      "tree": "c92bd329e5720919e7fbcc91aa52d7f440796440",
      "parents": [
        "0b86a4e34d885e734a4c4e46293376f3f1c639eb",
        "527bdfee18ac6a4c026060c2c2b1144df9a5bf1f"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Feb 06 16:46:30 2009 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Feb 06 16:46:30 2009 +0100"
      },
      "message": "Merge branch \u0027core/header-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tip into core/header-fixes\n"
    },
    {
      "commit": "527bdfee18ac6a4c026060c2c2b1144df9a5bf1f",
      "tree": "c92bd329e5720919e7fbcc91aa52d7f440796440",
      "parents": [
        "2678c07b07ac2076675e5d57653bdf02e9af1950"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Feb 06 20:47:58 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Feb 06 20:47:58 2009 +0530"
      },
      "message": "make linux/types.h as assembly safe\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "2678c07b07ac2076675e5d57653bdf02e9af1950",
      "tree": "7aa54b6973219011dee6ae7ffc653313af3c7302",
      "parents": [
        "0b86a4e34d885e734a4c4e46293376f3f1c639eb"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Feb 06 20:46:06 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Feb 06 20:46:06 2009 +0530"
      },
      "message": "Neither asm/types.h nor linux/types.h is required for arch/ia64/include/asm/fpu.h\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "0b86a4e34d885e734a4c4e46293376f3f1c639eb",
      "tree": "d3a1a2270033444c9fa369d88a1abb311ae0cedd",
      "parents": [
        "87fe85133fa7f33c2bc9882826666a7f117c62bd",
        "750e1c18251345e662bb7e7062b5fd5c1ade36de"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 03 16:13:37 2009 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 03 16:13:37 2009 +0100"
      },
      "message": "Merge branch \u0027core/header-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tip into core/header-fixes\n"
    },
    {
      "commit": "750e1c18251345e662bb7e7062b5fd5c1ade36de",
      "tree": "d3a1a2270033444c9fa369d88a1abb311ae0cedd",
      "parents": [
        "5007b1fc4ef2c1b496536b2f026353c1d44d92ef"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Tue Feb 03 19:40:03 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Tue Feb 03 19:40:03 2009 +0530"
      },
      "message": "headers_check fix cleanup: linux/reiserfs_fs.h\n\nOnly REISERFS_IOC_* definitions are required for user space\nrest should be in #ifdef __KERNEL__ as pointed by Arnd Bergmann.\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "5007b1fc4ef2c1b496536b2f026353c1d44d92ef",
      "tree": "e444f38ae5424e290fe197d11e0a34fa88fb4965",
      "parents": [
        "f2cddb29ebfc02dfd2c4b439aa0433393ad15575"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Tue Feb 03 19:28:24 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Tue Feb 03 19:33:51 2009 +0530"
      },
      "message": "headers_check fix cleanup: linux/nubus.h\n\nThese are only for kernel internals as pointed by Arnd Bergmann:\n   struct nubus_board\n   struct nubus_dev\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "f2cddb29ebfc02dfd2c4b439aa0433393ad15575",
      "tree": "0a503cb0a94309849bdc020ed1ece9342f2400b7",
      "parents": [
        "87fe85133fa7f33c2bc9882826666a7f117c62bd"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Tue Feb 03 19:21:38 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Tue Feb 03 19:32:24 2009 +0530"
      },
      "message": "headers_check fix cleanup: linux/coda_psdev.h\n\nThese are only for kernel internals as pointed by Arnd Bergmann:\n  struct kstatfs\n  struct venus_comm\n  coda_vcp()\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "87fe85133fa7f33c2bc9882826666a7f117c62bd",
      "tree": "ab251f47a34b8c8c5b7c21aa45c818de926aa8d1",
      "parents": [
        "1ff8f739c7cc4eaa89b6ba986494f458ff7bdbef",
        "15c554439faedfa490389b31db893dc764245e88"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 03 13:55:06 2009 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 03 13:55:06 2009 +0100"
      },
      "message": "Merge branch \u0027core/header-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tipclean into core/header-fixes\n"
    },
    {
      "commit": "15c554439faedfa490389b31db893dc764245e88",
      "tree": "ab251f47a34b8c8c5b7c21aa45c818de926aa8d1",
      "parents": [
        "8d4b4981195849dd50ed94be33ede926c6f41dcd"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:59:19 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 23:27:48 2009 +0530"
      },
      "message": "headers_check fix: x86, setup.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm/setup.h:16: extern\u0027s make no sense in userspace\n  usr/include/asm/setup.h:17: extern\u0027s make no sense in userspace\n  usr/include/asm/setup.h:23: extern\u0027s make no sense in userspace\n  usr/include/asm/setup.h:24: extern\u0027s make no sense in userspace\n  usr/include/asm/setup.h:51: extern\u0027s make no sense in userspace\n  usr/include/asm/setup.h:52: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "8d4b4981195849dd50ed94be33ede926c6f41dcd",
      "tree": "deb8a9d77cd5096d85406bf6cfab58215bb9a887",
      "parents": [
        "11d9f653aff1d445b4300ae1d2e2d675a0e9172f"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:48:33 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 23:27:09 2009 +0530"
      },
      "message": "headers_check fix: x86, prctl.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm/prctl.h:10: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "11d9f653aff1d445b4300ae1d2e2d675a0e9172f",
      "tree": "04bdc5926c8d0af76304457f4e5a77d6d470c558",
      "parents": [
        "7d7dc0d6b0565484e0623cb08b5dcdd56424697b"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:45:41 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:45:41 2009 +0530"
      },
      "message": "headers_check fix: linux/reinserfs_fs.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/linux/reiserfs_fs.h:687: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:995: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:997: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1467: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1760: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1764: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1766: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1769: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1771: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1805: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1948: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1949: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1950: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1951: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1962: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1963: extern\u0027s make no sense in userspace\n  usr/include/linux/reiserfs_fs.h:1964: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "7d7dc0d6b0565484e0623cb08b5dcdd56424697b",
      "tree": "1f5abbf4af43824bf4cd28999e0da9f7f4dd38a8",
      "parents": [
        "9fe03bc3139503fbad66016bf714f4575babf651"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:44:09 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:44:09 2009 +0530"
      },
      "message": "headers_check fix: linux/socket.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/socket.h:29: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "9fe03bc3139503fbad66016bf714f4575babf651",
      "tree": "bb609d49d61c5ce24fb379df0b9efbaa25a74e72",
      "parents": [
        "25d00fddf8d23234da2d45c051a14450939496d6"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:41:41 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:41:41 2009 +0530"
      },
      "message": "headers_check fix: linux/nubus.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/linux/nubus.h:297: extern\u0027s make no sense in userspace\n  usr/include/linux/nubus.h:299: extern\u0027s make no sense in userspace\n  usr/include/linux/nubus.h:303: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "25d00fddf8d23234da2d45c051a14450939496d6",
      "tree": "f2b2e9fd6cb54f45edacf47eaa1d6404b752e856",
      "parents": [
        "7e7f4eae28711fbb7f4d5e4b0aa3195776194bc1"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:40:58 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:40:58 2009 +0530"
      },
      "message": "headers_check fix: linux/in6.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/linux/in6.h:47: extern\u0027s make no sense in userspace\n  usr/include/linux/in6.h:49: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "7e7f4eae28711fbb7f4d5e4b0aa3195776194bc1",
      "tree": "2e5809f89760638a77b13166078c5c8526bdbe92",
      "parents": [
        "1ff8f739c7cc4eaa89b6ba986494f458ff7bdbef"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:40:10 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Mon Feb 02 21:40:10 2009 +0530"
      },
      "message": "headers_check fix: linux/coda_psdev.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/coda_psdev.h:90: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "1ff8f739c7cc4eaa89b6ba986494f458ff7bdbef",
      "tree": "2f8003f61b24e56821703240877ddc649524ab5a",
      "parents": [
        "48109870bab7e66f30f933cd218258368024cd9f"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 12:02:14 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:30 2009 +0530"
      },
      "message": "headers_check fix: xtensa, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-xtensa/swab.h:14: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-xtensa/swab.h:19: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "48109870bab7e66f30f933cd218258368024cd9f",
      "tree": "43aae155548b073cb7888492d6405e539ddcfa67",
      "parents": [
        "1a16bc4590fcc94630571c541c8fef7a0845c2c0"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:54:05 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:29 2009 +0530"
      },
      "message": "headers_check fix: powerpc, swab.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-powerpc/swab.h:11: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "1a16bc4590fcc94630571c541c8fef7a0845c2c0",
      "tree": "dc35200d932f1fff1a23409421b7053388ae0b80",
      "parents": [
        "122bb2207b8107ce117d10fcfd3a2f6c3804a362"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:52:05 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:29 2009 +0530"
      },
      "message": "headers_check fix: powerpc, spu_info.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-powerpc/spu_info.h:27: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "122bb2207b8107ce117d10fcfd3a2f6c3804a362",
      "tree": "be45ab3f9e809fade86bf7c8e774b95058fadb18",
      "parents": [
        "9f2cd967b7f029ebe2c74969709ff9c745344dba"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:46:23 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:29 2009 +0530"
      },
      "message": "headers_check fix: powerpc, ps3fb.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-powerpc/ps3fb.h:33: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "9f2cd967b7f029ebe2c74969709ff9c745344dba",
      "tree": "024eeb57be126357736c88596234c90a1a0f42bb",
      "parents": [
        "785857f5f0b7fbeed934e39af24edec471637375"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:44:45 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:28 2009 +0530"
      },
      "message": "headers_check fix: powerpc, kvm.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-powerpc/kvm.h:23: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-powerpc/kvm.h:26: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "785857f5f0b7fbeed934e39af24edec471637375",
      "tree": "7d0cb783fd7aae348d52f47e5f324d51b6fab9ee",
      "parents": [
        "4be2c7ff4f362e41706e84a3d6726bdcda9ab65f"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:42:29 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:28 2009 +0530"
      },
      "message": "headers_check fix: powerpc, elf.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-powerpc/elf.h:5: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "4be2c7ff4f362e41706e84a3d6726bdcda9ab65f",
      "tree": "db86c02e6a7cf7bcdb5b238c0ad7e1a03d3a26a3",
      "parents": [
        "726da1e3408caae6af8372f93380f18986f1003b"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:41:04 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:28 2009 +0530"
      },
      "message": "headers_check fix: powerpc, bootx.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-powerpc/bootx.h:12: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-powerpc/bootx.h:57: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "726da1e3408caae6af8372f93380f18986f1003b",
      "tree": "03368d9c56246b2547cb4e8210da5882b80e765d",
      "parents": [
        "79f95ac2412c993e52f02cfde1f71d141b2e530d"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:39:01 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:27 2009 +0530"
      },
      "message": "headers_check fix: parisc, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-parisc/swab.h:4: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-parisc/swab.h:9: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "79f95ac2412c993e52f02cfde1f71d141b2e530d",
      "tree": "2995c4185750d302b11773111d2db3485eba9ab6",
      "parents": [
        "bef53ca086e069a3fb8e6bf4ecf06221de9b445f"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:36:07 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:27 2009 +0530"
      },
      "message": "headers_check fix: parisc, pdc.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-parisc/pdc.h:420: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "bef53ca086e069a3fb8e6bf4ecf06221de9b445f",
      "tree": "8af4a2c5e5c088809b9dbd828f1cbbc0bef1d774",
      "parents": [
        "a9f6acc5ab36c7533c9b3e224f7c209d8da4048d"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:29:28 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:27 2009 +0530"
      },
      "message": "headers_check fix: mn10300, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-mn10300/swab.h:14: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-mn10300/swab.h:19: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "a9f6acc5ab36c7533c9b3e224f7c209d8da4048d",
      "tree": "2165e96fb3491701a90ae29ab63fb3587a6423df",
      "parents": [
        "ae612fb05b0f60ff58e2a86eea46dc99532d62c5"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:23:37 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:27 2009 +0530"
      },
      "message": "headers_check fix: mips, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-mips/swab.h:12: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-mips/swab.h:18: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "ae612fb05b0f60ff58e2a86eea46dc99532d62c5",
      "tree": "591071f9c410ef3cc5f5f6aa2f38045cf336a701",
      "parents": [
        "d8cbec15af88e067f33cb78efad15d581fa79b12"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:22:18 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:26 2009 +0530"
      },
      "message": "headers_check fix: mips, sigcontext.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-mips/sigcontext.h:57: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "d8cbec15af88e067f33cb78efad15d581fa79b12",
      "tree": "67e54789a7e373397d61b2359ddf238f3e10816e",
      "parents": [
        "040c92b8e5f080e1f5a610bf0e10c683328dce75"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:18:19 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:26 2009 +0530"
      },
      "message": "headers_check fix: m32r, swab.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-m32r/swab.h:4: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "040c92b8e5f080e1f5a610bf0e10c683328dce75",
      "tree": "23a7ce8a211bf59372a9d35911d75e641e0ade16",
      "parents": [
        "6ce795065bdd2bfeebd97fa91a95918dcff7d0ec"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:12:29 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:25 2009 +0530"
      },
      "message": "headers_check fix: ia64, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-ia64/swab.h:9: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-ia64/swab.h:13: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "6ce795065bdd2bfeebd97fa91a95918dcff7d0ec",
      "tree": "c0656530f2a467816d9ebcda5809104a0b515dcf",
      "parents": [
        "1ecbb7fcfd20803bdd403de0c9c514da7d6c8843"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:10:22 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:25 2009 +0530"
      },
      "message": "headers_check fix: ia64, kvm.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-ia64/kvm.h:24: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-ia64/kvm.h:34: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "1ecbb7fcfd20803bdd403de0c9c514da7d6c8843",
      "tree": "f915ed2bda6dd41ac0bc2a9135783b291b0b1314",
      "parents": [
        "a812a9170c5db5390280eb4fa075f1555e6ae53c"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:07:06 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:25 2009 +0530"
      },
      "message": "headers_check fix: ia64, intrinsics.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-ia64/intrinsics.h:57: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "a812a9170c5db5390280eb4fa075f1555e6ae53c",
      "tree": "b55ed56f39c5427fae1230667f8c38c673b0d685",
      "parents": [
        "fa9ea6c7abd94482ecd84e130676b6a1b3e61c2c"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 11:03:28 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:24 2009 +0530"
      },
      "message": "headers_check fix: ia64, gcc_intrin.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-ia64/gcc_intrin.h:63: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "fa9ea6c7abd94482ecd84e130676b6a1b3e61c2c",
      "tree": "d846ac4f0deed4d470f1e6542429e30c8897d2c2",
      "parents": [
        "295803eea178d777cf3813b16696c54b0b2bcd23"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:59:12 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:24 2009 +0530"
      },
      "message": "headers_check fix: ia64, fpu.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-ia64/fpu.h:9: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "295803eea178d777cf3813b16696c54b0b2bcd23",
      "tree": "9900b6e26214fdbb2649a11f04ce13109a5327e3",
      "parents": [
        "dacd762eabf69e32f0e9181f99fd19b6f96ea5c5"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:55:12 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:24 2009 +0530"
      },
      "message": "headers_check fix: h8300, swab.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-h8300/swab.h:4: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "dacd762eabf69e32f0e9181f99fd19b6f96ea5c5",
      "tree": "7bef44b3a5ff736e3dcfb370c72e510269aeeb6e",
      "parents": [
        "350eb8b3cb5e4860a4c8352f2cca00e6eb4a16b2"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:53:32 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:23 2009 +0530"
      },
      "message": "headers_check fix: frv, swab.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-frv/swab.h:4: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "350eb8b3cb5e4860a4c8352f2cca00e6eb4a16b2",
      "tree": "862313005e0d3b0116178b02adb79144b9d31545",
      "parents": [
        "1c6ce704f1e965f64ad0b017842854ceec5b9cc7"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:48:44 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:23 2009 +0530"
      },
      "message": "headers_check fix: blackfin, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-blackfin/swab.h:4: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-blackfin/swab.h:13: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "1c6ce704f1e965f64ad0b017842854ceec5b9cc7",
      "tree": "3ba44530c10464a08ba25dfdb7626488a160aae7",
      "parents": [
        "e42ec2418fa96f98ed8d4e6d8a572a7200156df6"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:46:26 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:23 2009 +0530"
      },
      "message": "headers_check fix: avr32, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-avr32/swab.h:7: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-avr32/swab.h:22: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "e42ec2418fa96f98ed8d4e6d8a572a7200156df6",
      "tree": "163b6c775efc9aefabe31de24ad4b5b24f53bfc3",
      "parents": [
        "4af3bf6b393a2cec947cd42cc10fc03f5b782484"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:43:44 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:23 2009 +0530"
      },
      "message": "headers_check fix: arm, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-arm/swab.h:19: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-arm/swab.h:25: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "4af3bf6b393a2cec947cd42cc10fc03f5b782484",
      "tree": "e145d92550e9f83bd6cc217467bf389b7a2b061b",
      "parents": [
        "f100e6d0368742ddb8b6b9be986536e63117c05a"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:41:59 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:22 2009 +0530"
      },
      "message": "headers_check fix: arm, setup.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-arm/setup.h:17: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-arm/setup.h:25: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "f100e6d0368742ddb8b6b9be986536e63117c05a",
      "tree": "e38868f29ff552d6e7ddfd06b8fb7acdc35c631e",
      "parents": [
        "3fd59061b7b16dd0bb7bf779ba297daa5f0bf0f5"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:38:16 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:22 2009 +0530"
      },
      "message": "headers_check fix: arm, a.out.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-arm/a.out.h:5: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-arm/a.out.h:9: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "3fd59061b7b16dd0bb7bf779ba297daa5f0bf0f5",
      "tree": "1086bd92cb617ec48d531073935a79bdc84cd334",
      "parents": [
        "0fc2eb3bade59365ed0b28b8ea3b5c448b2f4a26"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:36:04 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:22 2009 +0530"
      },
      "message": "headers_check fix: alpha, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm-alpha/swab.h:4: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm-alpha/swab.h:10: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "0fc2eb3bade59365ed0b28b8ea3b5c448b2f4a26",
      "tree": "d9c9a30fdb3bb1da315e39a487612e8fee01cfdd",
      "parents": [
        "7e3fa56141175026136b392fd026d5d07c49720e"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 10:34:04 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sun Feb 01 11:01:22 2009 +0530"
      },
      "message": "headers_check fix: alpha, statfs.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm-alpha/statfs.h:6: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "7e3fa56141175026136b392fd026d5d07c49720e",
      "tree": "c93f835bdeeee205fa764bbfdb31bc8cd35c786b",
      "parents": [
        "7cff3608d2553a045b676fa81b0cf54e4f2cc5ce"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Fri Jan 30 23:56:42 2009 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sat Jan 31 00:36:15 2009 +0100"
      },
      "message": "kbuild: drop check for CONFIG_ in headers_check\n\nThe check for references to CONFIG_ symbols in exported headers turned\nout to be too agressive with the current state of affairs.\nAfter the work of Jaswinder to clean up all relevant cases we are down\nto almost pure noise.\n\nSo lets drop the check for now - we can always add it back later\nshould our headers be ready for that.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "7cff3608d2553a045b676fa81b0cf54e4f2cc5ce",
      "tree": "4f55eb89edd5401136b8dc6482b18fe27d9abcbf",
      "parents": [
        "2de548faa78c650bb20c4680ee3a225cca33a45d"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:57:38 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:19:32 2009 +0530"
      },
      "message": "headers_check fix: x86, swab.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm/swab.h:4: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm/swab.h:7: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "2de548faa78c650bb20c4680ee3a225cca33a45d",
      "tree": "f0d82fa8c04fe32d4ae962d30c8f8a927c00a183",
      "parents": [
        "e59afe6a21dce7bb3c63ba4f894a3195ae3d5529"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:55:20 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:18:58 2009 +0530"
      },
      "message": "headers_check fix: x86, sigcontext32.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm/sigcontext32.h:20: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "e59afe6a21dce7bb3c63ba4f894a3195ae3d5529",
      "tree": "168d0d34691d169d304eef3c0abe81200de988cd",
      "parents": [
        "420ab35eef206d147973d26db14b5618868726be"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:53:49 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:18:30 2009 +0530"
      },
      "message": "headers_check fix: x86, sigcontext.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm/sigcontext.h:5: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm/sigcontext.h:24: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "420ab35eef206d147973d26db14b5618868726be",
      "tree": "9e96a985f9af1fb6de154ddf86f7fa1925358c58",
      "parents": [
        "d122072cc079d299e5191c9cbb6162ba8791624c"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:52:16 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:18:03 2009 +0530"
      },
      "message": "headers_check fix: x86, ptrace-abi.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm/ptrace-abi.h:86: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm/ptrace-abi.h:93: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "d122072cc079d299e5191c9cbb6162ba8791624c",
      "tree": "e6324201166ebde68a125bf66dd420d625f774b7",
      "parents": [
        "999b697b9d8b15756e65da72c816ef4363a945a5"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:48:17 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:17:39 2009 +0530"
      },
      "message": "headers_check fix: x86, mtrr.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm/mtrr.h:61: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "999b697b9d8b15756e65da72c816ef4363a945a5",
      "tree": "a8a0cbff70c1dd89c7cee76e65f96cc62f7b0b1c",
      "parents": [
        "cef3767852a9b1a7ff4a8dfe0969e2d32eb728df"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:47:27 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:17:13 2009 +0530"
      },
      "message": "headers_check fix: x86, mce.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm/mce.h:7: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm/mce.h:29: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "cef3767852a9b1a7ff4a8dfe0969e2d32eb728df",
      "tree": "06523207156a47aa9005a7f274c9e7d3858d4c69",
      "parents": [
        "999721ca6d0c2540341acb73ac9048cbd6b05d3a"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:46:08 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:16:44 2009 +0530"
      },
      "message": "headers_check fix: x86, kvm.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/asm/kvm.h:9: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/asm/kvm.h:16: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "999721ca6d0c2540341acb73ac9048cbd6b05d3a",
      "tree": "f1f2e65519b48a99e4289e6bbd1d556c81eee740",
      "parents": [
        "541c94f1d5ac2665fd15f1b827416f8c0b2f55cb"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:44:58 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:16:22 2009 +0530"
      },
      "message": "headers_check fix: x86, e820.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/asm/e820.h:44: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "541c94f1d5ac2665fd15f1b827416f8c0b2f55cb",
      "tree": "5c786c3837edbc5bc1505a5f06ffed6ec6048ca9",
      "parents": [
        "d5c72d7842c71403bc3d57ca05a8a1f96d81e262"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:40:32 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:15:57 2009 +0530"
      },
      "message": "headers_check fix: linux/rtnetlink.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/rtnetlink.h:328: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "d5c72d7842c71403bc3d57ca05a8a1f96d81e262",
      "tree": "fea4d656ff650b7bd3a28a6d846f65279afd98a7",
      "parents": [
        "de4d3795527b06c67e1333c5662f146b59c97e21"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:39:17 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:15:24 2009 +0530"
      },
      "message": "headers_check fix: linux/nubus.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/nubus.h:232: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "de4d3795527b06c67e1333c5662f146b59c97e21",
      "tree": "9126cd2c512dd4331d0accaeb4dbdf8f3c129cc8",
      "parents": [
        "dab9c5e15e9faaf00e22b5e708dd19c44800c824"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:35:17 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:14:52 2009 +0530"
      },
      "message": "headers_check fix: video/uvesafb.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/video/uvesafb.h:5: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "dab9c5e15e9faaf00e22b5e708dd19c44800c824",
      "tree": "533b8b85261b64232d339809bf579e8ef6852025",
      "parents": [
        "bb9f113f5ca7d182256dee69bcaebd4c79062305"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:34:29 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:14:28 2009 +0530"
      },
      "message": "headers_check fix: video/sisfb.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/video/sisfb.h:25: include of \u003clinux/types.h\u003e is preferred over \u003casm/types.h\u003e\n  usr/include/video/sisfb.h:78: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "bb9f113f5ca7d182256dee69bcaebd4c79062305",
      "tree": "df39c19612a56e70fe26891a17717d0c080b6c5d",
      "parents": [
        "70c2ed65fe4090c9b92512ee1e35dc6625539f90"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:33:29 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:13:56 2009 +0530"
      },
      "message": "headers_check fix: sound/hdsp.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/sound/hdsp.h:33: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "70c2ed65fe4090c9b92512ee1e35dc6625539f90",
      "tree": "6904d0e5789e87fc88a62447caacec2cc7a4996a",
      "parents": [
        "9a0e0ac21ca2af4715808b97bd600f0aecd87240"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:32:35 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:13:34 2009 +0530"
      },
      "message": "headers_check fix: mtd/inftl-user.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/mtd/inftl-user.h:61: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "9a0e0ac21ca2af4715808b97bd600f0aecd87240",
      "tree": "fd329a9ccd1392cfc273bb1337a3cb951f4d817c",
      "parents": [
        "8697325408d9be18fa24346c346b23fa56c3b190"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:31:05 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:13:08 2009 +0530"
      },
      "message": "headers_check fix: linux/virtio_net.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/virtio_net.h:28: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "8697325408d9be18fa24346c346b23fa56c3b190",
      "tree": "e16fd16e66fcc6ce700aa1965e5c8fdf8e285d48",
      "parents": [
        "982f8184f9a9251ba4e5c6d79ec32d25c0ad3cc8"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:29:33 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:12:44 2009 +0530"
      },
      "message": "headers_check fix: linux/virtio_console.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/virtio_console.h:15: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "982f8184f9a9251ba4e5c6d79ec32d25c0ad3cc8",
      "tree": "879794536102798980e8cab1c9a13b9bcdb18020",
      "parents": [
        "98be96b85398499212bc77ae3076a69e20368428"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:27:58 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:11:25 2009 +0530"
      },
      "message": "headers_check fix: linux/virtio_blk.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/virtio_blk.h:21: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "98be96b85398499212bc77ae3076a69e20368428",
      "tree": "76a831960fb62f893b2753751c39ccea5c26c413",
      "parents": [
        "a4c1d7c8c61969667a853d08b039507669463807"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:26:01 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:10:59 2009 +0530"
      },
      "message": "headers_check fix: linux/videodev.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/videodev.h:53: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "a4c1d7c8c61969667a853d08b039507669463807",
      "tree": "564da0adaf5859d4f6138b2f9da0e8a158ec0870",
      "parents": [
        "8b1e3a2f7f84484a8c208671adac39eb148c7d61"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:24:09 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:10:11 2009 +0530"
      },
      "message": "headers_check fix: linux/video_encoder.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/video_encoder.h:5: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "8b1e3a2f7f84484a8c208671adac39eb148c7d61",
      "tree": "d0afdecbd86e44e3e4775fcee270f272c113c03e",
      "parents": [
        "448314fc968252b0b95f74bbe63fdcaf41e6413d"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:22:51 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:09:13 2009 +0530"
      },
      "message": "headers_check fix: linux/video_decoder.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/video_decoder.h:7: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "448314fc968252b0b95f74bbe63fdcaf41e6413d",
      "tree": "475639e76154dec737cbbfdf159bfb8f3a2da174",
      "parents": [
        "6b6bcd0ed953ae0ed73af4759788fb8384bbaeed"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:21:19 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:08:18 2009 +0530"
      },
      "message": "headers_check fix: linux/taskstats.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/taskstats.h:44: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "6b6bcd0ed953ae0ed73af4759788fb8384bbaeed",
      "tree": "710bd2124d11894040fadde03976ac9dd273b1c6",
      "parents": [
        "e6faa002be269233bf1e8961e7e0a79ca3f2db8b"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:20:04 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:07:31 2009 +0530"
      },
      "message": "headers_check fix: linux/synclink.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/synclink.h:209: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "e6faa002be269233bf1e8961e7e0a79ca3f2db8b",
      "tree": "7627e054bb513ff49ed0b13dbee2d9a7dddfc2bf",
      "parents": [
        "a788fd53aec9a439f6b8bf57888c30aea1176e1b"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:17:53 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:07:00 2009 +0530"
      },
      "message": "headers_check fix: linux/sound.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/linux/sound.h:33: extern\u0027s make no sense in userspace\n  usr/include/linux/sound.h:34: extern\u0027s make no sense in userspace\n  usr/include/linux/sound.h:35: extern\u0027s make no sense in userspace\n  usr/include/linux/sound.h:36: extern\u0027s make no sense in userspace\n  usr/include/linux/sound.h:37: extern\u0027s make no sense in userspace\n  usr/include/linux/sound.h:39: extern\u0027s make no sense in userspace\n  usr/include/linux/sound.h:40: extern\u0027s make no sense in userspace\n  usr/include/linux/sound.h:41: extern\u0027s make no sense in userspace\n  usr/include/linux/sound.h:42: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "a788fd53aec9a439f6b8bf57888c30aea1176e1b",
      "tree": "013149157888cb1cce5f02efa2d7def1f609e1ef",
      "parents": [
        "68622c61dc7971382f5d69cd5d881e618ea30414"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:14:02 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:06:33 2009 +0530"
      },
      "message": "headers_check fix: linux/signalfd.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/signalfd.h:19: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "68622c61dc7971382f5d69cd5d881e618ea30414",
      "tree": "fa3e5f2a76fc1f6362865fdf05dccd5b7a98caa1",
      "parents": [
        "7260a91666a3149181e7b78bbf73beebbb04f8fa"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:11:32 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:05:59 2009 +0530"
      },
      "message": "headers_check fix: linux/random.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/random.h:39: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "7260a91666a3149181e7b78bbf73beebbb04f8fa",
      "tree": "e186b22fccc6b85bd8c2eaa6c5786c14820b9e87",
      "parents": [
        "b8adfd3c753b47c47f626e032da7999530c316f0"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:09:17 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:05:30 2009 +0530"
      },
      "message": "headers_check fix: linux/ppp_defs.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/ppp_defs.h:50: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "b8adfd3c753b47c47f626e032da7999530c316f0",
      "tree": "270a3730da0e33290cc844fcbfb475503a9ed0c3",
      "parents": [
        "ed307444d8f276d7052400c47d9f4c5393997c42"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:07:05 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:04:50 2009 +0530"
      },
      "message": "headers_check fix: linux/pkt_sched.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/pkt_sched.h:32: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "ed307444d8f276d7052400c47d9f4c5393997c42",
      "tree": "841292fe03ce5ae3bd8e69aa7e5f324af8fc293b",
      "parents": [
        "06f43adba62f99de101616ffc5d0564aab237111"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:05:32 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:03:40 2009 +0530"
      },
      "message": "headers_check fix: linux/pkt_cls.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  linux/pkt_cls.h:122: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "06f43adba62f99de101616ffc5d0564aab237111",
      "tree": "8d36cc64b3a297d3e17b078c426c4dd4f597c95c",
      "parents": [
        "a81184c1f8cf8589a00894c20422982defc3f056"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 22:03:25 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:02:54 2009 +0530"
      },
      "message": "headers_check fix: linux/phonet.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/phonet.h:50: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "a81184c1f8cf8589a00894c20422982defc3f056",
      "tree": "79623771af3101a5af456c05dfbf19f2466bbd42",
      "parents": [
        "ee79a6415f911801eb7804704ac130088281b2d8"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:59:48 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:02:27 2009 +0530"
      },
      "message": "headers_check fix: linux/nfs_idmap.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/nfs_idmap.h:55: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "ee79a6415f911801eb7804704ac130088281b2d8",
      "tree": "01f358bdb9f3ae79ff6056b8f67700bcc397ffcd",
      "parents": [
        "8ef342021a55e4237e593c7f6304d0caa7bf1232"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:58:19 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:01:42 2009 +0530"
      },
      "message": "headers_check fix: linux/neighbour.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/neighbour.h:8: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "8ef342021a55e4237e593c7f6304d0caa7bf1232",
      "tree": "d7e796d5683f2af1eebe8fb7675810f2a822bca8",
      "parents": [
        "4b7ae34277608a30346d076beb44cbc466aa73e5"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:56:32 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:01:11 2009 +0530"
      },
      "message": "headers_check fix: linux/msdos_fs.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/msdos_fs.h:100: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "4b7ae34277608a30346d076beb44cbc466aa73e5",
      "tree": "f2bbe93683288de577fcf7801d927a273c92f28a",
      "parents": [
        "df9c04ed3ff455aa5cb7c4bcddf4544fe54cfa33"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:54:23 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:00:35 2009 +0530"
      },
      "message": "headers_check fix: linux/minix_fs.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/minix_fs.h:34: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "df9c04ed3ff455aa5cb7c4bcddf4544fe54cfa33",
      "tree": "b94f5c3b098fc9e92b8e64cb80dcdde4f5d284d2",
      "parents": [
        "d6d20f54847e27ed886e8285c208368ef3d42abb"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:50:39 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Sat Jan 31 00:00:06 2009 +0530"
      },
      "message": "headers_check fix: linux/irda.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/irda.h:127: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "d6d20f54847e27ed886e8285c208368ef3d42abb",
      "tree": "11913a475271774211920432cb6a8645a2124daf",
      "parents": [
        "e5144de521417b0f0eea74ece89acd437ecd32c9"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:49:07 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:59:44 2009 +0530"
      },
      "message": "headers_check fix: linux/ipx.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/ipx.h:13: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "e5144de521417b0f0eea74ece89acd437ecd32c9",
      "tree": "f9c04ef33abe7714977d9b44040d7edb513ed548",
      "parents": [
        "5c6aa2badf1b97ead5ffec8094f0c6236e0c07c5"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:47:52 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:59:12 2009 +0530"
      },
      "message": "headers_check fix: linux/ipv6_route.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/ipv6_route.h:42: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "5c6aa2badf1b97ead5ffec8094f0c6236e0c07c5",
      "tree": "2d1f1f37701ae8b3f2bb5e825bd8b433a35efd72",
      "parents": [
        "217a2291570b1e4c28cb6e4cd099707e456a09b8"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:46:43 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:58:41 2009 +0530"
      },
      "message": "headers_check fix: linux/ipv6.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/ipv6.h:26: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "217a2291570b1e4c28cb6e4cd099707e456a09b8",
      "tree": "6e3a798328b7ca8bb5f137c8e1158f1b096c6eac",
      "parents": [
        "2df005b75ab910f789f099f81bb70b3aa37203a7"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:44:19 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:58:12 2009 +0530"
      },
      "message": "headers_check fix: linux/ip6_tunnel.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  include/linux/ip6_tunnel.h:21: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "2df005b75ab910f789f099f81bb70b3aa37203a7",
      "tree": "983652d62968c4cbe0c74d534e82adb33c4ea37b",
      "parents": [
        "de8b0bcafabfb4400aa028282293ce7d52307433"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:42:47 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:57:43 2009 +0530"
      },
      "message": "headers_check fix: linux/inet_diag.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/inet_diag.h:16: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "de8b0bcafabfb4400aa028282293ce7d52307433",
      "tree": "680ae7ed43f447348d8c71776fa1ad58c7603f6d",
      "parents": [
        "65863dbc0833e06b905679f61450f05a68bae4c2"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:36:04 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:57:16 2009 +0530"
      },
      "message": "headers_check fix: linux/igmp.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/igmp.h:31: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "65863dbc0833e06b905679f61450f05a68bae4c2",
      "tree": "e671522069fac95b4b5cea295227d21b793c86c4",
      "parents": [
        "84ad40ebbaeb22fc665b1f307d32128c46e8d42d"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:34:36 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:56:48 2009 +0530"
      },
      "message": "headers_check fix: linux/if_tr.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/if_tr.h:37: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "84ad40ebbaeb22fc665b1f307d32128c46e8d42d",
      "tree": "65ad6aa658a91bdab98e7e6787403832f585f1a9",
      "parents": [
        "0fe5a8fe0c145a6ff8f3daacd32f1824d0c021a9"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:32:52 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:56:13 2009 +0530"
      },
      "message": "headers_check fix: linux/if_strip.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/if_strip.h:22: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "0fe5a8fe0c145a6ff8f3daacd32f1824d0c021a9",
      "tree": "43f00b14cded75e6a7f9644713657ccf4a826d72",
      "parents": [
        "85db53102dbf0816e9c5426c9322a64759e7166b"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:31:29 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:55:45 2009 +0530"
      },
      "message": "headers_check fix: linux/if_ppp.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/if_ppp.h:96: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "85db53102dbf0816e9c5426c9322a64759e7166b",
      "tree": "296defca6733c46bdc98b0c62a20c2e48d57d551",
      "parents": [
        "b06e936939931c5acb1ca5dfe1d02b4d2f7cb11f"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:29:20 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:54:53 2009 +0530"
      },
      "message": "headers_check fix: linux/if_link.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/if_link.h:9: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "b06e936939931c5acb1ca5dfe1d02b4d2f7cb11f",
      "tree": "efbdb2568dec242893a0ea869789bdd90dc72593",
      "parents": [
        "ba7161387e82fbbdc4b49533aa1345bb7befda13"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:27:59 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:53:40 2009 +0530"
      },
      "message": "headers_check fix: linux/if_hippi.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/if_hippi.h:82: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "ba7161387e82fbbdc4b49533aa1345bb7befda13",
      "tree": "643cde70c18f15be79fb6d76b8c1e0a2bbe61f89",
      "parents": [
        "1759cb994c3ff51e69268379da1cdd96048a8268"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:26:35 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:53:12 2009 +0530"
      },
      "message": "headers_check fix: linux/if_fc.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/if_fc.h:37: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "1759cb994c3ff51e69268379da1cdd96048a8268",
      "tree": "6234cbaab02216f335ccf8faa78208b3683b888d",
      "parents": [
        "680ee0bd2a9625965812c1209476168fd0704a00"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:25:00 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:52:41 2009 +0530"
      },
      "message": "headers_check fix: linux/if_addrlabel.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/if_addrlabel.h:15: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "680ee0bd2a9625965812c1209476168fd0704a00",
      "tree": "a115dadbf923c6bf95148bd15d867335cdcc193c",
      "parents": [
        "1cc49ae2e6d241e5cfc2c52e3329f5ef8dd42f18"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:21:01 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:52:16 2009 +0530"
      },
      "message": "headers_check fix: linux/if_addr.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/if_addr.h:8: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "1cc49ae2e6d241e5cfc2c52e3329f5ef8dd42f18",
      "tree": "195db562eec3b336318a8b5366d3adb4a377c93e",
      "parents": [
        "c244ae5b16dc31b5bea67e6d6e9d6ff654aee781"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:18:37 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:51:41 2009 +0530"
      },
      "message": "headers_check fix: linux/icmpv6.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/icmpv6.h:8: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "c244ae5b16dc31b5bea67e6d6e9d6ff654aee781",
      "tree": "9af70c9f5177016f83acf43ebacec6850d96504d",
      "parents": [
        "b08ead0527bcfdcab39a347b531701289485b484"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:17:06 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:51:17 2009 +0530"
      },
      "message": "headers_check fix: linux/hiddev.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/hiddev.h:40: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "b08ead0527bcfdcab39a347b531701289485b484",
      "tree": "055e7e2f0de2f6e76797b39172e4761371a9672b",
      "parents": [
        "237416fe05067237f0bcc6370d84c09b52fb776a"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:15:34 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:50:37 2009 +0530"
      },
      "message": "headers_check fix: linux/hid.h\n\nfix the following \u0027make headers_check\u0027 warnings:\n\n  usr/include/linux/hid.h:69: extern\u0027s make no sense in userspace\n  usr/include/linux/hid.h:76: extern\u0027s make no sense in userspace\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "237416fe05067237f0bcc6370d84c09b52fb776a",
      "tree": "cb9826d4e90ec5df79fa8f6bf19e99d3b6f30772",
      "parents": [
        "985f302cb42e18912c88a3d2f9d9008844045ee3"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:12:38 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:50:12 2009 +0530"
      },
      "message": "headers_check fix: linux/gfs2_ondisk.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/gfs2_ondisk.h:109: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    },
    {
      "commit": "985f302cb42e18912c88a3d2f9d9008844045ee3",
      "tree": "f0eac88e7f78d9af3455fb2c2499cbc4396ae4ea",
      "parents": [
        "93c1c0e310b56acbd366a43b15260a1775481f24"
      ],
      "author": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 21:10:52 2009 +0530"
      },
      "committer": {
        "name": "Jaswinder Singh Rajput",
        "email": "jaswinderrajput@gmail.com",
        "time": "Fri Jan 30 23:49:39 2009 +0530"
      },
      "message": "headers_check fix: linux/genetlink.h\n\nfix the following \u0027make headers_check\u0027 warning:\n\n  usr/include/linux/genetlink.h:12: found __[us]{8,16,32,64} type without #include \u003clinux/types.h\u003e\n\nSigned-off-by: Jaswinder Singh Rajput \u003cjaswinderrajput@gmail.com\u003e\n"
    }
  ],
  "next": "93c1c0e310b56acbd366a43b15260a1775481f24"
}
