)]}'
{
  "log": [
    {
      "commit": "4fa3b6cb1bc8c14b81b4c8ffdfd3f2500a7e9367",
      "tree": "97699d9c5f5330f1fc1c39dda5be49f2d5157525",
      "parents": [
        "e84c48ae3024ac2f14ed1c3671e5ea37c60fb838"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paul.mckenney@linaro.org",
        "time": "Tue Jun 05 15:53:53 2012 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon Jul 02 12:34:43 2012 -0700"
      },
      "message": "rcu: Fix qlen_lazy breakage\n\nCommit d8169d4c (Make __kfree_rcu() less dependent on compiler choices)\ncreated a macro out of an inline function in order to avoid build\nbreakage for certain combinations of gcc flags.  Unfortunately, it also\nconverted a kfree_call_rcu() to a call_rcu(), which made the rcu_data\nstructure\u0027s -\u003eqlen_lazy field lose counts.  This commit therefore changes\nthe call_rcu() back to kfree_call_rcu().\n\nSigned-off-by: Paul E. McKenney \u003cpaul.mckenney@linaro.org\u003e\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "e84c48ae3024ac2f14ed1c3671e5ea37c60fb838",
      "tree": "1fa778d1878c9cc79afe5b5687180a6b4e06d36d",
      "parents": [
        "28f8555364ef5b54b21251c5c8022109a70626e9"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paul.mckenney@linaro.org",
        "time": "Mon Jun 04 20:45:10 2012 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon Jul 02 12:34:42 2012 -0700"
      },
      "message": "rcu: Round FAST_NO_HZ lazy timeout to nearest second\n\nCurrently, if several CPUs in the same package have all lazy RCU\ncallbacks, their wakeups will be uncorrelated.  If all the CPUs are in the\nsame power domain (as is often the case), this will result in unnecessary\npower-ups of the package.  This commit therefore uses round_jiffies()\nto round the timeouts to a second boundary, increasing the odds that\nthey can be coalesced with each other or with other timeouts.\n\nSigned-off-by: Paul E. McKenney \u003cpaul.mckenney@linaro.org\u003e\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "28f8555364ef5b54b21251c5c8022109a70626e9",
      "tree": "a04625ef3732a0f758bde40ebde8f8d790da5575",
      "parents": [
        "bf1304e9cd755be7814ac8365834b7a1d0f06b58"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paul.mckenney@linaro.org",
        "time": "Thu May 10 15:37:48 2012 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon Jul 02 12:34:42 2012 -0700"
      },
      "message": "rcu: The rcu_needs_cpu() function is not a quiescent state\n\nThe TINY_PREEMPT_RCU() function rcu_preempt_needs_cpu(), which is called\nfrom rcu_needs_cpu(), assumes that it is in a quiescent state with respect\nto the CPU.  This is no longer the case.  This commit therefore updates\nrcu_preempt_needs_cpu() to make it aware that it is not running in a\nquiescent state.\n\nSigned-off-by: Paul E. McKenney \u003cpaul.mckenney@linaro.org\u003e\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\nTested-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nTested-by: Pascal Chapperon \u003cpascal.chapperon@wanadoo.fr\u003e\n"
    },
    {
      "commit": "bf1304e9cd755be7814ac8365834b7a1d0f06b58",
      "tree": "0bbbb761dc42af26e555e6257bd280e5d390fee0",
      "parents": [
        "cba6d0d64ee53772b285d0c0c288deefbeaf7775"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paul.mckenney@linaro.org",
        "time": "Wed May 09 15:55:39 2012 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon Jul 02 12:34:42 2012 -0700"
      },
      "message": "rcu: Dump only the current CPU\u0027s buffers for idle-entry/exit warnings\n\nProblems in RCU idle entry and exit are almost always confined to the\noffending CPU.  This commit therefore switches ftrace_dump() from\nDUMP_ALL to DUMP_ORIG.\n\nSigned-off-by: Paul E. McKenney \u003cpaul.mckenney@linaro.org\u003e\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\nTested-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nTested-by: Pascal Chapperon \u003cpascal.chapperon@wanadoo.fr\u003e\n"
    },
    {
      "commit": "cba6d0d64ee53772b285d0c0c288deefbeaf7775",
      "tree": "b2d3de62d15a77d23708c1af6f188c86f0d87fb9",
      "parents": [
        "6887a4131da3adaab011613776d865f4bcfb5678"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon Jul 02 07:08:42 2012 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon Jul 02 11:39:19 2012 -0700"
      },
      "message": "Revert \"rcu: Move PREEMPT_RCU preemption to switch_to() invocation\"\n\nThis reverts commit 616c310e83b872024271c915c1b9ab505b9efad9.\n(Move PREEMPT_RCU preemption to switch_to() invocation).\nTesting by Sasha Levin \u003clevinsasha928@gmail.com\u003e showed that this\ncan result in deadlock due to invoking the scheduler when one of\nthe runqueue locks is held.  Because this commit was simply a\nperformance optimization, revert it.\n\nReported-by: Sasha Levin \u003clevinsasha928@gmail.com\u003e\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\nTested-by: Sasha Levin \u003clevinsasha928@gmail.com\u003e\n"
    },
    {
      "commit": "6887a4131da3adaab011613776d865f4bcfb5678",
      "tree": "d42b38eafc956fb2c661fc566784eb73bf6ccd30",
      "parents": [
        "c07978b3f80cc5b2aceba72eff7daefa4a57cd48"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 16:08:57 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 16:08:57 2012 -0700"
      },
      "message": "Linux 3.5-rc5\n"
    },
    {
      "commit": "c07978b3f80cc5b2aceba72eff7daefa4a57cd48",
      "tree": "7848383dbbb4961ca9a689b483355e4be9086d75",
      "parents": [
        "4f0f4af59cb07bcf44d3c07a9e8c26df54d9fff8",
        "5d5474df64d49564f297d9259932452ea64b745d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 16:01:50 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 16:01:50 2012 -0700"
      },
      "message": "Merge tag \u0027fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc\n\nPull ARM SoC fixes from Olof Johansson:\n \"Another week, another batch of fixes.\n\n  All are small, contained, targeted fixes for explicit problems --\n  mostly build and boot failures across i.MX, OMAP, Renesas/Shmobile and\n  Samsung.\"\n\n* tag \u0027fixes-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:\n  ARM: imx6q: fix suspend regression caused by common clk migration\n  ARM: OMAP4470: Fix OMAP4470 boot failure\n  ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entry\n  ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2\u003dn\n  ARM: shmobile: r8a7779: Route all interrupts to ARM\n  ARM: shmobile: kzm9d: use late init machine hook\n  ARM: shmobile: kzm9g: use late init machine hook\n  ARM: mach-shmobile: armadillo800eva: Use late init machine hook\n  ARM: SAMSUNG: Fix for S3C2412 EBI memory mapping\n  ARM: mach-shmobile: add missing GPIO IRQ configuration on mackerel\n  ARM: mach-shmobile: Fix build when SMP is enabled and EMEV2 is not enabled\n  ARM: shmobile: sh7372: bugfix: chclr_offset base\n  ARM: shmobile: sh73a0: bugfix: SY-DMAC number\n  ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL\n"
    },
    {
      "commit": "4f0f4af59cb07bcf44d3c07a9e8c26df54d9fff8",
      "tree": "d30f6dda504fc62a20b40b28912746c164630941",
      "parents": [
        "87fac288083db40b5d5ab845393be268357c8827"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sat Jun 30 15:37:24 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 15:56:40 2012 -0700"
      },
      "message": "printk.c: fix kernel-doc warnings\n\nFix kernel-doc warnings in printk.c: use correct parameter name.\n\n  Warning(kernel/printk.c:2429): No description found for parameter \u0027buf\u0027\n  Warning(kernel/printk.c:2429): Excess function parameter \u0027line\u0027 description in \u0027kmsg_dump_get_buffer\u0027\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "87fac288083db40b5d5ab845393be268357c8827",
      "tree": "1d64ae431471dfafb82d7e9fc51d0e157d17cc7e",
      "parents": [
        "c76760926a802d0b13e0a7c200224ec289611998"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Sat Jun 30 15:30:46 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 15:56:40 2012 -0700"
      },
      "message": "linux/irq.h: fix kernel-doc warning\n\nFix kernel-doc warning.  This struct member was removed in commit\n875682648b89 (\"irq: Remove irq_chip-\u003erelease()\") so remove its\nassociated kernel-doc entry also.\n\n  Warning(include/linux/irq.h:338): Excess struct/union/enum/typedef member \u0027release\u0027 description in \u0027irq_chip\u0027\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nCc: Richard Weinberger \u003crichard@nod.at\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5d5474df64d49564f297d9259932452ea64b745d",
      "tree": "6aafc16d8a264082a72bb5d150a6ad8ffb097aa0",
      "parents": [
        "5ae95aefb73b32ec4e7c46554304042ba82230ca",
        "58c553d4d4637e1955a571350888530cd0073276"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat Jun 30 15:27:52 2012 -0700"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat Jun 30 15:27:52 2012 -0700"
      },
      "message": "Merge branch \u0027v3.5-samsung-fixes-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes\n\n* \u0027v3.5-samsung-fixes-1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:\n  ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entry\n  ARM: SAMSUNG: Fix for S3C2412 EBI memory mapping\n  ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL\n"
    },
    {
      "commit": "5ae95aefb73b32ec4e7c46554304042ba82230ca",
      "tree": "d4c4f96fac6878da0f7e14f1796abad7db7bbc39",
      "parents": [
        "e5a5192a5e42edca10c9d5e391e6f9fdd11f28ea"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Tue Jun 05 15:16:43 2012 +0800"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat Jun 30 15:25:17 2012 -0700"
      },
      "message": "ARM: imx6q: fix suspend regression caused by common clk migration\n\nWhen moving to common clk framework, the imx6q clks rom and mmdc_ch1_axi\nget different on/off states than old clk driver, which breaks suspend\nfunction.  There might be a better way to manage these clocks, but let\u0027s\ntakes the old clk driver approach to fix the regression first.\n\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\n"
    },
    {
      "commit": "e5a5192a5e42edca10c9d5e391e6f9fdd11f28ea",
      "tree": "c8460317d779232a169546d2b8278b89e406fc29",
      "parents": [
        "acf6a7ecbddfc84c66408ac549509d97c2ab4f8a",
        "e90b833ee1aae64b6fca2455001323ffe29e1698"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat Jun 30 15:21:00 2012 -0700"
      },
      "committer": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Sat Jun 30 15:21:00 2012 -0700"
      },
      "message": "Merge tag \u0027omap-fixes-for-v3.5-rc4\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes\n\nFrom Tony Lindgren:\n\"Here\u0027s one more regression fix that I missed earlier, and a\n trivial fix to get omap4470 booting.\"\n\n* tag \u0027omap-fixes-for-v3.5-rc4\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:\n  ARM: OMAP4470: Fix OMAP4470 boot failure\n  ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2\u003dn\n"
    },
    {
      "commit": "c76760926a802d0b13e0a7c200224ec289611998",
      "tree": "35012f540e1629a0103975755c4b023a4b560500",
      "parents": [
        "21f27291f561ff501a8c133714ac89b2f3ccd110",
        "6eca954e25e8a67e48334e668b9ac7da21fcbc6f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 11:11:58 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 11:11:58 2012 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux\n\nPull ACPI \u0026 Power Management patches from Len Brown.\n\n* \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:\n  acpi_pad: fix power_saving thread deadlock\n  ACPI video: Still use ACPI backlight control if _DOS doesn\u0027t exist\n  ACPI, APEI, Avoid too much error reporting in runtime\n  ACPI: Add a quirk for \"AMILO PRO V2030\" to ignore the timer overriding\n  ACPI: Remove one board specific WARN when ignoring timer overriding\n  ACPI: Make acpi_skip_timer_override cover all source_irq\u003d\u003d0 cases\n  ACPI, x86: fix Dell M6600 ACPI reboot regression via DMI\n  ACPI sysfs.c strlen fix\n"
    },
    {
      "commit": "21f27291f561ff501a8c133714ac89b2f3ccd110",
      "tree": "274edac8d367e4a7c3746b2a4f9cbbdd5a51eae7",
      "parents": [
        "02529ba26f444e2a214c3dcacd866928e9edcfc0",
        "d36208227d03c44c0a74cd702cc94528162e1703"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 10:11:24 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Jun 30 10:11:24 2012 -0700"
      },
      "message": "Merge tag \u0027driver-core-3.5-rc5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core\n\nPull driver Core fixes from Greg Kroah-Hartman:\n \"Here is a number of printk() fixes, specifically a few reported by the\n  crazy blog program that ships in SUSE releases (that\u0027s \"boot log\" and\n  not \"web log\", it predates the general \"blog\" terminology by many\n  years), and the restoration of the continuation line functionality\n  reported by Stephen and others.  Yes, the changes seem a bit big this\n  late in the cycle, but I\u0027ve been beating on them for a while now, and\n  Stephen has even optimized it a bit, so all looks good to me.\n\n  The other change in here is a Documentation update for the stable\n  kernel rules describing how some distro patches should be backported,\n  to hopefully drive a bit more response from the distros to the stable\n  kernel releases.\n\n  Signed-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\"\n\n* tag \u0027driver-core-3.5-rc5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:\n  printk: Optimize if statement logic where newline exists\n  printk: flush continuation lines immediately to console\n  syslog: fill buffer with more than a single message for SYSLOG_ACTION_READ\n  Revert \"printk: return -EINVAL if the message len is bigger than the buf size\"\n  printk: fix regression in SYSLOG_ACTION_CLEAR\n  stable: Allow merging of backports for serious user-visible performance issues\n"
    },
    {
      "commit": "6eca954e25e8a67e48334e668b9ac7da21fcbc6f",
      "tree": "b3fbfa130d9e0add2469ebea325d8340af89de27",
      "parents": [
        "5f1601261050251a5ca293378b492a69d590dacb",
        "34ddeb035d704eafdcdb3cbc781894300136c3c4",
        "b03738430c7537d5f87948e0b35d8aaf2688c6b4",
        "f6b54f083cc66cf9b11d2120d8df3c2ad4e0836d",
        "76eb9a30db4bc8fd172f9155247264b5f2686d7b"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Jun 30 00:53:50 2012 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Jun 30 00:53:50 2012 -0400"
      },
      "message": "Merge branches \u0027acpi_pad-bugzilla-42981\u0027, \u0027apei-bugzilla-43282\u0027, \u0027video-bugzilla-43168\u0027, \u0027bugzilla-40002\u0027 and \u0027bugfix-misc\u0027 into release\n\nbug fixes\n"
    },
    {
      "commit": "5f1601261050251a5ca293378b492a69d590dacb",
      "tree": "e2395916caa5bc1ab2a3b28770f6433551e3b16f",
      "parents": [
        "76e10d158efb6d4516018846f60c2ab5501900bc"
      ],
      "author": {
        "name": "Stuart Hayes",
        "email": "Stuart_Hayes@Dell.com",
        "time": "Wed Jun 13 16:10:45 2012 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Jun 30 00:51:13 2012 -0400"
      },
      "message": "acpi_pad: fix power_saving thread deadlock\n\nThe acpi_pad driver can get stuck in destroy_power_saving_task()\nwaiting for kthread_stop() to stop a power_saving thread.  The problem\nis that the isolated_cpus_lock mutex is owned when\ndestroy_power_saving_task() calls kthread_stop(), which waits for a\npower_saving thread to end, and the power_saving thread tries to\nacquire the isolated_cpus_lock when it calls round_robin_cpu().  This\npatch fixes the issue by making round_robin_cpu() use its own mutex.\n\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d42981\n\nCc: stable@vger.kernel.org\nSigned-off-by: Stuart Hayes \u003cStuart_Hayes@Dell.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "b03738430c7537d5f87948e0b35d8aaf2688c6b4",
      "tree": "70dd0d5aa1e40118bf60c5c6642bbc8715768722",
      "parents": [
        "76e10d158efb6d4516018846f60c2ab5501900bc"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Wed Jun 20 09:48:43 2012 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sat Jun 30 00:43:42 2012 -0400"
      },
      "message": "ACPI video: Still use ACPI backlight control if _DOS doesn\u0027t exist\n\nThis fixes a regression in 3.4-rc1 caused by commit\nea9f8856bd6d4ed45885b06a338f7362cd6c60e5\n(ACPI video: Harden video bus adding.)\n\nSome platforms don\u0027t have _DOS control method, but the ACPI\nbacklight still works.\nWe should not invoke _DOS for these platforms.\n\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d43168\n\nCc: Igor Murzov \u003cintergalactic.anonymous@gmail.com\u003e\nCc: stable@vger.kernel.org\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "02529ba26f444e2a214c3dcacd866928e9edcfc0",
      "tree": "967038230377c4a0e495258dd38e904faba958fb",
      "parents": [
        "15114c7e1cf41e7e3a792b1cf6b815b947ef6d1e",
        "75cc52358799bd6001e7d1a47847f997f5ae99f0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 19:05:41 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 19:05:41 2012 -0700"
      },
      "message": "Merge tag \u0027pm-for-3.5-rc5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm\n\nPull power management fixes from Rafael J. Wysocki:\n\n * Fix for a bug in async suspend error code path causing parents to\n   wait forever for their children in case of a suspend error from\n   Mandeep Singh Baines (-stable metarial).\n\n * Fix for a suspend regression related to earlier changes in the ACPI\n   cpuidle driver from Deepthi Dharwar.\n\n* tag \u0027pm-for-3.5-rc5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:\n  PM / ACPI: Fix suspend/resume regression caused by cpuidle cleanup.\n  PM / Sleep: Prevent waiting forever on asynchronous suspend after abort\n"
    },
    {
      "commit": "d36208227d03c44c0a74cd702cc94528162e1703",
      "tree": "57e8fdef7ebf7b01e0377ba68ae58921fb545cf5",
      "parents": [
        "084681d14e429cb6192262ac7437f00e2c02f26a"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Fri Jun 29 11:40:11 2012 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Jun 29 16:55:35 2012 -0400"
      },
      "message": "printk: Optimize if statement logic where newline exists\n\nIn reviewing Kay\u0027s fix up patch: \"printk: Have printk() never buffer its\ndata\", I found two if statements that could be combined and optimized.\n\nPut together the two \u0027cont.len \u0026\u0026 cont.owner \u003d\u003d current\u0027 if statements\ninto a single one, and check if we need to call cont_add(). This also\nremoves the unneeded double cont_flush() calls.\n\nLink: http://lkml.kernel.org/r/1340869133.876.10.camel@mop\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nCc: Kay Sievers \u003ckay@vrfy.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "15114c7e1cf41e7e3a792b1cf6b815b947ef6d1e",
      "tree": "5d45673dcaefeda8092de38d7ed4d97bec6fac99",
      "parents": [
        "15b77435edad42c1b25adaafce2be50e8d29b2fc",
        "bc6dc752f35488160ffac07ae91bed1bddaea32a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 13:50:11 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 13:50:11 2012 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\nPull powerpc fixes from Benjamin Herrenschmidt:\n \"Here are a few powerpc fixes.  Arguably some of this should have come\n  to you earlier but I\u0027m only just catching up after my medical leave.\n\n  Mostly these fixes regressions, a couple are long standing bugs.\"\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:\n  powerpc/pseries: Fix software invalidate TCE\n  powerpc: check_and_cede_processor() never cedes\n  powerpc/ftrace: Do not trace restore_interrupts()\n  powerpc: Fix Section mismatch warnings in prom_init.c\n  ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preempt\n  powerpc: Fix uninitialised error in numa.c\n  powerpc: Fix BPF_JIT code to link with multiple TOCs\n"
    },
    {
      "commit": "15b77435edad42c1b25adaafce2be50e8d29b2fc",
      "tree": "8e8a34828b50502eea491023e3d3d69f33786d4b",
      "parents": [
        "62a75b99ad3595c8b92eb584dd61a93f5a0e8828",
        "1b6b7c9ff3514772958c075f8c89e42dddf6a4d8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 10:29:54 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 10:29:54 2012 -0700"
      },
      "message": "Merge branch \u0027x86-urgent-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip\n\nPull x86 fixes from Ingo Molnar.\n\n* \u0027x86-urgent-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:\n  x86, cpufeature: Remove stray %s, add -w to mkcapflags.pl\n  x86, cpufeature: Catch duplicate CPU feature strings\n  x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM\n  x86: Fix kernel-doc warnings\n  x86, compat: Use test_thread_flag(TIF_IA32) in compat signal delivery\n"
    },
    {
      "commit": "62a75b99ad3595c8b92eb584dd61a93f5a0e8828",
      "tree": "af76a1103af9b3ef56d3ee22365ca388cecee303",
      "parents": [
        "efc9def8c7ab7ac8d44d8afb565247aa2b21cfd5",
        "662f5cedb38c4b88e1cebfd54a88159f2f7ab7b9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 10:29:21 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 10:29:21 2012 -0700"
      },
      "message": "Merge branch \u0027perf-urgent-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip\n\nPull oprofile fixlet from Ingo Molnar.\n\n* \u0027perf-urgent-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:\n  oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array\n"
    },
    {
      "commit": "efc9def8c7ab7ac8d44d8afb565247aa2b21cfd5",
      "tree": "60725bee9d9bc5a99053987b5fe46982eb51f649",
      "parents": [
        "9acc7bde23ebb19a704395f76490685e1513e422",
        "b41772abebc27c61dd578b76da99aa5240b4c99a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 10:24:56 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 29 10:24:56 2012 -0700"
      },
      "message": "Merge branch \u0027core-urgent-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip\n\nPull RCU fix from Ingo Molnar.\n\nFixes a bug introduced in this merge window by commit b1420f1c (\"Make\nrcu_barrier() less disruptive\")\n\n* \u0027core-urgent-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:\n  rcu: Stop rcu_do_batch() from multiplexing the \"count\" variable\n"
    },
    {
      "commit": "084681d14e429cb6192262ac7437f00e2c02f26a",
      "tree": "60ef064def42a8b077cf1caaf465bc4029bbf360",
      "parents": [
        "116e90b23f74d303e8d607c7a7d54f60f14ab9f2"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay@vrfy.org",
        "time": "Thu Jun 28 09:38:53 2012 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Jun 29 11:39:42 2012 -0400"
      },
      "message": "printk: flush continuation lines immediately to console\n\nContinuation lines are buffered internally, intended to merge the\nchunked printk()s into a single record, and to isolate potentially\nracy continuation users from usual terminated line users.\n\nThis though, has the effect that partial lines are not printed to\nthe console in the moment they are emitted. In case the kernel\ncrashes in the meantime, the potentially interesting printed\ninformation would never reach the consoles.\n\nHere we share the continuation buffer with the console copy logic,\nand partial lines are always immediately flushed to the available\nconsoles. They are still buffered internally to improve the\nreadability and integrity of the messages and minimize the amount\nof needed record headers to store.\n\nSigned-off-by: Kay Sievers \u003ckay@vrfy.org\u003e\nTested-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nAcked-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "bc6dc752f35488160ffac07ae91bed1bddaea32a",
      "tree": "e0bb99ac436f5b03dd83eb62e9d8561707c3620a",
      "parents": [
        "0b17ba7258db83cd02da560884e053b85de371f2"
      ],
      "author": {
        "name": "Michael Neuling",
        "email": "mikey@neuling.org",
        "time": "Tue Jun 26 21:26:37 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 29 14:35:37 2012 +1000"
      },
      "message": "powerpc/pseries: Fix software invalidate TCE\n\nThe following added support for powernv but broke pseries/BML:\n 1f1616e powerpc/powernv: Add TCE SW invalidation support\n\nTCE_PCI_SW_INVAL was split into FREE and CREATE flags but the tests in\nthe pseries code were not updated to reflect this.\n\nSigned-off-by: Michael Neuling \u003cmikey@neuling.org\u003e\ncc: stable@kernel.org [v3.3+]\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0b17ba7258db83cd02da560884e053b85de371f2",
      "tree": "970b6d210323d31f037c8593fd325636ec40a843",
      "parents": [
        "2d773aa4810d4a612d1c879faacc38594cc3f841"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Jun 27 13:13:52 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 29 14:35:37 2012 +1000"
      },
      "message": "powerpc: check_and_cede_processor() never cedes\n\nCommit f948501b36c6 (\"Make hard_irq_disable() actually hard-disable\ninterrupts\") caused check_and_cede_processor to stop working.\n-\u003eirq_happened will never be zero right after a hard_irq_disable\nso the compiler removes the call to cede_processor completely.\n\nThe bug was introduced back in the lazy interrupt handling rework\nof 3.4 but was hidden until recently because hard_irq_disable did\nnothing.\n\nThis issue will eventually appear in 3.4 stable since the\nhard_irq_disable fix is marked stable, so mark this one for stable\ntoo.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nCc: stable@vger.kernel.org\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2d773aa4810d4a612d1c879faacc38594cc3f841",
      "tree": "7c3a6d3490b17e4ef597fc2e535909578aec4a53",
      "parents": [
        "2cb387ae758d97ee7396a82528c824b8dc510b8a"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Mon Jun 04 16:27:54 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 29 14:35:36 2012 +1000"
      },
      "message": "powerpc/ftrace: Do not trace restore_interrupts()\n\nAs I was adding code that affects all archs, I started testing function\ntracer against PPC64 and found that it currently locks up with 3.4\nkernel. I figured it was due to tracing a function that shouldn\u0027t be, so\nI went through the following process to bisect to find the culprit:\n\n cat /debug/tracing/available_filter_functions \u003e t\n num\u003d`wc -l t`\n sed -ne \"1,${num}p\" t \u003e t1\n let num\u003dnum+1\n sed -ne \"${num},$p\" t \u003e t2\n cat t1 \u003e /debug/tracing/set_ftrace_filter\n echo function /debug/tracing/current_tracer\n \u003cfailed? bisect t1, if not bisect t2\u003e\n\nIt finally came down to this function: restore_interrupts()\n\nI\u0027m not sure why this locks up the system. It just seems to prevent\nscheduling from occurring. Interrupts seem to still work, as I can ping\nthe box. But all user processes freeze.\n\nWhen restore_interrupts() is not traced, function tracing works fine.\n\nCc: stable@kernel.org\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2cb387ae758d97ee7396a82528c824b8dc510b8a",
      "tree": "b026d6936e9d025763630726b40600c438c84846",
      "parents": [
        "c58ce2b1e3c75c55e7ebf751afce9f5a30f60b42"
      ],
      "author": {
        "name": "Li Zhong",
        "email": "zhong@linux.vnet.ibm.com",
        "time": "Thu Jun 07 17:44:23 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 29 14:35:36 2012 +1000"
      },
      "message": "powerpc: Fix Section mismatch warnings in prom_init.c\n\nThis patches tries to fix a couple of Section mismatch warnings like\nfollowing one:\n\nWARNING: arch/powerpc/kernel/built-in.o(.text+0x2923c): Section mismatch\nin reference from the function .prom_query_opal() to the\nfunction .init.text:.call_prom()\nThe function .prom_query_opal() references\nthe function __init .call_prom().\nThis is often because .prom_query_opal lacks a __init\nannotation or the annotation of .call_prom is wrong.\n\nSigned-off-by: Li Zhong \u003czhong@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c58ce2b1e3c75c55e7ebf751afce9f5a30f60b42",
      "tree": "fdc5569cb1afea0afeb09eb818d194f17bdecc11",
      "parents": [
        "82b2521d257b5c0efd51821cf5fa306e53bbb6ba"
      ],
      "author": {
        "name": "Tiejun Chen",
        "email": "tiejun.chen@windriver.com",
        "time": "Wed Jun 06 20:56:43 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 29 14:35:35 2012 +1000"
      },
      "message": "ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preempt\n\nIn entry_64.S version of ret_from_except_lite, you\u0027ll notice that\nin the !preempt case, after we\u0027ve checked MSR_PR we test for any\nTIF flag in _TIF_USER_WORK_MASK to decide whether to go to do_work\nor not. However, in the preempt case, we do a convoluted trick to\ntest SIGPENDING only if PR was set and always test NEED_RESCHED ...\nbut we forget to test any other bit of _TIF_USER_WORK_MASK !!! So\nthat means that with preempt, we completely fail to test for things\nlike single step, syscall tracing, etc...\n\nThis should be fixed as the following path:\n\n - Test PR. If not set, go to resume_kernel, else continue.\n\n - If go resume_kernel, to do that original do_work.\n\n - If else, then always test for _TIF_USER_WORK_MASK to decide to do\nthat original user_work, else restore directly.\n\nSigned-off-by: Tiejun Chen \u003ctiejun.chen@windriver.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "82b2521d257b5c0efd51821cf5fa306e53bbb6ba",
      "tree": "3a47b50308894b16559384077003a9bc80eb5e61",
      "parents": [
        "7784655acc5a946aac49af423cc1099c5d593d73"
      ],
      "author": {
        "name": "Michael Neuling",
        "email": "mikey@neuling.org",
        "time": "Tue Jun 19 20:01:45 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 29 14:35:35 2012 +1000"
      },
      "message": "powerpc: Fix uninitialised error in numa.c\n\nchroma_defconfig currently gives me this with gcc 4.6:\n  arch/powerpc/mm/numa.c:638:13: error: \u0027dm\u0027 may be used uninitialized in this function [-Werror\u003duninitialized]\n\nIt\u0027s a bogus warning/error since of_get_drconf_memory() only writes it\nanyway.\n\nSigned-off-by: Michael Neuling \u003cmikey@neuling.org\u003e\ncc: \u003cstable@kernel.org\u003e [v3.3+]\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7784655acc5a946aac49af423cc1099c5d593d73",
      "tree": "b59732165b8d4df0cf2f06a3091fdf8ecb76da7f",
      "parents": [
        "9acc7bde23ebb19a704395f76490685e1513e422"
      ],
      "author": {
        "name": "Michael Ellerman",
        "email": "michael@ellerman.id.au",
        "time": "Thu Jun 21 17:50:27 2012 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 29 14:35:34 2012 +1000"
      },
      "message": "powerpc: Fix BPF_JIT code to link with multiple TOCs\n\nIf the kernel is big enough (eg. allyesconfig), the linker may need to\nswitch TOCs when calling from the BPF JIT code out to the external\nhelpers (skb_copy_bits() \u0026 bpf_internal_load_pointer_neg_helper()).\n\nIn order to do that we need to leave space after the bl for the linker\nto insert a reload of our TOC pointer.\n\nSigned-off-by: Michael Ellerman \u003cmichael@ellerman.id.au\u003e\nAcked-by: Matt Evans \u003cmatt@ozlabs.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9acc7bde23ebb19a704395f76490685e1513e422",
      "tree": "cd7aed46542134ebaa4a0ad909b0109ede12eb6d",
      "parents": [
        "ccce27c0fe9dd61bc35ba2f52a2de485008c53ed",
        "bb9a80e5719abae235c7e9c7391a3a17b64a217b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 12:38:51 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 12:38:51 2012 -0700"
      },
      "message": "Merge tag \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging\n\nPull hwmon changes from Guenter Roeck:\n \"Just e-mail address updates\"\n\n* tag \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:\n  hwmon: Update my e-mail address\n  hwmon: (applesmc) correct email address for Jesper Juhl\n"
    },
    {
      "commit": "ccce27c0fe9dd61bc35ba2f52a2de485008c53ed",
      "tree": "8efd5f7d4a1a0ed005467b19a41c187362bf0de6",
      "parents": [
        "221d3ebf3ad2c69704e21495e9a936c78d797732",
        "8b9468d496abd357cc797b27a79d4402f5e0e94d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:51:19 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:51:19 2012 -0700"
      },
      "message": "Merge git://www.linux-watchdog.org/linux-watchdog\n\nPull watchdog fixes from Wim Van Sebroeck:\n \"This fixes:\n   - the WDIOC_GETSTATUS return value\n   - the unregister of all NMI events on exit\n   - the loading of the iTCO_wdt driver after the conversion to the\n     lpc_ich mfd model.\"\n\n* git://www.linux-watchdog.org/linux-watchdog:\n  watchdog: core: fix WDIOC_GETSTATUS return value\n  watchdog: hpwdt: Unregister NMI events on exit.\n  watchdog: iTCO_wdt: add platform driver module alias\n"
    },
    {
      "commit": "221d3ebf3ad2c69704e21495e9a936c78d797732",
      "tree": "49df5243c7fbf2705b5118ae3aae0ed755eee8da",
      "parents": [
        "9a7c6b73c40e916861eb852dc5855ffb3d58a3cd",
        "1df2ae31c724e57be9d7ac00d78db8a5dabdd050"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:43:45 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:43:45 2012 -0700"
      },
      "message": "Merge branch \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs\n\nPull UDF fixes from Jan Kara:\n \"Make UDF more robust in presence of corrupted filesystem\"\n\n* \u0027for_linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:\n  udf: Fortify loading of sparing table\n  udf: Avoid run away loop when partition table length is corrupted\n  udf: Use \u0027ret\u0027 instead of abusing \u0027i\u0027 in udf_load_logicalvol()\n"
    },
    {
      "commit": "9a7c6b73c40e916861eb852dc5855ffb3d58a3cd",
      "tree": "fff050488cb58ff8540e41f29bbcb1c487220c14",
      "parents": [
        "4a9c46978d9a7e8f2b41f757eb24bd190b1a3b7b",
        "903e0e4ef9120c3d7693599acb95e76e8263fb35"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:41:43 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:41:43 2012 -0700"
      },
      "message": "Merge tag \u0027upstream-3.5-rc5\u0027 of git://git.infradead.org/linux-ubifs\n\nPull ubi/ubifs fixes from Artem Bityutskiy:\n \"Fix the debugfs regression - we never enable it because incorrect\n  \u0027IS_ENABLED()\u0027 macro usage: should be \u0027IS_ENABLED(CONFIG_DEBUG_FS)\u0027,\n  but we had \u0027IS_ENABLED(DEBUG_FS)\u0027.  Also fix incorrect assertion.\"\n\n* tag \u0027upstream-3.5-rc5\u0027 of git://git.infradead.org/linux-ubifs:\n  UBI: correct usage of IS_ENABLED()\n  UBIFS: correct usage of IS_ENABLED()\n  UBIFS: fix assertion\n"
    },
    {
      "commit": "8b9468d496abd357cc797b27a79d4402f5e0e94d",
      "tree": "31e7d3ebbaf94183dc442cbc1628831d2b5cdc40",
      "parents": [
        "a089361cf5f1d6a5295aa5385238bd044998e1e9"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Jun 26 20:07:21 2012 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Jun 28 20:40:56 2012 +0200"
      },
      "message": "watchdog: core: fix WDIOC_GETSTATUS return value\n\nIn commit 7a87982420e5e126bfefeb42232d1fd92052794e we added\na wrapper for the WDIOC_GETSTATUS ioctl call. The code results\nhowever in a different behaviour: it returns an error if the\ndriver doesn\u0027t support the status operation. This is not\naccording to the API that says that when we don\u0027t support\nthe status operation, that we just should return a 0 value.\nOnly when the device isn\u0027t there anymore, we should return an\nerror.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "a089361cf5f1d6a5295aa5385238bd044998e1e9",
      "tree": "bbe11e21e5d15b2a1085685499bbb96b91b60428",
      "parents": [
        "e5de32e3ec9d4d5a355659760d5045b80c0a05d8"
      ],
      "author": {
        "name": "Mingarelli, Thomas",
        "email": "Thomas.Mingarelli@hp.com",
        "time": "Tue Jun 26 10:27:00 2012 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Jun 28 20:40:31 2012 +0200"
      },
      "message": "watchdog: hpwdt: Unregister NMI events on exit.\n\nThis patch is to unregister for NMI events upon exit. Also we are now\nmaking the default setting for allow_kdump enabled.\n\nSigned-off-by: Thomas Mingarelli \u003cthomas.mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "e5de32e3ec9d4d5a355659760d5045b80c0a05d8",
      "tree": "acbc6e17c4815345ef59932e577fd817c17fd5dc",
      "parents": [
        "47b514cd476db2eca066a2ad31501b079d6c9cce"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@suse.com",
        "time": "Fri Jun 22 16:41:00 2012 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Jun 28 20:40:10 2012 +0200"
      },
      "message": "watchdog: iTCO_wdt: add platform driver module alias\n\nThe recent conversion of iTCO_wdt resulted in the driver no longer\ngetting loaded automatically, since it no longer has a\nMODULE_DEVICE_TABLE() included. As the lpc_ich driver now creates a\nplatform device, auto-loading can easily be done by having a respective\nmodule alias in place.\n\nSigned-off-by: Jan Beulich \u003cjbeulich@suse.com\u003e\nCc: Aaron Sierra \u003casierra@xes-inc.com\u003e\nAcked-by: Guenter Roeck \u003clinux@roeck-us.net\u003e\nCc: Samuel Ortiz \u003csameo@linux.intel.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "4a9c46978d9a7e8f2b41f757eb24bd190b1a3b7b",
      "tree": "bd36a6b474bc61050ecb80fd961e7ea04f403202",
      "parents": [
        "ef726227e74fa59900efe3223136a53f01b245a8",
        "2266b058d3ab9dfc545305d68e754ad9c9a639a0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:26:42 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:26:42 2012 -0700"
      },
      "message": "Merge branch \u0027drm-fixes\u0027 of git://people.freedesktop.org/~airlied/linux\n\nPull drm fixes from Dave Airlie:\n \"Nearly all intel, one missing license header in nouveau, nothing\n  majorly earth shattering.\"\n\n* \u0027drm-fixes\u0027 of git://people.freedesktop.org/~airlied/linux:\n  Revert \"drm/i915: allow PCH PWM override on IVB\"\n  drm/nouveau: add license header to prime.\n  drm/i915: Fix eDP blank screen after S3 resume on HP desktops\n  drm/i915: rip out the PM_IIR WARN\n"
    },
    {
      "commit": "ef726227e74fa59900efe3223136a53f01b245a8",
      "tree": "965348e3fcb88efb23840dc461f30fe75e539e65",
      "parents": [
        "f3747e2f2cea74264e1f8031b94d413b426d0436",
        "e9bcd470d814473c31ffc5d09e249396a2196ad4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:22:25 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:22:25 2012 -0700"
      },
      "message": "Merge tag \u0027sh-for-linus\u0027 of git://github.com/pmundt/linux-sh\n\nPull SuperH fixes from Paul Mundt.\n\n* tag \u0027sh-for-linus\u0027 of git://github.com/pmundt/linux-sh:\n  sh: Convert sh_clk_mstp32_register to sh_clk_mstp_register\n  sh: kfr2r09: fix compile breakage\n"
    },
    {
      "commit": "f3747e2f2cea74264e1f8031b94d413b426d0436",
      "tree": "5d0a1e68456827483fd931d28abc4b9de9cbdb1d",
      "parents": [
        "47b514cd476db2eca066a2ad31501b079d6c9cce",
        "a969dd139cc2f2bccdcb11894f0695517cf84d4d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:20:31 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jun 28 11:20:31 2012 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net\n\nPull networking update from David Miller:\n\n 1) Pairing and deadlock fixes in bluetooth from Johan Hedberg.\n\n 2) Add device IDs for AR3011 and AR3012 bluetooth chips.  From\n    Giancarlo Formicuccia and Marek Vasut.\n\n 3) Fix wireless regulatory deadlock, from Eliad Peller.\n\n 4) Fix full TX ring panic in bnx2x driver, from Eric Dumazet.\n\n 5) Revert the two commits that added skb_orphan_try(), it causes\n    erratic bonding behavior with UDP clients and the gains it used to\n    give are mostly no longer happening due to how BQL works.  From Eric\n    Dumazet.\n\n 6) It took two tries, but Thomas Graf fixed a problem wherein we\n    registered ipv6 routing procfs files before their backend data were\n    initialized properly.\n\n 7) Fix max GSO size setting in be2net, from Sarveshwar Bandi.\n\n 8) PHY device id mask is wrong for KSZ9021 and KS8001 chips, fix from\n    Jason Wang.\n\n 9) Fix use of stale SKB data pointer after skb_linearize() call in\n    batman-adv, from Antonio Quartulli.\n\n10) Fix memory leak in IXGBE due to missing __GFP_COMP, from Alexander\n    Duyck.\n\n11) Fix probing of Gobi devices in qmi_wwan usbnet driver, from Bjørn\n    Mork.\n\n12) Fix suspend/resume and open failure handling in usbnet from Ming\n    Lei.\n\n13) Attempt to fix device r8169 hangs for certain chips, from Francois\n    Romieu.\n\n14) Fix advancement of RX dirty pointer in some situations in sh_eth\n    driver, from Yoshihiro Shimoda.\n\n15) Attempt to fix restart of IPV6 routing table dumps when there is an\n    intervening table update.  From Eric Dumazet.\n\n16) Respect security_inet_conn_request() return value in ipv6 TCP.  From\n    Neal Cardwell.\n\n17) Add another iPAD device ID to ipheth driver, from Davide Gerhard.\n\n18) Fix access to freed SKB in l2tp_eth_dev_xmit(), and fix l2tp lockdep\n    splats, from Eric Dumazet.\n\n19) Make sure all bridge devices, regardless of whether they were\n    created via netlink or ioctls, have their rtnetlink ops hooked up.\n    From Thomas Graf and Stephen Hemminger.\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (81 commits)\n  9p: fix min_t() casting in p9pdu_vwritef()\n  can: flexcan: use be32_to_cpup to handle the value of dt entry\n  xen/netfront: teardown the device before unregistering it.\n  bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)\n  vhost: use USER_DS in vhost_worker thread\n  ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP\n  net: l2tp_eth: use LLTX to avoid LOCKDEP splats\n  mac802154: add missed braces\n  net: l2tp_eth: fix l2tp_eth_dev_xmit race\n  net/mlx4_en: Release QP range in free_resources\n  net/mlx4: Use single completion vector after NOP failure\n  net/mlx4_en: Set correct port parameters during device initialization\n  ipheth: add support for iPad\n  caif-hsi: Add missing return in error path\n  caif-hsi: Bugfix - Piggyback\u0027ed embedded CAIF frame lost\n  caif: Clear shutdown mask to zero at reconnect.\n  tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()\n  ipv6: fib: fix fib dump restart\n  batman-adv: fix race condition in TT full-table replacement\n  batman-adv: only drop packets of known wifi clients\n  ...\n"
    },
    {
      "commit": "1df2ae31c724e57be9d7ac00d78db8a5dabdd050",
      "tree": "359174ba11f0884c778c72c07578e5a35cf603e3",
      "parents": [
        "adee11b2085bee90bd8f4f52123ffb07882d6256"
      ],
      "author": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Wed Jun 27 21:23:07 2012 +0200"
      },
      "committer": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Thu Jun 28 19:31:09 2012 +0200"
      },
      "message": "udf: Fortify loading of sparing table\n\nAdd sanity checks when loading sparing table from disk to avoid accessing\nunallocated memory or writing to it.\n\nSigned-off-by: Jan Kara \u003cjack@suse.cz\u003e\n"
    },
    {
      "commit": "adee11b2085bee90bd8f4f52123ffb07882d6256",
      "tree": "c0219a7105329d633a9101235548a587bfcebee2",
      "parents": [
        "cb14d340ef1737c24125dd663eff77734a482d47"
      ],
      "author": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Wed Jun 27 20:20:22 2012 +0200"
      },
      "committer": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Thu Jun 28 19:30:58 2012 +0200"
      },
      "message": "udf: Avoid run away loop when partition table length is corrupted\n\nCheck provided length of partition table so that (possibly maliciously)\ncorrupted partition table cannot cause accessing data beyond current buffer.\n\nSigned-off-by: Jan Kara \u003cjack@suse.cz\u003e\n"
    },
    {
      "commit": "cb14d340ef1737c24125dd663eff77734a482d47",
      "tree": "982180f8d8e073dcb40d3f2ac6c36b8d5af544f4",
      "parents": [
        "a01ee165a132fadb57659d26246e340d6ac53265"
      ],
      "author": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Wed Jun 27 20:08:44 2012 +0200"
      },
      "committer": {
        "name": "Jan Kara",
        "email": "jack@suse.cz",
        "time": "Thu Jun 28 19:30:40 2012 +0200"
      },
      "message": "udf: Use \u0027ret\u0027 instead of abusing \u0027i\u0027 in udf_load_logicalvol()\n\nSigned-off-by: Jan Kara \u003cjack@suse.cz\u003e\n"
    },
    {
      "commit": "e9bcd470d814473c31ffc5d09e249396a2196ad4",
      "tree": "bf96054f235eda984473d22b90339d38430465bb",
      "parents": [
        "bc404e9128dd69654f5fda6320fc6af4ee94474c",
        "ad3337cb38bf1f4c677ce2d05f9c049b35f7147e"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jun 28 16:46:13 2012 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jun 28 16:46:13 2012 +0900"
      },
      "message": "Merge branches \u0027sh/urgent\u0027 and \u0027sh/trivial\u0027 into sh-fixes-for-linus\n"
    },
    {
      "commit": "ad3337cb38bf1f4c677ce2d05f9c049b35f7147e",
      "tree": "51645a8e7bf0bdbcce54e6a880a428f29d723a31",
      "parents": [
        "47b514cd476db2eca066a2ad31501b079d6c9cce"
      ],
      "author": {
        "name": "Nobuhiro Iwamatsu",
        "email": "nobuhiro.iwamatsu.yj@renesas.com",
        "time": "Wed Jun 27 09:59:40 2012 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jun 28 16:45:34 2012 +0900"
      },
      "message": "sh: Convert sh_clk_mstp32_register to sh_clk_mstp_register\n\nsh_clk_mstp32_register is deprecated. This convert to sh_clk_mstp_register.\n\nSigned-off-by: Nobuhiro Iwamatsu \u003cnobuhiro.iwamatsu.yj@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bc404e9128dd69654f5fda6320fc6af4ee94474c",
      "tree": "e5287b1943db1bacd46a27abcfcd78d8595da70d",
      "parents": [
        "47b514cd476db2eca066a2ad31501b079d6c9cce"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Wed Jun 27 11:26:34 2012 +0200"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jun 28 16:35:40 2012 +0900"
      },
      "message": "sh: kfr2r09: fix compile breakage\n\nFix compile breakage caused by\n\ncommit aa82f9fcd0062782dcbe29a2c820ba7c04dbe572\nAuthor: Paul Mundt \u003clethal@linux-sh.org\u003e\n\n    sh: kfr2r09 evt2irq migration.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a969dd139cc2f2bccdcb11894f0695517cf84d4d",
      "tree": "d63b6a9d5921954f62d0e5ae88fded7b11a781aa",
      "parents": [
        "d31bb4f0621756528d11d310c44cd8076b22bc03",
        "85f2f834e85517307f13e30e630a5fc86f757cb5"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jun 27 15:27:24 2012 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jun 27 15:27:24 2012 -0700"
      },
      "message": "Merge branch \u0027for-davem\u0027 of git://gitorious.org/linux-can/linux-can\n\nMarc Kleine-Budde says:\n\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\nhere\u0027s a patch intended for v3.5, targeting net/master. Hui Wang has\nfound and fixed an endianness problem in the device tree handling in\nthe flexcan driver.\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d31bb4f0621756528d11d310c44cd8076b22bc03",
      "tree": "a6b2a923aa275201dfc4c9ecc717bf0f922ef4ad",
      "parents": [
        "6bc96d047fe32d76ef79f3195c52a542edf7c705"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "dan.carpenter@oracle.com",
        "time": "Tue Jun 26 23:01:41 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jun 27 15:26:24 2012 -0700"
      },
      "message": "9p: fix min_t() casting in p9pdu_vwritef()\n\nI don\u0027t think we\u0027re actually likely to hit this limit but if we do\nthen the comparison should be done as size_t.  The original code\nis equivalent to:\n        len \u003d strlen(sptr) % USHRT_MAX;\n\nSigned-off-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "47b514cd476db2eca066a2ad31501b079d6c9cce",
      "tree": "ae7cf223281e82a3fc45da725d26bd1b94144837",
      "parents": [
        "2b25679453e55be112a6bf2463fa203d43a5f318",
        "3fcc8f96829776cf181918461923d1e3bbb831a2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:54:05 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:54:05 2012 -0700"
      },
      "message": "Merge tag \u0027usb-3.5-rc5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb\n\nPull USB fixes from Greg Kroah-Hartman:\n \"Here are some small USB gadget bugfixes, and a few new USB device ids\n  added to some drivers for the 3.5-rc5 release.\n\n  Signed-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\"\n\n* tag \u0027usb-3.5-rc5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:\n  USB: CP210x Add 10 Device IDs\n  USB: option: Add USB ID for Novatel Ovation MC551\n  usb: phy: Fix Kconfig dependency for Phy drivers\n  usb-storage: revert commit afff07e61a52 (Add 090c:1000 to unusal-devs)\n  SCSI \u0026 usb-storage: add try_rc_10_first flag\n  usb: musb: host: release dma channels if no active io\n  usb: gadget: lpc32xx_udc: fix build error with debugfs enabled\n  usb: otg: twl6030-usb: Fix twl writes\n  USB: option: add id for Cellient MEN-200\n  usb: dwc3: fix giveback of queued request in ep_dequeue\n  usb: gadget: Complete fsl qe/udc driver conversion\n"
    },
    {
      "commit": "2b25679453e55be112a6bf2463fa203d43a5f318",
      "tree": "68e82cd536c4da5c42f6a87d20fc6a36ed89cb44",
      "parents": [
        "6ebfbe9a1a92fdde66f0b7b017bf39ad7974fe17",
        "6e1c39c6b00d9141a82c231ba7c5e5b1716974b2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:50:28 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:50:28 2012 -0700"
      },
      "message": "Merge tag \u0027sound-3.5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound\n\nPull sound fixes from Takashi Iwai:\n \"Here you find quite a few changes for HD-audio and a copule of quirk\n  additions for USB-audio.  All reasonably small and/or trivial.\"\n\n* tag \u0027sound-3.5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:\n  ALSA: hda - Fix power-map regression for HP dv6 \u0026 co\n  ALSA: hda - Initialize caches at codec reconfiguration\n  ALSA: hda - Fix memory leaks at module unload\n  ALSA: hda - Fix memory leaks in Realtek \u0026 Conexant codec parsers\n  ALSA: hda - Add Realtek ALC280 codec support\n  ALSA: hda - Remove obsoleted CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKS\n  ASoC: wm8994: remove duplicate code\n  ALSA: usb-audio: add BOSS GT-100 support\n  ALSA: HDA: Add inverted internal mic quirk for Lenovo S205\n  ALSA: hda - Fix ALC272X codec detection\n  ALSA: snd_usb_audio: ignore ctrl errors on QuickCam Pro for Notebooks\n  ALSA: snd_usb_audio: ignore ctrl errors on QuickCam E3500\n"
    },
    {
      "commit": "6ebfbe9a1a92fdde66f0b7b017bf39ad7974fe17",
      "tree": "a430ae2725d6f9bcdbd2307571e19913e7224cff",
      "parents": [
        "843760c58e7dc46a9325169ac72d27b3e2def426",
        "19a1d332cc8ca599578111b9ff8cd6963f75c387"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:48:39 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:48:39 2012 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu\n\nPull a m68knommu fix from Greg Ungerer:\n \"It contains a single fix for breakage using the Freescale FEC eth\n  driver on ColdFire CPUs.\"\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:\n  m68knommu: define a local devm_clk_get() function\n"
    },
    {
      "commit": "843760c58e7dc46a9325169ac72d27b3e2def426",
      "tree": "adb7218bfeddbc8f8227f473df2b8113430deca6",
      "parents": [
        "e04fb0202bd618cf9517c0582ab991898d02e5ce",
        "fe85227347738eb9b871bc163e7fb0db8b6cd2a0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:48:07 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:48:07 2012 -0700"
      },
      "message": "Merge tag \u0027mmc-fixes-for-3.5-rc5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc\n\nPull MMC fixes from Chris Ball:\n\n - omap_hsmmc: Using AUTO_CMD12 (enabled by default in 3.5-rc1) has\n   been found to cause data corruption on the BeagleBoard, but no\n   other OMAP boards so far.  Revert the patch until there\u0027s a root\n   cause explanation that makes sense, at which point we might\n   decide to use a blacklist or whitelist.\n\n - mmc_block: Fix incorrect data timeouts for the case of multiblock\n   (ACMD22) writes for block-addressed cards.\n\n* tag \u0027mmc-fixes-for-3.5-rc5\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc:\n  Revert \"mmc: omap_hsmmc: Enable Auto CMD12\"\n  mmc: block: fix the data timeout issue with ACMD22\n"
    },
    {
      "commit": "e04fb0202bd618cf9517c0582ab991898d02e5ce",
      "tree": "eb118e56fc8d654236c76a60c5157ee5175e4805",
      "parents": [
        "6b44695e100ab12f4b2294d834d0b7944d353120",
        "d03ac61daa8d4d17cd83a5ab98e85b616b90c7ac"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:44:58 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:44:58 2012 -0700"
      },
      "message": "Merge tag \u0027clk-fixes-for-linus\u0027 of git://git.linaro.org/people/mturquette/linux\n\nPull clk common framework fixes from Mike Turquette:\n \"This contains three NULL pointer fixes and two device regression\n  fixups.\n\n  Two NULL pointer dereferences were in the common clk core due to lack\n  of sanity checking and the third NPD was in the mxs-specific clock\n  code due to incorrect use of __initdata.\n\n  The device regressions were the result of improper data: a wrong\n  string name for matching DT data broke the SPEAr ethernet controller\n  and another string matching problem in the mxs clock data resulted in\n  a broken MMC controller.\"\n\n* tag \u0027clk-fixes-for-linus\u0027 of git://git.linaro.org/people/mturquette/linux:\n  clk: mxs: fix clock lookup after freeing init memory\n  clk: mxs: fix ref_io clock definition\n  clk: Check parent for NULL in clk_change_rate\n  clk: Allow late cache allocation for clk-\u003eparents\n  clk: SPEAr600: Fix ethernet clock name for DT based probing\n"
    },
    {
      "commit": "6b44695e100ab12f4b2294d834d0b7944d353120",
      "tree": "05f2bfd9077c016d0d85f70d0df5831b87b72e68",
      "parents": [
        "d1346a6cbabf6d377d753f1adc16cb0b305830cc"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue Jun 26 19:56:10 2012 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 27 12:44:29 2012 -0700"
      },
      "message": "chmod +x scripts/gfp-translate\n\nThis script lacks an executable bit.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2266b058d3ab9dfc545305d68e754ad9c9a639a0",
      "tree": "724bde3b0ed5e4a0c63af4f4b47c7db1aac1a45e",
      "parents": [
        "e9bf5f36b09f8ec6c168ef58ee7d4890545ede1c",
        "7aa1e7f06d6ea1bce3b27630d50769d13da28b1a"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed Jun 27 19:56:20 2012 +0100"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed Jun 27 19:56:20 2012 +0100"
      },
      "message": "Merge branch \u0027drm-intel-fixes\u0027 of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes\n\nDaniel writes:\n\"Two tiny patches and one revert:\n- Kill a bogus error message introduced in 3.4, further Bspec reading\n  indicates that this is how the hw is supposed to work.\n- Reorder one backlight register restore, fixing broken backlight on some\n  machines after resume.\n- Revert a hack from Jesse for ivb backlight control - it breaks the\n  backlight controls on my shiny new ivb laptop.\"\n\n* \u0027drm-intel-fixes\u0027 of git://people.freedesktop.org/~danvet/drm-intel:\n  Revert \"drm/i915: allow PCH PWM override on IVB\"\n  drm/i915: Fix eDP blank screen after S3 resume on HP desktops\n  drm/i915: rip out the PM_IIR WARN\n"
    },
    {
      "commit": "7aa1e7f06d6ea1bce3b27630d50769d13da28b1a",
      "tree": "f65c61933277d7375c4bd7035bf2e4bba5c94b88",
      "parents": [
        "6db65cbb941f9d433659bdad02b307f6d94465df"
      ],
      "author": {
        "name": "Daniel Vetter",
        "email": "daniel.vetter@ffwll.ch",
        "time": "Wed Jun 27 16:43:36 2012 +0200"
      },
      "committer": {
        "name": "Daniel Vetter",
        "email": "daniel.vetter@ffwll.ch",
        "time": "Wed Jun 27 20:26:30 2012 +0200"
      },
      "message": "Revert \"drm/i915: allow PCH PWM override on IVB\"\n\nThis reverts commit f82cfb6bcda164ef3a66b8c3fc549b1f9bdd09ad.\n\nThis breaks the backlight controls on my IVB asus zenbook with an eDP\npanel.\n\nI guess the right fix would be to read this bit and use either the pch\nor the cpu register to frob the backlight values. But that is stuff\nfor -next.\n\nCc: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-Off-by: Daniel Vetter \u003cdaniel.vetter@ffwll.ch\u003e\n"
    },
    {
      "commit": "75cc52358799bd6001e7d1a47847f997f5ae99f0",
      "tree": "3e8a4c0d94b4a4c7881f77404841d65de4370276",
      "parents": [
        "1f758b23177d588a71b96ad02990e715949bb82f"
      ],
      "author": {
        "name": "Deepthi Dharwar",
        "email": "deepthi@linux.vnet.ibm.com",
        "time": "Mon Jun 25 23:59:54 2012 +0200"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Wed Jun 27 20:18:53 2012 +0200"
      },
      "message": "PM / ACPI: Fix suspend/resume regression caused by cpuidle cleanup.\n\nCommit e978aa7d7d57d04eb5f88a7507c4fb98577def77 ( cpuidle: Move\ndev-\u003elast_residency update to driver enter routine; remove dev-\u003elast_state)\nwas  breaking suspend on laptops, as reported in the below link\n\t- https://lkml.org/lkml/2011/11/11/164\n\nThis was fixed in commit 3439a8da16bcad6b0982ece938c9f8299bb53584\n(ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression)\nby removing acpi_idle_suspend flag.\n\t- https://lkml.org/lkml/2011/11/14/74\n\nBut this did fix did not work on all systems\nas Suspend/resume regression was reported on Lenovo S10-3\nrecently by Dave.\n\t- https://lkml.org/lkml/2012/5/27/115\nIt looked like with commit e978aa7d broke suspend and\nwith commit 3439a8da resume was not working with acpi_idle driver.\n\nThis patch fixes the regression that caused this issue\nin the first place. acpi_idle_suspend flag is essential on\nsome x86 systems to prevent the cpus from going to deeper C-states\nwhen suspend is triggered ( commit b04e7bdb984 )\nSo reverting the commit 3439a8da is essential.\n\nBy default, irqs are disabled in cpu_idle arch specific call\nand re-enabled in idle state return path . During suspend,\nthe acpi_idle_suspend flag is set, which\nprevents the cpus from going to deeper idle states,\nit is essential to enabling the irqs in this return path too.\n\nTo address the suspend issue,\nwe were not re-enabling the interrupts while returning from\nacpi_idle_enter_bm() routine if acpi_idle_suspend flag is set.\nand this caused suspend failure.\n\nIn addition to the above, to improve the readability of the code,\nreturn of -ENIVAL is replaced with -EBUSY in acpi_idle_suspend\nreturn path. Implying that the system is currently busy when suspend\nis in progress, which prevents the cpus from entering deeper C-states.\n\nReported-and-Tested-by: Dav Hansen \u003cdave@linux.vnet.ibm.com\u003e\nTested-by: Preeti Murthy \u003cpreeti@linux.vnet.ibm.com\u003e\nSigned-off-by: Deepthi Dharwar \u003cdeepthi@linux.vnet.ibm.com\u003e\nReviewed-by: Srivatsa S Bhat \u003csrivatsa.bhat@linux.vnet.ibm.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\n"
    },
    {
      "commit": "e90b833ee1aae64b6fca2455001323ffe29e1698",
      "tree": "2e4edaf7981724ede073fcc632f77f9c0f9689c7",
      "parents": [
        "bb44c30e53053c653302b53c8671c3c5ca62e881"
      ],
      "author": {
        "name": "Jon Hunter",
        "email": "jon-hunter@ti.com",
        "time": "Mon Jun 25 12:38:23 2012 -0500"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Wed Jun 27 08:09:59 2012 -0700"
      },
      "message": "ARM: OMAP4470: Fix OMAP4470 boot failure\n\nOMAP4470 currently fails to boot, printing various messages such as ...\n\nomap_hwmod: mpu: cannot clk_get main_clk dpll_mpu_m2_ck\nomap_hwmod: mpu: cannot _init_clocks\n------------[ cut here ]------------\nWARNING: at arch/arm/mach-omap2/omap_hwmod.c:2062 _init+0x2a0/0x2e4()\nomap_hwmod: mpu: couldn\u0027t init clocks\nModules linked in:\n[\u003cc001c7fc\u003e] (unwind_backtrace+0x0/0xf4) from [\u003cc0043c64\u003e] (warn_slowpath_common+0x4c/0x64)\n[\u003cc0043c64\u003e] (warn_slowpath_common+0x4c/0x64) from [\u003cc0043d10\u003e] (warn_slowpath_fmt+0x30/0x40)\n[\u003cc0043d10\u003e] (warn_slowpath_fmt+0x30/0x40) from [\u003cc0674208\u003e] (_init+0x2a0/0x2e4)\n[\u003cc0674208\u003e] (_init+0x2a0/0x2e4) from [\u003cc067428c\u003e] (omap_hwmod_setup_one+0x40/0x60)\n[\u003cc067428c\u003e] (omap_hwmod_setup_one+0x40/0x60) from [\u003cc0674280\u003e] (omap_hwmod_setup_one+0x34/0x60)\n[\u003cc0674280\u003e] (omap_hwmod_setup_one+0x34/0x60) from [\u003cc06726f4\u003e] (omap_dm_timer_init_one+0x30/0x250)\n[\u003cc06726f4\u003e] (omap_dm_timer_init_one+0x30/0x250) from [\u003cc0672930\u003e] (omap2_gp_clockevent_init+0x1c/0x108)\n[\u003cc0672930\u003e] (omap2_gp_clockevent_init+0x1c/0x108) from [\u003cc0672c60\u003e] (omap4_timer_init+0x10/0x5c)\n[\u003cc0672c60\u003e] (omap4_timer_init+0x10/0x5c) from [\u003cc066c418\u003e] (time_init+0x20/0x30)\n[\u003cc066c418\u003e] (time_init+0x20/0x30) from [\u003cc0668814\u003e] (start_kernel+0x1b0/0x304)\n[\u003cc0668814\u003e] (start_kernel+0x1b0/0x304) from [\u003c80008044\u003e] (0x80008044)\n---[ end trace 1b75b31a2719ed1c ]---\n\nThe problem is that currently none of the clocks are being registered for\nOMAP4470 devices and so on boot-up no clocks can be found and the kernel panics.\n\nThis fix allows the kernel to boot without failure using a simple RAMDISK file\nsystem on OMAP4470 blaze board.\n\nPer feedback from Paul and Benoit the 4470 clock data is incomplete for new\nmodules such as the 2D graphics block that has been added to the 4470.\nTherefore add a warning to indicate that the clock data is incomplete.\n\nCc: Paul Walmsley \u003cpaul@pwsan.com\u003e\nCc: Benoit Cousson \u003cb-cousson@ti.com\u003e\nSigned-off-by: Jon Hunter \u003cjon-hunter@ti.com\u003e\n[tony@atomide.com: updated comments]\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "903e0e4ef9120c3d7693599acb95e76e8263fb35",
      "tree": "8814f97bbbcfd2a0cd221cac2ed5a3b08cd21fd5",
      "parents": [
        "2d4cf5ae123e4a7bd26a88e600581aa809bcad7f"
      ],
      "author": {
        "name": "Brian Norris",
        "email": "computersforpeace@gmail.com",
        "time": "Mon Jun 18 16:31:23 2012 -0700"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "artem.bityutskiy@linux.intel.com",
        "time": "Wed Jun 27 14:22:15 2012 +0300"
      },
      "message": "UBI: correct usage of IS_ENABLED()\n\nCommit \"e9b4cf2 UBI: fix debugfs-less systems support\" fixed one\nregression but introduced a different regression - the debugfs is now always\ncompiled out. Root cause: IS_ENABLED() arguments should be used with the\nCONFIG_* prefix.\n\nSigned-off-by: Brian Norris \u003ccomputersforpeace@gmail.com\u003e\nSigned-off-by: Artem Bityutskiy \u003cartem.bityutskiy@linux.intel.com\u003e\n"
    },
    {
      "commit": "2d4cf5ae123e4a7bd26a88e600581aa809bcad7f",
      "tree": "aed2a224a4833b4a49b2eff21801d54198048493",
      "parents": [
        "1cfb7271076a265b7c2cbbf9cf5c2ae060a24385"
      ],
      "author": {
        "name": "Brian Norris",
        "email": "computersforpeace@gmail.com",
        "time": "Mon Jun 18 16:31:22 2012 -0700"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "artem.bityutskiy@linux.intel.com",
        "time": "Wed Jun 27 14:22:15 2012 +0300"
      },
      "message": "UBIFS: correct usage of IS_ENABLED()\n\nCommit \"818039c UBIFS: fix debugfs-less systems support\" fixed one\nregression but introduced a different regression - the debugfs is now always\ncompiled out. Root cause: IS_ENABLED() arguments should be used with the\nCONFIG_* prefix.\n\nSigned-off-by: Brian Norris \u003ccomputersforpeace@gmail.com\u003e\nSigned-off-by: Artem Bityutskiy \u003cartem.bityutskiy@linux.intel.com\u003e\n"
    },
    {
      "commit": "85f2f834e85517307f13e30e630a5fc86f757cb5",
      "tree": "397706dd2e9e5d3189ab7d7756dd6f7b0e55eee0",
      "parents": [
        "6bc96d047fe32d76ef79f3195c52a542edf7c705"
      ],
      "author": {
        "name": "Hui Wang",
        "email": "jason77.wang@gmail.com",
        "time": "Wed Jun 27 16:19:18 2012 +0800"
      },
      "committer": {
        "name": "Marc Kleine-Budde",
        "email": "mkl@pengutronix.de",
        "time": "Wed Jun 27 11:12:07 2012 +0200"
      },
      "message": "can: flexcan: use be32_to_cpup to handle the value of dt entry\n\nThe freescale arm i.MX series platform can support this driver, and\nusually the arm cpu works in the little endian mode by default, while\ndevice tree entry value is stored in big endian format, we should use\nbe32_to_cpup() to handle them, after modification, it can work well\nboth on the le cpu and be cpu.\n\nCc: stable \u003cstable@vger.kernel.org\u003e # v3.2+\nCc: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nSigned-off-by: Hui Wang \u003cjason77.wang@gmail.com\u003e\nSigned-off-by: Marc Kleine-Budde \u003cmkl@pengutronix.de\u003e\n"
    },
    {
      "commit": "e9bf5f36b09f8ec6c168ef58ee7d4890545ede1c",
      "tree": "c413c0559e5e1fdae3b40bb5bebeff37aa1f803b",
      "parents": [
        "d1346a6cbabf6d377d753f1adc16cb0b305830cc"
      ],
      "author": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed Jun 27 09:26:01 2012 +0100"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Wed Jun 27 09:27:35 2012 +0100"
      },
      "message": "drm/nouveau: add license header to prime.\n\nJust forgot this when I posted it, and yes I\u0027m the only person\nto have changed the file since.\n\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "6bc96d047fe32d76ef79f3195c52a542edf7c705",
      "tree": "9fb623c6a45ad9cbe4ad431f604837abab3c7770",
      "parents": [
        "149ddd83a92b02c658d6c61f3276eb6500d585e8"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "Ian.Campbell@citrix.com",
        "time": "Mon Jun 25 22:48:41 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jun 27 01:25:41 2012 -0700"
      },
      "message": "xen/netfront: teardown the device before unregistering it.\n\nFixes:\n[   15.470311] WARNING: at /local/scratch/ianc/devel/kernels/linux/fs/sysfs/file.c:498 sysfs_attr_ns+0x95/0xa0()\n[   15.470326] sysfs: kobject eth0 without dirent\n[   15.470333] Modules linked in:\n[   15.470342] Pid: 12, comm: xenwatch Not tainted 3.4.0-x86_32p-xenU #93\nand\n[    9.150554] BUG: unable to handle kernel paging request at 2b359000\n[    9.150577] IP: [\u003cc1279561\u003e] linkwatch_do_dev+0x81/0xc0\n[    9.150592] *pdpt \u003d 000000002c3c9027 *pde \u003d 0000000000000000\n[    9.150604] Oops: 0002 [#1] SMP\n[    9.150613] Modules linked in:\n\nThis is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug\u003d675190\n\nReported-by: George Shuklin \u003cgeorge.shuklin@gmail.com\u003e\nSigned-off-by: Ian Campbell \u003cian.campbell@citrix.com\u003e\nTested-by: William Dauchy \u003cwdauchy@gmail.com\u003e\nCc: stable@kernel.org\nCc: 675190@bugs.debian.org\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "149ddd83a92b02c658d6c61f3276eb6500d585e8",
      "tree": "971f008d720e7c57f28de77cecfd3ea0eb2164e3",
      "parents": [
        "d7ffde35e31a81100d2d0d2c4013cbf527bb32ea"
      ],
      "author": {
        "name": "stephen hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Tue Jun 26 05:48:45 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 26 21:12:32 2012 -0700"
      },
      "message": "bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)\n\nThis ensures that bridges created with brctl(8) or ioctl(2) directly\nalso carry IFLA_LINKINFO when dumped over netlink. This also allows\nto create a bridge with ioctl(2) and delete it with RTM_DELLINK.\n\nSigned-off-by: Thomas Graf \u003ctgraf@suug.ch\u003e\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d7ffde35e31a81100d2d0d2c4013cbf527bb32ea",
      "tree": "0939e0cabb626b4258e53a08f7a7713d534dfab5",
      "parents": [
        "57efd44c8cad440fb00ef8078cb018ab2f221373"
      ],
      "author": {
        "name": "Jens Freimann",
        "email": "jfrei@linux.vnet.ibm.com",
        "time": "Tue Jun 26 00:59:58 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 26 21:10:56 2012 -0700"
      },
      "message": "vhost: use USER_DS in vhost_worker thread\n\nOn some architectures address spaces are set up in a way that this is\nnot necessary to work properly but on some others (like s390) it is.\nMake sure we operate on the user address space to allow copy_xxx_user()\nfrom the vhost_worker() thread by setting it explicitly before calling\nuse_mm() and revert it after unuse_mm().\n\nSigned-off-by: Jens Freimann \u003cjfrei@linux.vnet.ibm.com\u003e\nSigned-off-by: Christian Borntraeger \u003cborntraeger@de.ibm.com\u003e\nAcked-by: Michael S. Tsirkin \u003cmst@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "58c553d4d4637e1955a571350888530cd0073276",
      "tree": "73f01221573707be19cdff925b03cdd65b07f576",
      "parents": [
        "3dca938656c7b0ff6b0717a5dde0f5f45e592be5"
      ],
      "author": {
        "name": "Sachin Kamat",
        "email": "sachin.kamat@linaro.org",
        "time": "Wed Jun 27 10:03:00 2012 +0900"
      },
      "committer": {
        "name": "Kukjin Kim",
        "email": "kgene.kim@samsung.com",
        "time": "Wed Jun 27 10:03:00 2012 +0900"
      },
      "message": "ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entry\n\nCommit 20ef9e08 (\"ARM: EXYNOS: Support DMA for EXYNOS5250 SoC\")\nrenamed EXYNOS4_DEV_DMA to EXYNOS_DEV_DMA. But some machine entries\nstill had EXYNOS4_DEV_DMA. Changed them to EXYNOS_DEV_DMA.\n\nSigned-off-by: Sachin Kamat \u003csachin.kamat@linaro.org\u003e\nSigned-off-by: Kukjin Kim \u003ckgene.kim@samsung.com\u003e\n"
    },
    {
      "commit": "57efd44c8cad440fb00ef8078cb018ab2f221373",
      "tree": "ae668ec3ef9cd5590416d38fee4341bce8ed39a3",
      "parents": [
        "a2842a1e66329798d66563b52faec1a299ec4f73"
      ],
      "author": {
        "name": "Alexander Duyck",
        "email": "alexander.h.duyck@intel.com",
        "time": "Mon Jun 25 21:54:46 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 26 16:44:34 2012 -0700"
      },
      "message": "ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP\n\nFCoE target mode was experiencing issues due to the fact that we were\nsending up data frames that were padded to 60 bytes after the DDP logic had\nalready stripped the frame down to 52 or 56 depending on the use of VLANs.\nThis was resulting in the FCoE DDP logic having issues since it thought the\nframe still had data in it due to the padding.\n\nTo resolve this, adding code so that we do not pad FCoE frames prior to\nhandling them to the stack.\n\nCC: \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Alexander Duyck \u003calexander.h.duyck@intel.com\u003e\nTested-by: Phil Schmitt \u003cphillip.j.schmitt@intel.com\u003e\nTested-by: Ross Brattain \u003cross.b.brattain@intel.com\u003e\nSigned-off-by: Jeff Kirsher \u003cjeffrey.t.kirsher@intel.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a2842a1e66329798d66563b52faec1a299ec4f73",
      "tree": "8c9cb11089d4f9d1b75b83e494d15e43caaef99f",
      "parents": [
        "8a8e28b8e2c27362f24cf06513c05d5e3a304e03"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "edumazet@google.com",
        "time": "Mon Jun 25 05:35:45 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Jun 26 16:42:33 2012 -0700"
      },
      "message": "net: l2tp_eth: use LLTX to avoid LOCKDEP splats\n\nDenys Fedoryshchenko reported a LOCKDEP issue with l2tp code.\n\n[ 8683.927442] \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\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n[ 8683.927555] [ INFO: possible circular locking dependency detected ]\n[ 8683.927672] 3.4.1-build-0061 #14 Not tainted\n[ 8683.927782] -------------------------------------------------------\n[ 8683.927895] swapper/0/0 is trying to acquire lock:\n[ 8683.928007]  (slock-AF_INET){+.-...}, at: [\u003ce0fc73ec\u003e]\nl2tp_xmit_skb+0x173/0x47e [l2tp_core]\n[ 8683.928121]\n[ 8683.928121] but task is already holding lock:\n[ 8683.928121]  (_xmit_ETHER#2){+.-...}, at: [\u003cc02f062d\u003e]\nsch_direct_xmit+0x36/0x119\n[ 8683.928121]\n[ 8683.928121] which lock already depends on the new lock.\n[ 8683.928121]\n[ 8683.928121]\n[ 8683.928121] the existing dependency chain (in reverse order) is:\n[ 8683.928121]\n[ 8683.928121] -\u003e #1 (_xmit_ETHER#2){+.-...}:\n[ 8683.928121]        [\u003cc015a561\u003e] lock_acquire+0x71/0x85\n[ 8683.928121]        [\u003cc034da2d\u003e] _raw_spin_lock+0x33/0x40\n[ 8683.928121]        [\u003cc0304e0c\u003e] ip_send_reply+0xf2/0x1ce\n[ 8683.928121]        [\u003cc0317dbc\u003e] tcp_v4_send_reset+0x153/0x16f\n[ 8683.928121]        [\u003cc0317f4a\u003e] tcp_v4_do_rcv+0x172/0x194\n[ 8683.928121]        [\u003cc031929b\u003e] tcp_v4_rcv+0x387/0x5a0\n[ 8683.928121]        [\u003cc03001d0\u003e] ip_local_deliver_finish+0x13a/0x1e9\n[ 8683.928121]        [\u003cc0300645\u003e] NF_HOOK.clone.11+0x46/0x4d\n[ 8683.928121]        [\u003cc030075b\u003e] ip_local_deliver+0x41/0x45\n[ 8683.928121]        [\u003cc03005dd\u003e] ip_rcv_finish+0x31a/0x33c\n[ 8683.928121]        [\u003cc0300645\u003e] NF_HOOK.clone.11+0x46/0x4d\n[ 8683.928121]        [\u003cc0300960\u003e] ip_rcv+0x201/0x23d\n[ 8683.928121]        [\u003cc02de91b\u003e] __netif_receive_skb+0x329/0x378\n[ 8683.928121]        [\u003cc02deae8\u003e] netif_receive_skb+0x4e/0x7d\n[ 8683.928121]        [\u003ce08d5ef3\u003e] rtl8139_poll+0x243/0x33d [8139too]\n[ 8683.928121]        [\u003cc02df103\u003e] net_rx_action+0x90/0x15d\n[ 8683.928121]        [\u003cc012b2b5\u003e] __do_softirq+0x7b/0x118\n[ 8683.928121]\n[ 8683.928121] -\u003e #0 (slock-AF_INET){+.-...}:\n[ 8683.928121]        [\u003cc0159f1b\u003e] __lock_acquire+0x9a3/0xc27\n[ 8683.928121]        [\u003cc015a561\u003e] lock_acquire+0x71/0x85\n[ 8683.928121]        [\u003cc034da2d\u003e] _raw_spin_lock+0x33/0x40\n[ 8683.928121]        [\u003ce0fc73ec\u003e] l2tp_xmit_skb+0x173/0x47e\n[l2tp_core]\n[ 8683.928121]        [\u003ce0fe31fb\u003e] l2tp_eth_dev_xmit+0x1a/0x2f\n[l2tp_eth]\n[ 8683.928121]        [\u003cc02e01e7\u003e] dev_hard_start_xmit+0x333/0x3f2\n[ 8683.928121]        [\u003cc02f064c\u003e] sch_direct_xmit+0x55/0x119\n[ 8683.928121]        [\u003cc02e0528\u003e] dev_queue_xmit+0x282/0x418\n[ 8683.928121]        [\u003cc031f4fb\u003e] NF_HOOK.clone.19+0x45/0x4c\n[ 8683.928121]        [\u003cc031f524\u003e] arp_xmit+0x22/0x24\n[ 8683.928121]        [\u003cc031f567\u003e] arp_send+0x41/0x48\n[ 8683.928121]        [\u003cc031fa7d\u003e] arp_process+0x289/0x491\n[ 8683.928121]        [\u003cc031f4fb\u003e] NF_HOOK.clone.19+0x45/0x4c\n[ 8683.928121]        [\u003cc031f7a0\u003e] arp_rcv+0xb1/0xc3\n[ 8683.928121]        [\u003cc02de91b\u003e] __netif_receive_skb+0x329/0x378\n[ 8683.928121]        [\u003cc02de9d3\u003e] process_backlog+0x69/0x130\n[ 8683.928121]        [\u003cc02df103\u003e] net_rx_action+0x90/0x15d\n[ 8683.928121]        [\u003cc012b2b5\u003e] __do_softirq+0x7b/0x118\n[ 8683.928121]\n[ 8683.928121] other info that might help us debug this:\n[ 8683.928121]\n[ 8683.928121]  Possible unsafe locking scenario:\n[ 8683.928121]\n[ 8683.928121]        CPU0                    CPU1\n[ 8683.928121]        ----                    ----\n[ 8683.928121]   lock(_xmit_ETHER#2);\n[ 8683.928121]                                lock(slock-AF_INET);\n[ 8683.928121]                                lock(_xmit_ETHER#2);\n[ 8683.928121]   lock(slock-AF_INET);\n[ 8683.928121]\n[ 8683.928121]  *** DEADLOCK ***\n[ 8683.928121]\n[ 8683.928121] 3 locks held by swapper/0/0:\n[ 8683.928121]  #0:  (rcu_read_lock){.+.+..}, at: [\u003cc02dbc10\u003e]\nrcu_lock_acquire+0x0/0x30\n[ 8683.928121]  #1:  (rcu_read_lock_bh){.+....}, at: [\u003cc02dbc10\u003e]\nrcu_lock_acquire+0x0/0x30\n[ 8683.928121]  #2:  (_xmit_ETHER#2){+.-...}, at: [\u003cc02f062d\u003e]\nsch_direct_xmit+0x36/0x119\n[ 8683.928121]\n[ 8683.928121] stack backtrace:\n[ 8683.928121] Pid: 0, comm: swapper/0 Not tainted 3.4.1-build-0061 #14\n[ 8683.928121] Call Trace:\n[ 8683.928121]  [\u003cc034bdd2\u003e] ? printk+0x18/0x1a\n[ 8683.928121]  [\u003cc0158904\u003e] print_circular_bug+0x1ac/0x1b6\n[ 8683.928121]  [\u003cc0159f1b\u003e] __lock_acquire+0x9a3/0xc27\n[ 8683.928121]  [\u003cc015a561\u003e] lock_acquire+0x71/0x85\n[ 8683.928121]  [\u003ce0fc73ec\u003e] ? l2tp_xmit_skb+0x173/0x47e [l2tp_core]\n[ 8683.928121]  [\u003cc034da2d\u003e] _raw_spin_lock+0x33/0x40\n[ 8683.928121]  [\u003ce0fc73ec\u003e] ? l2tp_xmit_skb+0x173/0x47e [l2tp_core]\n[ 8683.928121]  [\u003ce0fc73ec\u003e] l2tp_xmit_skb+0x173/0x47e [l2tp_core]\n[ 8683.928121]  [\u003ce0fe31fb\u003e] l2tp_eth_dev_xmit+0x1a/0x2f [l2tp_eth]\n[ 8683.928121]  [\u003cc02e01e7\u003e] dev_hard_start_xmit+0x333/0x3f2\n[ 8683.928121]  [\u003cc02f064c\u003e] sch_direct_xmit+0x55/0x119\n[ 8683.928121]  [\u003cc02e0528\u003e] dev_queue_xmit+0x282/0x418\n[ 8683.928121]  [\u003cc02e02a6\u003e] ? dev_hard_start_xmit+0x3f2/0x3f2\n[ 8683.928121]  [\u003cc031f4fb\u003e] NF_HOOK.clone.19+0x45/0x4c\n[ 8683.928121]  [\u003cc031f524\u003e] arp_xmit+0x22/0x24\n[ 8683.928121]  [\u003cc02e02a6\u003e] ? dev_hard_start_xmit+0x3f2/0x3f2\n[ 8683.928121]  [\u003cc031f567\u003e] arp_send+0x41/0x48\n[ 8683.928121]  [\u003cc031fa7d\u003e] arp_process+0x289/0x491\n[ 8683.928121]  [\u003cc031f7f4\u003e] ? __neigh_lookup.clone.20+0x42/0x42\n[ 8683.928121]  [\u003cc031f4fb\u003e] NF_HOOK.clone.19+0x45/0x4c\n[ 8683.928121]  [\u003cc031f7a0\u003e] arp_rcv+0xb1/0xc3\n[ 8683.928121]  [\u003cc031f7f4\u003e] ? __neigh_lookup.clone.20+0x42/0x42\n[ 8683.928121]  [\u003cc02de91b\u003e] __netif_receive_skb+0x329/0x378\n[ 8683.928121]  [\u003cc02de9d3\u003e] process_backlog+0x69/0x130\n[ 8683.928121]  [\u003cc02df103\u003e] net_rx_action+0x90/0x15d\n[ 8683.928121]  [\u003cc012b2b5\u003e] __do_softirq+0x7b/0x118\n[ 8683.928121]  [\u003cc012b23a\u003e] ? local_bh_enable+0xd/0xd\n[ 8683.928121]  \u003cIRQ\u003e  [\u003cc012b4d0\u003e] ? irq_exit+0x41/0x91\n[ 8683.928121]  [\u003cc0103c6f\u003e] ? do_IRQ+0x79/0x8d\n[ 8683.928121]  [\u003cc0157ea1\u003e] ? trace_hardirqs_off_caller+0x2e/0x86\n[ 8683.928121]  [\u003cc034ef6e\u003e] ? common_interrupt+0x2e/0x34\n[ 8683.928121]  [\u003cc0108a33\u003e] ? default_idle+0x23/0x38\n[ 8683.928121]  [\u003cc01091a8\u003e] ? cpu_idle+0x55/0x6f\n[ 8683.928121]  [\u003cc033df25\u003e] ? rest_init+0xa1/0xa7\n[ 8683.928121]  [\u003cc033de84\u003e] ? __read_lock_failed+0x14/0x14\n[ 8683.928121]  [\u003cc0498745\u003e] ? start_kernel+0x303/0x30a\n[ 8683.928121]  [\u003cc0498209\u003e] ? repair_env_string+0x51/0x51\n[ 8683.928121]  [\u003cc04980a8\u003e] ? i386_start_kernel+0xa8/0xaf\n\nIt appears that like most virtual devices, l2tp should be converted to\nLLTX mode.\n\nThis patch takes care of statistics using atomic_long in both RX and TX\npaths, and fix a bug in l2tp_eth_dev_recv(), which was caching skb-\u003edata\nbefore a pskb_may_pull() call.\n\nSigned-off-by: Eric Dumazet \u003cedumazet@google.com\u003e\nReported-by: Denys Fedoryshchenko \u003cdenys@visp.net.lb\u003e\nCc: James Chapman \u003cjchapman@katalix.com\u003e\nCc: Hong zhi guo \u003chonkiko@gmail.com\u003e\nCc: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3fcc8f96829776cf181918461923d1e3bbb831a2",
      "tree": "fb43b5497539219c30ad3dc4318f78c273219eaf",
      "parents": [
        "065b07e7a14676f4138ce4619d229c0be5a74230"
      ],
      "author": {
        "name": "Craig Shelley",
        "email": "craig@microtron.org.uk",
        "time": "Tue Jun 26 23:20:04 2012 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Jun 26 16:14:34 2012 -0700"
      },
      "message": "USB: CP210x Add 10 Device IDs\n\nThis patch adds 10 device IDs for CP210x based devices from the following manufacturers:\nTimewave\nClipsal\nFesto\nLink Instruments\n\nSigned-off-by: Craig Shelley \u003ccraig@microtron.org.uk\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "065b07e7a14676f4138ce4619d229c0be5a74230",
      "tree": "57608e7b4a509d03a8b1a3351dd4e619fe8b025a",
      "parents": [
        "c6156328dec52a55f90688cbfad21c83f8711d84"
      ],
      "author": {
        "name": "Forest Bond",
        "email": "forest.bond@rapidrollout.com",
        "time": "Fri Jun 22 10:30:38 2012 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Jun 26 16:14:34 2012 -0700"
      },
      "message": "USB: option: Add USB ID for Novatel Ovation MC551\n\nThis device is also known as the Verizon USB551L.\n\nSigned-off-by: Forest Bond \u003cforest.bond@rapidrollout.com\u003e\nAcked-by: Dan Williams \u003cdcbw@redhat.com\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "c6156328dec52a55f90688cbfad21c83f8711d84",
      "tree": "715a1210cb06283728beaca9f322fea20b413cfe",
      "parents": [
        "8f8741ca5e55a35dafa35f4eac2b70b08fae997e"
      ],
      "author": {
        "name": "Alexandre Pereira da Silva",
        "email": "aletes.xgr@gmail.com",
        "time": "Tue Jun 26 11:56:48 2012 -0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Jun 26 16:14:33 2012 -0700"
      },
      "message": "usb: phy: Fix Kconfig dependency for Phy drivers\n\nUSB phy layer driver are only built if usb host is selected, but they\nare used too by USB_GADGET drivers\n\nSigned-off-by: Alexandre Pereira da Silva \u003caletes.xgr@gmail.com\u003e\nAcked-by: Roland Stigge \u003cstigge@antcom.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "fe85227347738eb9b871bc163e7fb0db8b6cd2a0",
      "tree": "bbc2e34f62b5d42646711fd1887ec6c613fada77",
      "parents": [
        "d380443cd0271903bf9516bc04cead81676be034"
      ],
      "author": {
        "name": "Ming Lei",
        "email": "ming.lei@canonical.com",
        "time": "Fri Jun 22 18:49:35 2012 +0800"
      },
      "committer": {
        "name": "Chris Ball",
        "email": "cjb@laptop.org",
        "time": "Tue Jun 26 16:10:30 2012 -0400"
      },
      "message": "Revert \"mmc: omap_hsmmc: Enable Auto CMD12\"\n\nThis patch reverts the commit dba3c29ea4a1d5d544.\n\nAfter bisecting, this commit dba3c29 is found to ruin micro-SD card data\n(writing incorrect file, or fs is corrupt after several times mount)\non the beagle-xm revB, and reverting the commit will fix the problem.\n\nAlso from TRM of OMAP3/OMAP4/DM37x, the below is mentioned about\nthe Auto CMD12 Enable bit.\n        - SDIO does not support this feature.\n        - SD card only.\nLooks it is not suitable to always enable Auto CMD12 in host controller\ndriver.\n\nConsidered that the commit is not mature enough, so ask to revert it\nfirst.\n\nCc: Balaji T K \u003cbalajitk@ti.com\u003e\nCc: Venkatraman S \u003csvenkatr@ti.com\u003e\nBuglink: https://lkml.org/lkml/2012/6/10/225\nReported-by: Paolo Pisati \u003cp.pisati@gmail.com\u003e\nReported-bisected-and-tested-by: Ming Lei \u003cming.lei@canonical.com\u003e\nSigned-off-by: Ming Lei \u003cming.lei@canonical.com\u003e\nAcked-by: Venkatraman S \u003csvenkatr@ti.com\u003e\nSigned-off-by: Chris Ball \u003ccjb@laptop.org\u003e\n"
    },
    {
      "commit": "d380443cd0271903bf9516bc04cead81676be034",
      "tree": "27e5660f45086886fc3679679bb7ada7dfeb860a",
      "parents": [
        "d1346a6cbabf6d377d753f1adc16cb0b305830cc"
      ],
      "author": {
        "name": "Subhash Jadavani",
        "email": "subhashj@codeaurora.org",
        "time": "Wed Jun 13 17:10:43 2012 +0530"
      },
      "committer": {
        "name": "Chris Ball",
        "email": "cjb@laptop.org",
        "time": "Tue Jun 26 16:10:29 2012 -0400"
      },
      "message": "mmc: block: fix the data timeout issue with ACMD22\n\nIf multi block write operation fails for SD card, during\nerror handling we send the SD_APP_SEND_NUM_WR_BLKS (ACMD22)\nto know how many blocks were already programmed by card.\n\nBut mmc_sd_num_wr_blocks() function which sends the ACMD22\ncalculates the data timeout value from csd.tacc_ns and\ncsd.tacc_clks parameters which will be 0 for block addressed\n(\u003e2GB cards) SD card. This would result in timeout_ns and\ntimeout_clks being 0 in the mmc_request passed to host driver.\nThis means host controller would program its data timeout timer\nvalue with 0 which could result in DATA TIMEOUT errors from\ncontroller.\n\nTo fix this issue, mmc_sd_num_wr_blocks() should instead\njust call the mmc_set_data_timeout() to calculate the\ndata timeout value. mmc_set_data_timeout() function\nensures that non zero timeout value is set even for\nblock addressed SD cards.\n\nSigned-off-by: Subhash Jadavani \u003csubhashj@codeaurora.org\u003e\nReviewed-by: Venkatraman S \u003csvenkatr@ti.com\u003e\nSigned-off-by: Chris Ball \u003ccjb@laptop.org\u003e\n"
    },
    {
      "commit": "116e90b23f74d303e8d607c7a7d54f60f14ab9f2",
      "tree": "bec5bed13a74539d2741334593cdd7f2fc4241c5",
      "parents": [
        "6fda135c908d0f38a0167adcbd71094572e3059b"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@suse.com",
        "time": "Fri Jun 22 16:36:09 2012 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Jun 26 12:37:36 2012 -0700"
      },
      "message": "syslog: fill buffer with more than a single message for SYSLOG_ACTION_READ\n\nThe recent changes to the printk buffer management resulted in\nSYSLOG_ACTION_READ to only return a single message, whereas previously\nthe buffer would get filled as much as possible. As, when too small to\nfit everything, filling it to the last byte would be pretty ugly with\nthe new code, the patch arranges for as many messages as possible to\nget returned in a single invocation. User space tools in at least all\nSLES versions depend on the old behavior.\n\nThis at once addresses the issue attempted to get fixed with commit\nb56a39ac263e5b8cafedd551a49c2105e68b98c2 (\"printk: return -EINVAL if\nthe message len is bigger than the buf size\"), and since that commit\nwidened the possibility for losing a message altogether, the patch\nhere assumes that this other commit would get reverted first\n(otherwise the patch here won\u0027t apply).\n\nFurthermore, this patch also addresses the problem dealt with in\ncommit 4a77a5a06ec66ed05199b301e7c25f42f979afdc (\"printk: use mutex\nlock to stop syslog_seq from going wild\"), so I\u0027d recommend reverting\nthat one too (albeit there\u0027s no direct collision between the two).\n\nSigned-off-by: Jan Beulich \u003cjbeulich@suse.com\u003e\nAcked-by: Kay Sievers \u003ckay@vrfy.org\u003e\nCc: Yuanhan Liu \u003cyuanhan.liu@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "6fda135c908d0f38a0167adcbd71094572e3059b",
      "tree": "c0583c05c9706e15535ba851076c3aeee02ed0d4",
      "parents": [
        "4661e3568a7d14a93d4e428d246cdb86f4bac6e7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Jun 26 12:35:24 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Jun 26 12:35:24 2012 -0700"
      },
      "message": "Revert \"printk: return -EINVAL if the message len is bigger than the buf size\"\n\nThis reverts commit b56a39ac263e5b8cafedd551a49c2105e68b98c2.\n\nA better patch from Jan will follow this to resolve the issue.\n\nAcked-by: Kay Sievers \u003ckay@vrfy.org\u003e\nCc: Fengguang Wu \u003cwfg@linux.intel.com\u003e\nCc: Yuanhan Liu \u003cyuanhan.liu@linux.intel.com\u003e\nCc: Jan Beulich \u003cJBeulich@suse.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "d1346a6cbabf6d377d753f1adc16cb0b305830cc",
      "tree": "06ab828fc8d51eac9a8d04d1fdb91c51d2939623",
      "parents": [
        "60d2c25251cac20d8c142a03e230237528b68430",
        "9bd0c15fcfb42f6245447c53347d65ad9e72080b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jun 26 11:26:50 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jun 26 11:26:50 2012 -0700"
      },
      "message": "Merge branch \u0027drm-fixes\u0027 of git://people.freedesktop.org/~airlied/linux\n\nPull drm fixes from Dave Airlie:\n \"Just two changes: one udl endian fix, one nouveau memory corruption on\n  some GPUs.\"\n\n* \u0027drm-fixes\u0027 of git://people.freedesktop.org/~airlied/linux:\n  drm/nouveau/fbcon: using nv_two_heads is not a good idea\n  drm/udl: Make sure to get correct endian keys from vendor descriptor\n"
    },
    {
      "commit": "60d2c25251cac20d8c142a03e230237528b68430",
      "tree": "8cfd656a6c86a3fefde957962c419923e9a1640d",
      "parents": [
        "aace99e57c90353a51952e9dd1f6f110eec30d15",
        "1f41a6a9947615dca37d80b044ab81616e956a67"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jun 26 11:23:41 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jun 26 11:23:41 2012 -0700"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid\n\nPull HID fixes from Jiri Kosina:\n \"The most important one is a purification of Kconfig for CONFIG_HID;\n  the inclusion of HID groups and autoloading didn\u0027t leave the Kconfig\n  in a really consistent state.  Henrik\u0027s patch fixes that.  In addition\n  to that, there are two small fixes for logitech and magicmouse\n  drivers.\"\n\n* \u0027upstream-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid:\n  HID: Fix the generic Kconfig options\n  HID: magicmouse: Correct report range of major / minor axes\n  HID: logitech: don\u0027t use stack based dj_report structures\n"
    },
    {
      "commit": "6e1c39c6b00d9141a82c231ba7c5e5b1716974b2",
      "tree": "02d69e8de14c403a0a76a27246064d1446b78baa",
      "parents": [
        "09a6071bfe0ecf41376ad6a143508c8b2f93f52b"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 26 17:35:10 2012 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 26 17:43:06 2012 +0200"
      },
      "message": "ALSA: hda - Fix power-map regression for HP dv6 \u0026 co\n\nThe recent fix for power-map controls (commit b0791dda813) caused\nregressions on some other HP laptops.  They have fixed pins but these\npins are exposed as jack-detectable.  Thus the driver tries to control\nthe power-map dynamically per jack detection where it never gets on.\n\nThis patch adds the check of connection and it assumes the no jack\ndetection is available for fixed pins no matter what pin capability\nsays.\n\nBugLink: http://bugs.launchpad.net/bugs/1013183\nReported-by: Luis Henriques \u003cluis.henriques@canonical.com\u003e\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "1b6b7c9ff3514772958c075f8c89e42dddf6a4d8",
      "tree": "b956f8d0990cac87e0dba4fc298eac34d71a4602",
      "parents": [
        "55f6cb9d0b364e7e8cb65b51193f5e4743c44fde"
      ],
      "author": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Tue Jun 26 07:58:23 2012 -0700"
      },
      "committer": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Tue Jun 26 08:02:48 2012 -0700"
      },
      "message": "x86, cpufeature: Remove stray %s, add -w to mkcapflags.pl\n\nThere was a stray %s left from testing, remove it.\n\nAdd -w to the #! line (which is parsed by Perl even if the Perl\ninterpreter is invoked explicitly on the command line) to catch these\nkinds of errors in the future.\n\nReported-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nLink: http://lkml.kernel.org/r/20120626143246.0c9bf301@endymion.delvare\nSigned-off-by: H. Peter Anvin \u003chpa@linux.intel.com\u003e\n"
    },
    {
      "commit": "09a6071bfe0ecf41376ad6a143508c8b2f93f52b",
      "tree": "7e0d025256deb2572580fa63acd57b567af4f2d2",
      "parents": [
        "59cad16bc6deb85bd2a464da92bbaae289f0286f"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 26 15:01:33 2012 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 26 15:01:33 2012 +0200"
      },
      "message": "ALSA: hda - Initialize caches at codec reconfiguration\n\nBetter to clean up the caches for avoiding inconsistent codec state\nafter the reconfiguration.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "59cad16bc6deb85bd2a464da92bbaae289f0286f",
      "tree": "543a57c1852ec9800f80e418da5c1e739891f12a",
      "parents": [
        "ee48df57c920ab876dd8cf0dcfe5b8893b98e934"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 26 15:00:20 2012 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 26 15:00:20 2012 +0200"
      },
      "message": "ALSA: hda - Fix memory leaks at module unload\n\nSome caches aren\u0027t released properly at module unloading time.\n\nCc: \u003cstable@vger.kernel.org\u003e [v3.4+]\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "ee48df57c920ab876dd8cf0dcfe5b8893b98e934",
      "tree": "b41a7fde822cf3ba5ea05af6640f48d8b645e745",
      "parents": [
        "befae82e2906cb7155020876a531b0b8c6c8d8c8"
      ],
      "author": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 26 14:54:32 2012 +0200"
      },
      "committer": {
        "name": "Takashi Iwai",
        "email": "tiwai@suse.de",
        "time": "Tue Jun 26 14:56:20 2012 +0200"
      },
      "message": "ALSA: hda - Fix memory leaks in Realtek \u0026 Conexant codec parsers\n\nWhen moved to the helper code, forgot to release the verb arrays.\n\nSigned-off-by: Takashi Iwai \u003ctiwai@suse.de\u003e\n"
    },
    {
      "commit": "9bd0c15fcfb42f6245447c53347d65ad9e72080b",
      "tree": "338d1d19fcb9f76e62ef951b568a8d97a00012ec",
      "parents": [
        "d42f0349f3fed647c61c2d432e974bbdafcfb3fb"
      ],
      "author": {
        "name": "Ben Skeggs",
        "email": "bskeggs@redhat.com",
        "time": "Tue Jun 26 12:12:30 2012 +1000"
      },
      "committer": {
        "name": "Dave Airlie",
        "email": "airlied@redhat.com",
        "time": "Tue Jun 26 12:16:43 2012 +0100"
      },
      "message": "drm/nouveau/fbcon: using nv_two_heads is not a good idea\n\nnv_two_heads() was never meant to be used outside of pre-nv50 code.  The\ncode checks for \u003e\u003d NV_10 for 2 CRTCs, then downgrades a few specific\nchipsets to 1 CRTC based on (pci_device \u0026 0x0ff0).\n\nThe breakage example seen is on GTX 560Ti, with a pciid of 0x1200, which\ngets detected as an NV20 (0x020x) with 1 CRTC by nv_two_heads(), causing\nmemory corruption because there\u0027s actually 2 CRTCs..\n\nThis switches fbcon to use the CRTC count directly from the mode_config\nstructure, which will also fix the same issue on Kepler boards which have\n4 CRTCs.\n\nSigned-off-by: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nCc: stable@vger.kernel.org\nSigned-off-by: Dave Airlie \u003cairlied@redhat.com\u003e\n"
    },
    {
      "commit": "bb44c30e53053c653302b53c8671c3c5ca62e881",
      "tree": "0842f5b34224e433d37d39072bbb1bb3096e151a",
      "parents": [
        "6b16351acbd415e66ba16bf7d473ece1574cf0bc"
      ],
      "author": {
        "name": "Kevin Hilman",
        "email": "khilman@ti.com",
        "time": "Tue Jun 26 03:29:57 2012 -0700"
      },
      "committer": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Tue Jun 26 03:29:57 2012 -0700"
      },
      "message": "ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2\u003dn\n\ncommit 8259573b (ARM: OMAP2+: nand: Make board_onenand_init() visible\nto board code) broke the build for configs with OneNAND disabled.  By\nremoving the static in the header file, it created a duplicate definition\nin the .c and the .h files, resuling in a build error:\n\n/work/kernel/omap/dev/arch/arm/mach-omap2/board-flash.c:102:111: error: redefinition of \u0027board_onenand_init\u0027\n/work/kernel/omap/dev/arch/arm/mach-omap2/board-flash.h:56:51: note: previous definition of \u0027board_onenand_init\u0027 was here\nmake[2]: *** [arch/arm/mach-omap2/board-flash.o] Error 1\nmake[2]: *** Waiting for unfinished jobs....\nmake[1]: *** [arch/arm/mach-omap2] Error 2\nmake: *** [sub-make] Error 2\n\nFix this by removing the duplicate dummy entry from the C file.\n\nCc: Enric Balletbò i Serra \u003ceballetbo@gmail.com\u003e\nCc: Javier Martinez Canillas \u003cjavier@dowhile0.org\u003e\nSigned-off-by: Kevin Hilman \u003ckhilman@ti.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\n"
    },
    {
      "commit": "d03ac61daa8d4d17cd83a5ab98e85b616b90c7ac",
      "tree": "80f412f46d6d37af196899f40877148ed4407aaa",
      "parents": [
        "d6dc55c1857ff1911780881b74537785d8a4e6e1"
      ],
      "author": {
        "name": "Marc Kleine-Budde",
        "email": "mkl@pengutronix.de",
        "time": "Thu Jun 21 20:04:25 2012 +0200"
      },
      "committer": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Mon Jun 25 16:51:48 2012 -0700"
      },
      "message": "clk: mxs: fix clock lookup after freeing init memory\n\nThe struct clk_lookup are marked as __initdata, resulting in being\nremoved from memory after the kernel finished booting. However this\nleads to a NULL pointer de-ref if loading a module which uses clk_get.\n\nThis patch removes the __initdata from the struct clk_lookup.\n\nSigned-off-by: Marc Kleine-Budde \u003cmkl@pengutronix.de\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nSigned-off-by: Mike Turquette \u003cmturquette@linaro.org\u003e\n"
    },
    {
      "commit": "d6dc55c1857ff1911780881b74537785d8a4e6e1",
      "tree": "d9ec0e3892796795df4daa390d24fa2471006fa2",
      "parents": [
        "bf47b4fd8f9f81cd5ce40e1945c6334d088226d1"
      ],
      "author": {
        "name": "Shawn Guo",
        "email": "shawn.guo@linaro.org",
        "time": "Fri Jun 22 10:13:20 2012 +0800"
      },
      "committer": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Mon Jun 25 16:51:48 2012 -0700"
      },
      "message": "clk: mxs: fix ref_io clock definition\n\nThe definition of clocks ref_io0 and ref_io1 were inverted.  It causes\na mmc regression on some boards right away.  Fix the regression by\ncorrecting the ref_io clock definition.\n\nReported-by: Maxime Ripard \u003cmaxime.ripard@free-electrons.com\u003e\nSigned-off-by: Shawn Guo \u003cshawn.guo@linaro.org\u003e\nSigned-off-by: Mike Turquette \u003cmturquette@linaro.org\u003e\n"
    },
    {
      "commit": "bf47b4fd8f9f81cd5ce40e1945c6334d088226d1",
      "tree": "2bec386cffb13652e45cd9e4bca533744a492209",
      "parents": [
        "7975059db572eb47f0fb272a62afeae272a4b209"
      ],
      "author": {
        "name": "Pawel Moll",
        "email": "pawel.moll@arm.com",
        "time": "Fri Jun 08 14:04:06 2012 +0100"
      },
      "committer": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Mon Jun 25 16:51:48 2012 -0700"
      },
      "message": "clk: Check parent for NULL in clk_change_rate\n\nclk_change_rate() is accessing parent\u0027s rate without checking\nif the parent exists at all. In case of root clocks this will\ncause NULL pointer dereference.\n\nThis patch follows what clk_calc_new_rates() does in such\nsituation.\n\nSigned-off-by: Pawel Moll \u003cpawel.moll@arm.com\u003e\nSigned-off-by: Mike Turquette \u003cmturquette@linaro.org\u003e\nCc: stable@kernel.org\n"
    },
    {
      "commit": "7975059db572eb47f0fb272a62afeae272a4b209",
      "tree": "076b85e7b2a9e6fd1f24416e54566cd63b7d336b",
      "parents": [
        "3a35fc3a13333e7c137de82d8bf12bbc18639633"
      ],
      "author": {
        "name": "Rajendra Nayak",
        "email": "rnayak@ti.com",
        "time": "Wed Jun 06 14:41:31 2012 +0530"
      },
      "committer": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Mon Jun 25 16:51:47 2012 -0700"
      },
      "message": "clk: Allow late cache allocation for clk-\u003eparents\n\nParent clocks for muxes are cached in clk-\u003eparents to\navoid frequent lookups, however the cache allocation happens\nonly during clock registeration and later clk_set_parent()\nassumes a cache space available and allocated.\n\nThis is not entirely true for platforms which do early clock\nregisterations wherein the cache allocation using kzalloc\ncould fail during clock registeration.\n\nAllow cache allocation to happen later as part of clk_set_parent()\nto help such cases and avoid crashes assuming a cache being\navailable.\n\nWhile here also replace existing kmalloc() with kzalloc()\nin the file.\n\nSigned-off-by: Rajendra Nayak \u003crnayak@ti.com\u003e\nSigned-off-by: Mike Turquette \u003cmturquette@linaro.org\u003e\nCc: stable@kernel.org\n"
    },
    {
      "commit": "3a35fc3a13333e7c137de82d8bf12bbc18639633",
      "tree": "cf1eeff5a49f9b49f1f3e31d803919a27920e121",
      "parents": [
        "6b16351acbd415e66ba16bf7d473ece1574cf0bc"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Fri May 11 10:41:18 2012 +0200"
      },
      "committer": {
        "name": "Mike Turquette",
        "email": "mturquette@linaro.org",
        "time": "Mon Jun 25 16:51:47 2012 -0700"
      },
      "message": "clk: SPEAr600: Fix ethernet clock name for DT based probing\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nCc: Viresh Kumar \u003cviresh.kumar@st.com\u003e\nCc: Viresh Kumar \u003cviresh.kumar@linaro.org\u003e\nSigned-off-by: Mike Turquette \u003cmturquette@linaro.org\u003e\n"
    },
    {
      "commit": "8a8e28b8e2c27362f24cf06513c05d5e3a304e03",
      "tree": "5ce65385245efb27e0e9e90480dfd3c90871f17f",
      "parents": [
        "aa214de0595eecf5079a172a16333fa638b64915"
      ],
      "author": {
        "name": "alex.bluesman.smirnov@gmail.com",
        "email": "alex.bluesman.smirnov@gmail.com",
        "time": "Mon Jun 25 03:30:13 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:35:30 2012 -0700"
      },
      "message": "mac802154: add missed braces\n\nAdd missed braces after \u0027if\u0027 operator.\n\nSigned-off-by: Alexander Smirnov \u003calex.bluesman.smirnov@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "aa214de0595eecf5079a172a16333fa638b64915",
      "tree": "7bfb8c40355c96c01903a83f9ebd546f9bc1b73c",
      "parents": [
        "044ca2a5f2f781c7e4b49c7c0a256913648297ea"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "edumazet@google.com",
        "time": "Mon Jun 25 00:45:14 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:30:54 2012 -0700"
      },
      "message": "net: l2tp_eth: fix l2tp_eth_dev_xmit race\n\nIts illegal to dereference skb after giving it to l2tp_xmit_skb()\nas it might be already freed/reused.\n\nSigned-off-by: Eric Dumazet \u003cedumazet@google.com\u003e\nCc: James Chapman \u003cjchapman@katalix.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "044ca2a5f2f781c7e4b49c7c0a256913648297ea",
      "tree": "9645a3cfcf0665d48377f2ce3d362dd5320ec64c",
      "parents": [
        "9858d2d1acf82758f779e0756d92a011f1d170b3"
      ],
      "author": {
        "name": "Yevgeny Petrilin",
        "email": "yevgenyp@mellanox.co.il",
        "time": "Mon Jun 25 00:24:13 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:30:12 2012 -0700"
      },
      "message": "net/mlx4_en: Release QP range in free_resources\n\nAdd a missing resource release in ring cleanup.\nNot doing this leaves a range of QPs that are being reserved,\nand no one can use them.\n\nSigned-off-by: Yevgeny Petrilin \u003cyevgenyp@mellanox.co.il\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9858d2d1acf82758f779e0756d92a011f1d170b3",
      "tree": "b1173c984ca85fe742f71dbe61f1db8df3b9aa5f",
      "parents": [
        "5c8e9046662889265c0ff390c144188721cb0844"
      ],
      "author": {
        "name": "Yevgeny Petrilin",
        "email": "yevgenyp@mellanox.co.il",
        "time": "Mon Jun 25 00:24:12 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:30:12 2012 -0700"
      },
      "message": "net/mlx4: Use single completion vector after NOP failure\n\nFix a crash at the error flow of NOP command which caused the driver to try and use\na completion vector which wasn\u0027t allocated.\n\nSigned-off-by: Yevgeny Petrilin \u003cyevgenyp@mellanox.co.il\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "5c8e9046662889265c0ff390c144188721cb0844",
      "tree": "50a9601197840e2cdf781c943404e655c8c0983a",
      "parents": [
        "6de0298ec9c1edaf330b71b57346241ece8f3346"
      ],
      "author": {
        "name": "Yevgeny Petrilin",
        "email": "yevgenyp@mellanox.co.il",
        "time": "Mon Jun 25 00:24:11 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:30:12 2012 -0700"
      },
      "message": "net/mlx4_en: Set correct port parameters during device initialization\n\nSet valid port parameters: MTU and flow control configuration when\nconfiguring the port during HW device initialization,\nprior to the net device open() being called.\nUsing  invalid parameters (such as all zeros)\ncould lead to bad firmware behavior.\n\nSigned-off-by: Yevgeny Petrilin \u003cyevgenyp@mellanox.co.il\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6de0298ec9c1edaf330b71b57346241ece8f3346",
      "tree": "4475a2b874aba5fdc2a7ddaa96547dadad0c9ea7",
      "parents": [
        "1fdc7630b2cba4a5aeb5fc3834c7189716fdbcb0"
      ],
      "author": {
        "name": "Davide Gerhard",
        "email": "rainbow@irh.it",
        "time": "Mon Jun 25 09:04:47 2012 +0200"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:20:41 2012 -0700"
      },
      "message": "ipheth: add support for iPad\n\nThis adds support for the iPad to the ipheth driver.\n(product id \u003d 0x129a)\n\nSigned-off-by: Davide Gerhard \u003crainbow@irh.it\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1fdc7630b2cba4a5aeb5fc3834c7189716fdbcb0",
      "tree": "344bd04d4786eaeb33cb544e0980f8c5e1c24682",
      "parents": [
        "3935600a7f341c00b0def2ed8870669ab2c05493"
      ],
      "author": {
        "name": "Sjur Brændeland",
        "email": "sjur.brandeland@stericsson.com",
        "time": "Sun Jun 24 11:01:38 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:07:23 2012 -0700"
      },
      "message": "caif-hsi: Add missing return in error path\n\nFix a missing return, causing access to freed memory.\n\nSigned-off-by: Sjur Brændeland \u003csjur.brandeland@stericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3935600a7f341c00b0def2ed8870669ab2c05493",
      "tree": "ccb5454e6d08cc9fbfe4091097de92a2bd66643a",
      "parents": [
        "eaa8c5f3cf6555294632c176e81439ca420ad07f"
      ],
      "author": {
        "name": "Per Ellefsen",
        "email": "Per.Ellefsen@stericsson.com",
        "time": "Sun Jun 24 11:01:37 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:07:22 2012 -0700"
      },
      "message": "caif-hsi: Bugfix - Piggyback\u0027ed embedded CAIF frame lost\n\nWhen receiving a piggyback\u0027ed descriptor containing an\nembedded frame, but no payload, the embedded frame was\nlost.\n\nSigned-off-by: Per Ellefsen \u003cper.ellefsen@stericsson.com\u003e\nSigned-off-by: Sjur Brændeland \u003csjur.brandeland@stericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "eaa8c5f3cf6555294632c176e81439ca420ad07f",
      "tree": "9aaff3b50bb12ce88e5f0970aa21ed86b8f95a1c",
      "parents": [
        "437c5b53f63b468996090200df66ef2f3f588c80"
      ],
      "author": {
        "name": "Sjur Brændeland",
        "email": "sjur.brandeland@stericsson.com",
        "time": "Sun Jun 24 11:01:36 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:07:22 2012 -0700"
      },
      "message": "caif: Clear shutdown mask to zero at reconnect.\n\nClear caif sockets\u0027s shutdown mask at (re)connect.\n\nSigned-off-by: Sjur Brændeland \u003csjur.brandeland@stericsson.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "437c5b53f63b468996090200df66ef2f3f588c80",
      "tree": "528d2146edf14e848fa39d7f5861119e91ce4d20",
      "parents": [
        "fa809e2fd6e317226c046202a88520962672eac0"
      ],
      "author": {
        "name": "Neal Cardwell",
        "email": "ncardwell@google.com",
        "time": "Sat Jun 23 19:22:00 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jun 25 16:05:19 2012 -0700"
      },
      "message": "tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()\n\nIf security_inet_conn_request() returns non-zero then TCP/IPv6 should\ndrop the request, just as in TCP/IPv4 and DCCP in both IPv4 and IPv6.\n\nSigned-off-by: Neal Cardwell \u003cncardwell@google.com\u003e\nAcked-by: Eric Dumazet \u003cedumazet@google.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ],
  "next": "fa809e2fd6e317226c046202a88520962672eac0"
}
