Re: [PATCH 3.10 00/34] 3.10.75-stable review

2015-04-18 Thread Greg Kroah-Hartman
On Sat, Apr 18, 2015 at 12:10:47PM -0700, Guenter Roeck wrote: > On 04/18/2015 02:02 AM, Greg Kroah-Hartman wrote: > >On Fri, Apr 17, 2015 at 01:00:10PM -0700, Guenter Roeck wrote: > >>On Fri, Apr 17, 2015 at 03:28:32PM +0200, Greg Kroah-Hartman wrote: > >>>This is the start of the stable review cy

Re: [PATCH 3.10 00/34] 3.10.75-stable review

2015-04-18 Thread Guenter Roeck
On 04/18/2015 02:02 AM, Greg Kroah-Hartman wrote: On Fri, Apr 17, 2015 at 01:00:10PM -0700, Guenter Roeck wrote: On Fri, Apr 17, 2015 at 03:28:32PM +0200, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.75 release. There are 34 patches in this series, all wil

[stable request 3.10] Patches needed to build arm64-allmodconfig

2015-04-18 Thread Guenter Roeck
Please consider upstream commits cb1ff5f90e15 parport: disable PC-style parallel port support on cris d94bb2d756e5 drivers: parport: Kconfig: exclude h8300 for PARPORT_PC d90c3eb31535 Kconfig cleanup (PARPORT_PC dependencies) 3535629264e6 console: Disable VGA text console support on cris ee23794b

Re: [PATCH 3.19 000/101] 3.19.5-stable review

2015-04-18 Thread Greg Kroah-Hartman
On Fri, Apr 17, 2015 at 01:03:42PM -0700, Guenter Roeck wrote: > On Fri, Apr 17, 2015 at 03:27:48PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.19.5 release. > > There are 101 patches in this series, all will be posted as a response > > to this one.

[PATCH 3.14] drm/msm: use componentised device support

2015-04-18 Thread Guenter Roeck
From: Rob Clark commit 060530f1ea6740eb767085008d183f89ccdd289c upstream. Signed-off-by: Rob Clark [Guenter Roeck: backported to 3.14] Signed-off-by: Guenter Roeck --- Please consider adding this patch to v3.14, to fix a build error seen with arm:allmodconfig. Rob, it would be great if you ca

[stable request 3.14] [SCSI] bfa: Replace large udelay() with mdelay()

2015-04-18 Thread Guenter Roeck
Please consider upstream commit b367dcaa5129 [SCSI] bfa: Replace large udelay() with mdelay() for v3.14-stable. It fixes a build error seen with arm:allmodconfig. Thanks, Guenter -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kern

[stable request 3.14] arm64: vdso: fix build error when switching from LE to BE

2015-04-18 Thread Guenter Roeck
Please consider upstream commit 1915e2ad1cf5 arm64: vdso: fix build error when switching from LE to BE for v3.14-stable. It fixes a build error seen with arm64:allmodconfig if arm64:defconfig was built previously. Thanks, Guenter -- To unsubscribe from this list: send the line "unsubscribe stab

Re: [PATCH 3.10 00/34] 3.10.75-stable review

2015-04-18 Thread Guenter Roeck
On 04/18/2015 02:02 AM, Greg Kroah-Hartman wrote: On Fri, Apr 17, 2015 at 01:00:10PM -0700, Guenter Roeck wrote: On Fri, Apr 17, 2015 at 03:28:32PM +0200, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.75 release. There are 34 patches in this series, all wil

Re: [PATCH 3.10 00/34] 3.10.75-stable review

2015-04-18 Thread Greg Kroah-Hartman
On Fri, Apr 17, 2015 at 01:00:10PM -0700, Guenter Roeck wrote: > On Fri, Apr 17, 2015 at 03:28:32PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.10.75 release. > > There are 34 patches in this series, all will be posted as a response > > to this one.

Re: [PATCH] staging: vt6655: Fix TX retransmission race condition

2015-04-18 Thread Malcolm Priestley
On 12/04/15 00:47, Malcolm Priestley wrote: With high tx flow the same buffer can transmit more than once and get stuck in loop. Reset TCR to zero in device_tx_srv. Signed-off-by: Malcolm Priestley Cc: # v3.19+ --- drivers/staging/vt6655/device_main.c | 3 +++ 1 file changed, 3 insertio