[PATCH] Bluetooth: Fix sending HCI commands after reset

2012-12-10 Thread Szymon Janc
After sending reset command wait for its command complete event before sending next command. Some chips sends CC event for command received before reset if reset was send before chip replied with CC. This is also required by specification that host shall not send additional HCI commands before rec

[PATCH 3.0.x] x86, amd: Disable way access filter on Piledriver CPUs

2012-12-10 Thread CAI Qian
Peter, this has been committed into the 3.6.x stable release, and has been adjusted to be able to apply to 3.4.x as well. Please provide an ACK here if you agree in order for Greg to commit it there. Author: Andre Przywara Upstream-ID: 2bbf0a1427c377350f001fbc6260995334739ad7 Stable-trees: 3.0.x

[PATCH 3.4.x] x86, amd: Disable way access filter on Piledriver CPUs

2012-12-10 Thread CAI Qian
Peter, this has been committed into the 3.6.x stable release, and has been adjusted to be able to apply to 3.4.x as well. Please provide an ACK here if you agree in order for Greg to commit it there. Author: Andre Przywara Upstream-ID: 2bbf0a1427c377350f001fbc6260995334739ad7 Stable-trees: 3.4.x

[PATCH 3.0] tmpfs: fix shared mempolicy leak

2012-12-10 Thread Hugh Dickins
-- original commit in Linus's tree -- >From 18a2f371f5edf41810f6469cb9be39931ef9deb9 Mon Sep 17 00:00:00 2001 From: Mel Gorman Date: Wed, 5 Dec 2012 14:01:41 -0800 Subject: [PATCH] tmpfs: fix shared mempolicy leak This fixes a regression in 3.7-rc, which has since

[stable] [PATCH] powerpc/ptrace: Fix build with gcc 4.6

2012-12-10 Thread Michael Neuling
From: Benjamin Herrenschmidt gcc (rightfully) complains that we are accessing beyond the end of the fpr array (we do, to access the fpscr). The only sane thing to do (whether anything in that code can be called remotely sane is debatable) is to special case fpscr and handle it as a separate stat

[PATCH] i82975x_edac: Fix dimm label initialization

2012-12-10 Thread CAI Qian
Mauro, Ranganathan, Arvind, this patch looks applicable to the stable releases. Please ACK it if you agree, so that Greg can commit it there. Upstream-ID: 479696840239e0cc43efb3c917bdcad2174d2215 Stable-trees: 3.6.x Author: Carvalho Chehab The driver has only 4 hardcoded labels, but allows much

[PATCH] edac: Fix the dimm filling for csrows-based layouts

2012-12-10 Thread CAI Qian
Doug, Mauro, this upstream patch looks applicable to the stable releases. Please ACK it if you agree, so that Greg can commit it there. >From Mauro Carvalho Chehab Upstream-ID: 24bef66e74d647aebd34e0bef7693512b7912029 Stable-trees: 3.6.x The driver is currently filling data in a wrong way, on dr

Re: [regression] Re: [ 049/149] rtc: Disable the alarm in the hardware (v2)

2012-12-10 Thread John Stultz
On 12/08/2012 03:10 AM, Heinz Wiesinger wrote: On Tuesday 04 December 2012 10:34:39 John Stultz wrote: On 12/04/2012 02:34 AM, Heinz Wiesinger wrote: On Monday 03 December 2012 15:14:12 you wrote: On 11/05/2012 02:55 PM, Heinz Wiesinger wrote: On Monday 05 November 2012 11:13:31 Greg KH wrote

Re: [3.0-stable PATCH 00/36] Proposed 3.0-stable bug patches

2012-12-10 Thread Ben Myers
Hi Dave, On Mon, Dec 10, 2012 at 11:24:43AM +1100, Dave Chinner wrote: > On Fri, Dec 07, 2012 at 03:15:36PM -0600, Ben Myers wrote: > > > > As for adding patches to 3.0-stable. I believed then and now that > > > > proactively suggesting bug fixes into 3.0-stable is a good thing > > > > because it

Re: Patch "md/raid1{,0}: fix deadlock in bitmap_unplug." has been added to the 3.6-stable tree

2012-12-10 Thread Torsten Kaiser
On Mon, Dec 10, 2012 at 10:20 PM, Greg KH wrote: > On Mon, Dec 10, 2012 at 10:13:19PM +0100, Torsten Kaiser wrote: >> On Thu, Dec 6, 2012 at 8:02 PM, wrote: >> > >> > This is a note to let you know that I've just added the patch titled >> > >> > md/raid1{,0}: fix deadlock in bitmap_unplug. >

Re: Patch "md/raid1{,0}: fix deadlock in bitmap_unplug." has been added to the 3.6-stable tree

2012-12-10 Thread Greg KH
On Mon, Dec 10, 2012 at 10:13:19PM +0100, Torsten Kaiser wrote: > On Thu, Dec 6, 2012 at 8:02 PM, wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > md/raid1{,0}: fix deadlock in bitmap_unplug. > > Sorry for only reading your release mail for 3.6.10,

Re: Patch "md/raid1{,0}: fix deadlock in bitmap_unplug." has been added to the 3.6-stable tree

2012-12-10 Thread Torsten Kaiser
On Thu, Dec 6, 2012 at 8:02 PM, wrote: > > This is a note to let you know that I've just added the patch titled > > md/raid1{,0}: fix deadlock in bitmap_unplug. Sorry for only reading your release mail for 3.6.10, but not the review mails: It seem this patch was somehow truncated. The origi

Re: [PATCH] workqueue: convert BUG_ON()s in queue_delayed_work() to WARN_ON_ONCE()s

2012-12-10 Thread Tejun Heo
Hello, Greg. On Mon, Dec 10, 2012 at 12:35:39PM -0800, Greg KH wrote: > On Thu, Dec 06, 2012 at 01:34:28PM -0700, Shuah Khan wrote: > > Changed BUG_ON()s in queue_delayed_work() to WARN_ON_ONCE()s so that > > incorrect use of delayed_work() triggers warnings, but doesn't crash > > the system. This

Re: [Intel-gfx] [PATCH] drm/i915: disable cpt phase pointer fdi rx workaround

2012-12-10 Thread Daniel Vetter
On Mon, Dec 10, 2012 at 12:44:11PM -0800, Jesse Barnes wrote: > On Sat, 8 Dec 2012 12:58:33 +0100 > Daniel Vetter wrote: > > > We've originally added this in > > > > commit 291427f5fdadec6e4be2924172e8350e1539 > > Author: Jesse Barnes > > Date: Fri Jul 29 12:42:37 2011 -0700 > > > >

Re: [Intel-gfx] [PATCH] drm/i915: disable cpt phase pointer fdi rx workaround

2012-12-10 Thread Jesse Barnes
On Sat, 8 Dec 2012 12:58:33 +0100 Daniel Vetter wrote: > We've originally added this in > > commit 291427f5fdadec6e4be2924172e8350e1539 > Author: Jesse Barnes > Date: Fri Jul 29 12:42:37 2011 -0700 > > drm/i915: apply phase pointer override on SNB+ too > > and then copy-pasted it o

Patch "ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set" has been added to the 3.0-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set 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

Re: ASoC: dmaengine: Correct Makefile when sound is built as module

2012-12-10 Thread Greg KH
On Mon, Dec 10, 2012 at 09:32:38PM +0100, Florian Fainelli wrote: > Hello Mark, Peter, Greg, > > Commit 961a7aeafab477f63d9eef26afde9cbb8badcd0f: ASoC: dmaengine: Correct > Makefile when sound is built as module > > should also be backported to stable branches. I have a 3.6.9 kernel here for >

Patch "tmpfs: fix shared mempolicy leak" has been added to the 3.4-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled tmpfs: fix shared mempolicy leak 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: tmpfs-fix-shared-mempol

Patch "ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set" has been added to the 3.4-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Patch "Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"" has been added to the 3.4-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts" 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 pa

Patch "mmc: sh-mmcif: avoid oops on spurious interrupts (second try)" has been added to the 3.4-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled mmc: sh-mmcif: avoid oops on spurious interrupts (second try) 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 "mmc: sh-mmcif: avoid oops on spurious interrupts (second try)" has been added to the 3.6-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled mmc: sh-mmcif: avoid oops on spurious interrupts (second try) to the 3.6-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 "tmpfs: fix shared mempolicy leak" has been added to the 3.6-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled tmpfs: fix shared mempolicy leak to the 3.6-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: tmpfs-fix-shared-mempol

Patch "Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"" has been added to the 3.6-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts" to the 3.6-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 pa

Patch "ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set" has been added to the 3.6-stable tree

2012-12-10 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set to the 3.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The

Re: [PATCH] workqueue: convert BUG_ON()s in queue_delayed_work() to WARN_ON_ONCE()s

2012-12-10 Thread Greg KH
On Thu, Dec 06, 2012 at 01:34:28PM -0700, Shuah Khan wrote: > Changed BUG_ON()s in queue_delayed_work() to WARN_ON_ONCE()s so that > incorrect use of delayed_work() triggers warnings, but doesn't crash > the system. This change is back-ported from upstream change that converted > BUG_ON()s in __que

Re: [PATCH -stable 1/1] freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZE

2012-12-10 Thread Greg Kroah-Hartman
On Fri, Dec 07, 2012 at 03:49:22PM +0100, Oleg Nesterov wrote: > This patch is only for pre-v3.3 stable trees which backported > b40a7959 "freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD". > v3.3+ doesn't need this fix. > > b40a7959 is the trivial bugfix, but unfortunately I forgot th

Re: [PATCH 266/270] ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_VFPv3 set

2012-12-10 Thread Greg Kroah-Hartman
On Mon, Dec 10, 2012 at 12:28:54AM +, Ben Hutchings wrote: > On Mon, 2012-11-26 at 14:59 -0200, Herton Ronaldo Krzesinski wrote: > > 3.5.7u1 -stable review patch. If anyone has any objections, please let me > > know. > > > > -- > > > > From: Paul Walmsley > > > > commit 39

FAILED: patch "[PATCH] tmpfs: fix shared mempolicy leak" failed to apply to 3.0-stable tree

2012-12-10 Thread gregkh
The patch below does not apply to the 3.0-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 Upstream: Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"

2012-12-10 Thread Gregs git-bot
commit: 6984f3c31bb57cb7491dbec1be44b74bd00f4648 From: Chris Ball Date: Mon, 3 Dec 2012 09:17:19 -0500 Subject: Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts" This reverts commit 8464dd52d3198dd05, which was a misapplied debugging version of the patch, not the final patch it

Patch Upstream: mmc: sh-mmcif: avoid oops on spurious interrupts (second try)

2012-12-10 Thread Gregs git-bot
commit: 91ab252ac5a5c3461dd6910797611e9172626aed From: Guennadi Liakhovetski Date: Wed, 22 Aug 2012 06:49:47 + Subject: mmc: sh-mmcif: avoid oops on spurious interrupts (second try) On some systems, e.g., kzm9g, MMCIF interfaces can produce spurious interrupts without any active request. To p

Re: Linux 3.0.56

2012-12-10 Thread Greg KH
diff --git a/Makefile b/Makefile index 06df950..b639af3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 0 -SUBLEVEL = 55 +SUBLEVEL = 56 EXTRAVERSION = NAME = Sneaky Weasel diff --git a/arch/arm/mach-dove/include/mach/pm.h b/arch/arm/mach-dove/include/mach/pm.h

Linux 3.6.10

2012-12-10 Thread Greg KH
I'm announcing the release of the 3.6.10 kernel. All users of the 3.6 kernel series must upgrade. The updated 3.6.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.6.y and can be browsed at the normal kernel.org git web browser:

Linux 3.0.56

2012-12-10 Thread Greg KH
I'm announcing the release of the 3.0.56 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.4.23

2012-12-10 Thread Greg KH
diff --git a/Makefile b/Makefile index 320663d..bf1df55 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 4 -SUBLEVEL = 22 +SUBLEVEL = 23 EXTRAVERSION = NAME = Saber-toothed Squirrel diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e14ae11..7fe19a3 100644 --

Linux 3.4.23

2012-12-10 Thread Greg KH
I'm announcing the release of the 3.4.23 kernel. All users of the 3.4 kernel series must upgrade. The updated 3.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.6.10

2012-12-10 Thread Greg KH
diff --git a/Makefile b/Makefile index 978af72..686b83c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 6 -SUBLEVEL = 9 +SUBLEVEL = 10 EXTRAVERSION = NAME = Terrified Chipmunk diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 48c19d4..589bdba 100644 --- a/a

Re: [PATCH v2] powerpc: fix wii_memory_fixups() compile error on 3.0.y tree

2012-12-10 Thread Ben Hutchings
On Mon, Dec 10, 2012 at 10:23:16AM -0700, Shuah Khan wrote: > Fix wii_memory_fixups() the following compile error on 3.0.y tree with > wii_defconfig on 3.0.y tree. > > CC arch/powerpc/platforms/embedded6xx/wii.o > arch/powerpc/platforms/embedded6xx/wii.c: In function ‘wii_memory_fixups’: >

[PATCH v2] powerpc: fix wii_memory_fixups() compile error on 3.0.y tree

2012-12-10 Thread Shuah Khan
Fix wii_memory_fixups() the following compile error on 3.0.y tree with wii_defconfig on 3.0.y tree. CC arch/powerpc/platforms/embedded6xx/wii.o arch/powerpc/platforms/embedded6xx/wii.c: In function ‘wii_memory_fixups’: arch/powerpc/platforms/embedded6xx/wii.c:88:2: error: format ‘%llx’ exp

Re: [PATCH] bcma: mips: fix clearing device IRQ

2012-12-10 Thread Hauke Mehrtens
On 12/10/2012 07:53 AM, Rafał Miłecki wrote: > We were using wrong IRQ number so clearing wasn't working at all. > Depending on a platform this could result in a one device having two > interrupts assigned. On BCM4706 this resulted in all IRQs being broken. > > Cc: Hauke Mehrtens > Cc: stable@vge

Re: [PATCH] ARM: decompressor: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.S

2012-12-10 Thread Jonathan Nieder
Russell King - ARM Linux wrote: > That worries me a bit because I can see this ending up getting applied to > multiple stable kernel trees, even those without CONFIG_DEBUG_LL_INCLUDE. > So, let's have it in the patch system without the stable tag. If it should only be included in 3.7-stable, a li

Re: [PATCH] ARM: decompressor: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.S

2012-12-10 Thread Russell King - ARM Linux
On Mon, Dec 10, 2012 at 09:59:18AM +0800, Shawn Guo wrote: > On Mon, Dec 10, 2012 at 09:49:28AM +0800, Shawn Guo wrote: > > Commit 91a9fec (ARM: move debug macros to common location) moves > > arch/arm/kernel/debug.S and arch/arm/kernel/head.S to > > CONFIG_DEBUG_LL_INCLUDE, but leaves arch/arm/boo

Re: [PATCH] ARM: decompressor: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.S

2012-12-10 Thread Rob Herring
On 12/09/2012 07:49 PM, Shawn Guo wrote: > Commit 91a9fec (ARM: move debug macros to common location) moves > arch/arm/kernel/debug.S and arch/arm/kernel/head.S to > CONFIG_DEBUG_LL_INCLUDE, but leaves arch/arm/boot/compressed/head.S > still with mach/debug-macro.S. This causes the following build

Re: [PATCH 1/3] atmel_lcdfb: fix 16-bpp modes on older SOCs

2012-12-10 Thread Peter Korsgaard
> "Johan" == Johan Hovold writes: Johan> Fix regression introduced by commit 787f9fd23283 ("atmel_lcdfb: support Johan> 16bit BGR:565 mode, remove unsupported 15bit modes") which broke 16-bpp Johan> modes for older SOCs which use IBGR:555 (msb is intensity) rather Johan> than BGR:565. J

Re: [PATCH 2/3] ARM: at91/neocore926: fix LCD-wiring mode

2012-12-10 Thread Peter Korsgaard
> "Johan" == Johan Hovold writes: Johan> Fix regression introduced by commit 787f9fd23283 ("atmel_lcdfb: support Johan> 16bit BGR:565 mode, remove unsupported 15bit modes") which broke 16-bpp Johan> modes for older SOCs which use IBGR:555 (msb is intensity) rather than Johan> BGR:565. J

[PATCH 2/3] ARM: at91/neocore926: fix LCD-wiring mode

2012-12-10 Thread Johan Hovold
Fix regression introduced by commit 787f9fd23283 ("atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes") which broke 16-bpp modes for older SOCs which use IBGR:555 (msb is intensity) rather than BGR:565. The above commit also removed the RGB:555-wiring hack without fixing the n

[PATCH 1/3] atmel_lcdfb: fix 16-bpp modes on older SOCs

2012-12-10 Thread Johan Hovold
Fix regression introduced by commit 787f9fd23283 ("atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes") which broke 16-bpp modes for older SOCs which use IBGR:555 (msb is intensity) rather than BGR:565. Use SOC-type to determine the pixel layout. Tested on custom at91sam9263-