)]}'
{
  "log": [
    {
      "commit": "6e3b2bbb197eb12b2bef35bcf2ac3bd6a5facab2",
      "tree": "2c10a0967b6843a60b76c687750df839b56316b1",
      "parents": [
        "8a065975c1c00d1ab3293c1adf6f89988bb1b03b"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@steeleye.com",
        "time": "Fri Apr 06 11:14:56 2007 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Apr 14 08:49:03 2007 -0500"
      },
      "message": "[SCSI] 3w-xxxx: fix oops caused by incorrect REQUEST_SENSE handling\n\n3w-xxxx emulates a REQUEST_SENSE response by simply returning nothing.\nUnfortunately, it\u0027s assuming that the REQUEST_SENSE command is\nimplemented with use_sg \u003d\u003d 0, which is no longer the case.  The oops\noccurs because it\u0027s clearing the scatterlist in request_buffer instead\nof the memory region.\n\nThis is fixed by using tw_transfer_internal() to transfer correctly to\nthe scatterlist.\n\nAcked-by: adam radford \u003caradford@gmail.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8a065975c1c00d1ab3293c1adf6f89988bb1b03b",
      "tree": "8835a41620cf6f6b955a444fa7e4503a05143d1a",
      "parents": [
        "0ea41a26baa7ef10bc8de72f9ed571dc677780bc",
        "1ca19770c5ba90d041ba4d06976c77048d330cc8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:44:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:44:52 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n\n* \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband:\n  RDMA/cxgb3: Add set_tcb_rpl_handler\n"
    },
    {
      "commit": "0ea41a26baa7ef10bc8de72f9ed571dc677780bc",
      "tree": "ad0c9324845ba4748bf3d769bab14002f08957b5",
      "parents": [
        "6a04de6dbe1772d98fddf5099738d6f508e86e21",
        "7a6491dffb5bf86ae86c90895c0f40aacceb7083"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:38:30 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:38:30 2007 -0700"
      },
      "message": "Merge branch \u0027for_linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc\n\n* \u0027for_linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc:\n  [PPC] Fix compilation and linking errors of mpc86xads build.\n  [PPC] Fix compilation and linking errors of mpc885ads build.\n  [PPC] MPC8272 ADS compile fixed, defconfig refreshed.\n"
    },
    {
      "commit": "6a04de6dbe1772d98fddf5099738d6f508e86e21",
      "tree": "1f11a5f326657b05320faceedf3bd1f7531238e6",
      "parents": [
        "c3724b129b5a1a1789a2dc5348685a236ae02479"
      ],
      "author": {
        "name": "Wu, Bryan",
        "email": "bryan.wu@analog.com",
        "time": "Wed Apr 11 23:28:47 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:31:42 2007 -0700"
      },
      "message": "[PATCH] nommu: fix bug ip_conntrack does not work on nommu\n\nnum_physpages is not exported out in mm/nommu.c, so the ip_conntrack module\nlink will fail.\n\nSigned-off-by: Bryan Wu \u003cbryan.wu@analog.com\u003e\nAcked-By: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c3724b129b5a1a1789a2dc5348685a236ae02479",
      "tree": "d664a2d672b62c9bde71992cdd8e1b7904f5e3d0",
      "parents": [
        "6d205f120547043de663315698dcf5f0eaa31b5c"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Wed Apr 11 23:28:46 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:31:42 2007 -0700"
      },
      "message": "[PATCH] autofs4: fix race in unhashed dentry code\n\nCommit f50b6f8691cae2e0064c499dd3ef3f31142987f0 introduced a race in\nautofs4 between autofs_lookup_unhashed() and autofs_dentry_release().\n\nautofs_dentry_release() ends up clearing the -\u003edentry and -\u003einode members\nof autofs_info before removing it from the rehash list.  The list is\nprotected by the rehash lock in both functions, but since\nautofs_dentry_release() starts tearing the autofs_info struct down before\nremoving it from the list, autofs_lookup_unhashed() can get a autofs_info\nwith a NULL dentry.\n\nThis patch moves the clearing of -\u003edentry and -\u003einode after the removal\nfrom the rehash list.\n\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nAcked-by: Ian Kent \u003craven@themaw.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6d205f120547043de663315698dcf5f0eaa31b5c",
      "tree": "c2b4b8d41361d498bdf8abad6fc9d06086bab56d",
      "parents": [
        "505fa2c4a2f125a70951926dfb22b9cf273994f1"
      ],
      "author": {
        "name": "Vladimir Saveliev",
        "email": "vs@namesys.com",
        "time": "Wed Apr 11 23:28:44 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:31:42 2007 -0700"
      },
      "message": "[PATCH] reiserfs: fix key decrementing\n\nThis patch fixes a bug in function decrementing a key of stat data item.\n\nOffset of reiserfs keys are compared as signed values.  To set key offset\nto maximal possible value maximal signed value has to be used.\n\nThis bug is responsible for severe reiserfs filesystem corruption which\nshows itself as warning vs-13060.  reiserfsck fixes this corruption by\nfilesystem tree rebuilding.\n\nSigned-off-by: Vladimir Saveliev \u003cvs@namesys.com\u003e\nCc: \u003creiserfs-dev@namesys.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "505fa2c4a2f125a70951926dfb22b9cf273994f1",
      "tree": "aa96fd86c3a26bcd062c1e19e527faf684848516",
      "parents": [
        "b6550777a32f7204f87475beb4f40d054fb8d4b4"
      ],
      "author": {
        "name": "Neil Brown",
        "email": "neilb@suse.de",
        "time": "Wed Apr 11 23:28:44 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:31:42 2007 -0700"
      },
      "message": "[PATCH] md: fix calculation for size of filemap_attr array in md/bitmap\n\nIf \u0027num_pages\u0027 were ever 1 more than a multiple of 8 (32bit platforms)\nor of 16 (64 bit platforms).  filemap_attr would be allocated one\n\u0027unsigned long\u0027 shorter than required.  We need a round-up in there.\n\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b6550777a32f7204f87475beb4f40d054fb8d4b4",
      "tree": "3ab8e8ca76644b52af4b5796583f75068cf789f7",
      "parents": [
        "1668be71ccae5a9610fc8a224bd80fbe852f93ae"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Wed Apr 11 23:28:43 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:31:42 2007 -0700"
      },
      "message": "[PATCH] cciss: unregister from SCSI before tearing down device resources\n\nWe must unregister from SCSI before we unmap device resources and unhook\nthe IRQ handler.  Otherwise, SCSI may send us more requests, and we won\u0027t\nbe able to handle them.\n\nI see the following oops during every reboot of my HP DL360:\n\n    ...\n    Unmounting local filesystems...done.\n    Rebooting... Completed flushing cache on controller 0\n    BUG: unable to handle kernel paging request at virtual address f8808040\n     printing eip:\n    c02dc72b\n    *pde \u003d 02120067\n    *pte \u003d 00000000\n    Oops: 0002 [#1]\n    SMP\n    Modules linked in:\n    CPU:    1\n    EIP:    0060:[\u003cc02dc72b\u003e]    Not tainted VLI\n    EFLAGS: 00010046   (2.6.21-rc6 #1)\n    EIP is at SA5_submit_command+0xb/0x20\n    eax: f8808000   ebx: f7a00000   ecx: f79f0000   edx: 37a00000\n    esi: f79f0000   edi: 00000000   ebp: 00000000   esp: dd717a44\n    ds: 007b   es: 007b   fs: 00d8  gs: 0000  ss: 0068\n    Process khelper (pid: 1427, ti\u003ddd716000 task\u003dc2260a70 task.ti\u003ddd716000)\n    Stack: c02df2c0 f7a00000 f7a00000 00d41008 c02df691 00000000 00000010 00000002\n\t   00000001 f79f0000 f7fff844 c1398420 00000000 00000000 00001000 230a3020\n\t   69666564 5420656e 50434f49 465f544b 4853554c 44414552 0a312009 66656423\n    Call Trace:\n     [\u003cc02df2c0\u003e] start_io+0x80/0x120\n     [\u003cc02df691\u003e] do_cciss_request+0x331/0x350\n     [\u003cc014242a\u003e] mempool_alloc+0x2a/0xe0\n     [\u003cc020ad71\u003e] blk_alloc_request+0x61/0x80\n     [\u003cc020b02e\u003e] get_request+0x15e/0x1e0\n     [\u003cc01595e0\u003e] cache_alloc_refill+0xb0/0x1e0\n     [\u003cc021049d\u003e] as_update_rq+0x2d/0x80\n     [\u003cc0210d28\u003e] as_add_request+0x68/0x90\n     [\u003cc0207f99\u003e] elv_insert+0x119/0x160\n     [\u003cc020bd0b\u003e] __make_request+0xcb/0x320\n     [\u003cc0122ee0\u003e] lock_timer_base+0x20/0x50\n     [\u003cc0123096\u003e] del_timer+0x56/0x60\n     [\u003cc020a7b8\u003e] blk_remove_plug+0x38/0x70\n     [\u003cc020a815\u003e] __generic_unplug_device+0x25/0x30\n     [\u003cc020a835\u003e] generic_unplug_device+0x15/0x30\n    ...\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nAcked-by: Mike Miller \u003cmike.miller@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1668be71ccae5a9610fc8a224bd80fbe852f93ae",
      "tree": "4efb5472b8295a9b7572709f8d3903c5a83943da",
      "parents": [
        "fe20e581a72979917e35d5146458ceba79be391f"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Wed Apr 11 23:28:42 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:31:42 2007 -0700"
      },
      "message": "[PATCH] doc: gpio.txt describes open-drain emulation\n\nUpdate the GPIO docs to describe the idiom whereby open drain signals are\nemulated by toggling the GPIO direction.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fe20e581a72979917e35d5146458ceba79be391f",
      "tree": "37c5d2639da3c4c1ad9aa5d1fc0e3fa124b1f071",
      "parents": [
        "80584ff3b99c36ead7e130e453b3a48b18072d18"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Wed Apr 11 23:28:41 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 12 15:31:41 2007 -0700"
      },
      "message": "[PATCH] fix kernel oops with badly formatted module option\n\nCatch malformed kernel parameter usage of \"param \u003d value\".  Spaces are not\nsupported, but don\u0027t cause a kernel fault on such usage, just report an\nerror.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nAcked-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nAcked-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7a6491dffb5bf86ae86c90895c0f40aacceb7083",
      "tree": "66b3610d0af09860858acbcd2e71b049b620179f",
      "parents": [
        "fa76abac9271e314c02aff9b407116b783e0ccbb"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vbordug@ru.mvista.com",
        "time": "Tue Apr 10 21:52:04 2007 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 12 12:39:51 2007 -0500"
      },
      "message": "[PPC] Fix compilation and linking errors of mpc86xads build.\n\nFix compilation of mpc866ads_setup.c\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "fa76abac9271e314c02aff9b407116b783e0ccbb",
      "tree": "9c24352742fb58b4bb68c83ccdb7463bbbd68608",
      "parents": [
        "6df7d40682242b52c3ed1ea4bbdb594c2d8737c5"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vbordug@ru.mvista.com",
        "time": "Tue Apr 10 21:52:02 2007 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 12 12:38:09 2007 -0500"
      },
      "message": "[PPC] Fix compilation and linking errors of mpc885ads build.\n\nFix compilation of mpc885ads_setup.c\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1ca19770c5ba90d041ba4d06976c77048d330cc8",
      "tree": "6c2cf812269bd9b00c20e16a71d16c07abf6c103",
      "parents": [
        "80584ff3b99c36ead7e130e453b3a48b18072d18"
      ],
      "author": {
        "name": "Steve Wise",
        "email": "swise@opengridcomputing.com",
        "time": "Thu Apr 12 07:56:34 2007 -0500"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Apr 12 10:37:11 2007 -0700"
      },
      "message": "RDMA/cxgb3: Add set_tcb_rpl_handler\n\nAs of commit 6cdbd77e (\"cxgb3 - missing CPL hanler and register\nsetting.\"), the cxgb3 ethernet NIC driver no longer handles SET_TCB\nreplies, so we need to do it in the iWARP driver.\n\nSigned-off-by: Steve Wise \u003cswise@opengridcomputing.com\u003e\nAcked-by: Divy Le Ray \u003cdivy@chelsio.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "6df7d40682242b52c3ed1ea4bbdb594c2d8737c5",
      "tree": "5bdb3b21a67bc965686add52f3f644abda1e80ce",
      "parents": [
        "80584ff3b99c36ead7e130e453b3a48b18072d18"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vbordug@ru.mvista.com",
        "time": "Tue Apr 10 21:51:53 2007 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 12 12:36:45 2007 -0500"
      },
      "message": "[PPC] MPC8272 ADS compile fixed, defconfig refreshed.\n\nFix compilation of mpc8272ads_setup.c\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "80584ff3b99c36ead7e130e453b3a48b18072d18",
      "tree": "e6e16d05645bc4a69cddc8ca1097b8f2ec73a387",
      "parents": [
        "73aba63c5d62f4f504c6469c7c56311a0c818b20",
        "22132178b26c907d19f661a4ae7fd265962d417e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 11 15:44:45 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 11 15:44:45 2007 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  [POWERPC] mpc52xx_pic: fix main interrupt masking\n"
    },
    {
      "commit": "73aba63c5d62f4f504c6469c7c56311a0c818b20",
      "tree": "ed8b7ffb76b26b5d799e1182e1f14a48390eddf7",
      "parents": [
        "29ac8cabd225eaccb2918846f2f2f4e4d99030bd",
        "cec34dda71bd8bb1df61579d6a1440723baec9f7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 11 15:40:45 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 11 15:40:45 2007 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:\n  myri10ge: update driver version to 1.3.0-1.233\n  myri10ge: more Intel chipsets providing aligned PCIe completions\n  myri10ge: fix management of the firmware 4KB boundary crossing restriction\n  cxgb3 - missing CPL hanler and register setting.\n  cxgb3 - MAC watchdog update\n  cxgb3 - avoid deadlock with mac watchdog\n  skge: fix wake on lan\n  sky2: phy workarounds for Yukon EC-U A1\n  sky2: turn on clocks when doing resume\n  sky2: turn carrier off when down\n  skge: turn carrier off when down\n  [PATCH] bcm43xx: Fix PPC machine checks and match loopback gain specs\n  [PATCH] bcm43xx: Fix 802.11b/g scan limits to match regulatory reqs\n  [PATCH] zd1211rw: Fix E2P_PHY_REG patching\n  [PATCH] zd1211rw: Reject AL2230S devices\n"
    },
    {
      "commit": "29ac8cabd225eaccb2918846f2f2f4e4d99030bd",
      "tree": "ad528b5e66399b74fa8266b230f1f999a65628ce",
      "parents": [
        "c48ea60359a303f3faf5991205b0cdb58dfe6eed",
        "2ea547d2dec97b279ba90c7768960856f2116c79"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 11 15:40:03 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 11 15:40:03 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6:\n  USB: Nikon D80 unusual device patch\n  EHCI: fix remote wakeup regression in 2.6.21-rc\n"
    },
    {
      "commit": "c48ea60359a303f3faf5991205b0cdb58dfe6eed",
      "tree": "ccccfdc5ff0b88d83d7b4047d819fba2d41b6d4b",
      "parents": [
        "5ab7ffea520948115a51a9931e1bb4c818aa8e35"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Wed Apr 11 01:37:18 2007 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 11 15:39:39 2007 -0700"
      },
      "message": "[PATCH] PM: use kobject_name() to access kobject names\n\nNoone should use kobj.name directly since it may contain garbage.\nObjects with longer names have them stored in separately allocated\nmemory pointed to by kobj-\u003ek_name.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2ea547d2dec97b279ba90c7768960856f2116c79",
      "tree": "dc54d743440d00458fc3f74d1bcd7e46084f14da",
      "parents": [
        "61e8b858abe38c1042135065c59f7d339194b50b"
      ],
      "author": {
        "name": "Emil Larsson",
        "email": "emil@swip.net",
        "time": "Thu Mar 29 22:48:46 2007 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Apr 11 10:44:15 2007 -0700"
      },
      "message": "USB: Nikon D80 unusual device patch\n\nthe Nikon D80 camera will not work without an UNUSUAL_DEV entry embodied\nin the attached patch (made against 2.6.20.3). Hope you find it helpful,\nor if not, pass it along to someone who does.\n\nFrom: Emil Larsson \u003cemil@swip.net\u003e\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "61e8b858abe38c1042135065c59f7d339194b50b",
      "tree": "db0d72775394b25ed3e80b2ce423424cbfefa1ee",
      "parents": [
        "5ab7ffea520948115a51a9931e1bb4c818aa8e35"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Apr 09 11:52:31 2007 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Apr 11 10:44:15 2007 -0700"
      },
      "message": "EHCI: fix remote wakeup regression in 2.6.21-rc\n\nThere is one significant difference between the behavior of root hubs\n(as embodied in host controller hardware) and external hubs: When a\nremote-wakeup signal is received, an external hub sends an interrupt\nmessage at the _end_ of the resume sequence but a root hub generates\nand interrupt at the _beginning_ of the resume sequence.  The host\nsystem must poll for the end of the sequence.\n\nWhen ehci-hcd was converted to interrupt-driven operation instead of\nusing polling, the remaining need for this particular poll was\noverlooked.  This patch (as894) fixes the problem.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "22132178b26c907d19f661a4ae7fd265962d417e",
      "tree": "19d793af155047b56dfc0b910dc26f1cf3b65bab",
      "parents": [
        "5ab7ffea520948115a51a9931e1bb4c818aa8e35"
      ],
      "author": {
        "name": "Domen Puncer",
        "email": "domen.puncer@telargo.com",
        "time": "Wed Apr 11 00:27:49 2007 +0200"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 12 02:39:58 2007 +1000"
      },
      "message": "[POWERPC] mpc52xx_pic: fix main interrupt masking\n\nThe bit setting was off by one.\nTested with RTC and GPIO_WKUP interrupts.\n\nSigned-off-by: Domen Puncer \u003cdomen.puncer@telargo.com\u003e\nSigned-off-by: Sylvain Munaut \u003ctnt@246tNt.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "cec34dda71bd8bb1df61579d6a1440723baec9f7",
      "tree": "b2c684c8ccd8aec71470cbf423e686693e8bbffd",
      "parents": [
        "4b2281c7aa6a6e2615b35f8cebd93656dc6d714c",
        "ec759a2b383b50950be37fbe470c4cc2ca18e2ce"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:55:45 2007 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:55:45 2007 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes\n"
    },
    {
      "commit": "4b2281c7aa6a6e2615b35f8cebd93656dc6d714c",
      "tree": "2c73b557f0b6fbb36f4c73cbacc4ba54e5dad53e",
      "parents": [
        "f19baaeaadf9d77bcc6c122500c70b27c5bbc7a4"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Tue Apr 10 21:22:19 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:44 2007 -0400"
      },
      "message": "myri10ge: update driver version to 1.3.0-1.233\n\nUpdate the myri10ge driver version number to 1.3.0-1.233.\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "f19baaeaadf9d77bcc6c122500c70b27c5bbc7a4",
      "tree": "24c927e32a7d9c33098ac84aa9718917835d9e35",
      "parents": [
        "ae8509b1876e6e1074edc9846296e80983e30502"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Tue Apr 10 21:21:39 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:44 2007 -0400"
      },
      "message": "myri10ge: more Intel chipsets providing aligned PCIe completions\n\nAdd the Intel 5000 southbridge (aka Intel 6310/6311/6321ESB) PCIe ports\nand the Intel E30x0 chipsets to the whitelist of aligned PCIe completion.\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ae8509b1876e6e1074edc9846296e80983e30502",
      "tree": "bc7ee82e0134ea9b88a2e26c367e97160536caf4",
      "parents": [
        "6cdbd77e8883aac2e24f8b19b91e5b1c839213a0"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Tue Apr 10 21:21:08 2007 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:44 2007 -0400"
      },
      "message": "myri10ge: fix management of the firmware 4KB boundary crossing restriction\n\nSimpler way of dealing with the firmware 4KB boundary crossing\nrestriction for rx buffers.  This fixes a variety of memory\ncorruption issues when using an \"uncommon\" MTU with a 16KB\npage size.\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "6cdbd77e8883aac2e24f8b19b91e5b1c839213a0",
      "tree": "52a684f1bf9113d7a76ca615bab94231a9bd7d9f",
      "parents": [
        "59cf81076a85e1df273155298c462574b49cc0fe"
      ],
      "author": {
        "name": "Divy Le Ray",
        "email": "divy@chelsio.com",
        "time": "Mon Apr 09 20:10:33 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:43 2007 -0400"
      },
      "message": "cxgb3 - missing CPL hanler and register setting.\n\nRemove specific CPL handler.\nAdd missing CPL handler.\nAdd missing register setting when the interface is brought up.\n\nSigned-off-by: Divy Le Ray \u003cdivy@chelsio.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "59cf81076a85e1df273155298c462574b49cc0fe",
      "tree": "d03245a0621b241fe5afa0e86bc65c8db28001e1",
      "parents": [
        "f2d961c9827bab4b64a1b4ea30c68cf5ab2b2330"
      ],
      "author": {
        "name": "Divy Le Ray",
        "email": "divy@chelsio.com",
        "time": "Mon Apr 09 20:10:27 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:43 2007 -0400"
      },
      "message": "cxgb3 - MAC watchdog update\n\nThe MAC watchdog was failing if the peer interface was brought down.\n\nSigned-off-by: Divy Le Ray \u003cdivy@chelsio.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "f2d961c9827bab4b64a1b4ea30c68cf5ab2b2330",
      "tree": "6e3b2917ff1fa6a2ca726c781792dcb8907f7ab2",
      "parents": [
        "692412b31ffb5df00197ea591dd635fc07506c02"
      ],
      "author": {
        "name": "Divy Le Ray",
        "email": "divy@chelsio.com",
        "time": "Mon Apr 09 20:10:22 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:43 2007 -0400"
      },
      "message": "cxgb3 - avoid deadlock with mac watchdog\n\nFix a deadlock when the interface s configured down and\nthe watchdog tack is sleeping on rtnl_lock.\n\nSigned-off-by: Divy Le Ray \u003cdivy@chelsio.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "692412b31ffb5df00197ea591dd635fc07506c02",
      "tree": "e0dfc9a42d8b2763a62ad63e0b16a32f23c34566",
      "parents": [
        "9467a8fc89844ff2ea9c6d13460dddb3b674cc37"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Mon Apr 09 15:32:45 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:43 2007 -0400"
      },
      "message": "skge: fix wake on lan\n\nNeed to rework wake on lan code to setup properly and get activated\non shutdown (and suspend), not when ethtool is run.\n\nThis does not need to go to stable queue because wake on lan\nwas not even included in 2.6.20 (or earlier versions).\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9467a8fc89844ff2ea9c6d13460dddb3b674cc37",
      "tree": "ad4ca3254b99e90e4c3c6eafe2428b03b57b95f6",
      "parents": [
        "1ad5b4a5c224c5f98f9745adbcf99899624c8138"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Sat Apr 07 16:02:28 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:43 2007 -0400"
      },
      "message": "sky2: phy workarounds for Yukon EC-U A1\n\nThe workaround Yukon EC-U wasn\u0027t comparing with correct\nversion and wasn\u0027t doing correct setup. Without it, 88e8056\nthrows all sorts of errors.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1ad5b4a5c224c5f98f9745adbcf99899624c8138",
      "tree": "c9a0f9721d6293384f2b4a5a7be484052bbd6e65",
      "parents": [
        "9a87240c67565578a9533101b930ef4a975be333"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Sat Apr 07 16:02:27 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:43 2007 -0400"
      },
      "message": "sky2: turn on clocks when doing resume\n\nSome of these chips are disabled until clock is enabled.\nThis fixes:\n     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug\u003d404107\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9a87240c67565578a9533101b930ef4a975be333",
      "tree": "dfa1b9bdbc6fa713e64b82d690050ccdccf3762a",
      "parents": [
        "e5b9ddd9a0f95e133db7b43d05978f24cd6f1369"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Sat Apr 07 16:02:26 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:42 2007 -0400"
      },
      "message": "sky2: turn carrier off when down\n\nDriver needs to turn off carrier when down.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e5b9ddd9a0f95e133db7b43d05978f24cd6f1369",
      "tree": "275e881717f62f47cb27ed818b57a3cc78334e2b",
      "parents": [
        "5ab7ffea520948115a51a9931e1bb4c818aa8e35"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@linux-foundation.org",
        "time": "Sat Apr 07 16:02:25 2007 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Apr 11 11:54:42 2007 -0400"
      },
      "message": "skge: turn carrier off when down\n\nDriver needs to turn off carrier when down, otherwise it can\nconfuse bonding and bridging and looks like carrier is on immediately\nwhen it is brought back up.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5ab7ffea520948115a51a9931e1bb4c818aa8e35",
      "tree": "b522b694262d5e3a7d6095e6191c478ea2320173",
      "parents": [
        "ff78b20235f84966c4b7962ce94e800adecc5383"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Tue Apr 10 15:10:45 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:26:33 2007 -0700"
      },
      "message": "[PATCH] FRV: Update the FRV arch MAINTAINER record to get a hit on \"grep -i frv\"\n\nUpdate the FRV arch MAINTAINER record to get a hit on \"grep -i frv\".  Whilst\nFR-V is technically correct, it\u0027s normally thought of as FRV.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ff78b20235f84966c4b7962ce94e800adecc5383",
      "tree": "f6ee9b9132933507f404b1fcd6c7a92730274e26",
      "parents": [
        "0bce0b7a3b25b33220be77dcaf3dc4585641100c"
      ],
      "author": {
        "name": "Cliff Brake",
        "email": "cbrake@bec-systems.com",
        "time": "Mon Apr 09 23:50:50 2007 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:26:33 2007 -0700"
      },
      "message": "[PATCH] Input: ucb1400 - set up driver\u0027s name to show in sysfs\n\nThe UCB1400 is missing a name parameter in the device_driver struct.\nThis causes missing information in the /sys tree and seems to cause\nother problems with the AC97 functionality. This was tested on a PXA270\nsystem.\n\nSigned-off-by: Cliff Brake \u003ccbrake@bec-systems.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0bce0b7a3b25b33220be77dcaf3dc4585641100c",
      "tree": "276c0a66993b047b978c1aebc19060dcf8fc61cf",
      "parents": [
        "c3474be4ddcae0256a13cbbe35d849c153c4ec4b",
        "52ea0718ea506df0915eacedb439e65c5f214e0e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:24:56 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:24:56 2007 -0700"
      },
      "message": "Merge branch \u0027for-2.6.21\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart\n\n* \u0027for-2.6.21\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart:\n  [AGPGART] intel_agp: fix G965 GTT size detect\n"
    },
    {
      "commit": "c3474be4ddcae0256a13cbbe35d849c153c4ec4b",
      "tree": "03a19c106dea8c60a26eff45444a290df330c98a",
      "parents": [
        "5a92d635bec814fb53595fc80488765bc0d4ff0e",
        "199c1167f5e8123a9b0a9ab1e8b78a6aa4b2733f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:24:36 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:24:36 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:\n  ieee1394: change deprecation status of dv1394\n"
    },
    {
      "commit": "5a92d635bec814fb53595fc80488765bc0d4ff0e",
      "tree": "73b06c82859b4a36ab31082e7dfa7fab6e42dc64",
      "parents": [
        "e676853c8c3f77166c03f1eea7dab6e854eeb819",
        "6371ea3d48e17d4638a91a4a1e0364e56204e418"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:23:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:23:52 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:\n  IPoIB/cm: Fix DMA direction typo\n  IB/iser: Don\u0027t defer connection failure notification to workqueue\n"
    },
    {
      "commit": "e676853c8c3f77166c03f1eea7dab6e854eeb819",
      "tree": "0cbd6fda6a8cdc568b3b67fe188c5ca45bb8db59",
      "parents": [
        "8bd51cce98aa80ff8b56d34a0e48316c5f887818",
        "8da7d1bae512aee155ef02f7ab1266358842e1fd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:23:36 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:23:36 2007 -0700"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid\n\n* \u0027upstream-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:\n  HID: Do not discard truncated input reports\n"
    },
    {
      "commit": "8bd51cce98aa80ff8b56d34a0e48316c5f887818",
      "tree": "76735fa7f5767fa379f30399a9bd048a3bbf3fc3",
      "parents": [
        "9631eb0bc18bc1fd1cc84e535260d67ed6a36865",
        "a7a832de9e9624bcf069a5369c3c38ba2f44d460"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:22:31 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:22:31 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6:\n  ide: add \"optical\" to sysfs \"media\" attribute\n  ide: ugly messages trying to open CD drive with no media present\n  ide: correctly prevent IDE timer expiry function to run if request was already handled\n"
    },
    {
      "commit": "9631eb0bc18bc1fd1cc84e535260d67ed6a36865",
      "tree": "4035e815fe051d0c357a10c4201c0fca2ffdbdcd",
      "parents": [
        "b4dfd6bc35f6c1e0fcbb4268c523b3939955d3af",
        "50c9cc2e540aeaab78ab548a8d42568977c6844f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:22:16 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:22:16 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:\n  [NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry function\n  [TCP]: slow_start_after_idle should influence cwnd validation too\n  [SC92031]: Fix priv-\u003elock context\n  [NET_SCHED]: cls_tcindex: fix compatibility breakage\n"
    },
    {
      "commit": "b4dfd6bc35f6c1e0fcbb4268c523b3939955d3af",
      "tree": "2b33ae37af2c77fd844243165d00a47450cfc543",
      "parents": [
        "90f30eccf41302a2542f5d374af243061902bd98",
        "2e0d232bff31973f58c33412b45fce51b6770698"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:21:57 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Apr 10 17:21:57 2007 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:\n  [IA64] SGI Altix : fix pcibr_dmamap_ate32() bug\n  [IA64] Fix CPU freq displayed in /proc/cpuinfo\n  [IA64] Fix wrong assumption about irq and vector in msi_ia64.c\n  [IA64] BTE error timer fix\n"
    },
    {
      "commit": "a7a832de9e9624bcf069a5369c3c38ba2f44d460",
      "tree": "3776f380d5031de1e0c6fbe248bba2bbfe1cf5d1",
      "parents": [
        "76ca1af10e28021e1894c5703da42b5e7bff1771"
      ],
      "author": {
        "name": "Danny Kukawka",
        "email": "dkukawka@suse.de",
        "time": "Tue Apr 10 22:39:14 2007 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Tue Apr 10 22:39:14 2007 +0200"
      },
      "message": "ide: add \"optical\" to sysfs \"media\" attribute\n\nAdd \"optical\" to sysfs \"media\" attribute as already in /proc\n\nSigned-off-by: Danny Kukawka \u003cdkukawka@suse.de\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "76ca1af10e28021e1894c5703da42b5e7bff1771",
      "tree": "2aa5afe2eff68a3c2a3faf59ca8957ddc8776fdf",
      "parents": [
        "23450319e2890986c247ec0aa1442f060e657e6d"
      ],
      "author": {
        "name": "Stuart Hayes",
        "email": "stuart_hayes@dell.com",
        "time": "Tue Apr 10 22:38:43 2007 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Tue Apr 10 22:38:43 2007 +0200"
      },
      "message": "ide: ugly messages trying to open CD drive with no media present\n\nI get the following error messages when trying to open a CD device\n(specifically, the Teac CD-ROM CD-224E) that has no media present:\n\nhda: packet command error: status\u003d3D0x51 { DriveReady SeekComplete Error }\nhda: packet command error: error\u003d3D0x54 { AbortedCommand LastFailedSense\u003d0x05 }\nide: failed opcode was: unknown\n\nThis happens when a \"start stop unit\" command (0x1b 0 0 0 3 0 0 0 0 0)\nis sent to the drive to try to close the CD-ROM tray, but this drive\ndoesn\u0027t have that capability (it\u0027s a slim portable-type CD-ROM), so it\nreports sense key 5 (illegal request) with asc/ascq 24/0.  This is\nexactly how SFF8090i says it should respond.\n\nBut ide-cd.c (in cdrom_decode_status() ) just sees sense key 5 and spews\nout an error.  It then goes on to request sense data, and\ncdrom_log_sense() understands this error and doesn\u0027t log it.\n\nThe patch, for kernel 2.6.20.4, suppresses this error message.\n\nSigned-off-by: Stuart Hayes \u003cstuart_hayes@dell.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "23450319e2890986c247ec0aa1442f060e657e6d",
      "tree": "c30fc173d8b97343f8ae7b1b1ed511366af256ab",
      "parents": [
        "90f30eccf41302a2542f5d374af243061902bd98"
      ],
      "author": {
        "name": "Suleiman Souhlal",
        "email": "suleiman@google.com",
        "time": "Tue Apr 10 22:38:37 2007 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Tue Apr 10 22:38:37 2007 +0200"
      },
      "message": "ide: correctly prevent IDE timer expiry function to run if request was already handled\n\nIt is possible for the timer expiry function to run even though the\nrequest has already been handled: ide_timer_expiry() only checks that\nthe handler is not NULL, but it is possible that we have handled a\nrequest (thus clearing the handler) and then started a new request\n(thus starting the timer again, and setting a handler). \n\nA simple way to exhibit this is to set the DMA timeout to 1 jiffy and\nrun dd: The kernel will panic after a few minutes because\nide_timer_expiry() tries to add a timer when it\u0027s already active.\n\nTo fix this, we simply add a request generation count that gets\nincremented at every interrupt, and check in ide_timer_expiry() that\nwe have not already handled a new interrupt before running the expiry\nfunction.\n\nSigned-off-by: Suleiman Souhlal \u003csuleiman@google.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\n"
    },
    {
      "commit": "50c9cc2e540aeaab78ab548a8d42568977c6844f",
      "tree": "b00c30333f5d124a14e371f4bcf5a69051a2df33",
      "parents": [
        "15d33c070ddde99f7368e6b17b71d22c866f97d9"
      ],
      "author": {
        "name": "Jaroslav Kysela",
        "email": "perex@suse.cz",
        "time": "Tue Apr 10 13:26:48 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 10 13:26:48 2007 -0700"
      },
      "message": "[NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry function\n\nThe clusterip_config_find_get() already increases entries reference\ncounter, so there is no reason to do it twice in checkentry() callback.\n\nThis causes the config to be freed before it is removed from the list,\nresulting in a crash when adding the next rule.\n\nSigned-off-by: Jaroslav Kysela \u003cperex@suse.cz\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ec759a2b383b50950be37fbe470c4cc2ca18e2ce",
      "tree": "0ed7475a867e09bf340027f2a0d3e25cc7ba47bb",
      "parents": [
        "81e880064dd32b3efdc41ad4cc2416c4744693ee"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Sat Apr 07 14:11:03 2007 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Apr 10 14:35:57 2007 -0400"
      },
      "message": "[PATCH] bcm43xx: Fix PPC machine checks and match loopback gain specs\n\nThe specifications for loopback_gain calculation and for G PHY\ninitialization have been updated. This patch implements them and\nfixes a machine check error that occurs for PPC architecture with a\nphy-\u003erev of 1.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "81e880064dd32b3efdc41ad4cc2416c4744693ee",
      "tree": "fd67d80cee79c0635ab90233cdb5eefedc29c942",
      "parents": [
        "92b3e2e9253a9f4c9224071842fd263c334dece0"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Sat Apr 07 13:54:35 2007 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Apr 10 14:35:57 2007 -0400"
      },
      "message": "[PATCH] bcm43xx: Fix 802.11b/g scan limits to match regulatory reqs\n\nIn 802.11b/g mode, bcm43xx actively scans channels 1-14 no matter what\nlocale has been set, either in the sprom or by the locale option. This\nbehaviorviolates regulatory rules everywhere in the world except\nJapan. This patch changes the default range to the correct value if the\nlocale has been set, and to channels 1-13 if no locale has been set.\n\nSigned-off-by: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "92b3e2e9253a9f4c9224071842fd263c334dece0",
      "tree": "460e99558feb77f65ef285774480f4fbdd75e09b",
      "parents": [
        "ae6ead4623bfbc57f3945ff86f27e51811e2e91b"
      ],
      "author": {
        "name": "Daniel Drake",
        "email": "dsd@gentoo.org",
        "time": "Tue Apr 03 23:17:37 2007 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Apr 10 14:35:56 2007 -0400"
      },
      "message": "[PATCH] zd1211rw: Fix E2P_PHY_REG patching\n\nDue to conflicting/confusing defines in the vendor driver, we were\nreading E2P_PHY_REG from the wrong location.\n\nCR157 patching was slightly incorrect in that the vendor driver only\npatches in an 8-bit value, whereas we were patching 24 bits.\n\nAdditionally, CR157 patching was happening on both zd1211 and zd1211b,\nbut this should only happen on zd1211.\n\nSigned-off-by: Daniel Drake \u003cdsd@gentoo.org\u003e\nSigned-off-by: Ulrich Kunitz \u003ckune@deine-taler.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "6371ea3d48e17d4638a91a4a1e0364e56204e418",
      "tree": "8ef123fa72e84c1f9a1fbd6365af02802a61560d",
      "parents": [
        "1d426d6418d1914b592c9c307c02e488d9182fa8"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@dev.mellanox.co.il",
        "time": "Tue Apr 10 18:32:42 2007 +0300"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Apr 10 08:58:30 2007 -0700"
      },
      "message": "IPoIB/cm: Fix DMA direction typo\n\nReceive buffers need to be mapped with DMA_FROM_DEVICE.  Incorrectly\nmapping with DMA_TO_DEVICE causes a hard lock on ppc64 machines with\nan IOMMU.\n\nThis fixes \u003chttps://bugs.openfabrics.org/show_bug.cgi?id\u003d431\u003e\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@dev.mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "ae6ead4623bfbc57f3945ff86f27e51811e2e91b",
      "tree": "a2ac8bbe117f91bad25dfc48c4e4824fcf672c75",
      "parents": [
        "a21bd69e1509b43823c317c3bf3f7ffa99884356"
      ],
      "author": {
        "name": "Daniel Drake",
        "email": "dsd@gentoo.org",
        "time": "Sun Mar 11 19:54:11 2007 +0000"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Apr 10 11:03:29 2007 -0400"
      },
      "message": "[PATCH] zd1211rw: Reject AL2230S devices\n\nzd1211rw currently detects AL2230S-based devices as AL2230, and hence\nprograms the RF incorrectly. Transmit silently fails on this\nmisconfiguration.\n\nAfter this patch, AL2230S devices are rejected with an error message, to\navoid any confusion with an apparent driver bug.\n\nSigned-off-by: Daniel Drake \u003cdsd@gentoo.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "52ea0718ea506df0915eacedb439e65c5f214e0e",
      "tree": "01e68ba08924faa8b458159c861b394a6f8053ad",
      "parents": [
        "4598af33d9143942f00cf7692b247027aba35316"
      ],
      "author": {
        "name": "Wang Zhenyu",
        "email": "zhenyu.z.wang@intel.com",
        "time": "Tue Apr 10 09:42:48 2007 +0800"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Mon Apr 09 22:09:58 2007 -0400"
      },
      "message": "[AGPGART] intel_agp: fix G965 GTT size detect\n\nOn G965, I810_PGETBL_CTL is a mmio offset, but we wrongly take it\nas pci config space offset in detecting GTT size. This one line patch\nfixs this.\n\nSigned-off-by: Wang Zhenyu \u003czhenyu.z.wang@intel.com\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n"
    },
    {
      "commit": "15d33c070ddde99f7368e6b17b71d22c866f97d9",
      "tree": "00e779b01fb3c48e61b3ccc4de8f082e1b929cc4",
      "parents": [
        "699784b7614ce61b16a075445b8e5b6c379c5086"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Apr 09 13:23:14 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Apr 09 13:31:15 2007 -0700"
      },
      "message": "[TCP]: slow_start_after_idle should influence cwnd validation too\n\nFor the cases that slow_start_after_idle are meant to deal\nwith, it is almost a certainty that the congestion window\ntests will think the connection is application limited and\nwe\u0027ll thus decrease the cwnd there too.  This defeats the\nwhole point of setting slow_start_after_idle to zero.\n\nSo test it there too.\n\nWe do not cancel out the entire tcp_cwnd_validate() function\nso that if the sysctl is changed we still have the validation\nstate maintained.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "699784b7614ce61b16a075445b8e5b6c379c5086",
      "tree": "b6eba3c51a434838c96b1de6114146485db72b71",
      "parents": [
        "bb8a954f27ed8fb8f57e80e6b63d837cfdcad689"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Apr 09 11:51:15 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Apr 09 13:31:14 2007 -0700"
      },
      "message": "[SC92031]: Fix priv-\u003elock context\n\nThe spin_lock calls made in dev-\u003eopen and dev-\u003eclose must disable\nBH since open/close are made in process context.  Conversely, the\ncall in dev-\u003ehard_start_xmit does not need to disable BH since it\nis already executing with BH disabled.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bb8a954f27ed8fb8f57e80e6b63d837cfdcad689",
      "tree": "3b001cd05b981c38ccd31f088fb434b492301e56",
      "parents": [
        "90f30eccf41302a2542f5d374af243061902bd98"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Mon Apr 09 11:42:25 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Apr 09 13:31:13 2007 -0700"
      },
      "message": "[NET_SCHED]: cls_tcindex: fix compatibility breakage\n\nUserspace uses an integer for TCA_TCINDEX_SHIFT, the kernel was changed\nto expect and use a u16 value in 2.6.11, which broke compatibility on\nbig endian machines. Change back to use int.\n\nReported by Ole Reinartz \u003cole.reinartz@gmx.de\u003e\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "90f30eccf41302a2542f5d374af243061902bd98",
      "tree": "0cd12b5fd0cb7665e165eabbc0b460dbd6765acd",
      "parents": [
        "c2481cc4a8727141474472cb1301fce989ce0865",
        "4598af33d9143942f00cf7692b247027aba35316"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Apr 09 11:45:18 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Apr 09 11:45:18 2007 -0700"
      },
      "message": "Merge branch \u0027for-2.6.21\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart\n\n* \u0027for-2.6.21\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart:\n  [AGPGART] intel_agp: PCI id update for Intel 965GM\n"
    },
    {
      "commit": "199c1167f5e8123a9b0a9ab1e8b78a6aa4b2733f",
      "tree": "ad81f1340063b2a6720cbd7072d6f5c06334fe94",
      "parents": [
        "c2481cc4a8727141474472cb1301fce989ce0865"
      ],
      "author": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Thu Mar 22 00:40:06 2007 +0100"
      },
      "committer": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Mon Apr 09 18:52:27 2007 +0200"
      },
      "message": "ieee1394: change deprecation status of dv1394\n\nNobody ported ffmpeg from dv1394 to rawiso yet, and there is no\njustification to remove dv1394 right now.\n\nNevertheless, a strong deprecation of this ABI makes a lot of sense,\nespecially as Kristian H\u0027s drivers shape up to be an attractive\nalternative to the existing ones.  But we don\u0027t have a schedule at the\nmoment.\n\nSigned-off-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\n"
    },
    {
      "commit": "c2481cc4a8727141474472cb1301fce989ce0865",
      "tree": "b84a2dd7a12dcd6032ac653ee3c60fa0fecdb545",
      "parents": [
        "c993c7355df55283bc9a539652be44cd81b8c6dd"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sun Apr 08 16:04:04 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Apr 08 19:47:55 2007 -0700"
      },
      "message": "[PATCH] i386: irqbalance_disable() section fix\n\nWARNING: arch/i386/kernel/built-in.o - Section mismatch: reference to .init.text:irqbalance_disable from .text between \u0027quirk_intel_irqbalance\u0027 (at offset 0x80a5) and \u0027i8237A_suspend\u0027\n\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c993c7355df55283bc9a539652be44cd81b8c6dd",
      "tree": "d6390c16d887e6b86a7516a5ec76a8b2fd7ffc10",
      "parents": [
        "b6d2cccb55b518956a7de75182757276a2057869"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sun Apr 08 16:04:03 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Apr 08 19:47:55 2007 -0700"
      },
      "message": "[PATCH] x86_64 early quirks: fix early_qrk[] section tag\n\nWARNING: arch/x86_64/kernel/built-in.o - Section mismatch: reference to .init.text:nvidia_bugs from .data between \u0027early_qrk\u0027 (at offset 0x8428) and \u0027enable_cpu_hotplug\u0027\nWARNING: arch/x86_64/kernel/built-in.o - Section mismatch: reference to .init.text:via_bugs from .data between \u0027early_qrk\u0027 (at offset 0x8438) and \u0027enable_cpu_hotplug\u0027\nWARNING: arch/x86_64/kernel/built-in.o - Section mismatch: reference to .init.text:ati_bugs from .data between \u0027early_qrk\u0027 (at offset 0x8448) and \u0027enable_cpu_hotplug\u0027\n\nThe compiler is putting it into .data because the __initdata is in the wrong\nplace.\n\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b6d2cccb55b518956a7de75182757276a2057869",
      "tree": "3fd7796ccfb5a2feb414eef3a11ac4a629059505",
      "parents": [
        "49f19710512c825aaea73b9207b3a848027cda1d"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Sun Apr 08 16:04:02 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Apr 08 19:47:55 2007 -0700"
      },
      "message": "[PATCH] omap_cf: oops-on-suspend fix\n\nConvert omap_cf into a platform_driver ...  this resolves oopsing during\nsuspend/resume.\n\nEvidently folk haven\u0027t tried suspend/resume on an OSK (the main platform\nfor this driver) since September or so, which is when platform_device\nlearned about suspend_late()/resume_early() and stopped being able to\nsuspend/resume without a platform_driver.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "49f19710512c825aaea73b9207b3a848027cda1d",
      "tree": "06da31bd9a84273e12aa43f536f90eb8146ff92e",
      "parents": [
        "a5bfffac645a7b2d8119f8bbae34df5c94832799"
      ],
      "author": {
        "name": "Zachary Amsden",
        "email": "zach@vmware.com",
        "time": "Sun Apr 08 16:04:01 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Apr 08 19:47:55 2007 -0700"
      },
      "message": "[PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21\n\nSince lazy MMU batching mode still allows interrupts to enter, it is\npossible for interrupt handlers to try to use kmap_atomic, which fails when\nlazy mode is active, since the PTE update to highmem will be delayed.  The\nbest workaround is to issue an explicit flush in kmap_atomic_functions\ncase; this is the only way nested PTE updates can happen in the interrupt\nhandler.\n\nThanks to Jeremy Fitzhardinge for noting the bug and suggestions on a fix.\n\nThis patch gets reverted again when we start 2.6.22 and the bug gets fixed\ndifferently.\n\nSigned-off-by: Zachary Amsden \u003czach@vmware.com\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nCc: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a5bfffac645a7b2d8119f8bbae34df5c94832799",
      "tree": "20081cd9ae9afebd6899dd35d5d685ed6fca5440",
      "parents": [
        "d354d2f4a6fc1b722c2e464a8b3cfd2f6afb304b"
      ],
      "author": {
        "name": "Timo Savola",
        "email": "tsavola@movial.fi",
        "time": "Sun Apr 08 16:04:00 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Apr 08 19:47:55 2007 -0700"
      },
      "message": "[PATCH] fuse: validate rootmode mount option\n\nIf rootmode isn\u0027t valid, we hit the BUG() in fuse_init_inode.  Now\nEINVAL is returned.\n\nSigned-off-by: Timo Savola \u003ctsavola@movial.fi\u003e\nSigned-off-by: Miklos Szeredi \u003cmszeredi@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "4598af33d9143942f00cf7692b247027aba35316",
      "tree": "7b1927dbae196d7f7e9016e67a625ebbb089e06c",
      "parents": [
        "8559840c4ca3f2fff73a882803bc8916078fac1f"
      ],
      "author": {
        "name": "Wang Zhenyu",
        "email": "zhenyu.z.wang@intel.com",
        "time": "Mon Apr 09 08:51:36 2007 +0800"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Sun Apr 08 21:31:58 2007 -0400"
      },
      "message": "[AGPGART] intel_agp: PCI id update for Intel 965GM\n\nUpdate PCI id info for Intel 965GM chipset.\n\nSigned-off-by: Wang Zhenyu \u003czhenyu.z.wang@intel.com\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n"
    },
    {
      "commit": "d354d2f4a6fc1b722c2e464a8b3cfd2f6afb304b",
      "tree": "f2e31a10732d1d8744b690fbb4dd7da1829f1575",
      "parents": [
        "35f6f753b79705bc4b62da5dcc218d75ffa88370"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Apr 07 10:18:33 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Apr 07 10:18:33 2007 -0700"
      },
      "message": "sched.c: Remove unused variable \u0027relative\u0027\n\nGetting rid of the p-\u003echildren printout in show_task() left behind an\nunused variable.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "35f6f753b79705bc4b62da5dcc218d75ffa88370",
      "tree": "fae64e1ebcc00b2768689a3e24f956ce0a431513",
      "parents": [
        "7f30e49ee1c2c1e95ce9d2ccce5221ddb793dd60"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 06 21:18:06 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Apr 07 10:06:51 2007 -0700"
      },
      "message": "[PATCH] sched: get rid of p-\u003echildren use in show_task()\n\nthe p-\u003eparent PID printout gives us all the information about the\ntask tree that we need - the eldest_child()/older_sibling()/\nyounger_sibling() printouts are mostly historic and i do not\nremember ever having used those fields. (IMO in fact they confuse\nthe SysRq-T output.) So remove them.\n\nThis code has sentimental value though, those fields and\nprintouts are one of the oldest ones still surviving from\nLinux v0.95\u0027s kernel/sched.c:\n\n        if (p-\u003ep_ysptr || p-\u003ep_osptr)\n                printk(\"   Younger sib\u003d%d, older sib\u003d%d\\n\\r\",\n                        p-\u003ep_ysptr ? p-\u003ep_ysptr-\u003epid : -1,\n                        p-\u003ep_osptr ? p-\u003ep_osptr-\u003epid : -1);\n        else\n                printk(\"\\n\\r\");\n\nwritten 15 years ago, in early 1992.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Linus \u0027snif\u0027 Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7f30e49ee1c2c1e95ce9d2ccce5221ddb793dd60",
      "tree": "06af277806d645ce7c970c64c56613b682f071e4",
      "parents": [
        "995f054f2a342f8505fed4f8395d12c0f5966414"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Sat Apr 07 14:59:41 2007 +0900"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Apr 07 10:05:21 2007 -0700"
      },
      "message": "[PATCH] irq-devres: fix failure path of devm_request_irq()\n\ndevres should be deallocated with devres_free() not kfree().  This bug\ncorrupts slab on IRQ request failure.  Fix it.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Greg KH \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "995f054f2a342f8505fed4f8395d12c0f5966414",
      "tree": "08ddf96e3365d2b0a9940914fdb179810fbca3a0",
      "parents": [
        "bbef618190fb484b28b7d441e6fc5d524027c4fa"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sat Apr 07 12:05:00 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Apr 07 10:03:43 2007 -0700"
      },
      "message": "[PATCH] high-res timers: resume fix\n\nSoeren Sonnenburg reported that upon resume he is getting\nthis backtrace:\n\n [\u003cc0119637\u003e] smp_apic_timer_interrupt+0x57/0x90\n [\u003cc0142d30\u003e] retrigger_next_event+0x0/0xb0\n [\u003cc0104d30\u003e] apic_timer_interrupt+0x28/0x30\n [\u003cc0142d30\u003e] retrigger_next_event+0x0/0xb0\n [\u003cc0140068\u003e] __kfifo_put+0x8/0x90\n [\u003cc0130fe5\u003e] on_each_cpu+0x35/0x60\n [\u003cc0143538\u003e] clock_was_set+0x18/0x20\n [\u003cc0135cdc\u003e] timekeeping_resume+0x7c/0xa0\n [\u003cc02aabe1\u003e] __sysdev_resume+0x11/0x80\n [\u003cc02ab0c7\u003e] sysdev_resume+0x47/0x80\n [\u003cc02b0b05\u003e] device_power_up+0x5/0x10\n\nit turns out that on resume we mistakenly re-enable interrupts too\nearly.  Do the timer retrigger only on the current CPU.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: Soeren Sonnenburg \u003ckernel@nn7.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bbef618190fb484b28b7d441e6fc5d524027c4fa",
      "tree": "bb9dc3902e225621127f02f95251b77b9191e4df",
      "parents": [
        "a21bd69e1509b43823c317c3bf3f7ffa99884356",
        "b8fa2f3a82069304acac1f9e957d491585f4f49a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Apr 06 18:15:30 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Apr 06 18:15:30 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:\n  [TG3]: Fix crash during tg3_init_one().\n  [IPV6]: Revert recent change to rt6_check_dev().\n  [XFRM]: beet: fix IP option decapsulation\n  [XFRM]: beet: fix beet mode decapsulation\n  [XFRM]: beet: use IPOPT_NOP for option padding\n  [XFRM]: beet: fix IP option encapsulation\n"
    },
    {
      "commit": "b8fa2f3a82069304acac1f9e957d491585f4f49a",
      "tree": "8fc4023a131d17fc74835bf0c955280e35a3afdf",
      "parents": [
        "161980f4c6b846625efe6227420175cb41477de3"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Fri Apr 06 17:35:37 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Apr 06 17:35:37 2007 -0700"
      },
      "message": "[TG3]: Fix crash during tg3_init_one().\n\nThe driver will crash when the chip has been initialized by EFI before\ntg3_init_one().  In this case, the driver will call tg3_chip_reset()\nbefore allocating consistent memory.\n\nThe bug is fixed by checking for tp-\u003ehw_status before accessing it\nduring tg3_chip_reset().\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2e0d232bff31973f58c33412b45fce51b6770698",
      "tree": "b23f921ec8786904b56e2b6c2c42822630757cb4",
      "parents": [
        "8a3a78d1498c4c13c3ec235a4b6338624b6ef68d"
      ],
      "author": {
        "name": "Mike Habeck",
        "email": "habeck@sgi.com",
        "time": "Fri Apr 06 12:04:39 2007 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Apr 06 15:38:12 2007 -0700"
      },
      "message": "[IA64] SGI Altix : fix pcibr_dmamap_ate32() bug\n\nOn a SGI Altix TIOCP based PCI bus we need to include the ATE_PIO attribute\nbit if we\u0027re mapping a 32bit MSI address.\n\nSigned-off-by: Mike Habeck \u003chabeck@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "8a3a78d1498c4c13c3ec235a4b6338624b6ef68d",
      "tree": "8f548fc814d1d19ab6c98de32433bb6d151a00a6",
      "parents": [
        "9438a1218eceb1b3891d242da01bc3cc82cb7342"
      ],
      "author": {
        "name": "Venki Pallipadi",
        "email": "venkatesh.pallipadi@intel.com",
        "time": "Fri Apr 06 10:04:49 2007 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Apr 06 15:37:45 2007 -0700"
      },
      "message": "[IA64] Fix CPU freq displayed in /proc/cpuinfo\n\nMy patch: git commit\u003d95235ca2c20ac0b31a8eb39e2d599bcc3e9c9a10 introduced a bug\nin IA64 cpuinfo output.\n\nPatch changed the proc_freq from 1HZ resolution to 1KHz resolution, but left\nformat string unchanged at \" %lu.%06lu\". Below is the fix.\n\nThanks to Bjorn for catching this.\n\nSigned-off-by: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "9438a1218eceb1b3891d242da01bc3cc82cb7342",
      "tree": "1afd9e9dfbf31b4f11a249614e9f5b8634f26f3a",
      "parents": [
        "fbff71e1ec1c4695d51d496a53228ecdcb6361eb"
      ],
      "author": {
        "name": "Ishimatsu Yasuaki",
        "email": "isimatu.yasuaki@jp.fujitsu.com",
        "time": "Fri Apr 06 16:51:12 2007 +0900"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Apr 06 15:37:06 2007 -0700"
      },
      "message": "[IA64] Fix wrong assumption about irq and vector in msi_ia64.c\n\nThis patch fixes a wrong assumption in ia64 MSI code that IRQ equals\nvector.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Yasuaki Ishimatsu \u003cisimatu.yasuaki@jp.fujitsu.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "fbff71e1ec1c4695d51d496a53228ecdcb6361eb",
      "tree": "d4f9b0477b8218fafff027563cf6b6cb26d98b85",
      "parents": [
        "a21bd69e1509b43823c317c3bf3f7ffa99884356"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "rja@sgi.com",
        "time": "Fri Mar 30 17:13:18 2007 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Apr 06 15:31:33 2007 -0700"
      },
      "message": "[IA64] BTE error timer fix\n\nThe bte recovery_timer was not being set correctly.\n\nSigned-off-by: Russ Anderson \u003crja@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "161980f4c6b846625efe6227420175cb41477de3",
      "tree": "689e343519191d02624b377c7d2fccb2a76852cf",
      "parents": [
        "254d0d24e31c3df64ccfff349c9aa9d1e5989819"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Fri Apr 06 11:42:27 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Fri Apr 06 11:42:27 2007 -0700"
      },
      "message": "[IPV6]: Revert recent change to rt6_check_dev().\n\nThis reverts a0d78ebf3a0e33a1aeacf2fc518ad9273d6a1c2f\n\nIt causes pings to link-local addresses to fail.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a21bd69e1509b43823c317c3bf3f7ffa99884356",
      "tree": "62801173fd720fe4e7850a6dbe56ebcdaf474867",
      "parents": [
        "4c4d51a7316b164ba08af61aa0c124a88bc60450"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 05 19:36:56 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Apr 05 19:36:56 2007 -0700"
      },
      "message": "Linux 2.6.21-rc6\n\n.. perfect? Ahh, sure.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "254d0d24e31c3df64ccfff349c9aa9d1e5989819",
      "tree": "adcbb19764ed646adb5fa2008d5a94d97db54566",
      "parents": [
        "d4b1e840629562953d81c9fe0a3a67473f3d993c"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Apr 05 16:03:33 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 05 16:03:33 2007 -0700"
      },
      "message": "[XFRM]: beet: fix IP option decapsulation\n\nBeet mode looks for the beet pseudo header after the outer IP header,\nwhich is wrong since that is followed by the ESP header. Additionally\nit needs to adjust the packet length after removing the pseudo header\nand point the data pointer to the real data location.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d4b1e840629562953d81c9fe0a3a67473f3d993c",
      "tree": "d20d023cfcb113207a1bb0a3bb18e2e8a48133d7",
      "parents": [
        "04fef9893a1fa5d429522e09bc9591736408f2e8"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Apr 05 15:59:41 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 05 15:59:41 2007 -0700"
      },
      "message": "[XFRM]: beet: fix beet mode decapsulation\n\nBeet mode decapsulation fails to properly set up the skb pointers, which\nonly works by accident in combination with CONFIG_NETFILTER, since in that\ncase the skb is fixed up in xfrm4_input before passing it to the netfilter\nhooks.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "04fef9893a1fa5d429522e09bc9591736408f2e8",
      "tree": "d997599873920aef8970ce625c8f9d1184d2600e",
      "parents": [
        "c5027c9a896fbe05367fb893a274deca5114bfd0"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Apr 05 15:54:39 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 05 15:54:39 2007 -0700"
      },
      "message": "[XFRM]: beet: use IPOPT_NOP for option padding\n\ndraft-nikander-esp-beet-mode-07.txt states \"The padding MUST be filled\nwith NOP options as defined in Internet Protocol [1] section 3.1\nInternet header format.\", so do that.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "c5027c9a896fbe05367fb893a274deca5114bfd0",
      "tree": "0deedc7c6e8edbd9e0dcc255a2f64bcc8c1ab1da",
      "parents": [
        "4c4d51a7316b164ba08af61aa0c124a88bc60450"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Thu Apr 05 15:54:02 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 05 15:54:02 2007 -0700"
      },
      "message": "[XFRM]: beet: fix IP option encapsulation\n\nBeet mode calculates an incorrect value for the transport header location\nwhen IP options are present, resulting in encapsulation errors.\n\nThe correct location is 4 or 8 bytes before the end of the original IP\nheader, depending on whether the pseudo header is padded.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1d426d6418d1914b592c9c307c02e488d9182fa8",
      "tree": "488d9f534a5496975a36b33237f05b127c42ec23",
      "parents": [
        "58e949139014a852a83b5ef071136b1f50c86ad1"
      ],
      "author": {
        "name": "Erez Zilber",
        "email": "erezz@voltaire.com",
        "time": "Sun Apr 01 12:53:43 2007 +0200"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Apr 05 09:46:04 2007 -0700"
      },
      "message": "IB/iser: Don\u0027t defer connection failure notification to workqueue\n\nWhen a connection is terminated asynchronously from the iSCSI layer\u0027s\nperspective, iSER needs to notify the iSCSI layer that the connection\nhas failed.  This is done using a workqueue (switched to from the iSER\ntasklet context).  Meanwhile, the connection object (that holds the\nwork struct) is released.  If the workqueue function wasn\u0027t called\nyet, it will be called later with a NULL pointer, which will crash the\nkernel.\n\nThe context switch (tasklet to workqueue) is not required, and\neverything can be done from the iSER tasklet. This eliminates the NULL\nwork struct bug (and simplifies the code).\n\nSigned-off-by: Erez Zilber \u003cerezz@voltaire.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "8da7d1bae512aee155ef02f7ab1266358842e1fd",
      "tree": "c5880b16a78508706d70a54ceb2ee0d2960ea7e4",
      "parents": [
        "e0f2e3a06be513352cb4955313ed7e55909acd84"
      ],
      "author": {
        "name": "Adam Kropelin",
        "email": "akropel1@rochester.rr.com",
        "time": "Thu Apr 05 16:06:30 2007 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Apr 05 16:06:30 2007 +0200"
      },
      "message": "HID: Do not discard truncated input reports\n\nTruncated reports should not be discarded since it prevents buggy\ndevices from communicating with userspace.\n\nPrior to the regession introduced in 2.6.20, a shorter-than-expected\nreport in hid_input_report() was passed thru after having the missing\nbytes cleared. This behavior was established over a few patches in the\n2.6.early-teens days, including commit\ncd6104572bca9e4afe0dcdb8ecd65ef90b01297b.\n\nThis patch restores the previous behavior and fixes the regression.\n\nSigned-off-by: Adam Kropelin \u003cakropel1@rochester.rr.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "4c4d51a7316b164ba08af61aa0c124a88bc60450",
      "tree": "432e2d46513ddb61b0da9da14410b6888c947b70",
      "parents": [
        "60e5c166413f17d5ef00b4c1f398dbd44291309a"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Thu Apr 05 00:07:39 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Apr 05 00:07:39 2007 -0700"
      },
      "message": "[IPSEC]: Reject packets within replay window but outside the bit mask\n\nUp until this point we\u0027ve accepted replay window settings greater than\n32 but our bit mask can only accomodate 32 packets.  Thus any packet\nwith a sequence number within the window but outside the bit mask would\nbe accepted.\n\nThis patch causes those packets to be rejected instead.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "60e5c166413f17d5ef00b4c1f398dbd44291309a",
      "tree": "1aeeb716dbd027b3f29ee2058c3d7c1041b5e3ae",
      "parents": [
        "75559c167bddc1254db5bcff032ad5eed8bd6f4a"
      ],
      "author": {
        "name": "Mitsuru Chinen",
        "email": "mitch@linux.vnet.ibm.com",
        "time": "Wed Apr 04 23:54:59 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 04 23:54:59 2007 -0700"
      },
      "message": "[IPv6]: Exclude truncated packets from InHdrErrors statistics\n\nIncoming trancated packets are counted as not only InTruncatedPkts but\nalso InHdrErrors. They should be counted as InTruncatedPkts only.\n\nSigned-off-by: Mitsuru Chinen \u003cmitch@linux.vnet.ibm.com\u003e\nAcked-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "75559c167bddc1254db5bcff032ad5eed8bd6f4a",
      "tree": "852cd5b5c86a63a83e5e22d98d44bd83736339b3",
      "parents": [
        "58e949139014a852a83b5ef071136b1f50c86ad1"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "jdelvare@suse.de",
        "time": "Wed Apr 04 23:52:46 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Apr 04 23:52:46 2007 -0700"
      },
      "message": "[APPLETALK]: Fix a remotely triggerable crash\n\nWhen we receive an AppleTalk frame shorter than what its header says,\nwe still attempt to verify its checksum, and trip on the BUG_ON() at\nthe end of function atalk_sum_skb() because of the length mismatch.\n\nThis has security implications because this can be triggered by simply\nsending a specially crafted ethernet frame to a target victim,\neffectively crashing that host. Thus this qualifies, I think, as a\nremote DoS. Here is the frame I used to trigger the crash, in npg\nformat:\n\n\u003cAppletalk Killer\u003e\n{\n# Ethernet header -----\n\n  XX XX XX XX XX XX  # Destination MAC\n  00 00 00 00 00 00  # Source MAC\n  00 1D              # Length\n\n# LLC header -----\n\n  AA AA 03\n  08 00 07 80 9B  # Appletalk\n\n# Appletalk header -----\n\n  00 1B        # Packet length (invalid)\n  00 01        # Fake checksum \n  00 00 00 00  # Destination and source networks\n  00 00 00 00  # Destination and source nodes and ports\n\n# Payload -----\n\n  0C 0D 0E 0F 10 11 12 13\n  14\n}\n\nThe destination MAC address must be set to those of the victim.\n\nThe severity is mitigated by two requirements:\n* The target host must have the appletalk kernel module loaded. I\n  suspect this isn\u0027t so frequent.\n* AppleTalk frames are non-IP, thus I guess they can only travel on\n  local networks. I am no network expert though, maybe it is possible\n  to somehow encapsulate AppleTalk packets over IP.\n\nThe bug has been reported back in June 2004:\n  http://bugzilla.kernel.org/show_bug.cgi?id\u003d2979\nBut it wasn\u0027t investigated, and was closed in July 2006 as both\nreporters had vanished meanwhile.\n\nThis code was new in kernel 2.6.0-test5:\n  http://git.kernel.org/?p\u003dlinux/kernel/git/tglx/history.git;a\u003dcommitdiff;h\u003d7ab442d7e0a76402c12553ee256f756097cae2d2\nAnd not modified since then, so we can assume that vanilla kernels\n2.6.0-test5 and later, and distribution kernels based thereon, are\naffected.\n\nNote that I still do not know for sure what triggered the bug in the\nreal-world cases. The frame could have been corrupted by the kernel if\nwe have a bug hiding somewhere. But more likely, we are receiving the\nfaulty frame from the network.\n\nSigned-off-by: Jean Delvare \u003cjdelvare@suse.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "58e949139014a852a83b5ef071136b1f50c86ad1",
      "tree": "447803d964bd8fb955056bfd9c4f1949d6b01bb0",
      "parents": [
        "ba6e8564f459211117ce300eae2c7fdd23befe34"
      ],
      "author": {
        "name": "Maciej Zenczykowski",
        "email": "maze@google.com",
        "time": "Wed Apr 04 19:08:27 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 21:12:48 2007 -0700"
      },
      "message": "[PATCH] ia64: desc_empty thinko/typo fix\n\nJust a one-byter for an ia64 thinko/typo - already fixed for i386 and x86_64.\n\nAcked-by: Tony Luck \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ba6e8564f459211117ce300eae2c7fdd23befe34",
      "tree": "c812c58c6a86ecafdea95a4701059066ad9955d0",
      "parents": [
        "98de9e3ba23422b5c45b91c93aec1cb1e17514dc"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Wed Apr 04 19:08:25 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 21:12:47 2007 -0700"
      },
      "message": "[PATCH] Fix build error on zs serial driver\n\ndrivers/tc/zs.c:73:24: error: asm/dec/tc.h: No such file or directory\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nAcked-by: Maciej W. Rozycki \u003cmacro@linux-mips.org\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "98de9e3ba23422b5c45b91c93aec1cb1e17514dc",
      "tree": "4a8e05e6d684efd2e293b552270941732d7cb7ef",
      "parents": [
        "7f42d3b8a72ab585f3166a269276c8cca12088af"
      ],
      "author": {
        "name": "john stultz",
        "email": "johnstul@us.ibm.com",
        "time": "Wed Apr 04 19:08:24 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 21:12:47 2007 -0700"
      },
      "message": "[PATCH] fix jiffies clocksource inittime\n\nIn debugging a problem w/ the -rt tree, I noticed that on systems that mark\nthe tsc as unstable before it is registered, the TSC would still be\nselected and used for a short period of time.  Digging in it looks to be a\nresult of the mix of the clocksource list changes and my clocksource\ninitialization changes.\n\nWith the -rt tree, using a bad TSC, even for a short period of time can\nresults in a hang at boot.  I was not able to reproduce this hang w/\nmainline, but I\u0027m not completely certain that someone won\u0027t trip on it.\n\nThis patch resolves the issue by initializing the jiffies clocksource\nearlier so a bad TSC won\u0027t get selected just because nothing else is yet\nregistered.\n\nSigned-off-by: John Stultz \u003cjohnstul@us.ibm.com\u003e\nAcked-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7f42d3b8a72ab585f3166a269276c8cca12088af",
      "tree": "0be528913e2a63d7ebe440046d812d4648525d5a",
      "parents": [
        "2363cc0264c42636e9e7622f78dde5c2f66beb8e"
      ],
      "author": {
        "name": "Mike Miller (OS Dev)",
        "email": "mikem@beardog.cca.cpqcorp.net",
        "time": "Wed Apr 04 19:08:23 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 21:12:47 2007 -0700"
      },
      "message": "[PATCH] cciss: add init of drv-\u003ecylinders back to cciss_geometry_inquiry\n\nThis patch adds initialization of drv-\u003ecylinders back into the failing case in\ncciss_geometry_inquiry. I inadvertently removed it in one my 2TB updates.\n\nSigned-off-by: Mike Miller \u003cmike.miller@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2363cc0264c42636e9e7622f78dde5c2f66beb8e",
      "tree": "33136de9f38ad6cfc7ce9b6d4d10f1227239a05b",
      "parents": [
        "c75fd0ee6e1750e6e527ed1d4aeee66739d9ad79"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Wed Apr 04 19:08:22 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 21:12:47 2007 -0700"
      },
      "message": "[PATCH] remove protection of LANANA-reserved majors\n\nRevert all this.  It can cause device-mapper to receive a different major from\nearlier kernels and it turns out that the Amanda backup program (via GNU tar,\napparently) checks major numbers on files when performing incremental backups.\n\nWhich is a bit broken of Amanda (or tar), but this feature isn\u0027t important\nenough to justify the churn.\n\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c75fd0ee6e1750e6e527ed1d4aeee66739d9ad79",
      "tree": "67f8787f04f388b4f201a07a8106204007e336cd",
      "parents": [
        "418106d6248618bca1add65168a82974c72206db"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Wed Apr 04 19:08:21 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 21:12:47 2007 -0700"
      },
      "message": "[PATCH] swsusp: fix memory shrinker\n\nFix a bug in the swsusp\u0027s memory shrinker that causes some systems using\nhighmem to refuse to suspend to disk if image_size is set above 1/2 of\navailable RAM.\n\nSpecial thanks to Jiri Slaby for reporting the problem and assistance in\ndebugging it.\n\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nCc: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nCc: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "418106d6248618bca1add65168a82974c72206db",
      "tree": "fe8b9484c06814c8d11f4e114db460ebbe613f3c",
      "parents": [
        "5792a2856a63cdc568e08a7d6f9b2413d9217b3e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Apr 04 19:08:21 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 21:12:47 2007 -0700"
      },
      "message": "[PATCH] net/sunrpc/svcsock.c: fix a check\n\nThe return value of kernel_recvmsg() should be assigned to \"err\", not\ncompared with the random value of a never initialized \"err\" (and the \"\u003c 0\"\ncheck wrongly always returned false since \u003d\u003d comparisons never have a\nresult \u003c 0).\n\nSpotted by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5792a2856a63cdc568e08a7d6f9b2413d9217b3e",
      "tree": "042a09fbfdf75dac5efa3bf61c7d6c6dd4c6ba7f",
      "parents": [
        "456a09dce9ca9b0013cabcda918aee851a04471d"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Wed Apr 04 19:08:18 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 21:12:47 2007 -0700"
      },
      "message": "[PATCH] md: avoid a deadlock when removing a device from an md array via sysfs\n\nA device can be removed from an md array via e.g.\n  echo remove \u003e /sys/block/md3/md/dev-sde/state\n\nThis will try to remove the \u0027dev-sde\u0027 subtree which will deadlock\nsince\n  commit e7b0d26a86943370c04d6833c6edba2a72a6e240\n\nWith this patch we run the kobject_del via schedule_work so as to\navoid the deadlock.\n\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "456a09dce9ca9b0013cabcda918aee851a04471d",
      "tree": "977fe0bee8b0300ce8e73026945fb4dc2b97963c",
      "parents": [
        "8d00647f2cf0780497274a4b0ab0e66509579459"
      ],
      "author": {
        "name": "Thomas Bittermann",
        "email": "t.bittermann@online.de",
        "time": "Wed Apr 04 22:20:54 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 17:35:53 2007 -0700"
      },
      "message": "[PATCH] kernel/time.c: add missing symbol exports\n\nThis patch adds 2 missing symbol exports: jiffies_to_timeval() and\ntimeval_to_jiffies().  The (not yet merged) dm-raid4-5 module will need\nthem, and they used to be indirectly exported by virtue of being inline\nfunctions.\n\nCommit 8b9365d753d9870bb6451504c13570b81923228f (\"[PATCH] Uninline\njiffies.h functions\") uninlined them, and thus modules now need them\nexplicitly exported to use them.\n\nSigned-off-by: Thomas Bittermann \u003ct.bittermann@online.de\u003e\nAcked-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: john stultz \u003cjohnstul@us.ibm.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8d00647f2cf0780497274a4b0ab0e66509579459",
      "tree": "b6f5171769896b69aa603d870f2b870c10703db9",
      "parents": [
        "927498217c104aab27b81c785ce3a489491a8964",
        "8c3ce5bece2e6e233c1d05b460883046d020fbf9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 10:11:16 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 10:11:16 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6\n\n* \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6:\n  [S390] cio: Fix handling of interrupt for csch().\n  [S390] page_mkclean data corruption.\n"
    },
    {
      "commit": "927498217c104aab27b81c785ce3a489491a8964",
      "tree": "931132501440298e6be39c3e218f6016ca9b6558",
      "parents": [
        "e94a40c508dbdce872c79a13b35830c050d71e23"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Apr 03 00:07:30 2007 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 08:51:52 2007 -0700"
      },
      "message": "[PATCH] net: Ignore sysfs network device rename bugs.\n\nThe generic networking code ensures that no two networking devices\nhave the same name, so  there is no time except when sysfs has\nimplementation bugs that device_rename when called from\ndev_change_name will fail.\n\nThe current error handling for errors from device_rename in\ndev_change_name is wrong and results in an unusable and unrecoverable\nnetwork device if device_rename is happens to return an error.\n\nThis patch removes the buggy error handling.  Which confines the mess\nwhen device_rename hits a problem to sysfs, instead of propagating it\nthe rest of the network stack.  Making linux a little more robust.\n\nWithout this patch you can observe what happens when sysfs has a bug\nwhen CONFIG_SYSFS_DEPRECATED is not set and you attempt to rename\na real network device to a name like (broken_parity_status, device,\nmodalias, power, resource2, subsystem_vendor, class,  driver, irq,\nmsi_bus, resource, subsystem, uevent, config, enable, local_cpus,\nnuma_node, resource0, subsystem_device, vendor)\n\nGreg has a patch that fixes the sysfs bugs but he doesn\u0027t trust it\nfor a 2.6.21 timeframe.  This patch which just ignores errors should\nbe safe and it keeps the system from going completely wacky.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e94a40c508dbdce872c79a13b35830c050d71e23",
      "tree": "41803c452557e905667a8da87901ce1cc843e95c",
      "parents": [
        "bb4899dbef2650288d20251a736243472f050d8b"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Mon Apr 02 23:46:28 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 08:51:52 2007 -0700"
      },
      "message": "[PATCH] SLAB: Mention slab name when listing corrupt objects\n\nMention the slab name when listing corrupt objects.  Although the function\nthat released the memory is mentioned, that is frequently ambiguous as such\nfunctions often release several pieces of memory.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bb4899dbef2650288d20251a736243472f050d8b",
      "tree": "dde7f4d5f1c465fee1d39eecb9151e65280ce06b",
      "parents": [
        "36e337d0244ddcf4317f7d7c1144b9adfc8e5e3a",
        "6f23a31d1cbe791a1ce86ffa9b23251ab0a1ef45"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 08:44:40 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 08:44:40 2007 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)\n  libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)\n  libata: Clear tf before doing request sense (take 3)\n  libata: reorder HSM_ST_FIRST for easier decoding (take 3)\n  libata bugfix: preserve LBA bit for HDIO_DRIVE_TASK\n  2.6.21 fix lba48 bug in libata fill_result_tf()\n"
    },
    {
      "commit": "36e337d0244ddcf4317f7d7c1144b9adfc8e5e3a",
      "tree": "023f04da880b2cbf60cccbd464f905e0849a38cb",
      "parents": [
        "b6d3d16e26da996d301aec0bbce5c26a0cdcf6ac"
      ],
      "author": {
        "name": "Robert Hancock",
        "email": "hancockr@shaw.ca",
        "time": "Mon Apr 02 22:05:29 2007 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 08:40:17 2007 -0700"
      },
      "message": "[PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver (v2)\n\nThis adds some NCQ blacklist entries taken from the Silicon Image 3124/3132\nWindows driver .inf files. There are some confirming reports of problems\nwith these drives under Linux (for example http://lkml.org/lkml/2007/3/4/178)\nso let\u0027s disable NCQ on these drives.\n\n [ I\u0027m personally starting to wonder whether we shouldn\u0027t disable NCQ by\n   default, and perhaps have a white-list. There seems to be a *lot* of\n   drives that do this wrong..   - Linus ]\n\nSigned-off-by: Robert Hancock \u003chancockr@shaw.ca\u003e\nAcked-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b6d3d16e26da996d301aec0bbce5c26a0cdcf6ac",
      "tree": "752283d85dfe97329776e5a5493031ef17d795b5",
      "parents": [
        "348e3fd19487534d9d4dd70c3ad0b751afd35792",
        "1371fa6db0bbb8e23f988a641f5ae7361bc629dd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 08:36:01 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Apr 04 08:36:01 2007 -0700"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:\n  r8169: fix suspend/resume for down interface\n  r8169: issue request_irq after the private data are completely initialized\n  b44: fix IFF_ALLMULTI handling of CAM slots\n  cxgb3 - Firwmare update\n  cxgb3 - Tighten xgmac workaround\n  cxgb3 - detect NIC only adapters\n  cxgb3 - Safeguard TCAM size usage\n"
    },
    {
      "commit": "8c3ce5bece2e6e233c1d05b460883046d020fbf9",
      "tree": "585029efcfa3d8b890ac194ae36b638e8abb1df2",
      "parents": [
        "6e1beb3c22496f6e1f1feba8ae74da16f131684c"
      ],
      "author": {
        "name": "Cornelia Huck",
        "email": "cornelia.huck@de.ibm.com",
        "time": "Wed Apr 04 14:37:11 2007 +0200"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Wed Apr 04 14:37:39 2007 +0200"
      },
      "message": "[S390] cio: Fix handling of interrupt for csch().\n\nWipe internal irb if the clear function bit is set before accumulating\nbits from the irb in order to follow hardware behaviour.\n\nSigned-off-by: Cornelia Huck \u003ccornelia.huck@de.ibm.com\u003e\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    }
  ],
  "next": "6e1beb3c22496f6e1f1feba8ae74da16f131684c"
}
