)]}'
{
  "log": [
    {
      "commit": "6946bd636364effce06ea46fe8f8cd6e2edb004e",
      "tree": "f910a0c27dbb36ad94e228c9a7509051c2ce57ae",
      "parents": [
        "7334bb4ae931159384acf168eacb0d5d6e0d083c"
      ],
      "author": {
        "name": "Peter Zijlstra",
        "email": "a.p.zijlstra@chello.nl",
        "time": "Sun Aug 27 01:23:31 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Aug 27 11:01:29 2006 -0700"
      },
      "message": "[PATCH] lockdep: fix blkdev_open() warning\n\nOn Wed, 2006-08-09 at 07:57 +0200, Rolf Eike Beer wrote:\n\u003e \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\u003e [ INFO: possible recursive locking detected ]\n\u003e ---------------------------------------------\n\u003e parted/7929 is trying to acquire lock:\n\u003e  (\u0026bdev-\u003ebd_mutex){--..}, at: [\u003cc105eb8d\u003e] __blkdev_put+0x1e/0x13c\n\u003e\n\u003e but task is already holding lock:\n\u003e  (\u0026bdev-\u003ebd_mutex){--..}, at: [\u003cc105eec6\u003e] do_open+0x72/0x3a8\n\u003e\n\u003e other info that might help us debug this:\n\u003e 1 lock held by parted/7929:\n\u003e  #0:  (\u0026bdev-\u003ebd_mutex){--..}, at: [\u003cc105eec6\u003e] do_open+0x72/0x3a8\n\u003e stack backtrace:\n\u003e  [\u003cc1003aad\u003e] show_trace_log_lvl+0x58/0x15b\n\u003e  [\u003cc100495f\u003e] show_trace+0xd/0x10\n\u003e  [\u003cc1004979\u003e] dump_stack+0x17/0x1a\n\u003e  [\u003cc102dee5\u003e] __lock_acquire+0x753/0x99c\n\u003e  [\u003cc102e3b0\u003e] lock_acquire+0x4a/0x6a\n\u003e  [\u003cc1204501\u003e] mutex_lock_nested+0xc8/0x20c\n\u003e  [\u003cc105eb8d\u003e] __blkdev_put+0x1e/0x13c\n\u003e  [\u003cc105ecc4\u003e] blkdev_put+0xa/0xc\n\u003e  [\u003cc105f18a\u003e] do_open+0x336/0x3a8\n\u003e  [\u003cc105f21b\u003e] blkdev_open+0x1f/0x4c\n\u003e  [\u003cc1057b40\u003e] __dentry_open+0xc7/0x1aa\n\u003e  [\u003cc1057c91\u003e] nameidata_to_filp+0x1c/0x2e\n\u003e  [\u003cc1057cd1\u003e] do_filp_open+0x2e/0x35\n\u003e  [\u003cc1057dd7\u003e] do_sys_open+0x38/0x68\n\u003e  [\u003cc1057e33\u003e] sys_open+0x16/0x18\n\u003e  [\u003cc1002845\u003e] sysenter_past_esp+0x56/0x8d\n\nOK, I\u0027m having a look here; its all new to me so bear with me.\n\nblkdev_open() calls\n  do_open(bdev, ...,BD_MUTEX_NORMAL) and takes\n    mutex_lock_nested(\u0026bdev-\u003ebd_mutex, BD_MUTEX_NORMAL)\n\nthen something fails, and we\u0027re thrown to:\n\nout_first: where\n    if (bdev !\u003d bdev-\u003ebd_contains)\n      blkdev_put(bdev-\u003ebd_contains) which is\n        __blkdev_put(bdev-\u003ebd_contains, BD_MUTEX_NORMAL) which does\n          mutex_lock_nested(\u0026bdev-\u003ebd_contains-\u003ebd_mutex, BD_MUTEX_NORMAL) \u003c--- lockdep trigger\n\nWhen going to out_first, dbev-\u003ebd_contains is either bdev or whole, and\nsince we take the branch it must be whole. So it seems to me the\nfollowing patch would be the right one:\n\n[akpm@osdl.org: compile fix]\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nAcked-by: NeilBrown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7334bb4ae931159384acf168eacb0d5d6e0d083c",
      "tree": "acbe6d8634e526c90fa73fc2f44f50f179fcf82f",
      "parents": [
        "a2e0b56316fa90e137802fdad6a7c6a9b85c86c3"
      ],
      "author": {
        "name": "Danny Tholen",
        "email": "obiwan@mailmij.org",
        "time": "Sun Aug 27 01:23:29 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Aug 27 11:01:28 2006 -0700"
      },
      "message": "[PATCH] 1394: fix for recently added firewire patch that breaks things on ppc\n\nRecently a patch was added for preliminary suspend/resume handling on\n!PPC_PMAC.  However, this broke both suspend and firewire on powerpc\nbecause it saves the pci state after the device has already been disabled.\n\nThis moves the save state to before the pmac specific code.\n\nSigned-off-by: Danny Tholen \u003cobiwan@mailmij.org\u003e\nCc: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Ben Collins \u003cbcollins@ubuntu.com\u003e\nCc: Jody McIntyre \u003cscjody@modernduck.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a2e0b56316fa90e137802fdad6a7c6a9b85c86c3",
      "tree": "b9ea6534c1e1e1dd6a0e24bdadebc9e4be147590",
      "parents": [
        "cc36e7f124da139a819ad316c39d9dbcb5ba1897"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Sun Aug 27 01:23:28 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Aug 27 11:01:28 2006 -0700"
      },
      "message": "[PATCH] Fix docs for fs.suid_dumpable\n\nSergey Vlasov noticed that there is not kernel.suid_dumpable, but\nfs.suid_dumpable.\n\nHow KERN_SETUID_DUMPABLE ended up in fs_table[]? Hell knows...\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cc36e7f124da139a819ad316c39d9dbcb5ba1897",
      "tree": "869cec3385a820bfc7b286c9bdc91fa47d4ada22",
      "parents": [
        "641741e010b615bae417c876a21d17dbd616241f"
      ],
      "author": {
        "name": "Rolf Eike Beer",
        "email": "eike-kernel@sf-tec.de",
        "time": "Sun Aug 27 01:23:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Aug 27 11:01:28 2006 -0700"
      },
      "message": "[PATCH] tty: remove bogus call to cdev_del()\n\nWhen cdev_add() failed there is no reason to call cdev_del().\n\nSigned-off-by: Rolf Eike Beer \u003ceike-kernel@sf-tec.de\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "641741e010b615bae417c876a21d17dbd616241f",
      "tree": "236c363b0b4924052c0fd4045e68b54c0e7a79a1",
      "parents": [
        "b6b5bce3571e496504a89ee575d32101e0a98b93"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Aug 27 01:23:27 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Aug 27 11:01:28 2006 -0700"
      },
      "message": "[PATCH] rtc-s3c.c: fix time setting checks\n\nFix the year check on setting the time with the S3C24XX RTC driver.  Also\nmove the debug to before the set to see what is going on if it does fail.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b6b5bce3571e496504a89ee575d32101e0a98b93",
      "tree": "283d4da88216071813b25d82c6e49a5ab71948f9",
      "parents": [
        "c06aad854fdb9da38fcc22dccfe9d72919453e43"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Sun Aug 27 01:23:25 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Aug 27 11:01:28 2006 -0700"
      },
      "message": "[PATCH] swsusp: Fix swap_type_of\n\nThere is a bug in mm/swapfile.c#swap_type_of() that makes swsusp only be\nable to use the first active swap partition as the resume device.  Fix it.\n\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nCc: Hugh Dickins \u003chugh@veritas.com\u003e\nAcked-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c06aad854fdb9da38fcc22dccfe9d72919453e43",
      "tree": "a27fc99fe974cc5df08393c5b16b4499b07aa3e5",
      "parents": [
        "9a654518e1b774b8e8f74a819fd12a931e7672c9"
      ],
      "author": {
        "name": "Daniel Kobras",
        "email": "kobras@linux.de",
        "time": "Sun Aug 27 01:23:24 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Aug 27 11:01:28 2006 -0700"
      },
      "message": "[PATCH] dm: Fix deadlock under high i/o load in raid1 setup.\n\nOn an nForce4-equipped machine with two SATA disk in raid1 setup using dmraid,\nwe experienced frequent deadlock of the system under high i/o load.  \u0027cat\n/dev/zero \u003e ~/zero\u0027 was the most reliable way to reproduce them: Randomly\nafter a few GB, \u0027cp\u0027 would be left in \u0027D\u0027 state along with kjournald and\nkmirrord.  The functions cp and kjournald were blocked in did vary, but\nkmirrord\u0027s wchan always pointed to \u0027mempool_alloc()\u0027.  We\u0027ve seen this pattern\non 2.6.15 and 2.6.17 kernels.  http://lkml.org/lkml/2005/4/20/142 indicates\nthat this problem has been around even before.\n\nSo much for the facts, here\u0027s my interpretation: mempool_alloc() first tries\nto atomically allocate the requested memory, or falls back to hand out\npreallocated chunks from the mempool.  If both fail, it puts the calling\nprocess (kmirrord in this case) on a private waitqueue until somebody refills\nthe pool.  Where the only \u0027somebody\u0027 is kmirrord itself, so we have a\ndeadlock.\n\nI worked around this problem by falling back to a (blocking) kmalloc when\nbefore kmirrord would have ended up on the waitqueue.  This defeats part of\nthe benefits of using the mempool, but at least keeps the system running.  And\nit could be done with a two-line change.  Note that mempool_alloc() clears the\nGFP_NOIO flag internally, and only uses it to decide whether to wait or return\nan error if immediate allocation fails, so the attached patch doesn\u0027t change\nbehaviour in the non-deadlocking case.  Path is against current git\n(2.6.18-rc4), but should apply to earlier versions as well.  I\u0027ve tested on\n2.6.15, where this patch makes the difference between random lockup and a\nstable system.\n\nSigned-off-by: Daniel Kobras \u003ckobras@linux.de\u003e\nAcked-by: Alasdair G Kergon \u003cagk@redhat.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9a654518e1b774b8e8f74a819fd12a931e7672c9",
      "tree": "54ba738524292b9f54404ba97029727b05e7a04f",
      "parents": [
        "66a377c5041e1e399633153c8b500d457281e7c1"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Aug 27 01:23:22 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Aug 27 11:01:28 2006 -0700"
      },
      "message": "[PATCH] drivers/rtc: fix rtc-s3c.c\n\nIn the cleanups of drivers/rtc/s3c-rtc.c, the base address for the\nregisters got broken.  This patch fixes that by ensuring the readb/writeb\nare all prefixed with the base returned from ioremap()ing the registers.\n\nAlso fix check for valid year range, which was the wrong way around.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "66a377c5041e1e399633153c8b500d457281e7c1",
      "tree": "9fa32d0504bf0a58181edb77940e0709f3f954a5",
      "parents": [
        "3a13813e6effcfad5910d47b15b724621b50b878"
      ],
      "author": {
        "name": "Ian McDonald",
        "email": "ian.mcdonald@jandi.co.nz",
        "time": "Sat Aug 26 23:40:50 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Aug 26 23:40:50 2006 -0700"
      },
      "message": "[DCCP]: Fix CCID3\n\nThis fixes CCID3 to give much closer performance to RFC4342.\n\nCCID3 is meant to alter sending rate based on RTT and loss.\n\nThe performance was verified against:\nhttp://wand.net.nz/~perry/max_download.php\n\nFor example I tested with netem and had the following parameters:\nDelayed Acks 1, MSS 256 bytes, RTT 105 ms, packet loss 5%.\n\nThis gives a theoretical speed of 71.9 Kbits/s. I measured across three\nruns with this patch set and got 70.1 Kbits/s. Without this patchset the\naverage was 232 Kbits/s which means Linux can\u0027t be used for CCID3 research\nproperly.\n\nI also tested with netem turned off so box just acting as router with 1.2\nmsec RTT. The performance with this is the same with or without the patch\nat around 30 Mbit/s.\n\nSigned off by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n"
    },
    {
      "commit": "3a13813e6effcfad5910d47b15b724621b50b878",
      "tree": "30aaf88578ee23b0a1c0f90e7ee1100244d62415",
      "parents": [
        "8dbc16033e35c7443cd56cb5ba308bb19cb7b469"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Sat Aug 26 20:28:30 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Aug 26 20:28:30 2006 -0700"
      },
      "message": "[BRIDGE] netfilter: memory corruption fix\n\nThe bridge-netfilter code will overwrite memory if there is not\nheadroom in the skb to save the header.  This first showed up when\nusing Xen with sky2 driver that doesn\u0027t allocate the extra space.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8dbc16033e35c7443cd56cb5ba308bb19cb7b469",
      "tree": "f849df3b657763ff401024a828e86b0b57af102c",
      "parents": [
        "81a42d298d8bd1b96be4bd459494f25fdd99b594",
        "80193aee18bc862e284ba18504f3a3e14706a997"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Aug 26 20:18:49 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Aug 26 20:18:49 2006 -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  [DCCP]: Introduce dccp_rx_hist_find_entry\n  [DCCP]: Introduces follows48 function\n  [DCCP]: Update contact details and copyright\n  [DCCP]: Fix typo\n  [IPV6]: Segmentation offload not set correctly on TCP children\n  [CONNECTOR]: Add userspace example code into Documentation/connector/\n"
    },
    {
      "commit": "80193aee18bc862e284ba18504f3a3e14706a997",
      "tree": "84b814bc136727976c9e9503093519a93b646529",
      "parents": [
        "837d107cd101fbf734e9ea2bbb5c7336a329e432"
      ],
      "author": {
        "name": "Ian McDonald",
        "email": "ian.mcdonald@jandi.co.nz",
        "time": "Sat Aug 26 19:07:36 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Aug 26 19:07:36 2006 -0700"
      },
      "message": "[DCCP]: Introduce dccp_rx_hist_find_entry\n\nThis adds a new function dccp_rx_hist_find_entry.\n\nSigned off by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "837d107cd101fbf734e9ea2bbb5c7336a329e432",
      "tree": "0a292efbba9272136365b62cf4d915a16ac0a130",
      "parents": [
        "e6bccd357343e98db9e1fd0d487f4f924e1a7921"
      ],
      "author": {
        "name": "Ian McDonald",
        "email": "ian.mcdonald@jandi.co.nz",
        "time": "Sat Aug 26 19:06:42 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Aug 26 19:06:42 2006 -0700"
      },
      "message": "[DCCP]: Introduces follows48 function\n\nThis adds a new function to see if two sequence numbers follow each\nother.\n\nSigned off by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e6bccd357343e98db9e1fd0d487f4f924e1a7921",
      "tree": "21155efb0a977e9a408b0e6013b44bacff4b1881",
      "parents": [
        "f3166c07175c1639687288006aeabed363a921f3"
      ],
      "author": {
        "name": "Ian McDonald",
        "email": "ian.mcdonald@jandi.co.nz",
        "time": "Sat Aug 26 19:01:30 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Aug 26 19:01:30 2006 -0700"
      },
      "message": "[DCCP]: Update contact details and copyright\n\nJust updating copyright and contacts\n\nSigned off by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f3166c07175c1639687288006aeabed363a921f3",
      "tree": "248bd80dbd38dea9a0eef2925588bb34ed4111f8",
      "parents": [
        "59eed279c5daa88d95e429782ddb8ef87e52c44b"
      ],
      "author": {
        "name": "Ian McDonald",
        "email": "ian.mcdonald@jandi.co.nz",
        "time": "Sat Aug 26 19:01:03 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Aug 26 19:01:03 2006 -0700"
      },
      "message": "[DCCP]: Fix typo\n\nThis fixes a small typo in net/dccp/libs/packet_history.c\n\nSigned off by: Ian McDonald \u003cian.mcdonald@jandi.co.nz\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "59eed279c5daa88d95e429782ddb8ef87e52c44b",
      "tree": "89f82b76b89293aaf9eae94c9fc7be151e3ba664",
      "parents": [
        "897522ea1c20691b6a65f32f03ae4e77e508b31c"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Aug 25 15:55:43 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 26 18:42:01 2006 -0700"
      },
      "message": "[IPV6]: Segmentation offload not set correctly on TCP children\n\nTCP over IPV6 would incorrectly inherit the GSO settings.\nThis would cause kernel to send Tcp Segmentation Offload packets for\nIPV6 data to devices that can\u0027t handle it. It caused the sky2 driver\nto lock http://bugzilla.kernel.org/show_bug.cgi?id\u003d7050\nand the e1000 would generate bogus packets. I can\u0027t blame the\nhardware for gagging if the upper layers feed it garbage.\n\nThis was a new bug in 2.6.18 introduced with GSO support.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "897522ea1c20691b6a65f32f03ae4e77e508b31c",
      "tree": "fe71ca8eeedc1c5aebdb4ed02d1db8222738336f",
      "parents": [
        "94918ff68a7c78fdd3241d13e18444ef80b8ff4a"
      ],
      "author": {
        "name": "Evgeniy Polyakov",
        "email": "johnpol@2ka.mipt.ru",
        "time": "Fri Aug 25 00:52:06 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 26 18:42:00 2006 -0700"
      },
      "message": "[CONNECTOR]: Add userspace example code into Documentation/connector/\n\nI was asked several times to include userspace example code into\nDocumentation, so if there is no policy against it, consider attached patch\nfor 2.6.18. This program works with included Documentation/connector/cn_test.c\nconnector module.\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "81a42d298d8bd1b96be4bd459494f25fdd99b594",
      "tree": "7b562fabab424bcb68812da1175f0a78cd413ca0",
      "parents": [
        "5fec811e99bb6f537e67b6bcbe9fe6505aa8a114"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Fri Aug 25 15:58:57 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 26 17:55:55 2006 -0700"
      },
      "message": "[DISKLABEL] SUN: Fix signed int usage for sector count\n\nThe current sun disklabel code uses a signed int for the sector count.\nWhen partitions larger than 1 TB are used, the cast to a sector_t causes\nthe partition sizes to be invalid:\n\n # cat /proc/paritions | grep sdan\n   66   112 2146435072 sdan\n   66   115 9223372036853660736 sdan3\n   66   120 9223372036853660736 sdan8\n\nThis patch switches the sector count to an unsigned int to fix this.\n\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5fec811e99bb6f537e67b6bcbe9fe6505aa8a114",
      "tree": "9c4dcefe198ef7df3283518d3cc1629857aa7604",
      "parents": [
        "a23b423ec0573ead85e2c92f2a5df5d4bf47e26b"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Fri Aug 25 16:22:21 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 26 17:52:56 2006 -0700"
      },
      "message": "[SPARC]: Small smp cleanup.\n\nIt moves the smp_procesors_ready variable to sun4d_smp.c only.\n\nSigned-off-by: Krzysztof Helt (krzysztof.h1@wp.pl)\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a23b423ec0573ead85e2c92f2a5df5d4bf47e26b",
      "tree": "d25bb838298a97ed74930ce85ad8c65566817b85",
      "parents": [
        "94918ff68a7c78fdd3241d13e18444ef80b8ff4a"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Fri Aug 25 00:46:02 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Aug 26 17:52:51 2006 -0700"
      },
      "message": "[SPARC]: enabling of the 2nd CPU in 2.6.18-rc4\n\nsmp_setup_cpu_possible_map() needs to run after paging_init()\nso that the in-kernel device tree is setup.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "94918ff68a7c78fdd3241d13e18444ef80b8ff4a",
      "tree": "740220a5cd8a9e6e8f2957b4b10afca3d8c016ac",
      "parents": [
        "be729523369ec7825bde4a0e774ee7932e9d3dff"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Aug 14 11:40:46 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:06:24 2006 -0700"
      },
      "message": "[PATCH] unusual_devs update for UCR-61S2B\n\nThe existing unusual_devs entry for the UCR-61S2B appears to have too\nwide a revision range.  It matches at least one device that doesn\u0027t\nrespond to the initialization sequence.  Perhaps the sequence needs to\nbe updated, or perhaps something else can be done.  For now, this patch\n(as764) restricts the range to include only the revision mentioned in\nthe original comment.\n\nThis resolves (for now!) Bugzilla entry #6950.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "be729523369ec7825bde4a0e774ee7932e9d3dff",
      "tree": "736ab807f33c7c90089655dbbf86c6d8fcd3096e",
      "parents": [
        "b93b58eea81beacac55770dd39e34fbffdc36000"
      ],
      "author": {
        "name": "Tomasz Kazmierczak",
        "email": "tomek.fizyk@op.pl",
        "time": "Fri Aug 18 23:43:29 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:06:17 2006 -0700"
      },
      "message": "[PATCH] USB: pl2303: removed support for OTi\u0027s DKU-5 clone cable\n\nThis patch removes support for a clone of Nokia DKU-5 cable made by Ours\nTechnology Inc, as it turned out that the cable does not use the pl2303\nchip, but OTI-6858 chip which is not compatible with the pl2303.\n\nSigned-off-by: Tomasz Kazmierczak \u003ctomek.fizyk@op.pl\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b93b58eea81beacac55770dd39e34fbffdc36000",
      "tree": "39cdedf90344a07ca815692f0c0d1b9316850dd8",
      "parents": [
        "39ba487fe22a63b3df7c543c82d01db0f0fed700"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 14 17:32:51 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:06:11 2006 -0700"
      },
      "message": "[PATCH] USB: fix bug in cypress_cy7c63.c driver\n\nThis was pointed out by Adrian Bunk \u003cbunk@stusta.de\u003e, as found by the Coverity Checker.\n\nCc: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Oliver Bock \u003co.bock@fh-wolfenbuettel.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "39ba487fe22a63b3df7c543c82d01db0f0fed700",
      "tree": "13431f83dd7b0f8ccba5121c5fa7707c006a102b",
      "parents": [
        "cc702c2c5e5ab51e1b0d3386d447e7b1772879ee"
      ],
      "author": {
        "name": "Henrik Kretzschmar",
        "email": "henne@nachtwindheim.de",
        "time": "Tue Aug 15 10:57:16 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:05:59 2006 -0700"
      },
      "message": "[PATCH] PCI: kerneldoc correction in pci-driver\n\nRemoves an unused kerneldoc entry from pci_match_device and\nput the others into correct order.\n\nSigned-off-by: Henrik Kretzschmar \u003chenne@nachtwindheim.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "cc702c2c5e5ab51e1b0d3386d447e7b1772879ee",
      "tree": "925c4fb498a8798ff548a840b19d00f9d84abd4a",
      "parents": [
        "65ae4dddbb56c7415c31e9aae0b3811cb583bbea"
      ],
      "author": {
        "name": "Scott Murray",
        "email": "scottm@somanetworks.com",
        "time": "Tue Aug 22 19:55:57 2006 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:05:52 2006 -0700"
      },
      "message": "[PATCH] CPCI hotplug: fix resource assignment\n\nHere is a patch against the CPCI hotplug core to fix up PCI resource\nassignment such that things will actually work when a hot inserted\ndevice is enabled.  I mentioned this patch to you way back in April at\nELC, but am only now out from under things enough to clean it up and\nsubmit it.  I\u0027ve basically cribbed the corresponding code from\nshpchp_pci.c, so there are no big surprises.  If it\u0027s still possible, I\nwouldn\u0027t mind this going into 2.6.18, but it wouldn\u0027t be the end of the\nworld if it went into 2.6.19.\n\nSigned-off-by: Scott Murray \u003cscottm@somanetworks.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "65ae4dddbb56c7415c31e9aae0b3811cb583bbea",
      "tree": "86a3a3c30fa8ea45538458cc907e9979a1b2e13e",
      "parents": [
        "fd4dc27cff15f77cde218613baa36b855c85ad9f"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz-ml@swissonline.ch",
        "time": "Tue Aug 22 07:29:10 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:05:45 2006 -0700"
      },
      "message": "[PATCH] PCI: fix ICH6 quirks\n\n- add the ICH6(R) LPC to the ICH6 ACPI quirks.  currently only the ICH6-M\n  is handled.  [ PCI_DEVICE_ID_INTEL_ICH6_1 is the ICH6-M LPC, ICH6_0 is\n  the ICH6(R) ]\n\n- remove the wrong quirk calling asus_hides_smbus_lpc() for ICH6.  the\n  register modified in asus_hides_smbus_lpc() has a different meaning in\n  ICH6.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "fd4dc27cff15f77cde218613baa36b855c85ad9f",
      "tree": "dd506494b50fe757036422420d2972b2466c7c0f",
      "parents": [
        "954c0b7cd5b9aaa11fb67a0c011fcb5e5897385a"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz-ml@swissonline.ch",
        "time": "Tue Aug 22 07:29:09 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:05:37 2006 -0700"
      },
      "message": "[PATCH] PCI: i386 mmconfig: don\u0027t forget bus number when setting fallback_slots bits\n\nOn i386 PCI mmconfig forgets the bus number when setting the fallback_slots\nbits which means fallback to conf1 only works for bus 0.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "954c0b7cd5b9aaa11fb67a0c011fcb5e5897385a",
      "tree": "09c8eed0e42c3b28d8b0ffc58d86f906f4093658",
      "parents": [
        "faf9b616325430422fa13fead88ca7843eb249d6"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz-ml@swissonline.ch",
        "time": "Tue Aug 22 07:29:08 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:05:31 2006 -0700"
      },
      "message": "[PATCH] PCI: use PCBIOS as last fallback\n\nthere was a change in 2.6.17 which affected the order in which the PCI\naccess methods are probed.  this gives regressions on some machines with\nbroken BIOS.  the problem is that PCBIOS sometimes reports last bus wrong,\nleaving cardbus non-funcational.  previously those system worked fine with\ndirect access.\n\nThe patch changes the PCI init code to have PCBIOS as last fallback, yet\nthe PCBIOS code still has to run first to set pcibios_last_bus to the value\nreported by the BIOS.  this is needed in case legacy PCI probing\n(arch/i386/pci/legacy.c) is used to detect peer busses.  using direct\naccess if available fixes the cardbus problems.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nCc: Dave Hansen \u003chaveblue@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "faf9b616325430422fa13fead88ca7843eb249d6",
      "tree": "7272b6ac857c5ec400ea61a65f141927de3712af",
      "parents": [
        "4801bc25f37a969ea773c24d12fd4738541848a1"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Fri Aug 25 10:24:20 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:05:19 2006 -0700"
      },
      "message": "[PATCH] hwmon: abituguru timeout fixes\n\nThis patch contains 2 sets of fixes for the abituguru:\n 1) Much improved timeout handling, drasticly reducing the amount of\n    timeout errors on some motherboards\n 2) Fix the exit paths in the bank1 sensor type detect code to always\n    restore the original settings even on an error. Without this our\n    special test settings could remain seriously confusing the system\n    BIOS\u0027s setup menu.\n\nBoth are very much related and are must haves, to avoid messing up the\nuguru CMOS settings.\n\nDetailed changes:\n- Much improved timeout / wait for status handling. Many thanks to Sunil\n  Kumar, for all his testing, ideas and patches! The code now first busy\n  waits, polling the uguru for the expected status as this usually\n  succeeds pretty quickly (within 90 reads). To avoid unnecessary CPU burn\n  in timeout conditions, the amount of busy waiting has been halved from\n  previous versions (120 tries instead of 250). This is not a problem,\n  because this version goes to sleep after 120 attemps for 1 jiffy and\n  then tries again, it does this sleep and try again 5 times before\n  finally giving up. This (almost?) completly removes the timeout errors\n  some people have seen regulary. Apparently some older uguru versions\n  sometimes are distracted for a (relatively) long time. This solves this.\n- These timeout errors not only occur in the sending address part of\n  reading the uguru but also in the wait for read state, so errors in\n  this state are now handled as retryable just like send address state\n  errors and are only logged and reported to userspace if 3 executive\n  tries fail.\n- Fix a very nasty bug in the bank1 sensor type detection code, where it\n  would not restore the original settings in any of the error paths!\n- Since not successfully restoring the original settings can seriously\n  confuse the system BIOS (hang when entering the relevant setup menu),\n  we now try restoring them 3 times before giving up.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4801bc25f37a969ea773c24d12fd4738541848a1",
      "tree": "95e9c36770d255dbf5f78515abda64ca91d0a1f3",
      "parents": [
        "f834c755423332a6ff4397fae754029a6a7a8249"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Aug 11 22:53:08 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:05:12 2006 -0700"
      },
      "message": "[PATCH] i2c: tps65010 build fixes\n\nThe tps65010.c driver in the main tree never got updated with\nbuild fixes since the last batch of I2C driver changes; and the\ngenirq trigger flags were updated wierdly too.\n\nThis also includes a minor tweak to reduce the frequency used to\npoll for unplug-the-AC-power on the TPS chips that don\u0027t provide\nrelevant IRQs.  It _would_ be nice to sense whether there\u0027s even\na battery, but that\u0027d normally be an HDQ/1-wire interface to a\nsmart battery, and such APIs aren\u0027t standardized.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f834c755423332a6ff4397fae754029a6a7a8249",
      "tree": "004266b9612a69484a5dc0dc3d6db0d1e5ab60d5",
      "parents": [
        "62250b3bb596ffbae17c4b3d865fecd6329ce8b3",
        "0db99e3359234be181590463184b9959059a9ea9"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:04:23 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Aug 26 13:04:23 2006 -0700"
      },
      "message": "Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n"
    },
    {
      "commit": "0db99e3359234be181590463184b9959059a9ea9",
      "tree": "3822a0e4c6408cd0f0d23211f7f969dae873b483",
      "parents": [
        "15a3758dc9e1c9d862e46acdf607de70c302fa6a"
      ],
      "author": {
        "name": "Mike Christie",
        "email": "michaelc@cs.wisc.edu",
        "time": "Sat Aug 26 03:00:22 2006 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Aug 26 10:03:14 2006 -0500"
      },
      "message": "[SCSI] fix scsi_send_eh_cmnd regression\n\nThe callers of scsi_send_eh_cmnd are setting the cmnd buffer,\nand then scsi_send_eh_cmnd is copying that updated buffer to\nthe old_cmnd variable. Then after the command runs, we end up\ncopying that old_cmnd var which has the new cmnd to the scsi\ncommand buffer. When this command gets recent, all types of fun\nthings happen like getting TUR or START_STOP commands with\ndata and scatterlists.\n\nThis patch made against scsi-rc-fixes, has the callers of\nscsi_send_eh_cmnd pass in the command so scsi_send_eh_cmnd\ncan do the right thing. This should go into 2.6.18 since this\nfixes a regression added when we removed some of the scsi_cmnd\nfields and replaced them with local variables.\n\nSigned-off-by: Mike Christie \u003cmichaelc@cs.wisc.edu\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "15a3758dc9e1c9d862e46acdf607de70c302fa6a",
      "tree": "af0ae6bc2158682350961ee097af4b08f280af63",
      "parents": [
        "476e8978d9ccacfc911bd42e083dd784ad1465b1"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Wed Aug 23 14:54:56 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Aug 26 09:26:57 2006 -0500"
      },
      "message": "[SCSI] qla2xxx: Update version number to 8.01.07-k1.\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "476e8978d9ccacfc911bd42e083dd784ad1465b1",
      "tree": "419fe17bfbffccd5e777b17d357c6d1324038d1d",
      "parents": [
        "9c06938aa458843fb71fa35371f23a3b89317252"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Wed Aug 23 14:54:55 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Aug 26 09:26:41 2006 -0500"
      },
      "message": "[SCSI] qla2xxx: Properly re-enable EFT support after an ISP abort.\n\nSoftware must explicitely re-enable extended firmware tracing\nafter any ISP abort condition.\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "9c06938aa458843fb71fa35371f23a3b89317252",
      "tree": "1734579259d73df860207c1e66c5404011e127cf",
      "parents": [
        "b2155d0417df9f2b4c0d396b6530b864d9f08623"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Wed Aug 23 14:54:54 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Aug 26 09:26:27 2006 -0500"
      },
      "message": "[SCSI] qla2xxx: Correct PLOGI retry logic.\n\nOriginal code attempts to retry PLOGIs to fcports that are\nFCP_TARGETs only.  If the driver never performed a successful\nPLOGI/PRLI, the port-type would never be assigned, and the\nrelogin logic would silently drop the request (and thus the port\nwould not be recognized and registered).\n\nThe fix is relatively straightforward, drop the FCP_TARGET-only\ncheck.\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "b2155d0417df9f2b4c0d396b6530b864d9f08623",
      "tree": "3e7683501f150b6eff19226da139cbd5f69d3b78",
      "parents": [
        "48e2691f9c3bd6719e773f0b883449f4cef39585"
      ],
      "author": {
        "name": "Douglas Gilbert",
        "email": "dougg@torque.net",
        "time": "Sat Aug 19 00:11:34 2006 -0400"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Sat Aug 26 09:25:06 2006 -0500"
      },
      "message": "[SCSI] sg: fix incorrect page problem\n\nThere\u0027s a problem where sg is executing a -\u003enopage operation on a\ncompound page, it actually calls get_page() on the first page in the\ncompound rather than the page which is being mapped.  The fix is to\nselect the correct page by indexing into the compound.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "62250b3bb596ffbae17c4b3d865fecd6329ce8b3",
      "tree": "8f18da918c319a1f0be6c4011b60091bb29dc007",
      "parents": [
        "428a7e3e46a465a6cfe7ccbe15d7ea03a043a95a",
        "a969fd5a4e162c4485ae8f3e49d674656a18fa36"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 24 22:29:46 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 24 22:29:46 2006 -0700"
      },
      "message": "Merge branch \u0027fixes\u0027 of git://git.linux-nfs.org/pub/linux/nfs-2.6\n"
    },
    {
      "commit": "a969fd5a4e162c4485ae8f3e49d674656a18fa36",
      "tree": "b0b61e40b0bda116e41f2a451666715caed2c263",
      "parents": [
        "9167b0b9a0ab7907191523f5a0528e3b9c288e21"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Tue Aug 22 20:06:04 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:55:16 2006 -0400"
      },
      "message": "VFS: Remove redundant open-coded mode bit checks in open_exec().\n\nThe check in open_exec() for inode-\u003ei_mode \u0026 0111 has been made\nredundant by the fix to permission().\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 1d3741c5d991686699f100b65b9956f7ee7ae0ae commit)\n"
    },
    {
      "commit": "9167b0b9a0ab7907191523f5a0528e3b9c288e21",
      "tree": "63345d9bacaf1b30e977a5cd24322d2426f6109f",
      "parents": [
        "a343bb7750e6a098909c34f5c5dfddbc4fa40053"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Tue Aug 22 20:06:03 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:55:06 2006 -0400"
      },
      "message": "VFS: Remove redundant open-coded mode bit check in prepare_binfmt().\n\nThe check in prepare_binfmt() for inode-\u003ei_mode \u0026 0111 is redundant,\nsince open_exec() will already have done that.\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 822dec482ced07af32c378cd936d77345786572b commit)\n"
    },
    {
      "commit": "a343bb7750e6a098909c34f5c5dfddbc4fa40053",
      "tree": "f4125368b85270b4fd619ae317ce0796605c579e",
      "parents": [
        "16b4289c7460ba9c04af40c574949dcca9029658"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Tue Aug 22 20:06:03 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:54:58 2006 -0400"
      },
      "message": "VFS: Fix access(\"file\", X_OK) in the presence of ACLs\n\nCurrently, the access() call will return incorrect information on NFS if\nthere exists an ACL that grants execute access to the user on a regular\nfile. The reason the information is incorrect is that the VFS overrides\nthis execute access in open_exec() by checking (inode-\u003ei_mode \u0026 0111).\n\nThis patch propagates the VFS execute bit check back into the generic\npermission() call.\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 64cbae98848c4c99851cb0a405f0b4982cd76c1e commit)\n"
    },
    {
      "commit": "16b4289c7460ba9c04af40c574949dcca9029658",
      "tree": "b0c1b47e82306d23e326d6a6a59d251eccb85e81",
      "parents": [
        "e8896495bca8490a427409e0886d63d05419ec65"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 12:27:15 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:54:13 2006 -0400"
      },
      "message": "NFSv4: Add v4 exception handling for the ACL functions.\n\nThis is needed in order to handle any NFS4ERR_DELAY errors that might be\nreturned by the server. It also ensures that we map the NFSv4 errors before\nthey are returned to userland.\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 71c12b3f0abc7501f6ed231a6d17bc9c05a238dc commit)\n"
    },
    {
      "commit": "e8896495bca8490a427409e0886d63d05419ec65",
      "tree": "b402c7c7a868501e3c6dbcf1874ead3368152ea4",
      "parents": [
        "3cedf13af9f7e61aca0dbbd11b601ac93bf93a9f"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Thu Aug 24 15:44:19 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:53:34 2006 -0400"
      },
      "message": "NFS: Check lengths more thoroughly in NFS4 readdir XDR decode\n\nCheck the bounds of length specifiers more thoroughly in the XDR decoding of\nNFS4 readdir reply data.\n\nCurrently, if the server returns a bitmap or attr length that causes the\ncurrent decode point pointer to wrap, this could go undetected (consider a\nsmall \"negative\" length on a 32-bit machine).\n\nAlso add a check into the main XDR decode handler to make sure that the amount\nof data is a multiple of four bytes (as specified by RFC-1014).  This makes\nsure that we can do u32* pointer subtraction in the NFS client without risking\nan undefined result (the result is undefined if the pointers are not correctly\naligned with respect to one another).\n\nSigned-Off-By: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 5861fddd64a7eaf7e8b1a9997455a24e7f688092 commit)\n"
    },
    {
      "commit": "3cedf13af9f7e61aca0dbbd11b601ac93bf93a9f",
      "tree": "4755f3f0de0439ba83b32b6a238064a58a751f64",
      "parents": [
        "8e037094c414172481c5ce903efdab50ce932343"
      ],
      "author": {
        "name": "J. Bruce Fields",
        "email": "bfields@fieldses.org",
        "time": "Thu Aug 24 15:44:12 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:51:59 2006 -0400"
      },
      "message": "NFSv4: increase client-provided nfs4 clientid size\n\nNeil Brown observed that the current limit of 32 bytes isn\u0027t enough to hold two\nip addresses and the rest of the stuff we\u0027re putting in it, so it\u0027s often\ntruncated to the point where it\u0027s unlikely to be unique.  This can cause\nspurious CLID_INUSE\u0027s from the server.\n\nSigned-off-by: J. Bruce Fields \u003cbfields@citi.umich.edu\u003e\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from fc8c17ec251e984ab3df9182ed097aa5b577c915 commit)\n"
    },
    {
      "commit": "8e037094c414172481c5ce903efdab50ce932343",
      "tree": "31e97632e2b0ac49c30cdc5c2138b92ddceec227",
      "parents": [
        "79558f3610efd7928e8882b2eaca3093b283630e"
      ],
      "author": {
        "name": "Chuck Lever",
        "email": "chuck.lever@oracle.com",
        "time": "Tue Aug 22 20:06:15 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:51:32 2006 -0400"
      },
      "message": "SUNRPC: avoid choosing an IPMI port for RPC traffic\n\nSome hardware uses port 664 for its hardware-based IPMI listener.  Teach\nthe RPC client to avoid using that port by raising the default minimum port\nnumber to 665.\n\nTest plan:\nFind a mainboard known to use port 664 for IPMI; enable IPMI; mount NFS\nservers in a tight loop.\n\nSigned-off-by: Chuck Lever \u003cchuck.lever@oracle.com\u003e\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 58e8cb3a035d22fc386e1c53a5d98c3f219530fb commit)\n"
    },
    {
      "commit": "79558f3610efd7928e8882b2eaca3093b283630e",
      "tree": "125f16640cd7f9de2074dae89a9c6c405703029c",
      "parents": [
        "01df9c5e918ae5559f2d96da0143f8bfbb9e6171"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Tue Aug 22 13:44:32 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:51:08 2006 -0400"
      },
      "message": "NFS: Fix issue with EIO on NFS read\n\nThe problem is that we may be caching writes that would extend the file and\ncreate a hole in the region that we are reading. In this case, we need to\ndetect the eof from the server, ensure that we zero out the pages that\nare part of the hole and mark them as up to date.\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 856b603b01b99146918c093969b6cb1b1b0f1c01 commit)\n"
    },
    {
      "commit": "01df9c5e918ae5559f2d96da0143f8bfbb9e6171",
      "tree": "1716c3caf8c5d6c10aa139bdbb75d93af30fc0b2",
      "parents": [
        "8f8e7a50f450fcb86a5b2ffb94543c57a14f8260"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 10 11:58:57 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:51:00 2006 -0400"
      },
      "message": "LOCKD: Fix a deadlock in nlm_traverse_files()\n\nnlm_traverse_files() is not allowed to hold the nlm_file_mutex while calling\nnlm_inspect file, since it may end up calling nlm_release_file() when\nreleaseing the blocks.\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from e558d3cde986e04f68afe8c790ad68ef4b94587a commit)\n"
    },
    {
      "commit": "8f8e7a50f450fcb86a5b2ffb94543c57a14f8260",
      "tree": "fc48bee347dad1c6100468c2169d34152e2daac1",
      "parents": [
        "68adb0af51ebccb72ffb14d49cb8121b1afc4259"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Mon Aug 14 13:11:15 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:50:51 2006 -0400"
      },
      "message": "SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs\n\nrpc_unlink() and rpc_rmdir() will dput the dentry reference for you.\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from a05a57effa71a1f67ccbfc52335c10c8b85f3f6a commit)\n"
    },
    {
      "commit": "68adb0af51ebccb72ffb14d49cb8121b1afc4259",
      "tree": "cfe18744aa4a96680cf344092cff9a741fe152c3",
      "parents": [
        "dff02cc1a34fcb60904a2c57cb351857cc11219e"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 10 17:51:46 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:50:42 2006 -0400"
      },
      "message": "SUNRPC: rpc_unlink() must check for unhashed dentries\n\nA prior call to rpc_depopulate() by rpc_rmdir() on the parent directory may\nhave already called simple_unlink() on this entry.\nAdd the same check to rpc_rmdir(). Also remove a redundant call to\nrpc_close_pipes() in rpc_rmdir.\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 0bbfb9d20f6437c4031aa3bf9b4d311a053e58e3 commit)\n"
    },
    {
      "commit": "dff02cc1a34fcb60904a2c57cb351857cc11219e",
      "tree": "e15957078e7f03f8b2b758cee0f7362d42f83c80",
      "parents": [
        "5d67476fff2df6ff12f60b540fd0e74cf2a668f9"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Mon Jul 31 14:17:18 2006 -0700"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:50:32 2006 -0400"
      },
      "message": "NFS: clean up rpc_rmdir\n\nMake it take a dentry argument instead of a path\n\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 648d4116eb2509f010f7f34704a650150309b3e7 commit)\n"
    },
    {
      "commit": "5d67476fff2df6ff12f60b540fd0e74cf2a668f9",
      "tree": "d1428c5562ce6b24919da18c44746d363e9864e1",
      "parents": [
        "a634904a7de0d3a0bc606f608007a34e8c05bfee"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Mon Jul 31 14:11:48 2006 -0700"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:50:07 2006 -0400"
      },
      "message": "SUNRPC: make rpc_unlink() take a dentry argument instead of a path\n\nSigne-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 88bf6d811b01a4be7fd507d18bf5f1c527989089 commit)\n"
    },
    {
      "commit": "a634904a7de0d3a0bc606f608007a34e8c05bfee",
      "tree": "936d436adb118f7e7fbadd6eabf5296693861df0",
      "parents": [
        "ddeff520f02b92128132c282c350fa72afffb84a"
      ],
      "author": {
        "name": "ASANO Masahiro",
        "email": "masano@tnes.nec.co.jp",
        "time": "Tue Aug 22 20:06:02 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:49:14 2006 -0400"
      },
      "message": "VFS: add lookup hint for network file systems\n\nI\u0027m trying to speeding up mkdir(2) for network file systems.  A typical\nmkdir(2) calls two inode_operations: lookup and mkdir.  The lookup\noperation would fail with ENOENT in common case.  I think it is unnecessary\nbecause the subsequent mkdir operation can check it.  In case of creat(2),\nlookup operation is called with the LOOKUP_CREATE flag, so individual\nfilesystem can omit real lookup.  e.g.  nfs_lookup().\n\nHere is a sample patch which uses LOOKUP_CREATE and O_EXCL on mkdir,\nsymlink and mknod.  This uses the gadget for creat(2).\n\nAnd here is the result of a benchmark on NFSv3.\n  mkdir(2) 10,000 times:\n    original  50.5 sec\n    patched   29.0 sec\n\nSigned-off-by: ASANO Masahiro \u003cmasano@tnes.nec.co.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from fab7bf44449b29f9d5572a5dd8adcf7c91d5bf0f commit)\n"
    },
    {
      "commit": "ddeff520f02b92128132c282c350fa72afffb84a",
      "tree": "238a720ece47a2f1e07b4d4cc53dff10860bbacb",
      "parents": [
        "ef7d1b244fa6c94fb76d5f787b8629df64ea4046"
      ],
      "author": {
        "name": "Nikita Danilov",
        "email": "nikita@clusterfs.com",
        "time": "Wed Aug 09 13:53:47 2006 -0400"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Thu Aug 24 15:48:46 2006 -0400"
      },
      "message": "NFS: Fix a potential deadlock in nfs_release_page\n\nnfs_wb_page() waits on request completion and, as a result, is not safe to be\ncalled from nfs_release_page() invoked by VM scanner as part of GFP_NOFS\nallocation. Fix possible deadlock by analyzing gfp mask and refusing to\nrelease page if __GFP_FS is not set.\n\nSigned-off-by: Nikita Danilov \u003cdanilov@gmail.com\u003e\nSigned-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n(cherry picked from 374d969debfb290bafcb41d28918dc6f7e43ce31 commit)\n"
    },
    {
      "commit": "428a7e3e46a465a6cfe7ccbe15d7ea03a043a95a",
      "tree": "5a2d93ea5e027c5d6431a9af3b20eb51fbb6fb53",
      "parents": [
        "7bf13484d256e21b4bceb07026ac68dbae9dcce5",
        "8e79a441a4d8a34d64efe93add49b3eefca5cd1c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 24 10:54:22 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 24 10:54:22 2006 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git390.osdl.marist.edu/pub/scm/linux-2.6\n"
    },
    {
      "commit": "8e79a441a4d8a34d64efe93add49b3eefca5cd1c",
      "tree": "85f163962161f8c26881533a5376602f8f800e9d",
      "parents": [
        "ef7d1b244fa6c94fb76d5f787b8629df64ea4046"
      ],
      "author": {
        "name": "Horst Hummel",
        "email": "horst.hummel@de.ibm.com",
        "time": "Thu Aug 24 13:22:36 2006 +0200"
      },
      "committer": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Thu Aug 24 13:22:36 2006 +0200"
      },
      "message": "[S390] dasd PAV enabling.\n\nThe subsystem check in the PAV code is incorrect, it enables PAV\nper device instead of per subsystem.\n\nSigned-off-by: Horst Hummel \u003chorst.hummel@de.ibm.com\u003e\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\n"
    },
    {
      "commit": "7bf13484d256e21b4bceb07026ac68dbae9dcce5",
      "tree": "37e76952178ff06eb9d2dc0314be4250ba1cd85b",
      "parents": [
        "20253de9d566f02b82aa1e0c103f73e80619106a",
        "ac2164d5e425fa4755bdbab9641d8dab7239b6f5"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 24 01:28:14 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 24 01:28:14 2006 -0700"
      },
      "message": "Merge branch \u0027upstream-greg\u0027 of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n"
    },
    {
      "commit": "ac2164d5e425fa4755bdbab9641d8dab7239b6f5",
      "tree": "4576ca4b573e7c7bcb197f934ef3da35c2457d0c",
      "parents": [
        "9dd9c16465c82d1385f97d2a245641464fcb7894"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Wed Aug 23 01:00:27 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:51:24 2006 -0400"
      },
      "message": "[PATCH] sata_via: use old SCR access pattern on vt6420\n\nvt6420 has super-fragile SCR registers which can hang the whole\nmachine if accessed with the wrong timings.  This patch makes sata_via\nuse SCR registers only during probing and with the same timings as\nbefore (pre new EH), which is proven to work.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9dd9c16465c82d1385f97d2a245641464fcb7894",
      "tree": "0f729bb81af48ff79bda7eea0d366c87aed80a10",
      "parents": [
        "f3745a3f9fa39fa3c62f7d5b8549ee787d2c6848"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Tue Aug 22 21:15:58 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:51:24 2006 -0400"
      },
      "message": "[PATCH] ata_piix: implement force_pcs module parameter\n\nThis patch implements force_pcs module parameter for ata_piix.  If 1,\nPCS is ignored, 2 honored.  As there seem to be quite a few ICHs w/\nimpaired PCS, this option will be useful for cases where the default\nsetting doesn\u0027t work.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "f3745a3f9fa39fa3c62f7d5b8549ee787d2c6848",
      "tree": "03bf0b2abfd9389dbadb69f024aa2761c28b9a5f",
      "parents": [
        "f1a58ecae527fc67c87ce4dcb9e73894f64aadfe"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Tue Aug 22 21:06:46 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:51:24 2006 -0400"
      },
      "message": "[PATCH] ata_piix: ignore PCS on ICH5\n\nThere have been a number of reports regarding some ICH5s failing to\ndetect devices since the PCS handling update.  Analysis shows that\nthese problems are caused by bogus PCS values from those controllers.\n\nBefore the PCS update, the driver didn\u0027t honor PCS regs exactly and\nprobed them in many cases PCS reports no device.  Now that PCS is\nhonored exactly, these hardware problems are visible.\n\nThis patch makes ICH5 ignore PCS.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "20253de9d566f02b82aa1e0c103f73e80619106a",
      "tree": "a91db957a3dd40469531f35a920b8302c03fb7ee",
      "parents": [
        "b7277155f8fa89cd5696140b4a93cfb53d0091ff",
        "357eb4cf75fdb9dbe46b64d50f3670de6a45dc91"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 23 21:58:48 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 23 21:58:48 2006 -0700"
      },
      "message": "Merge branch \u0027upstream-greg\u0027 of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "357eb4cf75fdb9dbe46b64d50f3670de6a45dc91",
      "tree": "0ba358be2a3a9a62f722838adea7fff8a1f946ff",
      "parents": [
        "c5ab964debe92d0ec7af330f350a3433c1b5b61e",
        "9b5cce07648d059a013444116bd0140b047b25a1"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:41:25 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:41:25 2006 -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": "c5ab964debe92d0ec7af330f350a3433c1b5b61e",
      "tree": "a9d3c4b97efe1e0b1854ba4c7130905d786f95c8",
      "parents": [
        "8d91626636ed9ce8b742edb52ae48f2faefd5864"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Aug 22 18:55:44 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:40:51 2006 -0400"
      },
      "message": "[PATCH] spectrum_cs: Fix firmware uploading errors\n\nspectrum_cs: Fix the logic so we error when the device is *not* present!\n\nThis fixes firmware upload failures which prevent the driver from\nworking (the bug is also present in 2.6.17).\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "8d91626636ed9ce8b742edb52ae48f2faefd5864",
      "tree": "d6270c4b398f356081b4f078cf32e21bafd23f7e",
      "parents": [
        "9a469abe9c6bab3ce237ee433541931bbd827faf"
      ],
      "author": {
        "name": "Don Fry",
        "email": "brazilnut@us.ibm.com",
        "time": "Tue Aug 22 10:22:37 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:40:03 2006 -0400"
      },
      "message": "[PATCH] pcnet32: break in 2.6.18-rc1 identified\n\nA change I made for 2.6.17 and another for 2.6.18 do not work on older\npcnet32 chips which I do not have access to.  If the chip is a 79C970 or\n79C965, do not try and suspend or check the link status.\nI have tested with a 79C970A, 79C971, 79C972, 79C973, 79C975, 79C976,\nand 79C978.\n\nSigned-off-by:  Don Fry \u003cbrazilnut@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9a469abe9c6bab3ce237ee433541931bbd827faf",
      "tree": "b1f3634a602b612fbbf62254f80c7c2c72a4540f",
      "parents": [
        "cb958186ed543d1a4f074ceb1c783fe8b0908437"
      ],
      "author": {
        "name": "Joerg Ahrens",
        "email": "joerg@hydrops.han.de",
        "time": "Sun Aug 20 21:51:57 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:38:32 2006 -0400"
      },
      "message": "[PATCH] xirc2ps_cs: Cannot reset card in atomic context\n\nI am using a Xircom CEM33 pcmcia NIC which has occasional hardware problems.\nIf the netdev watchdog detects a transmit timeout, do_reset is called which\nmsleeps - this is illegal in atomic context.\n\nThis patch schedules the timeout handling as a workqueue item.\n\nSigned-off-by: Daniel Drake \u003cdsd@gentoo.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cb958186ed543d1a4f074ceb1c783fe8b0908437",
      "tree": "852a5b70ff626b7b9dbf1c1e6da5a65b55cb40c7",
      "parents": [
        "a76b044af147135b5fb7570aba35d4908f143cc9"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Sat Aug 19 19:37:57 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 00:37:04 2006 -0400"
      },
      "message": "[PATCH] Signedness issue in drivers/net/3c515.c\n\nwhile playing with gcc 4.1 -Wextra warnings, I came across this one:\n\ndrivers/net/3c515.c:1027: warning: comparison of unsigned expression \u003e\u003d 0 is always true\n\nSince i is unsigned the \u003e\u003d 0 check in the for loop is always true,\nso we might spin there forever unless the if condition triggers.\nSince i is only used in this loop, this patch changes it to\nan integer.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b7277155f8fa89cd5696140b4a93cfb53d0091ff",
      "tree": "c75cb996b2942d15e3a5d4327e9c582336880292",
      "parents": [
        "ccc712fe6b2acbafe9fc31f765a193e3249ca4a1",
        "c712a9de94a5df5bc0087c14ad0b1aac2c147991"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 23 21:11:56 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 23 21:11:56 2006 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/dtor/input\n"
    },
    {
      "commit": "ccc712fe6b2acbafe9fc31f765a193e3249ca4a1",
      "tree": "9e1a4052a69203baf1e866af4536ca9ceb904fa6",
      "parents": [
        "9c637646dafd82370c284ce7fcc8b4ba2546dfb1",
        "c9169f8747bb282cbe518132bf7d49755a00b6c1"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 23 21:08:12 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 23 21:08:12 2006 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n"
    },
    {
      "commit": "9c637646dafd82370c284ce7fcc8b4ba2546dfb1",
      "tree": "a9070311c7b1963013fe25b4b458f48b21501685",
      "parents": [
        "b8b99e857d0e258b0da17e55466e5142465d35fd",
        "834ac73d4bc804db8ccb3f2a517e36db5f6bc4bd"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 23 18:08:44 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 23 18:08:44 2006 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband\n"
    },
    {
      "commit": "c9169f8747bb282cbe518132bf7d49755a00b6c1",
      "tree": "1357eb203b7e3c80d6ea2036df664e1a3a401555",
      "parents": [
        "d55c4a76f26160482158cd43788dcfc96a320a4f"
      ],
      "author": {
        "name": "Adam Litke",
        "email": "agl@us.ibm.com",
        "time": "Fri Aug 18 11:22:21 2006 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Aug 24 10:07:23 2006 +1000"
      },
      "message": "[POWERPC] hugepage BUG fix\n\nOn Tue, 2006-08-15 at 08:22 -0700, Dave Hansen wrote:\n\u003e kernel BUG in cache_free_debugcheck at mm/slab.c:2748!\n\nAlright, this one is only triggered when slab debugging is enabled.  The\nslabs are assumed to be aligned on a HUGEPTE_TABLE_SIZE boundary.  The free\npath makes use of this assumption and uses the lowest nibble to pass around\nan index into an array of kmem_cache pointers.  With slab debugging turned\non, the slab is still aligned, but the \"working\" object pointer is not.\nThis would break the assumption above that a full nibble is available for\nthe PGF_CACHENUM_MASK.\n\nThe following patch reduces PGF_CACHENUM_MASK to cover only the two least\nsignificant bits, which is enough to cover the current number of 4 pgtable\ncache types.  Then use this constant to mask out the appropriate part of\nthe huge pte pointer.\n\nSigned-off-by: Adam Litke \u003cagl@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b8b99e857d0e258b0da17e55466e5142465d35fd",
      "tree": "7cae85965f21792664506e9f85f2a983ee0ee53d",
      "parents": [
        "0f4184f73d5233214d3225a94fcf1bd4d6678d74"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Aug 23 15:53:39 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Aug 23 15:53:39 2006 -0700"
      },
      "message": "[SERIAL] sunzilog: Mirror the sunsab serial setup bug fix.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0f4184f73d5233214d3225a94fcf1bd4d6678d74",
      "tree": "0aca57fc40523377916f0836506646205a0677eb",
      "parents": [
        "25848c4e502ec2bb94ee1f3c82709311059d0857"
      ],
      "author": {
        "name": "Marc Zyngier",
        "email": "maz@misterjones.org",
        "time": "Wed Aug 23 15:50:57 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Aug 23 15:50:57 2006 -0700"
      },
      "message": "[SERIAL] sunsab: Fix E250 console with RSC.\n\nThis fixes yet another sunsab problem, when console is set to anything\nbut the first port. The console framework calls sunsab_console_setup\nfor each port, and we end up setting up a console on a not yet\ndiscovered port, which leads to an Oops. Instead, defer console setup\nuntil the requested port is properly initialized. Tested on an E250\nthrough an RSC console.\n\nReported by Daniel Smolik \u003cmarvin@mydatex.cz\u003e\n\nSigned-off-by: Marc Zyngier \u003cmaz@misterjones.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "25848c4e502ec2bb94ee1f3c82709311059d0857",
      "tree": "68d7f2033ea0a868cbd994b06228f418da76fc95",
      "parents": [
        "1bad998a2778055c095b4f2081c68e6bc82f06e2"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Aug 23 15:33:07 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Aug 23 15:33:07 2006 -0700"
      },
      "message": "[SCSI] esp: Fix build on SUN4.\n\nNoted by Alexey Dobriyan.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "834ac73d4bc804db8ccb3f2a517e36db5f6bc4bd",
      "tree": "64af4566e720bf878fb8d74944ff4b12dd9a309b",
      "parents": [
        "5beba53230351b2d77c317c22e66c415f2ebaf02"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Tue Aug 22 22:45:06 2006 +0300"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Aug 23 13:29:08 2006 -0700"
      },
      "message": "IB/mthca: Update HCA firmware revisions\n\nUpdate the driver\u0027s list of HCA firmware revisions to make sure people\nrunning Sinai firmware older than 1.1.0 get a message suggesting a\nfirmware upgrade.  Update the Arbel versions as well while we are at it.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n\n"
    },
    {
      "commit": "9b5cce07648d059a013444116bd0140b047b25a1",
      "tree": "7c8abb693dc50f81b442b5f459350b2e0f996f86",
      "parents": [
        "794ccda61c7dc2aa6c66e8ef18a44d865d3c3a7d"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Tue Aug 15 21:41:39 2006 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Aug 23 14:20:37 2006 -0400"
      },
      "message": "[PATCH] hostap: Restore antenna selection settings after port reset\n\nIntersil firmware 1.7.4 (and possibly others) loses the antenna\nselection settings when the port is reset.\n\nSigned-off-by: David Acker \u003cdacker@roinet.com\u003e\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "794ccda61c7dc2aa6c66e8ef18a44d865d3c3a7d",
      "tree": "0df81c4afd909be8545a3e5106c2383867481203",
      "parents": [
        "ef7d1b244fa6c94fb76d5f787b8629df64ea4046"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Tue Aug 15 20:42:20 2006 -0400"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Aug 23 14:20:37 2006 -0400"
      },
      "message": "[PATCH] spectrum_cs: Fix incorrect use of pcmcia_dev_present()\n\nThis bug was introduced during the PCMCIA API conversion and broke\nspectrum_cs completely.\n\nTracked down by Fredrik Tolf \u003cfredrik@dolda2000.com\u003e\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d55c4a76f26160482158cd43788dcfc96a320a4f",
      "tree": "1415d9dfc7c630715360e1f9e4243e4f131c933e",
      "parents": [
        "87589f08beaec3e1f8a3af0c72406c845f706821"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Wed Aug 23 14:13:08 2006 +0800"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 17:12:33 2006 +1000"
      },
      "message": "[POWERPC] Fix compile problem without CONFIG_PCI\n\nCompile fails without defining CONFIG_PCI.\nThe patch fix this.\n\n[paulus@samba.org: Moved of_irq_pci_swizzle so we only need one #ifdef]\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "87589f08beaec3e1f8a3af0c72406c845f706821",
      "tree": "4402e8dc8fa204c0484fe0741eb09710f2be5bab",
      "parents": [
        "be9633e96a9e33ab97776bb6874244fa4db6987d"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 16:58:39 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 16:58:39 2006 +1000"
      },
      "message": "[POWERPC] Correct masks used in emulating some instructions\n\nWhen we get an illegal instruction exception, we check to see whether\nthe instruction is one that we emulate for the user program.  Some of\nthe masks we use in checking whether the offending instruction is one\nwe care about didn\u0027t have the top bit set, which is the MSB of the\nmajor opcode.  Thus some undefined opcodes could get emulated as other\n(defined but unimplemented) instructions.  This corrects the masks.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "be9633e96a9e33ab97776bb6874244fa4db6987d",
      "tree": "80a17a362645b4b6e481d970f6f983686a61b3df",
      "parents": [
        "c4342ff92bed26f2e0e3543a9f0fdc5f3a29b8fd"
      ],
      "author": {
        "name": "Zang Roy-r61911",
        "email": "tie-fei.zang@freescale.com",
        "time": "Wed Aug 23 10:20:27 2006 +0800"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:19 2006 +1000"
      },
      "message": "[POWERPC] Pass UPIO_TSI flag to 8259 serial driver\n\nThe patch passes the UPIO_TSI flag to general 8259 serial driver\n\nSigned-off-by: Roy Zang\t\u003ctie-fei.zang@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c4342ff92bed26f2e0e3543a9f0fdc5f3a29b8fd",
      "tree": "1e79e4a33cd9a5e19d7143d6fed20bed9e3adc3a",
      "parents": [
        "6cdd2bdfb9e2449f1c8a0f729cdf9cfd733dd63f"
      ],
      "author": {
        "name": "Zang Roy-r61911",
        "email": "tie-fei.zang@freescale.com",
        "time": "Wed Aug 23 10:19:50 2006 +0800"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:18 2006 +1000"
      },
      "message": "[POWERPC] Update mpc7448hpc2 board irq support using device tree\n\nThe patch rewrites mpc7448hpc2 board irq support according to the new\nmpic device tree interface.\n\nSigned-off-by: Roy Zang\t\u003ctie-fei.zang@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "6cdd2bdfb9e2449f1c8a0f729cdf9cfd733dd63f",
      "tree": "49b7507b83c82c26f2f0ab5bd1833460b3baac28",
      "parents": [
        "5db9fa9593e2ff69f2b95f9d59229dc4faaa564d"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Aug 23 11:45:12 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:18 2006 +1000"
      },
      "message": "[POWERPC] Fix BootX booting with an initrd\n\nThe bootx_init.c trampoline didn\u0027t properly add the ramdisk to the\n\"reserve map\" (list of reserved areas of memory), thus causing all sorts\nof failures when using BootX with an initrd. Also fixes a possible\nproblem if the ramdisk is located before the device-tree passed by\nBootX.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "5db9fa9593e2ff69f2b95f9d59229dc4faaa564d",
      "tree": "d58ba58c05408edf8993d0da5a31b3ea3df1a053",
      "parents": [
        "aa74a30be971c632d734e487df42278b1cf85151"
      ],
      "author": {
        "name": "Nathan Lynch",
        "email": "ntl@pobox.com",
        "time": "Tue Aug 22 20:36:05 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:18 2006 +1000"
      },
      "message": "[POWERPC] Fix gettimeofday inaccuracies\n\nThere are two problems in the powerpc gettimeofday code which can\ncause incorrect results to be returned.\n\nThe first is that there is a race between do_gettimeofday and the\ntimer interrupt:\n\n1. do_gettimeofday does get_tb()\n\n2. decrementer exception on boot cpu which runs timer_recalc_offset,\n   which also samples the timebase and updates the do_gtod structure\n   with a greater timebase value.\n\n3. do_gettimeofday calls __do_gettimeofday, which leads to the\n   negative result from tb_val - temp_varp-\u003etb_orig_stamp.\n\nThe second is caused by taking the boot cpu offline, which can cause\nthe value of tb_last_jiffy to be increased past the currently\navailable timebase, causing the same underflow as above.\n\n[paulus@samba.org - define and use data_barrier() instead of mb().]\n\nSigned-off-by: Nathan Lynch \u003cntl@pobox.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "aa74a30be971c632d734e487df42278b1cf85151",
      "tree": "e6489ffa44feaf4127f33b26d946f28a619f9525",
      "parents": [
        "343832734fac000d2d276ccc41955daded1265f5"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Mon Aug 21 14:29:28 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:18 2006 +1000"
      },
      "message": "[POWERPC] Fix FEC node in 8540 ADS dts\n\n* Fixed the FEC node, and its accompanying PHY\n* Fixed a spacing issue in the PIC node\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "343832734fac000d2d276ccc41955daded1265f5",
      "tree": "7450a712261fe7ffc02d92cb5fca2adec1ac43de",
      "parents": [
        "2654d6385f6cad00cfb8f5087aeb10d0ed781e74"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@freescale.com",
        "time": "Fri Aug 18 14:30:35 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:18 2006 +1000"
      },
      "message": "[POWERPC] Rewrite the PPC 86xx IRQ handling to use Flat Device Tree\n\nIRQ setup now comes from the Flat Device Tree and use the new generic\nIRQ code.  Fixed the fsl_soc.c IRQ OF interrupt node parsing.\nRemoved some unused MPC86xx macro definition.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Jon Loeliger \u003cjdl@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n(cherry picked from 919fede6edab94cccb3ca8c1c0b32fa62c9369a5 commit)\n"
    },
    {
      "commit": "2654d6385f6cad00cfb8f5087aeb10d0ed781e74",
      "tree": "a9aebfe0e043a90bc0f537e93453154a3e3cd435",
      "parents": [
        "ddd64159eb0d090766eee79b191a974ffdd83a42"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Fri Aug 18 18:04:34 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:18 2006 +1000"
      },
      "message": "[POWERPC] Add 85xx DTS files to powerpc\n\nAdded the mpc85xx family of dts files to the powerpc tree\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ddd64159eb0d090766eee79b191a974ffdd83a42",
      "tree": "004015a1fd7b0994ad5196d8642545e55ac7e287",
      "parents": [
        "4c86cd9c59428a40233fb707f5de18caa5ab5cb7"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Thu Aug 17 20:24:48 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:18 2006 +1000"
      },
      "message": "[POWERPC] Fix CDS IRQ handling and PCI code\n\n* Fix IRQ support in the 85xx CDS boards so it uses the new\n  generic stuff\n* Fix PCI IRQ mapping to use the device tree\n* Disabled i8259 support to allow the CDS to boot.  This will be\n  fixed soon, but the current code doesn\u0027t even compile, so this\n  is a vast improvement\n\nSigned-off-by: Andy Fleming \u003cafleming@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4c86cd9c59428a40233fb707f5de18caa5ab5cb7",
      "tree": "b0ad76cbfdb48041e2f393cc2886c0c79e83ccbc",
      "parents": [
        "9e8a9bc2d2c3ac3b8542cc5c2544248df6f3f1c5"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Fri Aug 18 18:03:08 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Aug 23 15:51:18 2006 +1000"
      },
      "message": "[POWERPC] Fix interrupts on 8540 ADS board\n\n* Fixed 8540 ADS support for the new irq layer\n* Fixed 8540 ADS support for mapping PCI interrupts\n* Updated 8540 ADS to use device tree for interrupt assignment\n  and sense values\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c712a9de94a5df5bc0087c14ad0b1aac2c147991",
      "tree": "7eb86bba0ff00538b62d555f7fe8478bf28955f0",
      "parents": [
        "90414be9523208f0b667fd58c22e26b8db0594de"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Aug 23 00:48:33 2006 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Wed Aug 23 00:48:33 2006 -0400"
      },
      "message": "Input: remove dead URLs from Doclumentation/input/joystick.txt\n\nCloses #2804.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "90414be9523208f0b667fd58c22e26b8db0594de",
      "tree": "276db076c7c440fa2bd3706317e370ec3a7e2b23",
      "parents": [
        "72a623be00fa3d77724c1b0cac07c1bac60e70a5"
      ],
      "author": {
        "name": "Pozsar Balazs",
        "email": "pozsy@uhulinux.hu",
        "time": "Wed Aug 23 00:48:03 2006 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Wed Aug 23 00:48:03 2006 -0400"
      },
      "message": "Input: psmouse - fix Intellimouse 4.0 initialization\n\nRevert the superfluous initilization causing some mice become jumpy.\n\nSigned-off-by: Pozsar Balazs \u003cpozsy@uhulinux.hu\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "72a623be00fa3d77724c1b0cac07c1bac60e70a5",
      "tree": "cd9504c0ca36e1426706094ad691554eee39f677",
      "parents": [
        "8ea371fb6df5a6e8056265e0089fd578e87797fc"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Wed Aug 23 00:47:39 2006 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Wed Aug 23 00:47:39 2006 -0400"
      },
      "message": "Input: wistron - fix crash due to referencing __initdata\n\nRemove __initdata markings from keymaps as they are used during\nnormal driver operations.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "8ea371fb6df5a6e8056265e0089fd578e87797fc",
      "tree": "4c3686a5c6ef6e386ad25998c98873ddc73ff709",
      "parents": [
        "2ffc1ccad85e8c2e81a6a4beb390fb4ce143256b"
      ],
      "author": {
        "name": "Florin Malita",
        "email": "fmalita@gmail.com",
        "time": "Wed Aug 23 00:45:33 2006 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Wed Aug 23 00:45:33 2006 -0400"
      },
      "message": "Input: atkbd - fix overrun in atkbd_set_repeat_rate()\n\nThis was introduced in commit 3d0f0fa0cb554541e10cb8cb84104e4b10828468:\nbounds checking is performed against period[32] while indexing delay[4].\n\nSpotted by Coverity, CID 1376.\n\nSigned-off-by: Florin Malita \u003cfmalita@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "1bad998a2778055c095b4f2081c68e6bc82f06e2",
      "tree": "211492588df1f2746763b9f138ac731a9268d425",
      "parents": [
        "c46f4774228e4dbf716b713e91ad20db50f629ef",
        "3ffaa8c7c0f884171a273cd2145b8fbbf233ba22"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 22 15:12:58 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 22 15:12:58 2006 -0700"
      },
      "message": "Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "c46f4774228e4dbf716b713e91ad20db50f629ef",
      "tree": "b42e4f30958130e45f217a910f6fc5d8ca79a067",
      "parents": [
        "2d8f613160ed303f5fe310f21bba334a4b074fa5"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Aug 21 15:27:16 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Aug 22 14:35:40 2006 -0700"
      },
      "message": "[SPARC64]: Fix pfn_pte() build failure.\n\nThe \"%uhi\" needs to be \"%%uhi\" because we want a real\n\"%\" character in the assembler here, instead of an\nassembler variable expansion.\n\nAparently older GCCs were more liberal and interpreted\nthis %-letter as a literal \"%\" for whatever reason.\n\nBased upon a build failure report from Meelis Roos.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3ffaa8c7c0f884171a273cd2145b8fbbf233ba22",
      "tree": "78529eb063987ea5f89980670c38c6cc7cba271b",
      "parents": [
        "316c1592bea94ead75301cb764523661fbbcc1ca"
      ],
      "author": {
        "name": "Michael Rash",
        "email": "mbr@cipherdyne.org",
        "time": "Tue Aug 22 00:45:22 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Aug 22 14:33:58 2006 -0700"
      },
      "message": "[TEXTSEARCH]: Fix Boyer Moore initialization bug\n\nThe pattern is set after trying to compute the prefix table, which tries\nto use it. Initialize it before calling compute_prefix_tbl, make\ncompute_prefix_tbl consistently use only the data from struct ts_bm\nand remove the now unnecessary arguments.\n\nSigned-off-by: Michael Rash \u003cmbr@cipherdyne.org\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "316c1592bea94ead75301cb764523661fbbcc1ca",
      "tree": "df27aac5ed7eab642d31be88150c080bf6f313ec",
      "parents": [
        "e0b7cde9975e17a61b4511c7822803dfb7210011"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Aug 22 00:06:11 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Aug 22 14:33:57 2006 -0700"
      },
      "message": "[TCP]: Limit window scaling if window is clamped.\n\nThis small change allows for easy per-route workarounds for broken hosts or\nmiddleboxes that are not compliant with TCP standards for window scaling.\nRather than having to turn off window scaling globally. This patch allows\nreducing or disabling window scaling if window clamp is present.\n\nExample: Mark Lord reported a problem with 2.6.17 kernel being unable to\naccess http://www.everymac.com\n\n# ip route add 216.145.246.23/32 via 10.8.0.1 window 65535\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e0b7cde9975e17a61b4511c7822803dfb7210011",
      "tree": "df2f6669f5016fb3e9c8d089b0c6c850b6bc8a3e",
      "parents": [
        "2d8f613160ed303f5fe310f21bba334a4b074fa5"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Mon Aug 21 15:31:08 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Aug 22 14:33:56 2006 -0700"
      },
      "message": "[NETFILTER]: arp_tables: fix table locking in arpt_do_table\n\ntable-\u003eprivate might change because of ruleset changes, don\u0027t use it\nwithout holding the lock.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2d8f613160ed303f5fe310f21bba334a4b074fa5",
      "tree": "7e6878d6391919019b4904714cfe8fc0ef4709be",
      "parents": [
        "00a2b0f6dd2372842df73de72d51621b539fea44"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@tv-sign.ru",
        "time": "Tue Aug 22 21:22:13 2006 +0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 22 12:52:23 2006 -0700"
      },
      "message": "elv_unregister: fix possible crash on module unload\n\nAn exiting task or process which didn\u0027t do I/O yet have no io context,\nelv_unregister() should check it is not NULL.\n\nSigned-off-by: Oleg Nesterov \u003coleg@tv-sign.ru\u003e\nAcked-by: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "00a2b0f6dd2372842df73de72d51621b539fea44",
      "tree": "1a6978fe89ed18984254ae4b7f3982ace04fcd90",
      "parents": [
        "c164a9ba0a8870c5c9d353f63085319931d69f23"
      ],
      "author": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Tue Aug 15 13:56:26 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 22 12:52:23 2006 -0700"
      },
      "message": "Fix possible UDF deadlock and memory corruption (CVE-2006-4145)\n\nUDF code is not really ready to handle extents larger that 1GB. This is\nthe easy way to forbid creating those.\n\nAlso truncation code did not count with the case when there are no\nextents in the file and we are extending the file.\n\nSigned-off-by: Jan Kara \u003cjack@suse.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "c164a9ba0a8870c5c9d353f63085319931d69f23",
      "tree": "7e315a50008d0310dd5572a62baef34ddba89988",
      "parents": [
        "ac185bdc02c216040f3b83f654d864bd8a29cedc"
      ],
      "author": {
        "name": "Sridhar Samudrala",
        "email": "sri@us.ibm.com",
        "time": "Tue Aug 22 11:50:39 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 22 12:52:23 2006 -0700"
      },
      "message": "Fix sctp privilege elevation (CVE-2006-3745)\n\nsctp_make_abort_user() now takes the msg_len along with the msg\nso that we don\u0027t have to recalculate the bytes in iovec.\nIt also uses memcpy_fromiovec() so that we don\u0027t go beyond the\nlength allocated.\n\nIt is good to have this fix even if verify_iovec() is fixed to\nreturn error on overflow.\n\nSigned-off-by: Sridhar Samudrala \u003csri@us.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f1a58ecae527fc67c87ce4dcb9e73894f64aadfe",
      "tree": "e89e6440350a6990023b77fd5a0d7e9f5f9c4b28",
      "parents": [
        "d14b50cc60ca465290fcdb3b88e7d5fb684361ed"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Sun Aug 20 17:56:38 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Aug 22 06:07:48 2006 -0400"
      },
      "message": "[PATCH] ata_piix: fix ghost device probing by honoring PCS present bits\n\nMove out PCS handling from piix_sata_prereset() into\npiix_sata_present_mask() and use it from newly implemented\npiix_sata_softreset().  Class codes for devices which are indicated to\nbe absent by PCS are cleared to ATA_DEV_NONE.  This fixes ghost device\nproblem reported on ICH6 and 7.\n\nThis patch moves PCS handling from prereset to softreset, which makes\ntwo behavior changes.\n\n* perform softreset even when PCS indicates no device\n* PCS handling is repeated before retrying softresets due to reset\n  failures.\n\nBoth behavior changes are intended and more consistent with how other\ndrivers behave.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ac185bdc02c216040f3b83f654d864bd8a29cedc",
      "tree": "7cc59ba443f3fc52d329437949436b5b37f1d7ea",
      "parents": [
        "ae298c98e5ab5bab3b39ffe0c2aebfeb4b1e68a2",
        "ba9b5d76372dc290b6ca04dad93927a22c2ac49a"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 21 14:38:51 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 21 14:38:51 2006 -0700"
      },
      "message": "Merge gregkh@master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "ae298c98e5ab5bab3b39ffe0c2aebfeb4b1e68a2",
      "tree": "c7d5775c294b98301fdc726395dfb37d9878461d",
      "parents": [
        "da547d775fa9ba8d9dcaee7bc4e960540e2be576",
        "be33c3a67bb717508ab1eab0f2fa570fabcbc4d2"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 21 10:24:02 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 21 10:24:02 2006 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://brick.kernel.dk/data/git/linux-2.6-block\n"
    }
  ],
  "next": "be33c3a67bb717508ab1eab0f2fa570fabcbc4d2"
}
