[PATCH] drm/i915: correctly order the ring init sequence

2012-08-07 Thread Daniel Vetter
We may only start to set up the new register values after having confirmed that the ring is truely off. Otherwise the hw might lose the newly written register values. This is caught later on in the init sequence, when we check whether the register writes have stuck. Cc: stable@vger.kernel.org

[net 1/3] e1000e: NIC goes up and immediately goes down

2012-08-07 Thread Peter P Waskiewicz Jr
From: Tushar Dave tushar.n.d...@intel.com Found that commit d478eb44 was a bad commit. If the link partner is transmitting codeword (even if NULL codeword), then the RXCW.C bit will be set so check for RXCW.CW is unnecessary. Ref: RH BZ 840642 Reported-by: Fabio Futigami ffuti...@redhat.com

Re: [3.0.y+] [media] Avoid sysfs oops when an rc_dev's raw device is absent

2012-08-07 Thread Douglas Bagnall
Ben Hutchings wrote: This returns without unlocking dev-lock, which isn't much of an improvement. Please get that fixed in mainline, and then I can apply both of the changes to 3.2.y at once. Oh dear. Quite right. Sorry. Thanks. Douglas From c1d4df58efb2d13551586d177bcbb4e9af588618 Mon Sep

Re: [Intel-gfx] [PATCH] drm/i915: correctly order the ring init sequence

2012-08-07 Thread Jani Nikula
On Tue, 07 Aug 2012, Daniel Vetter daniel.vet...@ffwll.ch wrote: We may only start to set up the new register values after having confirmed that the ring is truely off. Otherwise the hw might lose the newly written register values. This is caught later on in the init sequence, when we check

Re: [Intel-gfx] [PATCH] drm/i915: correctly order the ring init sequence

2012-08-07 Thread Daniel Vetter
On Tue, Aug 07, 2012 at 03:32:42PM +0300, Jani Nikula wrote: On Tue, 07 Aug 2012, Daniel Vetter daniel.vet...@ffwll.ch wrote: We may only start to set up the new register values after having confirmed that the ring is truely off. Otherwise the hw might lose the newly written register

Re: [Intel-gfx] [PATCH] drm/i915: correctly order the ring init sequence

2012-08-07 Thread Jani Nikula
On Tue, 07 Aug 2012, Jani Nikula jani.nik...@linux.intel.com wrote: On Tue, 07 Aug 2012, Daniel Vetter daniel.vet...@ffwll.ch wrote: We may only start to set up the new register values after having confirmed that the ring is truely off. Otherwise the hw might lose the newly written register

[PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-07 Thread Peter Ujfalusi
The check for the mux_signal callback was wrong which prevents us to configure the 6pin port's FSR/CLKR signal mux. Reported-by: CF Adad cfa...@rocketmail.com Cc: stable@vger.kernel.org (3.4+) Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Acked-by: Jarkko Nikula jarkko.nik...@bitmer.com

Re: [PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-07 Thread Mark Brown
On Tue, Aug 07, 2012 at 05:24:58PM +0300, Peter Ujfalusi wrote: The check for the mux_signal callback was wrong which prevents us to configure the 6pin port's FSR/CLKR signal mux. Is this different to the patch I already applied? -- To unsubscribe from this list: send the line unsubscribe

Re: [3.0.y+] [media] Avoid sysfs oops when an rc_dev's raw device is absent

2012-08-07 Thread Herton Ronaldo Krzesinski
On Tue, Aug 07, 2012 at 07:58:44PM +1200, Douglas Bagnall wrote: Ben Hutchings wrote: This returns without unlocking dev-lock, which isn't much of an improvement. Please get that fixed in mainline, and then I can apply both of the changes to 3.2.y at once. Thanks for reviewing it Ben.

[PATCH 1/7] mfd: max8925: Move _IO resources out of ioport_ioresource

2012-08-07 Thread Mark Brown
The removal of mach/io.h from most ARM platforms also set the range of valid IO ports to be empty for most platforms when previously any 32 bit integer had been valid. This makes it impossible to add IO resources as the added range is smaller than that of the root resource for IO ports. Since

[PATCH 2/7] mfd: 88pm860x: Move _IO resources out of ioport_ioresource

2012-08-07 Thread Mark Brown
The removal of mach/io.h from most ARM platforms also set the range of valid IO ports to be empty for most platforms when previously any 32 bit integer had been valid. This makes it impossible to add IO resources as the added range is smaller than that of the root resource for IO ports. Since

Re: [PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-07 Thread Ujfalusi, Peter
On Tue, Aug 7, 2012 at 5:57 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, Aug 07, 2012 at 05:24:58PM +0300, Peter Ujfalusi wrote: The check for the mux_signal callback was wrong which prevents us to configure the 6pin port's FSR/CLKR signal mux. Is this different to the

Re: [PATCH] ASoC: omap-mcbsp: Fix 6pin mux configuration

2012-08-07 Thread Mark Brown
On Tue, Aug 07, 2012 at 09:23:07PM +0200, Ujfalusi, Peter wrote: On Tue, Aug 7, 2012 at 5:57 PM, Mark Brown Is this different to the patch I already applied? It is exactly the same patch. I'd like 3.4 and 3.5 kernels to have this fix as well. I already applied it and obviously fixed up the

Re: [PATCH 1/7] mfd: max8925: Move _IO resources out of ioport_ioresource

2012-08-07 Thread Arnd Bergmann
On Tuesday 07 August 2012, Mark Brown wrote: The removal of mach/io.h from most ARM platforms also set the range of valid IO ports to be empty for most platforms when previously any 32 bit integer had been valid. This makes it impossible to add IO resources as the added range is smaller than

[PATCH 14/41] TTY: ttyprintk, don't touch behind tty-write_buf

2012-08-07 Thread Jiri Slaby
If a user provides a buffer larger than a tty-write_buf chunk and passes '\r' at the end of the buffer, we touch an out-of-bound memory. Add a check there to prevent this. Signed-off-by: Jiri Slaby jsl...@suse.cz Cc: stable@vger.kernel.org (everything maintained past v2.6.37) Cc: Samo Pogacnik

FAILED: patch [PATCH] ext4: use proper csum calculation in ext4_rename failed to apply to 3.4-stable tree

2012-08-07 Thread gregkh
The patch below does not apply to the 3.4-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's tree

Re: [PATCH 2/2] ext4: use s_csum_seed instead of i_csum_seed for xattr block

2012-08-07 Thread Greg KH
On Mon, Aug 06, 2012 at 06:15:12PM -0400, Theodore Ts'o wrote: Hi Greg, I noticed that you're starting to process patches for the 3.5 stable release. This is just a quick ping-on-gram to remind you that I'd really appreciate it if you please cherry pick these two commit id's:

Patch ext4: use proper csum calculation in ext4_rename has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: use proper csum calculation in ext4_rename to the 3.5-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 ext4: use s_csum_seed instead of i_csum_seed for xattr block has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ext4: use s_csum_seed instead of i_csum_seed for xattr block to the 3.5-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 caif: fix NULL pointer check has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled caif: fix NULL pointer check to the 3.5-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 net: Fix references to out-of-scope variables in put_cmsg_compat() has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: Fix references to out-of-scope variables in put_cmsg_compat() to the 3.5-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 net/tun: fix ioctl() based info leaks has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net/tun: fix ioctl() based info leaks to the 3.5-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 net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling to the 3.5-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 tcp: Add TCP_USER_TIMEOUT negative value check has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: Add TCP_USER_TIMEOUT negative value check to the 3.5-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 r8169: revert add byte queue limit support. has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled r8169: revert add byte queue limit support. to the 3.5-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: kaweth.c: use GFP_ATOMIC under spin_lock has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: kaweth.c: use GFP_ATOMIC under spin_lock to the 3.5-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 wanmain: comparing array with NULL has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled wanmain: comparing array with NULL to the 3.5-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 tcp: perform DMA to userspace only if there is a task waiting for it has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: perform DMA to userspace only if there is a task waiting for it to the 3.5-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 atl1c: fix issue of transmit queue 0 timed out has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled atl1c: fix issue of transmit queue 0 timed out 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 bnx2: Fix bug in bnx2_free_tx_skbs(). has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled bnx2: Fix bug in bnx2_free_tx_skbs(). 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 caif: Fix access to freed pernet memory has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled caif: Fix access to freed pernet memory 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 gianfar: fix potential sk_wmem_alloc imbalance has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled gianfar: fix potential sk_wmem_alloc imbalance 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 cipso: don't follow a NULL pointer when setsockopt() is called has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled cipso: don't follow a NULL pointer when setsockopt() is called 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 net: Fix memory leak - vlan_info struct has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: Fix memory leak - vlan_info struct 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 netem: add limitation to reordered packets has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled netem: add limitation to reordered packets 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 net: Fix references to out-of-scope variables in put_cmsg_compat() has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: Fix references to out-of-scope variables in put_cmsg_compat() 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 net/tun: fix ioctl() based info leaks has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net/tun: fix ioctl() based info leaks 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 net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling 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 sch_sfb: Fix missing NULL check has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sch_sfb: Fix missing NULL check 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 sctp: Fix list corruption resulting from freeing an association on a list has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sctp: Fix list corruption resulting from freeing an association on a list 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 r8169: revert add byte queue limit support. has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled r8169: revert add byte queue limit support. 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 tcp: perform DMA to userspace only if there is a task waiting for it has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: perform DMA to userspace only if there is a task waiting for it 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 tcp: Add TCP_USER_TIMEOUT negative value check has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: Add TCP_USER_TIMEOUT negative value check 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 wanmain: comparing array with NULL has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled wanmain: comparing array with NULL 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: kaweth.c: use GFP_ATOMIC under spin_lock has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: kaweth.c: use GFP_ATOMIC under spin_lock 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 caif: Fix access to freed pernet memory has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled caif: Fix access to freed pernet memory 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 caif: fix NULL pointer check has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled caif: fix NULL pointer check 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 bnx2: Fix bug in bnx2_free_tx_skbs(). has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled bnx2: Fix bug in bnx2_free_tx_skbs(). 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 cipso: don't follow a NULL pointer when setsockopt() is called has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled cipso: don't follow a NULL pointer when setsockopt() is called 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 net/tun: fix ioctl() based info leaks has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net/tun: fix ioctl() based info leaks 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 sch_sfb: Fix missing NULL check has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sch_sfb: Fix missing NULL check 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 net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling 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 sctp: Fix list corruption resulting from freeing an association on a list has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled sctp: Fix list corruption resulting from freeing an association on a list 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 tcp: perform DMA to userspace only if there is a task waiting for it has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: perform DMA to userspace only if there is a task waiting for it 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 USB: kaweth.c: use GFP_ATOMIC under spin_lock has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: kaweth.c: use GFP_ATOMIC under spin_lock 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 tcp: Add TCP_USER_TIMEOUT negative value check has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: Add TCP_USER_TIMEOUT negative value check 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 wanmain: comparing array with NULL has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled wanmain: comparing array with NULL 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:

Re: [PATCHES] Networking -stable fixes.

2012-08-07 Thread Greg KH
On Mon, Aug 06, 2012 at 10:11:02PM -0700, David Miller wrote: Please find attached -stable networking bug fixes for 3.0.x, 3.2.x, 3.4.x, and 3.5.x, respectively. I've now applied the 3.0.x, 3.4.x and 3.5.x sets of patches, thanks so much for sending them. greg k-h -- To unsubscribe from this

Patch ALSA: hda - Fix invalid D3 of headphone DAC on VT202x codecs has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Fix invalid D3 of headphone DAC on VT202x codecs to the 3.5-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 ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs to the 3.5-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 ALSA: hda - Fix polarity of mute LED on HP Mini 210 has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Fix polarity of mute LED on HP Mini 210 to the 3.5-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 ALSA: hda - Support dock on Lenovo Thinkpad T530 with ALC269VC has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Support dock on Lenovo Thinkpad T530 with ALC269VC to the 3.5-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: hda - Fix mute-LED GPIO setup for HP Mini 210 has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Fix mute-LED GPIO setup for HP Mini 210 to the 3.5-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 ALSA: snd-usb: fix clock source validity index has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: snd-usb: fix clock source validity index to the 3.5-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 ASoC: wm8962: Allow VMID time to fully ramp has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm8962: Allow VMID time to fully ramp to the 3.5-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 ASoC: wm8994: Ensure there are enough BCLKs for four channels has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm8994: Ensure there are enough BCLKs for four channels to the 3.5-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: mpu401: Fix missing initialization of irq field has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: mpu401: Fix missing initialization of irq field to the 3.5-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: echi-dbgp: increase the controller wait time to come out of halt. has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: echi-dbgp: increase the controller wait time to come out of halt. to the 3.5-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 m68k: Make sys_atomic_cmpxchg_32 work on classic m68k has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled m68k: Make sys_atomic_cmpxchg_32 work on classic m68k to the 3.5-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 ALSA: hda - Fix invalid D3 of headphone DAC on VT202x codecs has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Fix invalid D3 of headphone DAC on VT202x codecs 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 ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Fix mute-LED GPIO initialization for IDT codecs 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 ALSA: hda - Fix mute-LED GPIO setup for HP Mini 210 has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Fix mute-LED GPIO setup for HP Mini 210 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 ALSA: hda - Support dock on Lenovo Thinkpad T530 with ALC269VC has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Support dock on Lenovo Thinkpad T530 with ALC269VC 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 ALSA: mpu401: Fix missing initialization of irq field has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: mpu401: Fix missing initialization of irq field 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 ALSA: snd-usb: fix clock source validity index has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: snd-usb: fix clock source validity index 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 ALSA: hda - Fix polarity of mute LED on HP Mini 210 has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: hda - Fix polarity of mute LED on HP Mini 210 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 ASoC: wm8994: Ensure there are enough BCLKs for four channels has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm8994: Ensure there are enough BCLKs for four channels 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 ASoC: wm8962: Allow VMID time to fully ramp has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm8962: Allow VMID time to fully ramp 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 m68k: Correct the Atari ALLOWINT definition has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled m68k: Correct the Atari ALLOWINT definition 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 m68k: Make sys_atomic_cmpxchg_32 work on classic m68k has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled m68k: Make sys_atomic_cmpxchg_32 work on classic m68k 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 ASoC: wm8962: Allow VMID time to fully ramp has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm8962: Allow VMID time to fully ramp 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 ASoC: wm8994: Ensure there are enough BCLKs for four channels has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm8994: Ensure there are enough BCLKs for four channels 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 ALSA: mpu401: Fix missing initialization of irq field has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: mpu401: Fix missing initialization of irq field 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 m68k: Correct the Atari ALLOWINT definition has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled m68k: Correct the Atari ALLOWINT definition 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: echi-dbgp: increase the controller wait time to come out of halt. has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: echi-dbgp: increase the controller wait time to come out of halt. 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 m68k: Make sys_atomic_cmpxchg_32 work on classic m68k has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled m68k: Make sys_atomic_cmpxchg_32 work on classic m68k 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 futex: Fix bug in WARN_ON for NULL q.pi_state has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled futex: Fix bug in WARN_ON for NULL q.pi_state 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 futex: Test for pi_mutex on fault in futex_wait_requeue_pi() has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled futex: Test for pi_mutex on fault in futex_wait_requeue_pi() 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 futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() has been added to the 3.0-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() 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 futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() 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 futex: Test for pi_mutex on fault in futex_wait_requeue_pi() has been added to the 3.4-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled futex: Test for pi_mutex on fault in futex_wait_requeue_pi() 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 futex: Fix bug in WARN_ON for NULL q.pi_state has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled futex: Fix bug in WARN_ON for NULL q.pi_state to the 3.5-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 futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() to the 3.5-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 futex: Test for pi_mutex on fault in futex_wait_requeue_pi() has been added to the 3.5-stable tree

2012-08-07 Thread gregkh
This is a note to let you know that I've just added the patch titled futex: Test for pi_mutex on fault in futex_wait_requeue_pi() to the 3.5-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] [media] Unlock the rc_dev lock when the raw device is missing

2012-08-07 Thread Douglas Bagnall
On 08/08/12 04:10, Herton Ronaldo Krzesinski wrote: As it's desired for stable, this could also have Cc: stable@vger.kernel.org when applied, so it's picked up automatically when lands in mainline. Also nitpicking some more, may be the patch could have a Reported-by line added. OK. Here it is

[ 000/122] 3.5.1-stable review

2012-08-07 Thread Greg Kroah-Hartman
From: Greg KH gre...@linuxfoundation.org -- Note, I still have a lot more patches in the to-apply queue for the 3.5-stable, and other stable trees, I am pushing this update out now due to the size of it. It will take a few releases to get caught up with all of the patches tagged and

[ 006/122] powerpc: Add memory attribute for mfmsr()

2012-08-07 Thread Greg Kroah-Hartman
From: Greg KH gre...@linuxfoundation.org 3.5-stable review patch. If anyone has any objections, please let me know. -- From: Tiejun Chen tiejun.c...@windriver.com commit b416c9a10baae6a177b4f9ee858b8d309542fbef upstream. Add memory attribute in inline assembly language as a

[ 020/122] ARM: dt: tegra trimslice: add vbus-gpio property

2012-08-07 Thread Greg Kroah-Hartman
From: Greg KH gre...@linuxfoundation.org 3.5-stable review patch. If anyone has any objections, please let me know. -- From: Stephen Warren swar...@nvidia.com commit 01ad8063a5db9ac8320f197577a34b423ba64eca upstream. On TrimSlice, Tegra's USB1 port may be routed to either an

[ 019/122] ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad one

2012-08-07 Thread Greg Kroah-Hartman
From: Greg KH gre...@linuxfoundation.org 3.5-stable review patch. If anyone has any objections, please let me know. -- From: Nishanth Menon n...@ti.com commit b110547e586eb5825bc1d04aa9147bff83b57672 upstream. Commit 9fa2df6b90786301b175e264f5fa9846aba81a65 (ARM: OMAP2+: OPP:

[ 024/122] ALSA: hda - Add support for Realtek ALC282

2012-08-07 Thread Greg Kroah-Hartman
From: Greg KH gre...@linuxfoundation.org 3.5-stable review patch. If anyone has any objections, please let me know. -- From: David Henningsson david.hennings...@canonical.com commit 4e01ec636e64707d202a1ca21a47bbc6d53085b7 upstream. This codec has a separate dmic path

  1   2   3   4   >