[PATCH 2/4] net: ethernet: davinci_cpdma: fix descriptor handling

2013-01-18 Thread Sebastian Andrzej Siewior
From: Thomas Gleixner t...@linutronix.de According to the datasheet there is a miss-queued buffer condition handling required in the processing. This is implemented correctly when descriptors are queued for TX, but during TX cleanup of already transmitted descriptors the condition is not handled

[PATCH 4/4] net: ethernet: ti cpsw: separate interrupt handler for TX, RX, and MISC

2013-01-18 Thread Sebastian Andrzej Siewior
From: Thomas Gleixner t...@linutronix.de The interrupt handling of the device is using the same interrupt handler function for all possible device interrupts. If an host error interrupt is raised (misc), then it merily switches the device driver into NAPI scheduling mode which is completely

Re: [PATCH] ALSA: usb - fix race in creation of M-Audio Fast track pro driver

2013-01-18 Thread David Henningsson
On 01/17/2013 07:30 AM, CAI Qian wrote: Hello Takashi and David, b98ae2729dea161edc96c9d177459b6c28bcbba5 Looks applicable for the stable = 3.2 kernels. What do you think? It is applied and built cleanly as it-is for both 3.4.x and 3.7.x. Regards, CAI Qian The patch was in fact tested on

[PATCH] ALSA: hda - Fix mute led for another HP machine

2013-01-18 Thread David Henningsson
This machine also has the HP_Mute_LED_0_A string in DMI information. Cc: stable@vger.kernel.org BugLink: https://bugs.launchpad.net/bugs/1096789 Tested-by: Tammy Yang tammy.y...@canonical.com Signed-off-by: David Henningsson david.hennings...@canonical.com --- sound/pci/hda/patch_realtek.c |

[PATCH v8 01/22] USB: ehci-omap: Don't free gpios that we didn't request

2013-01-18 Thread Roger Quadros
This driver does not request any gpios so don't free them. Fixes L3 bus error on multiple modprobe/rmmod of ehci_hcd with ehci-omap in use. Without this patch, EHCI will break on repeated insmod/rmmod of ehci_hcd for all OMAP2+ platforms that use EHCI and set 'phy_reset = true' in

[PATCH 3.7.y] igb: release already assigned MSI-X interrupts if setup fails

2013-01-18 Thread Abdallah Chatila
Patch for 3.7 stable tree. commit 52285b762b3681669215bf1d17ca6143448ab7d3 upstream. From: Stefan Assmann sassm...@kpanic.de Date: Tue, 4 Dec 2012 06:00:17 + Subject: [PATCH] igb: release already assigned MSI-X interrupts if setup fails During MSI-X setup the system might run out of

[PATCH 3.4.y] igb: release already assigned MSI-X interrupts if setup fails

2013-01-18 Thread Abdallah Chatila
Patch for 3.4 stable tree. Same as the 3.7.y patch but with hunk's offsets changes to apply cleanly. commit 52285b762b3681669215bf1d17ca6143448ab7d3 upstream. From: Stefan Assmann sassm...@kpanic.de Date: Tue, 4 Dec 2012 06:00:17 + Subject: [PATCH] igb: release already assigned MSI-X

Re: [PATCH] ALSA: hda - Fix mute led for another HP machine

2013-01-18 Thread Takashi Iwai
At Fri, 18 Jan 2013 12:00:47 +0100, David Henningsson wrote: This machine also has the HP_Mute_LED_0_A string in DMI information. Cc: stable@vger.kernel.org BugLink: https://bugs.launchpad.net/bugs/1096789 Tested-by: Tammy Yang tammy.y...@canonical.com Signed-off-by: David Henningsson

Re: [PATCH 3.0.x] USB: fix endpoint-disabling for failed config changes

2013-01-18 Thread Greg Kroah-Hartman
On Thu, Jan 10, 2013 at 10:25:07PM -0500, CAI Qian wrote: - Original Message - From: CAI Qian caiq...@redhat.com To: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: stable@vger.kernel.org, Alan Stern st...@rowland.harvard.edu, Matthias Schniedermeyer m...@citd.de, Sarah

Re: [PATCH] drm/radeon: fix NULL pointer dereference in UMS mode

2013-01-18 Thread Greg KH
On Thu, Jan 17, 2013 at 02:09:59PM +, Deucher, Alexander wrote: -Original Message- From: CAI Qian [mailto:caiq...@redhat.com] Sent: Thursday, January 17, 2013 2:46 AM To: Ilija Hadzic; Deucher, Alexander Cc: stable@vger.kernel.org Subject: [PATCH] drm/radeon: fix NULL

Re: [ 36/71] ext4: lock i_mutex when truncating orphan inodes

2013-01-18 Thread Greg Kroah-Hartman
On Thu, Jan 17, 2013 at 10:56:50PM -0500, Theodore Ts'o wrote: On Fri, Jan 18, 2013 at 01:47:48AM -0200, Herton Ronaldo Krzesinski wrote: By the description and looking at commit c278531d39, this change isn't needed for 3.0 or 3.4 kernels (anything = 3.6), they don't contain commit

Re: [PATCH 3.0.y 3.2.y 3.4.y 1/1] printk: fix buffer overflow when calling log_prefix function from call_console_drivers

2013-01-18 Thread Greg Kroah-Hartman
On Fri, Jan 18, 2013 at 09:12:36PM +0100, Alexandre SIMON wrote: Dear Ben and Greg, [adding stable@vger.kernel.org back, as this shouldn't be a private conversation] after re-reading myself and some of the rules of how to submit patch to the -stable tree, I think I'm not totally right on

Re: [PATCH 3.2.y] drbd: add missing part_round_stats to _drbd_start_io_acct

2013-01-18 Thread Greg KH
On Fri, Jan 18, 2013 at 08:12:43PM +0100, Raoul Bhatia wrote: commit 72585d2428fa3a0daab02ebad1f41e5ef517dbaa upstream Please include upstream patch 72585d2428fa3a0daab02ebad1f41e5ef517dbaa into 3.2.y. Patch from git below. What about 3.4 and 3.7-stable kernels? thanks, greg k-h -- To

[PATCH 1/1] evm: checking if removexattr is not a NULL

2013-01-18 Thread Dmitry Kasatkin
The following lines of code produce a kernel oops. fd = socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); fchmod(fd, 0666); [ 139.922364] BUG: unable to handle kernel NULL pointer dereference at (null) [ 139.924982] IP: [ (null)] (null) [ 139.924982] *pde = [

Re: FAILED: patch [PATCH] xhci: fix null-pointer dereference when destroying half-built failed to apply to 3.0-stable tree

2013-01-18 Thread Greg KH
On Thu, Jan 10, 2013 at 06:20:27PM -0800, Julius Werner wrote: Ben Hutchings has backported this patch to pre-3.4 kernels here: https://lkml.org/lkml/2012/12/28/126 Thanks, I've taken that version. greg k-h -- To unsubscribe from this list: send the line unsubscribe stable in the body of a

Patch ALSA: usb - fix race in creation of M-Audio Fast track pro driver has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: usb - fix race in creation of M-Audio Fast track pro driver to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch drm/radeon: fix NULL pointer dereference in UMS mode has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon: fix NULL pointer dereference in UMS mode to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch drm/radeon: fix a bogus kfree has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon: fix a bogus kfree to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch igb: release already assigned MSI-X interrupts if setup fails has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled igb: release already assigned MSI-X interrupts if setup fails to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch ext4: init pagevec in ext4_da_block_invalidatepages has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: init pagevec in ext4_da_block_invalidatepages to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch s390/time: fix sched_clock() overflow has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled s390/time: fix sched_clock() overflow to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch intel-iommu: Prevent devices with RMRRs from being placed has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled intel-iommu: Prevent devices with RMRRs from being placed to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch target: Add link_magic for fabric allow_link destination has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled target: Add link_magic for fabric allow_link destination to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch x86/Sandy Bridge: reserve pages when integrated graphics is present has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled x86/Sandy Bridge: reserve pages when integrated graphics is present to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch usb: chipidea: Allow disabling streaming not only in udc mode has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: chipidea: Allow disabling streaming not only in udc mode to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch ALSA: usb - fix race in creation of M-Audio Fast track pro driver has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: usb - fix race in creation of M-Audio Fast track pro driver to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch ext4: init pagevec in ext4_da_block_invalidatepages has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: init pagevec in ext4_da_block_invalidatepages to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch drbd: add missing part_round_stats to _drbd_start_io_acct has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled drbd: add missing part_round_stats to _drbd_start_io_acct to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch intel-iommu: Prevent devices with RMRRs from being placed has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled intel-iommu: Prevent devices with RMRRs from being placed to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch igb: release already assigned MSI-X interrupts if setup fails has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled igb: release already assigned MSI-X interrupts if setup fails to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch s390/time: fix sched_clock() overflow has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled s390/time: fix sched_clock() overflow to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch x86/Sandy Bridge: reserve pages when integrated graphics is present has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled x86/Sandy Bridge: reserve pages when integrated graphics is present to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch ext4: init pagevec in ext4_da_block_invalidatepages has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: init pagevec in ext4_da_block_invalidatepages to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch intel-iommu: Prevent devices with RMRRs from being placed has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled intel-iommu: Prevent devices with RMRRs from being placed to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch powerpc: fix wii_memory_fixups() compile error on 3.0.y tree has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc: fix wii_memory_fixups() compile error on 3.0.y tree to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch drbd: add missing part_round_stats to _drbd_start_io_acct has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled drbd: add missing part_round_stats to _drbd_start_io_acct to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch x86/Sandy Bridge: reserve pages when integrated graphics is present has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled x86/Sandy Bridge: reserve pages when integrated graphics is present to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch xhci: fix null-pointer dereference when destroying half-built has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: fix null-pointer dereference when destroying half-built to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch s390/time: fix sched_clock() overflow has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled s390/time: fix sched_clock() overflow to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch Upstream: xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.

2013-01-18 Thread Gregs git-bot
commit: 9174adbee4a9a49d0139f5d71969852b36720809 From: Andrew Cooper andrew.coop...@citrix.com Date: Wed, 16 Jan 2013 12:00:55 + Subject: xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. This fixes CVE-2013-0190 / XSA-40 There has been an error on the

Patch Upstream: xen/grant-table: correctly initialize grant table version 1

2013-01-18 Thread Gregs git-bot
commit: d0b4d64aadb9f4a90669848de9ef3819050a98cd From: Matt Wilson m...@amazon.com Date: Tue, 15 Jan 2013 13:21:27 + Subject: xen/grant-table: correctly initialize grant table version 1 Commit 85ff6acb075a484780b3d763fdf41596d8fc0970 (xen/granttable: Grant tables V2 implementation) changed

Patch xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of

Patch xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of

Patch xen/grant-table: correctly initialize grant table version 1 has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/grant-table: correctly initialize grant table version 1 to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests. to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of

Patch Upstream: USB: io_ti: Fix NULL dereference in chase_port()

2013-01-18 Thread Gregs git-bot
commit: 1ee0a224bc9aad1de496c795f96bc6ba2c394811 From: Wolfgang Frisch wf...@roembden.net Date: Thu, 17 Jan 2013 01:07:02 +0100 Subject: USB: io_ti: Fix NULL dereference in chase_port() The tty is NULL when the port is hanging up. chase_port() needs to check for this. This patch is intended for

Patch Upstream: USB: option: add TP-LINK HSUPA Modem MA180

2013-01-18 Thread Gregs git-bot
commit: 99beb2e9687ffd61c92a9875141eabe6f57a71b9 From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= bj...@mork.no Date: Tue, 15 Jan 2013 10:29:49 +0100 Subject: USB: option: add TP-LINK HSUPA Modem MA180 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The driver

Patch Upstream: USB: option: blacklist network interface on ONDA MT8205 4G LTE

2013-01-18 Thread Gregs git-bot
commit: 2291dff02e5f8c708a46a7c4c888f2c467e26642 From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= bj...@mork.no Date: Thu, 17 Jan 2013 15:14:22 +0100 Subject: USB: option: blacklist network interface on ONDA MT8205 4G LTE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

Patch Upstream: staging: wlan-ng: Fix clamping of returned SSID length

2013-01-18 Thread Gregs git-bot
commit: 811a37effdb11e54e1ff1ddaa944286c88f58487 From: Tormod Volden debian.tor...@gmail.com Date: Wed, 9 Jan 2013 22:23:32 +0100 Subject: staging: wlan-ng: Fix clamping of returned SSID length Commit 2e254212 broke listing of available network names, since it clamped the length of the returned

Patch Upstream: 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-18 Thread Gregs git-bot
commit: ebebd49a8eab5e9aa1b1f8f1614ccc3c2120f886 From: Stephen Hurd sh...@broadcom.com Date: Thu, 17 Jan 2013 14:14:53 -0800 Subject: 8250/16?50: Add support for Broadcom TruManage redirected serial port Add support for the UART device present in Broadcom TruManage capable NetXtreme chips (ie:

Patch Upstream: staging: vt6656: Fix inconsistent structure packing

2013-01-18 Thread Gregs git-bot
commit: 1ee4c55fc9620451b2a825d793042a7e0775391b From: Ben Hutchings b...@decadent.org.uk Date: Mon, 14 Jan 2013 01:29:17 + Subject: staging: vt6656: Fix inconsistent structure packing vt6656 has several headers that use the #pragma pack(1) directive to enable structure packing, but never

Patch Upstream: pty: return EINVAL for TIOCGPTN for BSD ptys

2013-01-18 Thread Gregs git-bot
commit: ded2f295a36d17838fe97e80d7b6ea83381474f8 From: Jiri Slaby jsl...@suse.cz Date: Fri, 11 Jan 2013 12:06:27 +0100 Subject: pty: return EINVAL for TIOCGPTN for BSD ptys Commit bbb63c514a3464342967237a51a21ea8f61ab951 (drivers:tty:fix up ENOIOCTLCMD error handling) changed the default return

Patch Upstream: tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler

2013-01-18 Thread Gregs git-bot
commit: 68e56cb3a068f9c30971c6117fbbd1e32918e49e From: Maxime Ripard maxime.rip...@free-electrons.com Date: Mon, 14 Jan 2013 20:09:26 +0100 Subject: tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Cc: stable

Patch Upstream: tty: serial: vt8500: fix return value check in vt8500_serial_probe()

2013-01-18 Thread Gregs git-bot
commit: a6dd114e16cbc4410049a90a8a67b967333d108d From: Wei Yongjun yongjun_...@trendmicro.com.cn Date: Sun, 2 Dec 2012 05:10:44 -0500 Subject: tty: serial: vt8500: fix return value check in vt8500_serial_probe() In case of error, function of_clk_get() returns ERR_PTR() and never returns NULL. The

Patch Upstream: tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition

2013-01-18 Thread Gregs git-bot
commit: 4f7d67d0de0f0728ed258426a62ab555191cdfc8 From: Matt Schulte ma...@commtech-fastcom.com Date: Thu, 6 Dec 2012 22:19:58 -0600 Subject: tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definition Signed-off-by:

Patch Upstream: tty/8250: The correct device id for this card is 0x0022

2013-01-18 Thread Gregs git-bot
commit: b7b9041b208d09c114d9d30ff1b7f860b7765f45 From: Matt Schulte ma...@commtech-fastcom.com Date: Thu, 6 Dec 2012 22:19:59 -0600 Subject: tty/8250: The correct device id for this card is 0x0022 The correct device id for this card is 0x0022 Signed-off-by: Matt Schulte

Patch Upstream: mxs: uart: fix setting RTS from software

2013-01-18 Thread Gregs git-bot
commit: a6833214cfc6fa8a7c59426af77794cc190c6cfc From: Steffen Trumtrar s.trumt...@pengutronix.de Date: Thu, 13 Dec 2012 14:27:43 +0100 Subject: mxs: uart: fix setting RTS from software With the patch serial: mxs-auart: fix the wrong RTS hardware flow control the mainline mxs-uart driver now sets

Patch Upstream: serial:ifx6x60:Delete SPI timer when shut down port

2013-01-18 Thread Gregs git-bot
commit: 014b9b4ce84281ccb3d723c792bed19815f3571a From: chao bi chao...@intel.com Date: Wed, 12 Dec 2012 11:40:56 +0800 Subject: serial:ifx6x60:Delete SPI timer when shut down port When shut down SPI port, it's possible that MRDY has been asserted and a SPI timer was activated waiting for SRDY

Patch serial:ifx6x60:Delete SPI timer when shut down port has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled serial:ifx6x60:Delete SPI timer when shut down port to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch staging: vt6656: Fix inconsistent structure packing has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: vt6656: Fix inconsistent structure packing to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch USB: option: add TP-LINK HSUPA Modem MA180 has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add TP-LINK HSUPA Modem MA180 to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch USB: option: blacklist network interface on ONDA MT8205 4G LTE has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: blacklist network interface on ONDA MT8205 4G LTE to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch xen/grant-table: correctly initialize grant table version 1 has been added to the 3.0-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/grant-table: correctly initialize grant table version 1 to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch staging: wlan-ng: Fix clamping of returned SSID length has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: wlan-ng: Fix clamping of returned SSID length to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch staging: vt6656: Fix inconsistent structure packing has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: vt6656: Fix inconsistent structure packing to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch USB: option: blacklist network interface on ONDA MT8205 4G LTE has been added to the 3.4-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: blacklist network interface on ONDA MT8205 4G LTE to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch pty: return EINVAL for TIOCGPTN for BSD ptys has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled pty: return EINVAL for TIOCGPTN for BSD ptys to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch staging: vt6656: Fix inconsistent structure packing has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: vt6656: Fix inconsistent structure packing to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch staging: wlan-ng: Fix clamping of returned SSID length has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: wlan-ng: Fix clamping of returned SSID length to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch tty: serial: vt8500: fix return value check in vt8500_serial_probe() has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: serial: vt8500: fix return value check in vt8500_serial_probe() to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch USB: option: add TP-LINK HSUPA Modem MA180 has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add TP-LINK HSUPA Modem MA180 to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch USB: io_ti: Fix NULL dereference in chase_port() has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: io_ti: Fix NULL dereference in chase_port() to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch USB: option: blacklist network interface on ONDA MT8205 4G LTE has been added to the 3.7-stable tree

2013-01-18 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: blacklist network interface on ONDA MT8205 4G LTE to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

[stable] staging: usbip: changed function return type to void

2013-01-18 Thread Ben Hutchings
I think this is suitable for inclusion in stable updates: commit ac2b41acfa3efe4650102067a99251587a806d70 Author: Bart Westgeest b...@elbrys.com Date: Mon Jan 23 10:55:46 2012 -0500 staging: usbip: changed function return type to void The function usbip_pad_iso never returns

[ 00/33] 3.7.4-stable review

2013-01-18 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.7.4 release. There are 33 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Mon Jan 21 01:01:55 UTC 2013. Anything

[ 11/33] s390/time: fix sched_clock() overflow

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens heiko.carst...@de.ibm.com commit ed4f20943cd4c7b55105c04daedf8d63ab6d499c upstream. Converting a 64 Bit TOD format value to nanoseconds means that the value must be divided by

[ 05/33] target: use correct sense code for LUN communication failure

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke h...@suse.de commit 18a9df42d53fabfa43b78be1104838cc8b9762e1 upstream. The ASC/ASCQ code for 'Logical Unit Communication failure' is 0x08/0x00; 0x80/0x00 is vendor specific.

[ 33/33] pty: return EINVAL for TIOCGPTN for BSD ptys

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Slaby jsl...@suse.cz commit ded2f295a36d17838fe97e80d7b6ea83381474f8 upstream. Commit bbb63c514a3464342967237a51a21ea8f61ab951 (drivers:tty:fix up ENOIOCTLCMD error handling) changed the

[ 29/33] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-18 Thread Greg Kroah-Hartman
3.7-stable review patch. If anyone has any objections, please let me know. -- From: Stephen Hurd sh...@broadcom.com commit ebebd49a8eab5e9aa1b1f8f1614ccc3c2120f886 upstream. Add support for the UART device present in Broadcom TruManage capable NetXtreme chips (ie: 5761m 5762,

[ 08/21] ext4: init pagevec in ext4_da_block_invalidatepages

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Eric Sandeen sand...@redhat.com commit 66bea92c69477a75a5d37b9bfed5773c92a3c4b4 upstream. ext4_da_block_invalidatepages is missing a pagevec_init(), which means that pvec-cold contains random

[ 17/21] USB: option: blacklist network interface on ONDA MT8205 4G LTE

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- Signed-off-by: Bjørn Mork bj...@mork.no commit 2291dff02e5f8c708a46a7c4c888f2c467e26642 upstream. The driver description files gives these names to the vendor specific functions on this modem: Diag

[ 16/21] USB: option: add TP-LINK HSUPA Modem MA180

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork bj...@mork.no commit 99beb2e9687ffd61c92a9875141eabe6f57a71b9 upstream. The driver description files gives these names to the vendor specific functions on this modem: Diagnostics

[ 14/21] xen/grant-table: correctly initialize grant table version 1

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Matt Wilson m...@amazon.com commit d0b4d64aadb9f4a90669848de9ef3819050a98cd upstream. Commit 85ff6acb075a484780b3d763fdf41596d8fc0970 (xen/granttable: Grant tables V2 implementation) changed

[ 12/21] igb: release already assigned MSI-X interrupts if setup fails

2013-01-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Assmann sassm...@kpanic.de commit 52285b762b3681669215bf1d17ca6143448ab7d3 upstream. During MSI-X setup the system might run out of vectors. If this happens the already assigned vectors

[ 05/16] x86/Sandy Bridge: reserve pages when integrated graphics is present

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jesse Barnes jbar...@virtuousgeek.org commit a9acc5365dbda29f7be2884efb63771dc24bd815 upstream. SNB graphics devices have a bug that prevent them from accessing certain memory ranges, namely

[ 15/16] serial:ifx6x60:Delete SPI timer when shut down port

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: chao bi chao...@intel.com commit 014b9b4ce84281ccb3d723c792bed19815f3571a upstream. When shut down SPI port, it's possible that MRDY has been asserted and a SPI timer was activated waiting for

[ 12/16] xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Andrew Cooper andrew.coop...@citrix.com commit 9174adbee4a9a49d0139f5d71969852b36720809 upstream. This fixes CVE-2013-0190 / XSA-40 There has been an error on the xen_failsafe_callback path

[ 16/16] staging: vt6656: Fix inconsistent structure packing

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk commit 1ee4c55fc9620451b2a825d793042a7e0775391b upstream. vt6656 has several headers that use the #pragma pack(1) directive to enable structure packing, but

[ 14/16] USB: option: blacklist network interface on ONDA MT8205 4G LTE

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- Signed-off-by: Bjørn Mork bj...@mork.no commit 2291dff02e5f8c708a46a7c4c888f2c467e26642 upstream. The driver description files gives these names to the vendor specific functions on this modem: Diag

[ 13/16] USB: option: add TP-LINK HSUPA Modem MA180

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Bjørn Mork bj...@mork.no commit 99beb2e9687ffd61c92a9875141eabe6f57a71b9 upstream. The driver description files gives these names to the vendor specific functions on this modem: Diagnostics

[ 11/16] xhci: fix null-pointer dereference when destroying half-built segment rings

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Julius Werner jwer...@chromium.org commit 68e5254adb88bede68285f11fb442a4d34fb550c upstream. xhci_alloc_segments_for_ring() builds a list of xhci_segments and links the tail to head at the end

[ 04/16] s390/time: fix sched_clock() overflow

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Heiko Carstens heiko.carst...@de.ibm.com commit ed4f20943cd4c7b55105c04daedf8d63ab6d499c upstream. Converting a 64 Bit TOD format value to nanoseconds means that the value must be divided by

[ 10/16] drbd: add missing part_round_stats to _drbd_start_io_acct

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Philipp Reisner philipp.reis...@linbit.com commit 72585d2428fa3a0daab02ebad1f41e5ef517dbaa upstream. Without this, iostat frequently sees bogus svctime and = 100% utilization. Signed-off-by:

[ 09/16] intel-iommu: Prevent devices with RMRRs from being placed into SI Domain

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Tom Mingarelli thomas.mingare...@hp.com commit ea2447f700cab264019b52e2b417d689e052dcfd upstream. This patch is to prevent non-USB devices that have RMRRs associated with them from being

[ 08/16] USB: fix endpoint-disabling for failed config changes

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern st...@rowland.harvard.edu commit 36caff5d795429c572443894e8789c2150dd796b upstream. This patch (as1631) fixes a bug that shows up when a config change fails for a device under an

[ 06/16] ext4: init pagevec in ext4_da_block_invalidatepages

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Eric Sandeen sand...@redhat.com commit 66bea92c69477a75a5d37b9bfed5773c92a3c4b4 upstream. ext4_da_block_invalidatepages is missing a pagevec_init(), which means that pvec-cold contains random

[ 07/16] powerpc: fix wii_memory_fixups() compile error on 3.0.y tree

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Shuah Khan shuah.k...@hp.com [not upstream as the code involved was removed in the 3.3.0 release] Fix wii_memory_fixups() the following compile error on 3.0.y tree with wii_defconfig on 3.0.y

[ 03/16] tcm_fc: Do not report target role when target is not defined

2013-01-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rustad mark.d.rus...@intel.com commit edec8dfefa1f372b2dd8197da555352e76a10c03 upstream. Clear the target role when no target is provided for the node performing a PRLI. Signed-off-by:

  1   2   >