Re: [PATCH 5/5] APEI: Fix WHEA _OSC call

2012-05-22 Thread Stephen Hemminger
On Tue, 22 May 2012 03:24:39 +0100 Ben Hutchings b...@decadent.org.uk wrote: On Mon, 2012-05-21 at 17:25 -0700, Stephen Hemminger wrote: From: Matthew Garrett m...@redhat.com commit 68b58e95510b2f4d923c2916612e6b81ab74beb1 upstream [...] The correct commit hash is

Re: [PATCH 1/1] udlfb: fix hcd_buffer_free panic on unplug/replug

2012-05-22 Thread Bernie Thompson
Hi Jonathan, On Sun, May 20, 2012 at 10:38 PM, Jonathan Nieder jrnie...@gmail.com wrote: However that doesn't explain changes like moving the acquisition of dev-kfref about 30 lines down. There's an extra dereference on the error path that should get a patch in 3.5/3.6. Can you explain what

Patch Upstream: i2c: pnx: Disable clk in suspend

2012-05-22 Thread Gregs git-bot
commit: c4cea7fc1bfd8a36d08f8114efcb11d649d97d5a From: Roland Stigge sti...@antcom.de Date: Sun, 22 Apr 2012 11:59:47 +0200 Subject: i2c: pnx: Disable clk in suspend In the driver's suspend function, clk_enable() was used instead of clk_disable(). This is corrected with this patch.

Patch Upstream: Revert USB: EHCI: work around bug in the Philips ISP1562 controller

2012-05-22 Thread Gregs git-bot
commit: 8e192910d96615a32646b8978b201b650f62ef34 From: Greg Kroah-Hartman gre...@linuxfoundation.org Date: Mon, 21 May 2012 08:54:43 -0700 Subject: Revert USB: EHCI: work around bug in the Philips ISP1562 controller This reverts commit 1996e6c572969a8cf6d7fa97eef621219acd94a9. It turned out to

Patch Upstream: USB: Remove races in devio.c

2012-05-22 Thread Gregs git-bot
commit: 4e09dcf20f7b5358615514c2ec8584b248ab8874 From: Huajun Li huajun.li@gmail.com Date: Fri, 18 May 2012 20:12:51 +0800 Subject: USB: Remove races in devio.c There exist races in devio.c, below is one case, and there are similar races in destroy_async() and proc_unlinkurb(). Remove these

Patch Upstream: USB: ehci-platform: remove update_device

2012-05-22 Thread Gregs git-bot
commit: 8377c94f627f7943da9a7eefdb21fd2e9e7ec629 From: Hauke Mehrtens ha...@hauke-m.de Date: Fri, 18 May 2012 20:29:56 +0200 Subject: USB: ehci-platform: remove update_device The update_device callback is not needed and the function used here is from the pci ehci driver. Without this patch we get

Patch Upstream: xhci: Reset reserved command ring TRBs on cleanup.

2012-05-22 Thread Gregs git-bot
commit: 33b2831ac870d50cc8e01c317b07fb1e69c13fe1 From: Sarah Sharp sarah.a.sh...@linux.intel.com Date: Tue, 8 May 2012 07:09:26 -0700 Subject: xhci: Reset reserved command ring TRBs on cleanup. When the xHCI driver needs to clean up memory (perhaps due to a failed register restore on resume from

Patch Upstream: USB: fix resource leak in xhci power loss path

2012-05-22 Thread Gregs git-bot
commit: f8a9e72d125f4e00ec529ba67b674321a1f3bf31 From: Oliver Neukum oneu...@suse.de Date: Thu, 10 May 2012 10:19:21 +0200 Subject: USB: fix resource leak in xhci power loss path Some more data structures must be freed and counters reset if an XHCI controller has lost power. The failure to do so

Patch Upstream: xhci: Add new short TX quirk for Fresco Logic host.

2012-05-22 Thread Gregs git-bot
commit: 1530bbc6272d9da1e39ef8e06190d42c13a02733 From: Sarah Sharp sarah.a.sh...@linux.intel.com Date: Tue, 8 May 2012 09:22:49 -0700 Subject: xhci: Add new short TX quirk for Fresco Logic host. Sergio reported that when he recorded audio from a USB headset mic plugged into the USB 3.0 port on

Patch Upstream: workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active

2012-05-22 Thread Gregs git-bot
commit: 544ecf310f0e7f51fa057ac2a295fc1b3b35a9d3 From: Tejun Heo t...@kernel.org Date: Mon, 14 May 2012 15:04:50 -0700 Subject: workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active worker_enter_idle() has WARN_ON_ONCE() which triggers if nr_running isn't zero when

Patch Upstream: USB: EHCI: work around bug in the Philips ISP1562 controller

2012-05-22 Thread Gregs git-bot
commit: 1996e6c572969a8cf6d7fa97eef621219acd94a9 From: Alan Stern st...@rowland.harvard.edu Date: Mon, 14 May 2012 13:48:16 -0400 Subject: USB: EHCI: work around bug in the Philips ISP1562 controller This patch (as1556) works around a bug in the Philips ISP1562 EHCI controller. Although the

Patch Upstream: usbcore: enable USB2 LPM if port suspend fails

2012-05-22 Thread Gregs git-bot
commit: c3e751e4f4754793bb52bd5ae30e9cc027edbb12 From: Andiry Xu andiry...@gmail.com Date: Sat, 5 May 2012 00:50:10 +0800 Subject: usbcore: enable USB2 LPM if port suspend fails USB2 LPM is disabled when device begin to suspend and enabled after device is resumed. That's because USB spec does not

Patch Upstream: tty: Allow uart_register/unregister/register

2012-05-22 Thread Gregs git-bot
commit: 1e66cded334e6cea596c72f6f650eec351b1e959 From: Alan Cox a...@linux.intel.com Date: Mon, 14 May 2012 14:51:22 +0100 Subject: tty: Allow uart_register/unregister/register This is legitimate but because we don't clear the drv-state pointer in the unregister code causes a bogus BUG().

Patch Upstream: tty: Fix LED error return

2012-05-22 Thread Gregs git-bot
commit: 05f843b5d3406c29c8af7d1eb39ea9143b21d6dc From: Alan Cox a...@linux.intel.com Date: Mon, 14 May 2012 14:41:31 +0100 Subject: tty: Fix LED error return 3.4-rc introduced a regression when setting the LEDS. We do the right thing but then return an error code. Resolves-bug:

Patch Upstream: USB: cdc-wdm: remove from device list on disconnect

2012-05-22 Thread Gregs git-bot
commit: 6286d85e8efdb59252d1ceb99a56fa6b0b11526c From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= bj...@mork.no Date: Wed, 9 May 2012 13:53:23 +0200 Subject: USB: cdc-wdm: remove from device list on disconnect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevents

Patch Upstream: persistent_ram: Fix buffer size clamping during writes

2012-05-22 Thread Gregs git-bot
commit: 484dd30e016eb425b0de871357fff2c9bb93be45 From: Anton Vorontsov anton.voront...@linaro.org Date: Fri, 11 May 2012 17:17:17 -0700 Subject: persistent_ram: Fix buffer size clamping during writes This is a longstanding bug, almost unnoticeable when calling persistent_ram_write() for small

Patch Upstream: USB: cdc-wdm: cannot use dev_printk when device is gone

2012-05-22 Thread Gregs git-bot
commit: 6b0b79d38806481c1c8fffa7c5842f3c83679a42 From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= bj...@mork.no Date: Wed, 9 May 2012 13:53:22 +0200 Subject: USB: cdc-wdm: cannot use dev_printk when device is gone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We

Patch Upstream: usb: host: mips: sead3: Fix for big endian.

2012-05-22 Thread Gregs git-bot
commit: fdf6e6390a567963e302a62ef676dd648d11661c From: Steven J. Hill sjh...@mips.com Date: Fri, 11 May 2012 11:40:25 -0500 Subject: usb: host: mips: sead3: Fix for big endian. Fix driver to work properly in big endian mode. Signed-off-by: Steven J. Hill sjh...@mips.com Acked-by: Alan Stern

Patch Upstream: USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial console

2012-05-22 Thread Gregs git-bot
commit: 975dc33b82cb887d75a29b1e3835c8eb063a8e99 From: Darren Hart dvh...@linux.intel.com Date: Fri, 11 May 2012 13:56:57 -0700 Subject: USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial console The Kontron M2M development board, also known as the Fish River Island II, has an

Patch Upstream: HID: logitech: read all 32 bits of report type bitfield

2012-05-22 Thread Gregs git-bot
commit: 44d27f7dfedd9aadc082cda31462f6600f56e4ec From: Jonathan Nieder jrnie...@gmail.com Date: Fri, 11 May 2012 16:17:16 +0200 Subject: HID: logitech: read all 32 bits of report type bitfield On big-endian systems (e.g., Apple PowerBook), trying to use a logitech wireless mouse with the Logitech

Patch Upstream: USB: ohci-at91: add a reset function to fix race condition

2012-05-22 Thread Gregs git-bot
commit: 07e4e556eff4938eb2edf2591de3aa7d7fb82b52 From: Nicolas Ferre nicolas.fe...@atmel.com Date: Wed, 9 May 2012 10:48:54 +0200 Subject: USB: ohci-at91: add a reset function to fix race condition A possible race condition appears because we are not initializing the ohci-regs before calling

Patch Upstream: HID: wiimote: Fix IR data parser

2012-05-22 Thread Gregs git-bot
commit: 74b89e8a3625c17c7452532dfb997ac4f1a38751 From: David Herrmann dh.herrm...@googlemail.com Date: Tue, 8 May 2012 16:52:31 +0200 Subject: HID: wiimote: Fix IR data parser We incorrectly parse incoming IR data. The extra byte contains the upper bits and not the lower bits of the x/y

Patch Upstream: Add missing call to uart_update_timeout()

2012-05-22 Thread Gregs git-bot
commit: 8b979f7c6bf13a57e7b6002f1175312a44773960 From: =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= l...@karo-electronics.de Date: Thu, 3 May 2012 11:37:12 +0200 Subject: Add missing call to uart_update_timeout() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This

Patch Upstream: xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=n

2012-05-22 Thread Gregs git-bot
commit: 51c9e6c7732b67769c0a514d31f505e49fa82dd4 From: Sarah Sharp sarah.a.sh...@linux.intel.com Date: Mon, 16 Apr 2012 10:56:47 -0700 Subject: xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=n If the user chooses to say no to CONFIG_USB_XHCI_HCD on a system with an Intel Panther Point chipset,

Patch Upstream: usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es

2012-05-22 Thread Gregs git-bot
commit: 166cb70e97bd83d7ae9bbec6ae59a178fd9bb823 From: =?UTF-8?q?Steffen=20M=C3=BCller?= steffen.muel...@radio-frei.de Date: Mon, 30 Apr 2012 13:05:34 +0200 Subject: usb: add USB_QUIRK_RESET_RESUME for M-Audio 88es MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8

Patch Upstream: 8250_pci: fix pch uart matching

2012-05-22 Thread Gregs git-bot
commit: aaa10eb1d0034eccc096f583fe308f0921617598 From: Arnaud Patard apat...@hupstream.com Date: Wed, 25 Apr 2012 12:17:24 +0200 Subject: 8250_pci: fix pch uart matching The rules used to make 8250_pci ignore the PCH uarts are lacking pci subids entries, preventing it to match and thus is

Patch Upstream: USB: cdc-wdm: fix memory leak

2012-05-22 Thread Gregs git-bot
commit: 2f338c8a1904e2e7aa5a8bd12fb0cf2422d17da4 From: Oliver Neukum oli...@neukum.org Date: Fri, 27 Apr 2012 14:36:37 +0200 Subject: USB: cdc-wdm: fix memory leak cleanup() is not called if the last close() comes after disconnect(). That leads to a memory leak. Rectified by checking for an

Patch Upstream: USB: cdc-wdm: sanitize error returns

2012-05-22 Thread Gregs git-bot
commit: 24a85bae5da2b43fed423859c09c5a81ab359473 From: Oliver Neukum oli...@neukum.org Date: Fri, 27 Apr 2012 14:23:54 +0200 Subject: USB: cdc-wdm: sanitize error returns wdm_flush() returns unsanitized USB error codes. They must be cleaned up to before being anded to user space Signed-off-by:

Patch Upstream: drivers/staging/comedi/comedi_fops.c: add missing vfree

2012-05-22 Thread Gregs git-bot
commit: abae41e6438b798e046d721b6ccdd55b4a398170 From: Julia Lawall julia.law...@lip6.fr Date: Sun, 22 Apr 2012 13:37:09 +0200 Subject: drivers/staging/comedi/comedi_fops.c: add missing vfree aux_free is freed on all other exits from the function. By removing the return, we can benefit from the

Patch Upstream: docs: update HOWTO for 2.6.x - 3.x versioning

2012-05-22 Thread Gregs git-bot
commit: 591bfc6bf9e5e25e464fd4c87d64afd5135667c4 From: Kees Cook keesc...@chromium.org Date: Wed, 18 Apr 2012 23:16:45 -0700 Subject: docs: update HOWTO for 2.6.x - 3.x versioning The HOWTO document needed updating for the new kernel versioning. The git URI for -next was updated as well.

Patch Upstream: driver core: check start node in klist_iter_init_node

2012-05-22 Thread Gregs git-bot
commit: a15d49fd3094cff90e5410ca454a870e0a722fe1 From: Hannes Reinecke h...@suse.de Date: Mon, 16 Apr 2012 15:06:25 +0200 Subject: driver core: check start node in klist_iter_init_node klist_iter_init_node() takes a node as a start argument. However, this node might not be valid anymore. This