[PATCH 3.4 v2 1/4] Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards

2014-04-30 Thread Rui Xiang
From: Scott Ashcroft commit d13402a4a944e72612a9ec5c9190e35717c02a9d upstream. I've managed to find an 8 port version of the card 4 port card which was discussed here: http://marc.info/?l=linux-serial&m=120760744205314&w=2 Looking back at that thread there were two issues in the original patc

[3.4.x] missing patches for 3.4.x (Part IV -v2)

2014-04-30 Thread Rui Xiang
v2: As Ben suggested, adjust the patches order and add a supplement from 3.2.x for commit ebebd49a8eab. - Hi Greg, These are the part IV commits that I've analized from the list of upstream commits that have been backported to 3.2 but missing from 3.4. For the 16 commits, - 12 commits w

[PATCH 3.4 v2 4/4] tty/serial: Add support for Altera serial port

2014-04-30 Thread Rui Xiang
From: Ley Foon Tan commit e06c93cacb82dd147266fd1bdb2d0a0bd45ff2c1 upstream. Add support for Altera 8250/16550 compatible serial port. Signed-off-by: Ley Foon Tan Signed-off-by: Greg Kroah-Hartman [xr: Backported to 3.4: adjust filenames, context] Signed-off-by: Rui Xiang --- .../devicetree

[PATCH 3.4 v2 2/4] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2014-04-30 Thread Rui Xiang
commit ebebd49a8eab5e9aa1b1f8f1614ccc3c2120f886 upstream. Add support for the UART device present in Broadcom TruManage capable NetXtreme chips (ie: 5761m 5762, and 5725). This implementation has a hidden transmit FIFO, so running in single-byte interrupt mode results in too many interrupts. The

[PATCH 3.4 v2 3/4] 8250: use correct value for PORT_BRCM_TRUMANAGE

2014-04-30 Thread Rui Xiang
From: Ben Hutchings When backporting commit ebebd49a8eab ('8250/16?50: Add support for Broadcom TruManage redirected serial port') I took the next available port type number for PORT_BRCM_TRUMANAGE (22). However, the 8250 port type numbers are exposed to userland through the TIOC{G,S}SERIAL ioct

[PATCH] omap3isp: Fix iommu domain use-after-free in isp_probe() error path

2014-04-30 Thread Peter Meerwald
isp_save_ctx() is called from omap3isp_put() after iommu_domain_free() in the isp_probe() error path [3.205047] Unable to handle kernel NULL pointer dereference at virtual address 003c [3.213470] pgd = c0004000 [3.216308] [003c] *pgd= [3.220031] Internal error: Oop

Re: [PATCH] crypto: crypto_wq - Fix late crypto work queue initialization

2014-04-30 Thread Luis Henriques
On Wed, Apr 23, 2014 at 05:00:21PM -0700, Tim Chen wrote: > From: Tim Chen > > commit 130fa5bc81b44b6cc1fbdea3abf6db0da22964e0 upstream > applies to 3.14-stable, 3.13-stable, 3.10-stable > Thanks Tim, I'll queue this for the 3.11 kernel as well. Cheers, -- Luís > The crypto algorithm modules u

Re: [git pull] linux-stable 3.10: Add PCI device IDs for Baytrail SMBUS

2014-04-30 Thread Luis Henriques
On Tue, Apr 29, 2014 at 07:39:59AM +, Chang, Rebecca Swee Fun wrote: > Hi Greg, > > Please help to pull-in the following commits from mainline to linux-stable > git, branch: linux-3.10.y:- > afc659241258b40b683998ec801d25d276529f43 i2c: i801: Add Device IDs for Intel > Wildcat Point-LP PCH >

[PATCH 3/4] Input: Add INPUT_PROP_TOPBUTTONPAD device property

2014-04-30 Thread Hans de Goede
On some newer laptops with a trackpoint the physical buttons for the trackpoint have been removed to allow for a larger touchpad. On these laptops the buttonpad has clearly marked areas on the top which are to be used as trackpad buttons. Users of the event device-node need to know about this, so

[PATCH 1/4] Input: serio - add firmware_id sysfs attribute

2014-04-30 Thread Hans de Goede
serio devices exposed via platform firmware interfaces such as ACPI may provide additional identifying information of use to userspace. We don't associate the serio devices with the firmware device (we don't set it as parent), so there's no way for userspace to make use of this information. We ca

[PATCH 4/4] Input: synaptics - report INPUT_PROP_TOPBUTTONPAD property

2014-04-30 Thread Hans de Goede
Check PNP ID of the PS/2 AUX port and report INPUT_PROP_TOPBUTTONPAD property for for touchpads with top button areas. Signed-off-by: Hans de Goede Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/synaptics.c | 55 +++-- 1 file changed, 53 insertions(+)

[PATCH 0/4] Input: Add INPUT_PROP_TOPBUTTONPAD device property to stable

2014-04-30 Thread Hans de Goede
Hi All, Now that INPUT_PROP_TOPBUTTONPAD has landed in Linus' tree we're going to start relying on it as the one and only way to identify clickpads with top buttons (as found on all new lenovo laptops) in upstream xf86-input-synaptics (and libinput). Therefor I would like to see this small patch-

[PATCH 2/4] Input: i8042 - add firmware_id support

2014-04-30 Thread Hans de Goede
Fill in the new serio firmware_id sysfs attribute for pnp instantiated 8042 serio ports. Signed-off-by: Hans de Goede Acked-by: Peter Hutterer Signed-off-by: Dmitry Torokhov --- drivers/input/serio/i8042-x86ia64io.h | 15 +++ drivers/input/serio/i8042.c | 6 ++ 2 fil

ARC patches for stable 3.10

2014-04-30 Thread Vineet Gupta
Hi, Please apply the following mainline commits to stable 3.10 as prerequisites for a patch for 3.15/stable which will follow to Linus right after. 147aece29b15051173eb1e767018135361cdba89 (went in 3.11-rc1) "ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption" fce16bc35ae4a456

[PATCH] ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe

2014-04-30 Thread Vineet Gupta
There was a very small race window where resume to kernel mode from a Exception Path (or pure kernel mode which is true for most of ARC exceptions anyways), was not disabling interrupts in restore_regs, clobbering the exception regs Anton found the culprit call flow (after many sleepless nights)

Re: [PATCH] ALSA: hda - add headset mic detect quirk for a Dell laptop

2014-04-30 Thread Takashi Iwai
At Wed, 30 Apr 2014 11:06:00 +0800, Hui Wang wrote: > > When we plug a 3-ring headset on the Dell machine (VID: 0x10ec0255, > SID: 0x1028067e), the headset mic can't be detected, after apply this > patch, the headset mic can work well. > > BugLink: https://bugs.launchpad.net/bugs/1297581 > Cc: Da

[PATCH 2/5] arm: KVM: fix possible misalignment of PGDs and bounce page

2014-04-30 Thread Christoffer Dall
From: Mark Salter The kvm/mmu code shared by arm and arm64 uses kalloc() to allocate a bounce page (if hypervisor init code crosses page boundary) and hypervisor PGDs. The problem is that kalloc() does not guarantee the proper alignment. In the case of the bounce page, the page sized buffer alloc

[PATCH 3/5] KVM: ARM: vgic: Fix sgi dispatch problem

2014-04-30 Thread Christoffer Dall
From: Haibin Wang When dispatch SGI(mode == 0), that is the vcpu of VM should send sgi to the cpu which the target_cpus list. So, there must add the "break" to branch of case 0. Cc: # 3.10+ Signed-off-by: Haibin Wang Acked-by: Marc Zyngier Signed-off-by: Christoffer Dall --- virt/kvm/arm/vg

Re: [PATCH 3.2 00/94] 3.2.58-rc1 review

2014-04-30 Thread Ben Hutchings
On Mon, 2014-04-28 at 21:01 -0700, Guenter Roeck wrote: > On 04/27/2014 06:11 PM, Ben Hutchings wrote: > > This is the start of the stable review cycle for the 3.2.58 release. > > There are 94 patches in this series, which will be posted as responses > > to this one. If anyone has any issues with

Re: 3.2.57 regression: isci driver broken: Unable to reset I T nexus?

2014-04-30 Thread Ben Hutchings
I'm adding this revert to 3.2.58, taking your 'drop commit 584ec1226519' as an ack. Ben. --- From: Ben Hutchings Date: Wed, 30 Apr 2014 13:22:22 +0100 Subject: Revert "isci: fix reset timeout handling" This reverts commit 584ec12265192bf49dfa270d517380f6723a6956, which was commit ddfadd7736b677

Re: [PATCH 0/4] Input: Add INPUT_PROP_TOPBUTTONPAD device property to stable

2014-04-30 Thread Greg KH
On Wed, Apr 30, 2014 at 11:18:24AM +0200, Hans de Goede wrote: > Hi All, > > Now that INPUT_PROP_TOPBUTTONPAD has landed in Linus' tree we're going to > start relying on it as the one and only way to identify clickpads with top > buttons (as found on all new lenovo laptops) in upstream xf86-input-

Re: [PATCH 0/4] Input: Add INPUT_PROP_TOPBUTTONPAD device property to stable

2014-04-30 Thread Hans de Goede
Hi, On 04/30/2014 03:23 PM, Greg KH wrote: > On Wed, Apr 30, 2014 at 11:18:24AM +0200, Hans de Goede wrote: >> Hi All, >> >> Now that INPUT_PROP_TOPBUTTONPAD has landed in Linus' tree we're going to >> start relying on it as the one and only way to identify clickpads with top >> buttons (as found

Re: [PATCH 0/4] Input: Add INPUT_PROP_TOPBUTTONPAD device property to stable

2014-04-30 Thread Greg KH
On Wed, Apr 30, 2014 at 03:33:07PM +0200, Hans de Goede wrote: > Hi, > > On 04/30/2014 03:23 PM, Greg KH wrote: > > On Wed, Apr 30, 2014 at 11:18:24AM +0200, Hans de Goede wrote: > >> Hi All, > >> > >> Now that INPUT_PROP_TOPBUTTONPAD has landed in Linus' tree we're going to > >> start relying on

[PATCH] acpi-video: Put the Acer Aspire V5-471G on the use_native_backlight dmi list

2014-04-30 Thread Hans de Goede
This fixes the backlight control not working. Cc: stable@vger.kernel.org Reported-and-tested-by: Vincent Gerris Signed-off-by: Hans de Goede --- drivers/acpi/video.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 8b6990e..c688b77 10

Re: [PATCH 0/4] Input: Add INPUT_PROP_TOPBUTTONPAD device property to stable

2014-04-30 Thread Josh Boyer
On Wed, Apr 30, 2014 at 9:38 AM, Greg KH wrote: > On Wed, Apr 30, 2014 at 03:33:07PM +0200, Hans de Goede wrote: >> Hi, >> >> On 04/30/2014 03:23 PM, Greg KH wrote: >> > On Wed, Apr 30, 2014 at 11:18:24AM +0200, Hans de Goede wrote: >> >> Hi All, >> >> >> >> Now that INPUT_PROP_TOPBUTTONPAD has la

Re: [PATCH 0/4] Input: Add INPUT_PROP_TOPBUTTONPAD device property to stable

2014-04-30 Thread Greg KH
On Wed, Apr 30, 2014 at 09:43:29AM -0400, Josh Boyer wrote: > On Wed, Apr 30, 2014 at 9:38 AM, Greg KH wrote: > > On Wed, Apr 30, 2014 at 03:33:07PM +0200, Hans de Goede wrote: > >> Hi, > >> > >> On 04/30/2014 03:23 PM, Greg KH wrote: > >> > On Wed, Apr 30, 2014 at 11:18:24AM +0200, Hans de Goede

Re: [PATCH] omap3isp: Fix iommu domain use-after-free in isp_probe() error path

2014-04-30 Thread Laurent Pinchart
Hi Peter, Thank you for the patch. On Wednesday 30 April 2014 10:13:30 Peter Meerwald wrote: > isp_save_ctx() is called from omap3isp_put() after iommu_domain_free() in > the isp_probe() error path > > [3.205047] Unable to handle kernel NULL pointer dereference at virtual > address 003c

Request for stable inclusion

2014-04-30 Thread Thomas Gleixner
Hi, commit b20a774495671f037e7160ea2ce8789af6b61533 Author: David Ertman Date: Tue Mar 25 04:27:55 2014 + e1000e: Fix no connectivity when driver loaded with cable out fixes an issue which affects quite some of the newer Laptops and also Desktops (e.g. AOI-PCs) which are based on mobi

Re: [PATCH 3.4 v2 3/4] 8250: use correct value for PORT_BRCM_TRUMANAGE

2014-04-30 Thread Ben Hutchings
On Wed, 2014-04-30 at 15:08 +0800, Rui Xiang wrote: > From: Ben Hutchings > > When backporting commit ebebd49a8eab ('8250/16?50: Add support for > Broadcom TruManage redirected serial port') I took the next > available port type number for PORT_BRCM_TRUMANAGE (22). > > However, the 8250 port typ

Re: [PATCH] acpi-video: Put the Acer Aspire V5-471G on the use_native_backlight dmi list

2014-04-30 Thread Rafael J. Wysocki
On Wednesday, April 30, 2014 03:37:21 PM Hans de Goede wrote: > This fixes the backlight control not working. > > Cc: stable@vger.kernel.org > Reported-and-tested-by: Vincent Gerris > Signed-off-by: Hans de Goede Sorry, this conflicts with commit 170269a9d3c0 (ACPI / video: Default to using nat

RE: Request for stable inclusion

2014-04-30 Thread Ertman, DavidX M
> -Original Message- > From: Thomas Gleixner [mailto:t...@linutronix.de] > Sent: Wednesday, April 30, 2014 12:04 PM > To: stable@vger.kernel.org > Cc: Kirsher, Jeffrey T; Ertman, DavidX M; net...@vger.kernel.org > Subject: Request for stable inclusion > > Hi, > > commit b20a774495671f037e

Re: [PATCH 3.12,3.13] __dentry_path() fixes

2014-04-30 Thread Kamal Mostafa
On Tue, 2014-04-29 at 17:12 -0400, Mikulas Patocka wrote: > This is backport of the upstream commit > f6500801522c61782d4990fa1ad96154cb397cd4. It is suitable for upstream > series 3.12 and 3.13. (previous stable kernels don't need this because > they don't have the bug). > Queued up for 3.13-

RE: Request for stable inclusion

2014-04-30 Thread Eric Dumazet
On Wed, 2014-04-30 at 19:40 +, Ertman, DavidX M wrote: > The commit that caused the issue went into net-next on June 21, 2013. So at > least 3.11 and forward, and probably 3.10. There is a way to know exactly the cut point : $ git describe --contains da1e2046e5 v3.12-rc1~132^2~445^2~6 -

[STABLE,PATCH] parisc: fix epoll_pwait syscall on compat kernel

2014-04-30 Thread Helge Deller
Can you please consider including upstream commit ab3e55b119c9653b19ea4edffb86f04db867ac98 to stable kernels 3.0 and higher. In the upstream commit I used by mistake CC:sta...@kernel.org instead of CC:stable@vger.kernel.org... [PATCH] parisc: fix epoll_pwait syscall on compat kernel This bug was

[STABLE,PATCH] parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZE

2014-04-30 Thread Helge Deller
Can you please consider including upstream commit 0ef36bd2b37815719e31a72d2beecc28ca8ecd26 to stable kernels 3.13 and 3.14 ? In the upstream commit I used by mistake CC:sta...@kernel.org instead of CC:stable@vger.kernel.org... [PATCH] parisc: change value of SHMLBA from 0x0040 to PAGE_SIZE On

RE: Request for stable inclusion

2014-04-30 Thread Thomas Gleixner
On Wed, 30 Apr 2014, Eric Dumazet wrote: > On Wed, 2014-04-30 at 19:40 +, Ertman, DavidX M wrote: > > > The commit that caused the issue went into net-next on June 21, 2013. So > > at least 3.11 and forward, and probably 3.10. > > There is a way to know exactly the cut point : > > $ git d

Re: [PATCH] word-at-a-time: avoid undefined behaviour in zero_bytemask macro

2014-04-30 Thread H. Peter Anvin
On 04/23/2014 09:52 AM, Will Deacon wrote: > > diff --git a/include/asm-generic/word-at-a-time.h > b/include/asm-generic/word-at-a-time.h > index d3909effd725..d96deb443f18 100644 > --- a/include/asm-generic/word-at-a-time.h > +++ b/include/asm-generic/word-at-a-time.h > @@ -50,11 +50,7 @@ static

[to-be-updated] mm-page-writebackc-fix-divide-by-zero-in-pos_ratio_polynom.patch removed from -mm tree

2014-04-30 Thread akpm
Subject: [to-be-updated] mm-page-writebackc-fix-divide-by-zero-in-pos_ratio_polynom.patch removed from -mm tree To: r...@redhat.com,kosaki.motoh...@jp.fujitsu.com,fengguang...@intel.com,jwei...@redhat.com,mho...@suse.cz,mpatla...@parallels.com,sand...@redhat.com,stable@vger.kernel.org,mm-comm...

[folded-merged] mm-page-writebackc-fix-divide-by-zero-in-pos_ratio_polynom-fix.patch removed from -mm tree

2014-04-30 Thread akpm
Subject: [folded-merged] mm-page-writebackc-fix-divide-by-zero-in-pos_ratio_polynom-fix.patch removed from -mm tree To: a...@linux-foundation.org,kosaki.motoh...@jp.fujitsu.com,fengguang...@intel.com,jwei...@redhat.com,mho...@suse.cz,mpatla...@parallels.com,r...@redhat.com,sand...@redhat.com,sta

+ mmwriteback-fix-divide-by-zero-in-pos_ratio_polynom.patch added to -mm tree

2014-04-30 Thread akpm
Subject: + mmwriteback-fix-divide-by-zero-in-pos_ratio_polynom.patch added to -mm tree To: r...@redhat.com,aneesh.ku...@linux.vnet.ibm.com,lcapitul...@redhat.com,m.miz...@jp.fujitsu.com,mgor...@suse.de,n...@linux.vnet.ibm.com,stable@vger.kernel.org From: a...@linux-foundation.org Date: Wed, 30 Ap

Patch "mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.4-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy error 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 "w1: fix w1_send_slave dropping a slave id" has been added to the 3.4-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled w1: fix w1_send_slave dropping a slave id 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: w1-fix-w1_send

Patch "staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer" has been added to the 3.4-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer 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 o

Patch "mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.4-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy error 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 "mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.4-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error 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 "mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.10-stable 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 "mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy error" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy error to the 3.10-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 "mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename o

Patch "mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename o

Patch "mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename o

Patch "w1: fix w1_send_slave dropping a slave id" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled w1: fix w1_send_slave dropping a slave id to the 3.10-stable tree which 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: w1-fix-w1_sen

Patch "mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chip fail" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chip fail to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The f

Patch "mfd: 88pm860x: Fix I2C device resource leak on regmap init fail" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: 88pm860x: Fix I2C device resource leak on regmap init fail to the 3.10-stable tree which 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 "staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch "mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.14-stable 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 "mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.10-stable 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 "mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename o

Patch "staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch "w1: fix w1_send_slave dropping a slave id" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled w1: fix w1_send_slave dropping a slave id to the 3.14-stable tree which 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: w1-fix-w1_sen

Patch "mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename o

Patch "mfd: kempld-core: Fix potential hang-up during boot" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: kempld-core: Fix potential hang-up during boot to the 3.14-stable tree which 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: mfd

Patch "mfd: 88pm800: Fix I2C device resource leak if probe fails" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: 88pm800: Fix I2C device resource leak if probe fails to the 3.14-stable tree which 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 "mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chip fail" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: tps65910: Fix possible invalid pointer dereference on regmap_add_irq_chip fail to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The f

Patch "mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.14-stable 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 "mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy error" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy error to the 3.14-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 "mfd: twl-core: Fix accessibility of some twl4030 audio registers" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: twl-core: Fix accessibility of some twl4030 audio registers to the 3.14-stable tree which 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 "mfd: 88pm860x: Fix I2C device resource leak on regmap init fail" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: 88pm860x: Fix I2C device resource leak on regmap init fail to the 3.14-stable tree which 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 "mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.10-stable 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 "mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename o

Patch "mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy error" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy error to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of

FAILED: patch "[PATCH] staging: r8188eu: Fix case where ethtype was never obtained" failed to apply to 3.14-stable tree

2014-04-30 Thread gregkh
The patch below does not apply to the 3.14-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 -- >

Patch "xfs: fix directory hash ordering bug" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled xfs: fix directory hash ordering bug to the 3.10-stable tree which 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: xfs-fix-directory-

Patch "staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0 to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

Patch "staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return NULL" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return NULL to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The fil

Patch "staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0 to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

Patch "staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private data" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: comedi: usbdux: bug fix for accessing 'ao_chanlist' in private data to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename

Patch "staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0" has been added to the 3.4-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: r8712u: Fix case where ethtype was never obtained and always be checked against 0 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

FAILED: patch "[PATCH] PCI: mvebu: Use Device ID and revision from underlying" failed to apply to 3.14-stable tree

2014-04-30 Thread gregkh
The patch below does not apply to the 3.14-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 -- >

Patch "ftrace/x86: One more missing sync after fixup of function modification failure" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ftrace/x86: One more missing sync after fixup of function modification failure to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filena

Patch "x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels to the 3.10-stable tree which 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: fix crash during hotplug of PCI USB controller card" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: fix crash during hotplug of PCI USB controller card to the 3.10-stable tree which 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 "regulator: arizona-ldo1: Correct default regulator init_data" has been added to the 3.10-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled regulator: arizona-ldo1: Correct default regulator init_data to the 3.10-stable tree which 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 "regulator: arizona-ldo1: Correct default regulator init_data" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled regulator: arizona-ldo1: Correct default regulator init_data to the 3.14-stable tree which 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: fix crash during hotplug of PCI USB controller card" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: fix crash during hotplug of PCI USB controller card to the 3.14-stable tree which 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 "PCI: mvebu: Fix potential issue in range parsing" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled PCI: mvebu: Fix potential issue in range parsing to the 3.14-stable tree which 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: pci-mv

Patch "x86, AVX-512: AVX-512 Feature Detection" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, AVX-512: AVX-512 Feature Detection to the 3.14-stable tree which 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: x86-avx-512-avx

Patch "ftrace/x86: One more missing sync after fixup of function modification failure" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ftrace/x86: One more missing sync after fixup of function modification failure to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filena

Patch "x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels to the 3.14-stable tree which 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 "PCI: imx6: Wait for retraining" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled PCI: imx6: Wait for retraining to the 3.14-stable tree which 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: pci-imx6-wait-for-retrai

Patch "USB: fix crash during hotplug of PCI USB controller card" has been added to the 3.4-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: fix crash during hotplug of PCI USB controller card 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, AVX-512: Enable AVX-512 States Context Switch" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, AVX-512: Enable AVX-512 States Context Switch to the 3.14-stable tree which 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: x86-

Patch "x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels" has been added to the 3.4-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels 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, hash: Fix build failure with older binutils" has been added to the 3.14-stable tree

2014-04-30 Thread gregkh
This is a note to let you know that I've just added the patch titled x86, hash: Fix build failure with older binutils to the 3.14-stable tree which 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: x86-ha

New failures in 3.10-stable-queue

2014-04-30 Thread Guenter Roeck
Hi Greg, there are a number of new build failures in 3.10-stable-queue. Failing builds are i386:allyesconfig, i386:allmodconfig, alpha:allmodconfig, powerpc:allmodconfig, sparc64:allmodconfig, x86_64:allmodconfig, x86_64:allyesconfig, and xtensa:allmodconfig. drivers/regulator/arizona-ldo1.c:

Re: New failures in 3.10-stable-queue

2014-04-30 Thread Greg Kroah-Hartman
On Wed, Apr 30, 2014 at 10:56:46PM -0700, Guenter Roeck wrote: > Hi Greg, > > there are a number of new build failures in 3.10-stable-queue. > > Failing builds are i386:allyesconfig, i386:allmodconfig, alpha:allmodconfig, > powerpc:allmodconfig, sparc64:allmodconfig, x86_64:allmodconfig, > x86_6