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

2012-06-01 Thread Junxiao Bi
On 06/02/2012 04:55 AM, Jeff Moyer wrote: Junxiao Bi writes: On 05/31/2012 10:08 PM, Jeff Moyer wrote: Junxiao Bi 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 un

Re: [PATCH] hugetlb: fix resv_map leak in error path (v2 with fix for vma_resv_map() oops)

2012-06-01 Thread Ben Hutchings
On Fri, 2012-06-01 at 14:32 -0700, Dave Hansen wrote: > This is the version meant for the -stable <=3.2.0. > > This contains upstream commit: > > c50ac050811d6485616a193eb0f37bfbd191cc89 > > along with the fix for an oops introduced by that: > > 4523e1458566a0e8ecfaff90f380dd23acc44

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

2012-06-01 Thread Ben Hutchings
On Fri, 2012-06-01 at 11:59 -0700, Dave Hansen wrote: > 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 someon

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

2012-06-01 Thread Ben Hutchings
On Fri, 2012-06-01 at 09:37 -0700, Greg KH wrote: > 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

Re: FAILED: patch "[PATCH] drm/i915: enable vdd when switching off the eDP panel" failed to apply to 3.4-stable tree

2012-06-01 Thread Ben Hutchings
On Fri, 2012-06-01 at 17:00 +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 . You need to eith

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

2012-06-01 Thread Ben Hutchings
On Fri, 2012-06-01 at 17:03 +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 . The filename is

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

2012-06-01 Thread Ben Hutchings
On Fri, 2012-06-01 at 16:40 +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 . You just need 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:23:00PM +, KY Srinivasan wrote: > > > > -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;

Patch Upstream: slub: fix a memory leak in get_partial_node()

2012-06-01 Thread Gregs git-bot
commit: 02d7633fa567be7bf55a993b79d2a31b95ce2227 From: Joonsoo Kim Date: Thu, 17 May 2012 00:13:02 +0900 Subject: slub: fix a memory leak in get_partial_node() In the case which is below, 1. acquire slab for cpu partial list 2. free object to it by remote cpu 3. page->freelist = t then memory l

Patch Upstream: mtd: nand: fix scan_read_raw_oob

2012-06-01 Thread Gregs git-bot
commit: 34a5704d91d6f8376a4c0a0143a1dd3eb3ccb37e From: Dmitry Maluka Date: Fri, 11 May 2012 20:51:51 +0300 Subject: mtd: nand: fix scan_read_raw_oob It seems there is a bug in scan_read_raw_oob() in nand_bbt.c which should cause wrong functioning of NAND_BBT_SCANALLPAGES option. Artem: the patch

Patch Upstream: ALSA: usb-audio: fix rate_list memory leak

2012-06-01 Thread Gregs git-bot
commit: 5cd5d7c44990658df6ab49f6253c39617c53b03d From: Clemens Ladisch Date: Fri, 18 May 2012 18:00:43 +0200 Subject: ALSA: usb-audio: fix rate_list memory leak The array of sample rates is reallocated every time when opening the PCM device, but was freed only once when unplugging the device. Re

Patch Upstream: drm/radeon: fix bank information in tiling config

2012-06-01 Thread Gregs git-bot
commit: 29d654067a98c1cb8874c774e5fd799a038af8a6 From: Alex Deucher Date: Thu, 31 May 2012 18:53:36 -0400 Subject: drm/radeon: fix bank information in tiling config While there are cards with more than 8 mem banks, the max number of banks from a tiling perspective is 8, so cap the tiling config a

Patch Upstream: drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlock

2012-06-01 Thread Gregs git-bot
commit: 0b8c30bc4943137a4a36b9cb059b1cc684f5d702 From: Alex Deucher Date: Thu, 31 May 2012 18:54:43 -0400 Subject: drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlock Need to program an additional VM register. This doesn't not currently cause any problems, but allows us

Patch Upstream: drm/radeon: fix HD6790, HD6570 backend programming

2012-06-01 Thread Gregs git-bot
commit: 95c4b23ec4e2fa5604df229ddf134e31d7b3b378 From: Jerome Glisse Date: Thu, 31 May 2012 19:00:24 -0400 Subject: drm/radeon: fix HD6790, HD6570 backend programming Without this bit sets we get broken rendering and lockups. fglrx sets this bit. Bugs that should be fixed by this patch : https:

Patch Upstream: drm/ttm: Fix spinlock imbalance

2012-06-01 Thread Gregs git-bot
commit: a8ff3ee211fccf708e1911bbc096625453ebf759 From: Thomas Hellstrom Date: Fri, 1 Jun 2012 15:39:11 +0200 Subject: drm/ttm: Fix spinlock imbalance This imbalance may cause hangs when TTM is trying to swap out a buffer that is already on the delayed delete list. Signed-off-by: Thomas Hellstrom

Patch Upstream: mtd: of_parts: fix breakage in Kconfig

2012-06-01 Thread Gregs git-bot
commit: 2e929d001e85126d9267de373d4b76014789661d From: Frank Svendsboe Date: Thu, 17 May 2012 22:43:09 +0200 Subject: mtd: of_parts: fix breakage in Kconfig MTD_OF_PARTS and the default setting is not working due to using 'Y' instead of 'y', introduced in commit d6137badeff1ef64b4e0092ec249ebdeae

Patch Upstream: mtd: block2mtd: fix recursive call of mtd_writev

2012-06-01 Thread Gregs git-bot
commit: 2e24e32e2759348c9290404abad4f729f791bfad From: Gabor Juhos Date: Thu, 24 May 2012 00:17:23 +0200 Subject: mtd: block2mtd: fix recursive call of mtd_writev The 'mtd_writev' interface calls the function assigned to the '_write' field of a given mtd device if that is not NULL. The block2mtd

Patch Upstream: drm/radeon: fix regression in UMS CS ioctl

2012-06-01 Thread Gregs git-bot
commit: 9b00147d9f2ba137ce74b66b768a8312be0b6781 From: Alex Deucher Date: Wed, 30 May 2012 10:09:30 -0400 Subject: drm/radeon: fix regression in UMS CS ioctl radeon_cs_parser_init is called by both the legacy UMS CS ioctl and the KMS CS ioctl. Protect KMS specific pieces of the code by checking

Patch Upstream: mtd: mxc_nand: move ecc strengh setup before nand_scan_tail

2012-06-01 Thread Gregs git-bot
commit: 4a43faf54e9173b6acce37cf7f053fc9515a2cdf From: Sascha Hauer Date: Fri, 25 May 2012 16:22:42 +0200 Subject: mtd: mxc_nand: move ecc strengh setup before nand_scan_tail Since commit 6a918bade9dab40aaef80559bd1169c69e8d69cb, the mxc_nand driver fails with: Driver must set ecc.strength when

Patch Upstream: drm/vmwgfx: Fix nasty write past alloced memory area

2012-06-01 Thread Gregs git-bot
commit: 0824db38e515644f8d1bfd64adbd7cb2c6ea7c62 From: Thomas Hellstrom Date: Fri, 1 Jun 2012 15:48:04 +0200 Subject: drm/vmwgfx: Fix nasty write past alloced memory area Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie --- d

Patch Upstream: ext4: fix potential NULL dereference in ext4_free_inodes_counts()

2012-06-01 Thread Gregs git-bot
commit: bb3d132a24cd8bf5e7773b2d9f9baa58b07a7dae From: Dan Carpenter Date: Mon, 28 May 2012 14:16:57 -0400 Subject: ext4: fix potential NULL dereference in ext4_free_inodes_counts() The ext4_get_group_desc() function returns NULL on error, and ext4_free_inodes_count() function dereferences it wit

Patch Upstream: ext4: force ro mount if ext4_setup_super() fails

2012-06-01 Thread Gregs git-bot
commit: 7e84b6216467b84cd332c8e567bf5aa113fd2f38 From: Eric Sandeen Date: Mon, 28 May 2012 14:17:25 -0400 Subject: ext4: force ro mount if ext4_setup_super() fails If ext4_setup_super() fails i.e. due to a too-high revision, the error is logged in dmesg but the fs is not mounted RO as indicated.

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

2012-06-01 Thread Gregs git-bot
commit: 7e936b737211e6b54e34b71a827e56b872e958d8 From: Andreas Dilger 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. So detect this c

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

2012-06-01 Thread Gregs git-bot
commit: 967ac8af4475ce45474800709b12137aa7634c77 From: Haogang Chen 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 point to a buffer smaller

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

2012-06-01 Thread Gregs git-bot
commit: 799243a389bde0de10fa21ca1ca453d2fe538b85 From: Dmitry Kasatkin 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 uses ATTR_SIZE flag as

Patch Upstream: ext4: add ext4_mb_unload_buddy in the error path

2012-06-01 Thread Gregs git-bot
commit: 02b7831019ea4e7994968c84b5826fa8b248ffc8 From: Salman Qazi 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 allocation. Signed-o

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

2012-06-01 Thread Gregs git-bot
commit: 95599968d19db175829fb580baa6b68939b320fb From: Salman Qazi 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 put the inode. Al

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 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 we set ->mnt_ns non-NUL

Patch Upstream: ext4: don't trash state flags in EXT4_IOC_SETFLAGS

2012-06-01 Thread Gregs git-bot
commit: 79906964a187c405db72a3abc60eb9b50d804fbc From: Theodore Ts'o Date: Thu, 31 May 2012 23:46:01 -0400 Subject: ext4: don't trash state flags in EXT4_IOC_SETFLAGS In commit 353eb83c we removed i_state_flags with 64-bit longs, But when handling the EXT4_IOC_SETFLAGS ioctl, we replace i_flags d

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

2012-06-01 Thread Gregs git-bot
commit: f3fc0210c0fc91900766c995f089c39170e68305 From: Theodore Ts'o 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 system as conta

[PATCH] hugetlb: fix resv_map leak in error path (v2 with fix for vma_resv_map() oops)

2012-06-01 Thread Dave Hansen
This is the version meant for the -stable <=3.2.0. This contains upstream commit: c50ac050811d6485616a193eb0f37bfbd191cc89 along with the fix for an oops introduced by that: 4523e1458566a0e8ecfaff90f380dd23acc44d27 This patch was originally rediffed against 3.2 by Christoph La

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 > Cc: "Wyborny, Carolyn"

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

2012-06-01 Thread Jeff Moyer
Junxiao Bi writes: > On 05/31/2012 10:08 PM, Jeff Moyer wrote: >> Junxiao Bi 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 unaligned aio. As >>> *private

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

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 wrote: Yes, that's right direction, I think. Currently

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: def

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 >>>

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 Motohiro wrote: --- a/mm/shmem.c +++ b/mm/shmem.c @@ -929,7 +929,7 @@ static struct page *shmem_alloc_pa

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: > > http://www.kernel.org/git/?p=lin

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: > > http://www.ker

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

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 rule

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 . I'm

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: mm-fix-vma_resv_map-

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, inc

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 Dave Hansen
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 the original git commit > id to . Hi Greg, The patch fixes a

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: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-q

Patch "Bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C" 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 Foxconn/Hon Hai AR5BBU22 0489:E03C 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 inste

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: add-foxconn-h

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: kbuild-install-kerne

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, s

Re: [3.0.y, 3.2.y, 3.4.y] Re: [PATCH 1/1] bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C

2012-06-01 Thread Greg KH
On Tue, May 29, 2012 at 07:27:49AM -0500, Jonathan Nieder wrote: > Hi Ben and Greg, > > Please consider > > 85d59726c5c6 Bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C > > for inclusion if appropriate in the 3.0.y, 3.2.y, and 3.4.y trees. Applied to 3.0-stable, thanks. greg k-

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/bluetoo

Re: [3.0.y, 3.2.y] Re: [PATCH] btusb: typo in Broadcom SoftSailing id

2012-06-01 Thread Greg KH
On Tue, May 29, 2012 at 07:01:54PM -0500, Jonathan Nieder wrote: > Hi Ben and Greg, > > Please queue > > 2e8b506310f6 Bluetooth: btusb: typo in Broadcom SoftSailing id > > for 3.0.y and 3.2.y. (The patch is already in 3.4, so no need to > apply it for newer kernels.) > > It fixes a typo in a

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 pat

Patch "Bluetooth: btusb: Add vendor specific ID (0489 e042) 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 (0489 e042) 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 pat

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: bluetoot

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: Add support for Broadcom 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: Add support for Broadcom 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 patch is: bluetooth

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: blueto

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 > c019092

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

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: iommu-amd-

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: drm-radeon-fix-xfx-quirk.patch

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: iommu-am

Patch "drm/radeon: fix typo in trinity tiling setup" 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 typo in trinity tiling setup 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: drm-radeon-

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: drm-

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: 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: drm-i9

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: drm-i915-adding-t

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: drm-radeon-fix-xfx-quirk.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: drm-

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

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 . thanks, greg k-h -- original commit in Linus's tree -- >F

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 . thanks, greg k-h -- original commit in Linus's tree -- >F

FAILED: patch "[PATCH] drm/i915: enable vdd when switching off the eDP panel" 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 . thanks, greg k-h -- original commit in Linus's tree -- >F

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: solos-pci-fix-dma-support.pat

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: x8

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: paris

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 pat

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 "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: mi

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: nfs-kmalloc-d

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: m

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: hugetlb-fix-res

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: ixp4xx

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 "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: solos-pci-fix-dma-support.pat

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 "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: paris

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: m

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 pat

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 . thanks, greg k-h -- original commit in Linus's tree -- >F

Patch "mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition" 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: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition 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 filenam

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: mm-fix-f

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: iwlwifi

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: iwlwifi-

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

  1   2   >