[PATCH v3.5] iwlwifi: don't double free the interrupt in failure path

2012-09-26 Thread Johannes Berg
From: Emmanuel Grumbach emmanuel.grumb...@intel.com Upstream commit a7be50b7e30f9d77cb059a7ffdb781bb0fb92eba. When the driver can't get the HW ready, we would release the interrupt twice which made the kernel complain loudly. Cc: stable@vger.kernel.org Reported-by: Brian Cockrell

[PATCH] x86_64: Work around old gas bug

2012-09-26 Thread Tao Guo
gas in binutils(2.16.91) could not parse parentheses within macro parameters unless fully parenthesized, and this is a workaround to make old gas work without generating below errors: arch/x86/kernel/entry_64.S: Assembler messages: arch/x86/kernel/entry_64.S:387: Error: too many positional

Re: [PATCH] x86_64: Work around old gas bug

2012-09-26 Thread Jan Beulich
On 26.09.12 at 10:28, Tao Guo glorious...@gmail.com wrote: gas in binutils(2.16.91) could not parse parentheses within macro parameters unless fully parenthesized, and this is a workaround to make old gas work without generating below errors: arch/x86/kernel/entry_64.S: Assembler messages:

[PATCH] ASoC: wm2000: Correct register size

2012-09-26 Thread Mark Brown
Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com Cc: stable@vger.kernel.org --- sound/soc/codecs/wm2000.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c index b723e91..683dc43 100644 ---

Re: [PATCH] x86_64: Work around old gas bug

2012-09-26 Thread Ingo Molnar
* Jan Beulich jbeul...@suse.com wrote: On 26.09.12 at 10:28, Tao Guo glorious...@gmail.com wrote: gas in binutils(2.16.91) could not parse parentheses within macro parameters unless fully parenthesized, and this is a workaround to make old gas work without generating below errors:

Re: [PATCH] x86_64: Work around old gas bug

2012-09-26 Thread Greg KH
On Wed, Sep 26, 2012 at 04:28:22AM -0400, Tao Guo wrote: gas in binutils(2.16.91) could not parse parentheses within macro parameters unless fully parenthesized, and this is a workaround to make old gas work without generating below errors: arch/x86/kernel/entry_64.S: Assembler messages:

Re: [PATCH] x86_64: Work around old gas bug

2012-09-26 Thread Tao Guo
On Wed, Sep 26, 2012 at 9:25 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Sep 26, 2012 at 04:28:22AM -0400, Tao Guo wrote: gas in binutils(2.16.91) could not parse parentheses within macro parameters unless fully parenthesized, and this is a workaround to make old gas work without

Re: v3.5.3 regression: KVM: VMX: Fix KVM_SET_SREGS with big real mode segments

2012-09-26 Thread Joseph Salisbury
On 09/25/2012 03:51 PM, Tim Gardner wrote: Gents - commit b398aa3174cdfd4d85964fa84004e53ce6a13cab in vanilla v3.5.3 appears to be causing a regression. Testers claim success with that single patch reverted. See http://bugs.launchpad.net/bugs/1045027 beginning with comment #12. Any thoughts on

[PATCH] drm/i915: pass adjusted_mode instead of mode to intel_choose_pipe_bpp_dither

2012-09-26 Thread Jani Nikula
The dithering introduced in commit 3b5c78a35cf7511c15e09a9b0ffab290a42d9bcf Author: Adam Jackson a...@redhat.com Date: Tue Dec 13 15:41:00 2011 -0800 drm/i915/dp: Dither down to 6bpc if it makes the mode fit stores the INTEL_MODE_DP_FORCE_6BPC flag in the private_flags of the adjusted

Re: [PATCH] drm/i915: pass adjusted_mode instead of mode to intel_choose_pipe_bpp_dither

2012-09-26 Thread Daniel Vetter
On Wed, Sep 26, 2012 at 06:27:51PM +0300, Jani Nikula wrote: The dithering introduced in commit 3b5c78a35cf7511c15e09a9b0ffab290a42d9bcf Author: Adam Jackson a...@redhat.com Date: Tue Dec 13 15:41:00 2011 -0800 drm/i915/dp: Dither down to 6bpc if it makes the mode fit stores the

Re: [PATCH] drm/i915: use adjusted_mode instead of mode for checking the 6bpc force flag

2012-09-26 Thread Adam Jackson
On Wed, 2012-09-26 at 18:43 +0300, Jani Nikula wrote: The dithering introduced in commit 3b5c78a35cf7511c15e09a9b0ffab290a42d9bcf Author: Adam Jackson a...@redhat.com Date: Tue Dec 13 15:41:00 2011 -0800 drm/i915/dp: Dither down to 6bpc if it makes the mode fit stores the

[PATCH 2/3] mutex: Place lock in contended state after fastpath_lock failure

2012-09-26 Thread Tobias Kohlbau
From: Will Deacon will.dea...@arm.com ARM recently moved to asm-generic/mutex-xchg.h for its mutex implementation after the previous implementation was found to be missing some crucial memory barriers. However, this has revealed some problems running hackbench on SMP platforms due to the way in

patch USB: Fix race condition when removing host controllers added to usb tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: Fix race condition when removing host controllers to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-next branch. The patch will show up in the next

patch staging: comedi: s626: don't dereference insn-data added to staging tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: comedi: s626: don't dereference insn-data to my staging git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git in the staging-next branch. The patch will show up in

[merged] trace-events-kmem-dont-call-page_to_pfn-if-page-is-null.patch removed from -mm tree

2012-09-26 Thread akpm
The patch titled Subject: trace/events/kmem: don't call page_to_pfn() if page is NULL has been removed from the -mm tree. Its filename was trace-events-kmem-dont-call-page_to_pfn-if-page-is-null.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] lib-flex_proportionsc-fix-corruption-of-denominator-in-flexible-proportions.patch removed from -mm tree

2012-09-26 Thread akpm
The patch titled Subject: lib/flex_proportions.c: fix corruption of denominator in flexible proportions has been removed from the -mm tree. Its filename was lib-flex_proportionsc-fix-corruption-of-denominator-in-flexible-proportions.patch This patch was dropped because it was merged

[merged] c-r-prctl-fix-build-error-for-no-mmu-case.patch removed from -mm tree

2012-09-26 Thread akpm
The patch titled Subject: c/r: prctl: fix build error for no-MMU case has been removed from the -mm tree. Its filename was c-r-prctl-fix-build-error-for-no-mmu-case.patch This patch was dropped because it was merged into mainline or a subsystem tree

patch staging: r8712u: Do not queue cloned skb added to staging tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: r8712u: Do not queue cloned skb to my staging git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git in the staging-next branch. The patch will show up in the next

patch serial: set correct baud_base for EXSYS EX-41092 Dual 16950 added to tty tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: set correct baud_base for EXSYS EX-41092 Dual 16950 to my tty git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git in the tty-next branch. The patch will show up in the

+ kpageflags-fix-wrong-kpf_thp-on-non-huge-compound-pages.patch added to -mm tree

2012-09-26 Thread akpm
The patch titled Subject: kpageflags: fix wrong KPF_THP on non-huge compound pages has been added to the -mm tree. Its filename is kpageflags-fix-wrong-kpf_thp-on-non-huge-compound-pages.patch Before you just go and hit reply, please: a) Consider who else should be cc'ed b)

patch serial: pl011: handle corruption at high clock speeds added to tty tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: pl011: handle corruption at high clock speeds to my tty git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git in the tty-next branch. The patch will show up in the next

FAILED: patch [PATCH] usb: chipidea: cleanup dma_pool if udc_start() fails failed to apply to 3.5-stable tree

2012-09-26 Thread gregkh
The patch below does not apply to the 3.5-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 V2 RESEND] OMAP: USB : Fix the EHCI enumeration and core retention issue

2012-09-26 Thread Greg KH
On Mon, Aug 20, 2012 at 02:57:58PM +0530, Keshava Munegowda wrote: This commit 354ab8567ae3107a8cbe7228c3181990ba598aac titled Fix OMAP EHCI suspend/resume failure (i693) is causing the usb hub and device detection fails in beagle XM causeing NFS not functional. This affects the core retention

FAILED: patch [PATCH] usb: chipidea: udc: fix error path in udc_start() failed to apply to 3.5-stable tree

2012-09-26 Thread gregkh
The patch below does not apply to the 3.5-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

Patch asix: Support DLink DUB-E100 H/W Ver C1 has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled asix: Support DLink DUB-E100 H/W Ver C1 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 can: janz-ican3: fix support for older hardware revisions has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled can: janz-ican3: fix support for older hardware revisions 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 can: ti_hecc: fix oops during rmmod has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled can: ti_hecc: fix oops during rmmod 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 dmaengine: at_hdmac: check that each sg data length is non-null has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled dmaengine: at_hdmac: check that each sg data length is non-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

Patch dmaengine: at_hdmac: fix comment in atc_prep_slave_sg() has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled dmaengine: at_hdmac: fix comment in atc_prep_slave_sg() 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 DMA: PL330: Check the pointer returned by kzalloc has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled DMA: PL330: Check the pointer returned by kzalloc 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 cfg80211: fix possible circular lock on reg_regdb_search() has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled cfg80211: fix possible circular lock on reg_regdb_search() 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 DMA: PL330: Fix potential NULL pointer dereference in has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled DMA: PL330: Fix potential NULL pointer dereference in 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 NFS: Fix the initialisation of the readdir 'cookieverf' array has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled NFS: Fix the initialisation of the readdir 'cookieverf' array 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 NFS: return error from decode_getfh in decode open has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled NFS: return error from decode_getfh in decode open 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 NFS: Fix a problem with the legacy binary mount code has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled NFS: Fix a problem with the legacy binary mount code 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 rt2x00: Fix rfkill polling prior to interface start. has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled rt2x00: Fix rfkill polling prior to interface start. 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 rt2x00: Fix word size of rt2500usb MAC_CSR19 register. has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled rt2x00: Fix word size of rt2500usb MAC_CSR19 register. 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 rt2x00: Identify ASUS USB-N53 device. has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled rt2x00: Identify ASUS USB-N53 device. 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: cdc-wdm: fix wdm_find_device* return value has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cdc-wdm: fix wdm_find_device* return value 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: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_complete_low has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_complete_low 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

Patch USB: add device quirk for Joss Optical touchboard has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: add device quirk for Joss Optical touchboard 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: dwc3: core: fix incorrect usage of resource pointer has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: dwc3: core: fix incorrect usage of resource pointer 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: dwc3: ep0: correct cache sync issue in case of ep0_bounced has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: dwc3: ep0: correct cache sync issue in case of ep0_bounced 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 USB: ftdi-sio: add support for more Physik Instrumente devices has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi-sio: add support for more Physik Instrumente devices 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 usb: chipidea: udc: fix setup of endpoint maxpacket size has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: chipidea: udc: fix setup of endpoint maxpacket size 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: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware 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 USB: ftdi_sio: PID for NZR SEM 16+ USB has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: PID for NZR SEM 16+ USB 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: ohci-at91: fix PIO handling in relation with number of ports has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ohci-at91: fix PIO handling in relation with number of ports 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 usb: host: xhci: fix compilation error for non-PCI based stacks has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: host: xhci: fix compilation error for non-PCI based stacks 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 xhci: Fix a logical vs bitwise AND bug has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Fix a logical vs bitwise AND bug 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: host: xhci-plat: use ioremap_nocache has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: host: xhci-plat: use ioremap_nocache 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 xhci: Recognize USB 3.0 devices as superspeed at powerup has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Recognize USB 3.0 devices as superspeed at powerup 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 xhci: Make handover code more robust has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Make handover code more robust 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 asix: Support DLink DUB-E100 H/W Ver C1 has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled asix: Support DLink DUB-E100 H/W Ver C1 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 can: janz-ican3: fix support for older hardware revisions has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled can: janz-ican3: fix support for older hardware revisions 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 cfg80211: fix possible circular lock on reg_regdb_search() has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled cfg80211: fix possible circular lock on reg_regdb_search() 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 can: ti_hecc: fix oops during rmmod has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled can: ti_hecc: fix oops during rmmod 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 dmaengine: at_hdmac: fix comment in atc_prep_slave_sg() has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled dmaengine: at_hdmac: fix comment in atc_prep_slave_sg() 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 DMA: PL330: Check the pointer returned by kzalloc has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled DMA: PL330: Check the pointer returned by kzalloc 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 dmaengine: at_hdmac: check that each sg data length is non-null has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled dmaengine: at_hdmac: check that each sg data length is non-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

Patch EHCI: Update qTD next pointer in QH overlay region during unlink has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled EHCI: Update qTD next pointer in QH overlay region during unlink 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 DMA: PL330: Fix potential NULL pointer dereference in has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled DMA: PL330: Fix potential NULL pointer dereference in 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 NFS: Fix a problem with the legacy binary mount code has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled NFS: Fix a problem with the legacy binary mount code 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 NFS: return error from decode_getfh in decode open has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled NFS: return error from decode_getfh in decode open 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 NFS: Fix the initialisation of the readdir 'cookieverf' array has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled NFS: Fix the initialisation of the readdir 'cookieverf' array 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 rt2x00: Fix rfkill polling prior to interface start. has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled rt2x00: Fix rfkill polling prior to interface start. 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 rt2800usb: Added rx packet length validity check has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled rt2800usb: Added rx packet length validity 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 rt2x00: Identify ASUS USB-N53 device. has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled rt2x00: Identify ASUS USB-N53 device. 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: add device quirk for Joss Optical touchboard has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: add device quirk for Joss Optical touchboard 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 rt2x00: Fix word size of rt2500usb MAC_CSR19 register. has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled rt2x00: Fix word size of rt2500usb MAC_CSR19 register. 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: dwc3: ep0: correct cache sync issue in case of ep0_bounced has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: dwc3: ep0: correct cache sync issue in case of ep0_bounced 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 USB: cdc-wdm: fix wdm_find_device* return value has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cdc-wdm: fix wdm_find_device* return value 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: ftdi-sio: add support for more Physik Instrumente devices has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi-sio: add support for more Physik Instrumente devices 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 USB: ftdi_sio: PID for NZR SEM 16+ USB has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: PID for NZR SEM 16+ USB 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: ftdi_sio: do not claim CDC ACM function has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: do not claim CDC ACM function 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: host: xhci: fix compilation error for non-PCI based stacks has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: host: xhci: fix compilation error for non-PCI based stacks 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 usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware 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 xhci: Fix a logical vs bitwise AND bug has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Fix a logical vs bitwise AND bug 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: ohci-at91: fix PIO handling in relation with number of ports has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ohci-at91: fix PIO handling in relation with number of ports 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 xhci: Recognize USB 3.0 devices as superspeed at powerup has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Recognize USB 3.0 devices as superspeed at powerup 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 xhci: Make handover code more robust has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled xhci: Make handover code more robust 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:

Re: [PATCH] drm/radeon: fence virtual address and free it once idle [3.5] v4

2012-09-26 Thread Greg KH
On Fri, Aug 17, 2012 at 09:34:46AM -0400, Alex Deucher wrote: On Thu, Aug 16, 2012 at 7:13 PM, Greg KH gre...@linuxfoundation.org wrote: On Mon, Aug 06, 2012 at 12:56:04PM -0400, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com Virtual address need to be fenced to know

Patch drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ resources has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ resources 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

Patch drm/radeon: avoid turning off spread spectrum for used pll has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon: avoid turning off spread spectrum for used pll 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 drm/radeon/ss: use num_crtc rather than hardcoded 6 has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon/ss: use num_crtc rather than hardcoded 6 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 drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode 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 fbcon: fix race condition between console lock and cursor timer (v1.1) has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled fbcon: fix race condition between console lock and cursor timer (v1.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 mutex: Place lock in contended state after fastpath_lock failure has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled mutex: Place lock in contended state after fastpath_lock failure 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 PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set 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 tty: serial: imx: console write routing is unsafe on SMP has been added to the 3.4-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: serial: imx: console write routing is unsafe on SMP 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 drm/radeon: avoid turning off spread spectrum for used pll has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon: avoid turning off spread spectrum for used pll 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 drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour mode 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 drm/radeon/ss: use num_crtc rather than hardcoded 6 has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon/ss: use num_crtc rather than hardcoded 6 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 PM / Runtime: Check device PM QoS setting before no callbacks check has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled PM / Runtime: Check device PM QoS setting before no callbacks 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 mutex: Place lock in contended state after fastpath_lock failure has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled mutex: Place lock in contended state after fastpath_lock failure 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 PM / Runtime: Clear power.deferred_resume on success in rpm_suspend() has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled PM / Runtime: Clear power.deferred_resume on success in rpm_suspend() 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 PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set 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 tty: serial: imx: don't reinit clock in imx_setup_ufcr() has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: serial: imx: don't reinit clock in imx_setup_ufcr() 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 tty: serial: imx: console write routing is unsafe on SMP has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: serial: imx: console write routing is unsafe on SMP 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 x86, avx: don't use avx instructions with noxsave boot param has been added to the 3.5-stable tree

2012-09-26 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, avx: don't use avx instructions with noxsave boot param 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:

  1   2   >