[PATCH] ath9k: Fix a WARNING in suspend/resume with IBSS

2012-06-01 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com In ath9k we make sure the following two things *if the first interface is ADHOC we cannot have any other interface. *we cannot add an ADHOC interface if there is already an interface is present. when drv_add_interface is called during

Re: [PATCH] ath9k: Fix a WARNING in suspend/resume with IBSS

2012-06-01 Thread Mohammed Shafi Shajakhan
Hi Johannes, On Friday 01 June 2012 12:14 PM, Johannes Berg wrote: On Fri, 2012-06-01 at 12:09 +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com In ath9k we make sure the following two things *if the first interface is ADHOC we cannot have any

Re: [PATCH] ath9k: Fix a WARNING in suspend/resume with IBSS

2012-06-01 Thread Johannes Berg
On Fri, 2012-06-01 at 12:39 +0530, Mohammed Shafi Shajakhan wrote: Hi Johannes, On Friday 01 June 2012 12:14 PM, Johannes Berg wrote: On Fri, 2012-06-01 at 12:09 +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com In ath9k we make sure the

Re: [PATCH] drm/radeon: properly program gart on rv740, juniper, cypress, barts

2012-06-01 Thread Paul Menzel
Am Donnerstag, den 31.05.2012, 18:54 -0400 schrieb alexdeuc...@gmail.com: From: Alex Deucher alexander.deuc...@amd.com Need to program an additional VM register. This doesn't not currently cause any problems, but allows us to program the proper backend map in a subsequent patch which should

[PATCH 1/2] xhci: Fix invalid loop check in xhci_free_tt_info()

2012-06-01 Thread Takashi Iwai
xhci_free_tt_info() may access the invalid memory when it removes the last entry but the list is not empty. Then tt_next reaches to the list head but it still tries to check the tt_info of that entry. This patch fixes the bug and cleans up the messy code by rewriting with a simple

[PATCH 2/2] xhci: Don't free endpoints in xhci_mem_cleanup()

2012-06-01 Thread Takashi Iwai
This patch fixes a few issues introduced in the recent fix [f8a9e72d: USB: fix resource leak in xhci power loss path] - The endpoints listed in bw table are just links and each entry is an array member of dev-eps[]. But the commit above adds a kfree() call to these instances, and thus it

Re: [PATCH] drm/radeon: properly program gart on rv740, juniper, cypress, barts

2012-06-01 Thread Paul Menzel
Am Freitag, den 01.06.2012, 08:46 +0100 schrieb Dave Airlie: On Fri, Jun 1, 2012 at 8:37 AM, Paul Menzel wrote: Am Donnerstag, den 31.05.2012, 18:54 -0400 schrieb alexdeuc...@gmail.com: From: Alex Deucher alexander.deuc...@amd.com Need to program an additional VM register. This doesn't

Re: [PATCH 1/2] xhci: Fix invalid loop check in xhci_free_tt_info()

2012-06-01 Thread Sergei Shtylyov
Hello. On 01-06-2012 12:06, Takashi Iwai wrote: xhci_free_tt_info() may access the invalid memory when it removes the last entry but the list is not empty. Then tt_next reaches to the list head but it still tries to check the tt_info of that entry. This patch fixes the bug and cleans up

RE: [PATCH] drm/radeon: properly program gart on rv740, juniper, cypress, barts

2012-06-01 Thread Deucher, Alexander
-Original Message- From: Paul Menzel [mailto:paulepan...@users.sourceforge.net] Sent: Friday, June 01, 2012 3:37 AM To: alexdeuc...@gmail.com Cc: airl...@gmail.com; dri-de...@lists.freedesktop.org; Deucher, Alexander; stable@vger.kernel.org Subject: Re: [PATCH] drm/radeon:

[PATCH -fixes] drm/vmwgfx: Fix nasty write past alloced memory area

2012-06-01 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom thellst...@vmware.com Reviewed-by: Jakob Bornecrantz ja...@vmware.com Cc: stable@vger.kernel.org --- Adding reviewed-by Jakob. drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 0/6] mempolicy memory corruption fixlet

2012-06-01 Thread Christoph Lameter
On Thu, 31 May 2012, da...@lang.hm wrote: On Wed, 30 May 2012, KOSAKI Motohiro wrote: On Wed, May 30, 2012 at 4:10 PM, Andi Kleen a...@firstfloor.org wrote: Yes, that's right direction, I think. Currently, shmem_set_policy() can't handle nonlinear mapping. I've been mulling

[PATCH 1/2] iommu/amd: Cache pdev pointer to root-bridge

2012-06-01 Thread Joerg Roedel
At some point pci_get_bus_and_slot started to enable interrupts. Since this function is used in the amd_iommu_resume path it will enable interrupts on resume which causes a warning. The fix will use a cached pointer to the root-bridge to re-enable the IOMMU in case the BIOS is broken. Cc:

Re: [PATCH v2] tmpfs not interleaving properly

2012-06-01 Thread Nathan Zimmer
On Thu, May 31, 2012 at 04:35:53PM -0400, KOSAKI Motohiro wrote: (5/31/12 4:25 PM), Andrew Morton wrote: On Thu, 31 May 2012 16:09:15 -0400 KOSAKI Motohirokosaki.motoh...@gmail.com wrote: --- a/mm/shmem.c +++ b/mm/shmem.c @@ -929,7 +929,7 @@ static struct page *shmem_alloc_page(gfp_t gfp,

Re: [ 10/94] iwlwifi: use 6000G2B for 6030 device series

2012-06-01 Thread Greg KH
On Sun, May 27, 2012 at 02:38:44PM +0100, Ben Hutchings wrote: On Sun, 2012-05-27 at 10:04 +0900, Greg KH wrote: 3.3-stable review patch. If anyone has any objections, please let me know. -- From: Wey-Yi Guy wey-yi.w@intel.com commit

Re: [ 71/94] spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_control

2012-06-01 Thread Greg KH
On Mon, May 28, 2012 at 04:44:38PM -0300, Herton Ronaldo Krzesinski wrote: On Sun, May 27, 2012 at 10:05:34AM +0900, Greg KH wrote: 3.3-stable review patch. If anyone has any objections, please let me know. -- In addition to this fix, please also cherry-pick into 3.3

Patch rtlwifi: rtl8192de: Fix firmware initialization has been added to the 3.3-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled rtlwifi: rtl8192de: Fix firmware initialization to the 3.3-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 mm: consider all swapped back pages in used-once logic has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: consider all swapped back pages in used-once logic 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 SCSI: fix scsi_wait_scan has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled SCSI: fix scsi_wait_scan 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: scsi-fix-scsi_wait_scan.patch

Patch SCSI: Fix dm-multipath starvation when scsi host is busy has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled SCSI: Fix dm-multipath starvation when scsi host is busy 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 exofs: Fix CRASH on very early IO errors. has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled exofs: Fix CRASH on very early IO errors. 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 microblaze: Do not select GENERIC_GPIO by default has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled microblaze: Do not select GENERIC_GPIO by default 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 mm: fix NULL ptr deref when walking hugepages has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: fix NULL ptr deref when walking hugepages 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 mm: consider all swapped back pages in used-once logic has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: consider all swapped back pages in used-once logic 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 mm/fork: fix overflow in vma length when copying mmap on clone has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mm/fork: fix overflow in vma length when copying mmap on clone 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 SCSI: fix scsi_wait_scan has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled SCSI: fix scsi_wait_scan 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: scsi-fix-scsi_wait_scan.patch

FAILED: patch [PATCH] iwlwifi: fix the Transmit Frame Descriptor rings failed to apply to 3.4-stable tree

2012-06-01 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

Patch cifs: fix oops while traversing open file list (try #4) has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled cifs: fix oops while traversing open file list (try #4) 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:

FAILED: patch [PATCH] iwlwifi: fix the Transmit Frame Descriptor rings failed to apply to 3.4-stable tree

2012-06-01 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

Patch SCSI: Fix dm-multipath starvation when scsi host is busy has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled SCSI: Fix dm-multipath starvation when scsi host is busy 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 cifs: Include backup intent search flags during searches {try #2) has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled cifs: Include backup intent search flags during searches {try #2) 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

FAILED: patch [PATCH] mm: fix vma_resv_map() NULL pointer failed to apply to 3.4-stable tree

2012-06-01 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

Patch mm: fix faulty initialization in vmalloc_init() has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: fix faulty initialization in vmalloc_init() 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 cifs: fix oops while traversing open file list (try #4) has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled cifs: fix oops while traversing open file list (try #4) 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 cifs: Include backup intent search flags during searches {try #2) has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled cifs: Include backup intent search flags during searches {try #2) 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 iwlwifi: do not use shadow registers by default has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled iwlwifi: do not use shadow registers by default 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 iwlwifi: update BT traffic load states correctly has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled iwlwifi: update BT traffic load states correctly 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 mm: fix faulty initialization in vmalloc_init() has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: fix faulty initialization in vmalloc_init() 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:

FAILED: patch [PATCH] wl1251: fix oops on early interrupt failed to apply to 3.4-stable tree

2012-06-01 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

Patch NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO 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 mac80211: fix ADDBA declined after suspend with wowlan has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: fix ADDBA declined after suspend with wowlan 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 PARISC: fix TLB fault path on PA2.0 narrow systems has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled PARISC: fix TLB fault path on PA2.0 narrow systems 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 PARISC: fix boot failure on 32-bit systems caused by branch stubs placed before .text has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled PARISC: fix boot failure on 32-bit systems caused by branch stubs placed before .text 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

Patch solos-pci: Fix DMA support has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled solos-pci: Fix DMA support 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 ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() fails has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() 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 ixp4xx: fix compilation by adding gpiolib support has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled ixp4xx: fix compilation by adding gpiolib 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 hugetlb: fix resv_map leak in error path has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled hugetlb: fix resv_map leak in error path 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 mac80211: fix ADDBA declined after suspend with wowlan has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: fix ADDBA declined after suspend with wowlan 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 MIPS: BCM63XX: Add missing include for bcm63xx_gpio.h has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled MIPS: BCM63XX: Add missing include for bcm63xx_gpio.h 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 PARISC: fix boot failure on 32-bit systems caused by branch stubs placed before .text has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled PARISC: fix boot failure on 32-bit systems caused by branch stubs placed before .text 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

Patch NFS: kmalloc() doesn't return an ERR_PTR() has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled NFS: kmalloc() doesn't return an ERR_PTR() 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 NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO 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 PARISC: fix TLB fault path on PA2.0 narrow systems has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled PARISC: fix TLB fault path on PA2.0 narrow systems 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, amd, xen: Avoid NULL pointer paravirt references has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, amd, xen: Avoid NULL pointer paravirt references 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 solos-pci: Fix DMA support has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled solos-pci: Fix DMA 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:

FAILED: patch [PATCH] drm/i915: always use RPNSWREQ for turbo change requests failed to apply to 3.4-stable tree

2012-06-01 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

FAILED: patch [PATCH] drm/i915: reject doubleclocked cea modes on dp failed to apply to 3.4-stable tree

2012-06-01 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

Patch drm/i915: properly handle interlaced bit for sdvo dtd conversion has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: properly handle interlaced bit for sdvo dtd conversion 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 drm/i915: wait for a vblank to pass after tv detect has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: wait for a vblank to pass after tv detect 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 drm/radeon: fix XFX quirk has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon: fix XFX quirk 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 drm/i915: Adding TV Out Missing modes. has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: Adding TV Out Missing modes. 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/i915: no lvds quirk for HP t5740e Thin Client has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: no lvds quirk for HP t5740e Thin Client 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/i915: properly handle interlaced bit for sdvo dtd conversion has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: properly handle interlaced bit for sdvo dtd conversion 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 drm/i915: wait for a vblank to pass after tv detect has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: wait for a vblank to pass after tv detect 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 iommu/amd: Add workaround for event log erratum has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled iommu/amd: Add workaround for event log erratum 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: fix XFX quirk has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon: fix XFX quirk 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 sunrpc: fix loss of task-tk_status after rpc_delay call in xprt_alloc_slot has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled sunrpc: fix loss of task-tk_status after rpc_delay call in xprt_alloc_slot 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

Re: [3.0.y, 3.2.y] btusb: add USB ids for Broadcom BCM20702A0

2012-06-01 Thread Greg KH
On Tue, May 29, 2012 at 03:02:21AM -0500, Jonathan Nieder wrote: Hi Ben and Greg, Please consider the following patches for inclusion in relevant stable trees. For 3.0.y (merged in 3.2 already): - d13431ca3eb2 Bluetooth: Add support for Broadcom BCM20702A0 c0190925dacd

Patch iommu/amd: Check for the right TLP prefix bit has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled iommu/amd: Check for the right TLP prefix bit 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 Bluetooth: Add support for BCM20702A0 [0a5c:21e3] has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: Add support for BCM20702A0 [0a5c:21e3] 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 Bluetooth: btusb: add support for BCM20702A0 [0a5c:21e6] has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: btusb: add support for BCM20702A0 [0a5c:21e6] 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 Bluetooth: btusb: Add USB device ID 0a5c 21e8 has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: btusb: Add USB device ID 0a5c 21e8 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 Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0 has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0 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

Re: [3.0.y, 3.2.y] Re: [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module

2012-06-01 Thread Greg KH
On Tue, May 29, 2012 at 07:03:12AM -0500, Jonathan Nieder wrote: Hi Ben and Greg, Steven Harms wrote: This change adds 0x0489:0xe033 to the btusb module. This bluetooth usb device is integrated in the Acer TimelineX AS4830TG-6808 notebook. [...] --- a/drivers/bluetooth/btusb.c

Re: [3.0.y?, 3.2.y] btusb, ath3k: add more USB ids for AR3012

2012-06-01 Thread Greg KH
On Tue, May 29, 2012 at 06:48:53AM -0500, Jonathan Nieder wrote: Hi again, Please consider the following patches which add additional vendor-specific IDs for the Atheros AR3012 firmware loader. Firmware support for the AR3012 was added in d9f51b51db20 during the 2.6.39 merge window, so

Patch kbuild: install kernel-page-flags.h has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled kbuild: install kernel-page-flags.h 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 Add Foxconn / Hon Hai IDs for btusb module has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled Add Foxconn / Hon Hai IDs for btusb module 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: Linux on Hyper-V 1) cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default 2) db63a4c8115a libata: add a host flag to ignore detected ATA device FW: use hv_storvsc instead of ata_pii

2012-06-01 Thread Greg KH
On Tue, May 29, 2012 at 09:34:23AM +0300, Victor Miasnikov wrote: Hi! And it's too late for 3.4.1, as that is already out for review. Ok: Please, backport to 3.4.2 { P.S. And to 3.3.x and to 3.2.x i.e. to all actual version after 3.1 } use hv_storvsc instead of ata_piix to

Patch Bluetooth: btusb: typo in Broadcom SoftSailing id [PATCH] btusb: add device entry for Broadcom SoftSailing has been added to the 3.0-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: btusb: typo in Broadcom SoftSailing id [PATCH] btusb: add device entry for Broadcom SoftSailing to the 3.0-stable tree which can be found at:

Re: Linux on Hyper-V 1) cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default 2) db63a4c8115a libata: add a host flag to ignore detected ATA device FW: use hv_storvsc instead of ata_pii

2012-06-01 Thread Victor Miasnikov
Hi! cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default and its prerequisite db63a4c8115a libata: add a host flag to ignore detected ATA devices Sorry, but I don't see how this meets the rules for the stable trees, do you? If so, please show me how. About how -- ask

Re: FAILED: patch [PATCH] mm: fix vma_resv_map() NULL pointer failed to apply to 3.4-stable tree

2012-06-01 Thread Greg KH
On Fri, Jun 01, 2012 at 09:13:26AM -0700, Dave Hansen wrote: On 06/01/2012 01:25 AM, gre...@linuxfoundation.org wrote: 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

Patch mm: fix vma_resv_map() NULL pointer has been added to the 3.4-stable tree

2012-06-01 Thread gregkh
This is a note to let you know that I've just added the patch titled mm: fix vma_resv_map() NULL pointer 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: FAILED: patch [PATCH] mm: fix vma_resv_map() NULL pointer failed to apply to 3.4-stable tree

2012-06-01 Thread Dave Jones
On Fri, Jun 01, 2012 at 04:25:11PM +0800, gre...@linuxfoundation.org wrote: 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

Re: Linux on Hyper-V 1) cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default 2) db63a4c8115a libata: add a host flag to ignore detected ATA device FW: use hv_storvsc instead of ata_pii

2012-06-01 Thread Greg KH
On Fri, Jun 01, 2012 at 07:17:33PM +0300, Victor Miasnikov wrote: Hi! cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default and its prerequisite db63a4c8115a libata: add a host flag to ignore detected ATA devices Sorry, but I don't see how this meets the rules for the

Re: FAILED: patch [PATCH] mm: fix vma_resv_map() NULL pointer failed to apply to 3.4-stable tree

2012-06-01 Thread Greg KH
On Fri, Jun 01, 2012 at 12:20:15PM -0400, Dave Jones wrote: On Fri, Jun 01, 2012 at 04:25:11PM +0800, gre...@linuxfoundation.org wrote: 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

Re: Patch cifs: Include backup intent search flags during searches {try #2) has been added to the 3.0-stable tree

2012-06-01 Thread Greg KH
On Fri, Jun 01, 2012 at 04:34:24PM +0800, gre...@linuxfoundation.org wrote: This is a note to let you know that I've just added the patch titled cifs: Include backup intent search flags during searches {try #2) to the 3.0-stable tree which can be found at:

Re: Patch mm: fix faulty initialization in vmalloc_init() has been added to the 3.0-stable tree

2012-06-01 Thread Greg KH
On Fri, Jun 01, 2012 at 04:34:26PM +0800, gre...@linuxfoundation.org wrote: This is a note to let you know that I've just added the patch titled mm: fix faulty initialization in vmalloc_init() to the 3.0-stable tree which can be found at:

Re: [PATCH v2] tmpfs not interleaving properly

2012-06-01 Thread KOSAKI Motohiro
(6/1/12 10:24 AM), Nathan Zimmer wrote: On Thu, May 31, 2012 at 04:35:53PM -0400, KOSAKI Motohiro wrote: (5/31/12 4:25 PM), Andrew Morton wrote: On Thu, 31 May 2012 16:09:15 -0400 KOSAKI Motohirokosaki.motoh...@gmail.com wrote: --- a/mm/shmem.c +++ b/mm/shmem.c @@ -929,7 +929,7 @@ static

Re: FAILED: patch [PATCH] mm: fix vma_resv_map() NULL pointer failed to apply to 3.4-stable tree

2012-06-01 Thread Dave Hansen
On 06/01/2012 09:20 AM, Greg KH wrote: On Fri, Jun 01, 2012 at 09:13:26AM -0700, Dave Hansen wrote: On 06/01/2012 01:25 AM, gre...@linuxfoundation.org wrote: 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

RE: Linux on Hyper-V 1) cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default 2) db63a4c8115a libata: add a host flag to ignore detected ATA device FW: use hv_storvsc instead of ata_pii

2012-06-01 Thread KY Srinivasan
-Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Friday, June 01, 2012 12:26 PM To: Victor Miasnikov Cc: stable@vger.kernel.org; Jonathan Nieder; linux-ker...@vger.kernel.org; KY Srinivasan Subject: Re: Linux on Hyper-V 1) cd006086fa5d ata_piix: defer

Re: [PATCH 0/6] mempolicy memory corruption fixlet

2012-06-01 Thread david
On Fri, 1 Jun 2012, Christoph Lameter wrote: Subject: Re: [PATCH 0/6] mempolicy memory corruption fixlet On Thu, 31 May 2012, da...@lang.hm wrote: On Wed, 30 May 2012, KOSAKI Motohiro wrote: On Wed, May 30, 2012 at 4:10 PM, Andi Kleen a...@firstfloor.org wrote: Yes, that's right

Re: [PATCH 0/6] mempolicy memory corruption fixlet

2012-06-01 Thread KOSAKI Motohiro
Yes, that's right direction, I think. Currently, shmem_set_policy() can't handle nonlinear mapping. I've been mulling for some time to just remove non linear mappings. AFAIK they were only useful on 32bit and are obsolete and could be emulated with VMAs instead. I agree. It is only

Re: [PATCH 1/2] aio: make kiocb-private NUll in init_sync_kiocb()

2012-06-01 Thread Jeff Moyer
Junxiao Bi junxiao...@oracle.com writes: On 05/31/2012 10:08 PM, Jeff Moyer wrote: Junxiao Bi junxiao...@oracle.com writes: Ocfs2 uses kiocb.*private as a flag of unsigned long size. In commit a11f7e6 ocfs2: serialize unaligned aio, the unaligned io flag is involved in it to serialize the

Re: [PATCH 1/2] e1000e: Disable ASPM L1 on 82574

2012-06-01 Thread Chris Boot
On 23/04/2012 22:29, Chris Boot wrote: ASPM on the 82574 causes trouble. Currently the driver disables L0s for this NIC but only disables L1 if the MTU is 1500. This patch simply causes L1 to be disabled regardless of the MTU setting. Signed-off-by: Chris Boot bo...@bootc.net Cc: Wyborny,

Patch Upstream: ext4: add missing save_error_info() to ext4_error()

2012-06-01 Thread Gregs git-bot
commit: f3fc0210c0fc91900766c995f089c39170e68305 From: Theodore Ts'o ty...@mit.edu Date: Wed, 30 May 2012 23:00:16 -0400 Subject: ext4: add missing save_error_info() to ext4_error() The ext4_error() function is missing a call to save_error_info(). Since this is the function which marks the file

Patch Upstream: vfs: umount_tree() might be called on subtree that had never made it

2012-06-01 Thread Gregs git-bot
commit: 63d37a84ab6004c235314ffd7a76c5eb28c2fae0 From: Al Viro v...@zeniv.linux.org.uk Date: Tue, 29 May 2012 22:03:48 -0400 Subject: vfs: umount_tree() might be called on subtree that had never made it __mnt_make_shortterm() in there undoes the effect of __mnt_make_longterm() we'd done back when

Patch Upstream: ext4: remove mb_groups before tearing down the buddy_cache

2012-06-01 Thread Gregs git-bot
commit: 95599968d19db175829fb580baa6b68939b320fb From: Salman Qazi sq...@google.com Date: Thu, 31 May 2012 23:52:14 -0400 Subject: ext4: remove mb_groups before tearing down the buddy_cache We can't have references held on pages in the s_buddy_cache while we are trying to truncate its pages and

Patch Upstream: ext4: add ext4_mb_unload_buddy in the error path

2012-06-01 Thread Gregs git-bot
commit: 02b7831019ea4e7994968c84b5826fa8b248ffc8 From: Salman Qazi sq...@google.com Date: Thu, 31 May 2012 23:51:27 -0400 Subject: ext4: add ext4_mb_unload_buddy in the error path ext4_free_blocks fails to pair an ext4_mb_load_buddy with a matching ext4_mb_unload_buddy when it fails a memory

Patch Upstream: vfs: increment iversion when a file is truncated

2012-06-01 Thread Gregs git-bot
commit: 799243a389bde0de10fa21ca1ca453d2fe538b85 From: Dmitry Kasatkin dmitry.kasat...@intel.com Date: Tue, 29 May 2012 11:02:21 -0700 Subject: vfs: increment iversion when a file is truncated When a file is truncated with truncate()/ftruncate() and then closed, iversion is not updated. This

Patch Upstream: ext4: disallow hard-linked directory in ext4_lookup

2012-06-01 Thread Gregs git-bot
commit: 7e936b737211e6b54e34b71a827e56b872e958d8 From: Andreas Dilger adil...@dilger.ca Date: Mon, 28 May 2012 17:02:25 -0400 Subject: ext4: disallow hard-linked directory in ext4_lookup A hard-linked directory to its parent can cause the VFS to deadlock, and is a sign of a corrupted file system.

Patch Upstream: ext4: fix potential integer overflow in alloc_flex_gd()

2012-06-01 Thread Gregs git-bot
commit: 967ac8af4475ce45474800709b12137aa7634c77 From: Haogang Chen haogangc...@gmail.com Date: Mon, 28 May 2012 14:21:55 -0400 Subject: ext4: fix potential integer overflow in alloc_flex_gd() In alloc_flex_gd(), when flexbg_size is large, kmalloc size would overflow and flex_gd-groups would

  1   2   >