Re: [PATCH] drivers:cpufreq:unicore32: fix typo issue for 'clk'

2014-04-08 Thread Chen Gang
On 04/08/2014 01:29 PM, Viresh Kumar wrote: On 8 April 2014 10:09, Chen Gang gang.chen.5...@gmail.com wrote: OK, I will/should try within this week, thanks. Rafael has already applied this patch and has mentioned stable in 'Cc:' field. And it looks it will be applied automatically and you

Re: [PATCH] ALSA: hda - Do not assign streams in reverse order

2014-04-08 Thread Takashi Iwai
At Mon, 7 Apr 2014 22:36:38 +0300, Anssi Hannula wrote: Currently stream numbers are assigned in reverse order. Unfortunately commit 7546abfb8e1f9933b5 (ALSA: hda - Increment default stream numbers for AMD HDMI controllers) assumed this was not the case (specifically, it had the old cards

Re: [PATCH] drm/radeon: memory leak on bo reservation failure.

2014-04-08 Thread Quentin Casasnovas
Ping Dave? On Tue, Mar 18, 2014 at 05:16:52PM +0100, Quentin Casasnovas wrote: On bo reservation failure, we end up leaking fpriv. Fixes: 5e386b574cf7e1 (drm/radeon: fix missing bo reservation) Cc: stable@vger.kernel.org Cc: Christian König christian.koe...@amd.com Cc: Alex Deucher

Re: [PATCH] ALSA: hda - Do not assign streams in reverse order

2014-04-08 Thread Anssi Hannula
08.04.2014 10:35, Takashi Iwai kirjoitti: At Mon, 7 Apr 2014 22:36:38 +0300, Anssi Hannula wrote: Currently stream numbers are assigned in reverse order. Unfortunately commit 7546abfb8e1f9933b5 (ALSA: hda - Increment default stream numbers for AMD HDMI controllers) assumed this was not

Re: [PATCH] ALSA: hda - Do not assign streams in reverse order

2014-04-08 Thread Takashi Iwai
At Tue, 08 Apr 2014 10:50:18 +0300, Anssi Hannula wrote: 08.04.2014 10:35, Takashi Iwai kirjoitti: At Mon, 7 Apr 2014 22:36:38 +0300, Anssi Hannula wrote: Currently stream numbers are assigned in reverse order. Unfortunately commit 7546abfb8e1f9933b5 (ALSA: hda - Increment

Linux 3.12.17

2014-04-08 Thread Jiri Slaby
I'm announcing the release of the 3.12.17 kernel. All users of the 3.12 kernel series must upgrade. The updated 3.12.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.12.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH] drivers:cpufreq:unicore32: fix typo issue for 'clk'

2014-04-08 Thread Rafael J. Wysocki
On Tuesday, April 08, 2014 09:38:16 AM Viresh Kumar wrote: On 8 April 2014 06:31, Chen Gang gang.chen.5...@gmail.com wrote: @stable: please apply this for v3.14, as it broke in that cycle.. This wouldn't work.. Thank you. Can you please send it again for stable as well? I have

Re: [PATCH stable 3.4] intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it.

2014-04-08 Thread Daniel Kiper
Hey, On Tue, Mar 25, 2014 at 11:00:34PM +0100, Daniel Kiper wrote: From: Konrad Rzeszutek Wilk konrad.w...@oracle.com From: Daniel Kiper daniel.ki...@oracle.com Upstream commit: 3735d524da64b70b41c764359da36f88aded3610 If the machine is booted without any cpu_idle driver set (b/c

Re: [PATCH] cpufreq: remove sysfs link when a cpu != policy-cpu, is removed

2014-04-08 Thread Rafael J. Wysocki
On Tuesday, April 08, 2014 09:51:28 AM Viresh Kumar wrote: From: viresh kumar viresh.ku...@linaro.org The original commit hash has to be provided here too. Commit 42f921a (cpufreq: remove sysfs files for CPUs which failed to come back after resume) tried to do this but missed this piece of

Re: [PATCH] drm/radeon: fix audio pin counts for DCE6+

2014-04-08 Thread Christian König
Applied to my 3.15 branch as well. Cheers, Christian. Am 07.04.2014 22:17, schrieb Alex Deucher: There is actually quite a bit of variance based on the asic. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Cc: stable@vger.kernel.org --- drivers/gpu/drm/radeon/dce6_afmt.c | 14

Re: [PATCH Resend 2/2] ARC: [nsimosci] Unbork console

2014-04-08 Thread Vineet Gupta
For Stable 3.10, 3.12, 3.13, 3.14 mainline commit 61fb4bfc010b0d2940f7fd87acbce6a0f03217cb Thx, -Vineet On Saturday 05 April 2014 06:39 PM, Vineet Gupta wrote: Despite the switch to right UART driver (prev patch), serial console still doesn't work due to missing CONFIG_SERIAL_OF_PLATFORM

Re: [PATCH Resend 1/2] ARC: [nsimosci] Change .dts to use generic 8250 UART

2014-04-08 Thread Vineet Gupta
For Stable 3.10, 3.12, 3.13, 3.14 mainline commit 6eda477b3c54b8236868c8784e5e042ff14244f0 Thx, -Vineet On Saturday 05 April 2014 06:39 PM, Vineet Gupta wrote: From: Mischa Jonker mjon...@synopsys.com The Synopsys APB DW UART has a couple of special features that are not in the System C

[PATCH] ARM: Modify ldrt fixup handler to re-execute the userspace instruction

2014-04-08 Thread arunks . linux
From: Arun KS arunks.li...@gmail.com We will reach fixup handler when one thread(say cpu0) caused an undefined exception, while another thread(say cpu1) is unmmaping the page. Fixup handler returns to the next userspace instruction which has caused the undef execption, rather than going to the

[PATCH Resend] cpufreq: remove sysfs link when a cpu != policy-cpu, is removed

2014-04-08 Thread Viresh Kumar
From: viresh kumar viresh.ku...@linaro.org commit 6964d91db2becfe80658f50584d264708ca7f49e upstream. Commit 42f921a (cpufreq: remove sysfs files for CPUs which failed to come back after resume) tried to do this but missed this piece of code to fix. Currently we are getting this on

Re: [PATCH stable 3.4] intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it.

2014-04-08 Thread Greg KH
On Tue, Apr 08, 2014 at 01:20:36PM +0200, Daniel Kiper wrote: Hey, On Tue, Mar 25, 2014 at 11:00:34PM +0100, Daniel Kiper wrote: From: Konrad Rzeszutek Wilk konrad.w...@oracle.com From: Daniel Kiper daniel.ki...@oracle.com Upstream commit: 3735d524da64b70b41c764359da36f88aded3610

Re: [PATCH] drm/radeon: fix audio pin counts for DCE6+

2014-04-08 Thread Jerome Glisse
On Mon, Apr 07, 2014 at 04:17:21PM -0400, Alex Deucher wrote: There is actually quite a bit of variance based on the asic. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Cc: stable@vger.kernel.org --- drivers/gpu/drm/radeon/dce6_afmt.c | 14 ++

[PATCH] drm/radeon: fix audio pin counts for DCE6+ (v2)

2014-04-08 Thread Alex Deucher
There is actually quite a bit of variance based on the asic. v2: fix typo noticed by Jerome. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Cc: stable@vger.kernel.org --- drivers/gpu/drm/radeon/dce6_afmt.c | 14 ++ drivers/gpu/drm/radeon/radeon.h| 5 - 2 files

Re: [PATCH] drm/radeon: fix audio pin counts for DCE6+

2014-04-08 Thread Alex Deucher
On Tue, Apr 8, 2014 at 11:23 AM, Jerome Glisse j.gli...@gmail.com wrote: On Mon, Apr 07, 2014 at 04:17:21PM -0400, Alex Deucher wrote: There is actually quite a bit of variance based on the asic. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Cc: stable@vger.kernel.org ---

Re: [PATCH stable 3.4] intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it.

2014-04-08 Thread Daniel Kiper
On Tue, Apr 08, 2014 at 08:23:33AM -0700, Greg KH wrote: On Tue, Apr 08, 2014 at 01:20:36PM +0200, Daniel Kiper wrote: Hey, On Tue, Mar 25, 2014 at 11:00:34PM +0100, Daniel Kiper wrote: From: Konrad Rzeszutek Wilk konrad.w...@oracle.com From: Daniel Kiper daniel.ki...@oracle.com

Re: [PATCH stable 3.4] intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it.

2014-04-08 Thread Greg KH
On Tue, Apr 08, 2014 at 05:36:08PM +0200, Daniel Kiper wrote: On Tue, Apr 08, 2014 at 08:23:33AM -0700, Greg KH wrote: On Tue, Apr 08, 2014 at 01:20:36PM +0200, Daniel Kiper wrote: Hey, On Tue, Mar 25, 2014 at 11:00:34PM +0100, Daniel Kiper wrote: From: Konrad Rzeszutek Wilk

Re: [PATCH stable 3.4] intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it.

2014-04-08 Thread Daniel Kiper
On Tue, Apr 08, 2014 at 08:53:03AM -0700, Greg KH wrote: On Tue, Apr 08, 2014 at 05:36:08PM +0200, Daniel Kiper wrote: On Tue, Apr 08, 2014 at 08:23:33AM -0700, Greg KH wrote: On Tue, Apr 08, 2014 at 01:20:36PM +0200, Daniel Kiper wrote: Hey, On Tue, Mar 25, 2014 at 11:00:34PM

[PATCH 3.14.x] Revert ALSA: hda - Increment default stream numbers for AMD HDMI controllers

2014-04-08 Thread Takashi Iwai
This reverts commit 7546abfb8e1f9933b549f05898377e9444ee4cb2. The commit [7546abfb: ALSA: hda - Increment default stream numbers for AMD HDMI controllers] introduced a regression where the AMD HDMI playback streams don't work properly. As the simplest fix, this patch reverts that commit. The

Re: [PATCH] [media] uvcvideo: Fix clock param realtime setting

2014-04-08 Thread Laurent Pinchart
Hi Olivier, On Wednesday 02 April 2014 00:31:59 Olivier Langlois wrote: On Tue, 2014-04-01 at 15:49 +0200, Laurent Pinchart wrote: On Sunday 30 March 2014 00:23:01 Olivier Langlois wrote: Yes. ffmpeg uses wall clock time to create timestamps for audio packets from ALSA device.

[merged] mm-try_to_unmap_cluster-should-lock_page-before-mlocking.patch removed from -mm tree

2014-04-08 Thread akpm
Subject: [merged] mm-try_to_unmap_cluster-should-lock_page-before-mlocking.patch removed from -mm tree To:

[merged] mm-hugetlb-fix-softlockup-when-a-large-number-of-hugepages-are-freed.patch removed from -mm tree

2014-04-08 Thread akpm
Subject: [merged] mm-hugetlb-fix-softlockup-when-a-large-number-of-hugepages-are-freed.patch removed from -mm tree To:

[merged] exit-call-disassociate_ctty-before-exit_task_namespaces.patch removed from -mm tree

2014-04-08 Thread akpm
Subject: [merged] exit-call-disassociate_ctty-before-exit_task_namespaces.patch removed from -mm tree To:

[merged] wait-fix-reparent_leader-vs-exit_dead-exit_zombie-race.patch removed from -mm tree

2014-04-08 Thread akpm
Subject: [merged] wait-fix-reparent_leader-vs-exit_dead-exit_zombie-race.patch removed from -mm tree To:

[merged] hung_task-check-the-value-of-sysctl_hung_task_timeout_sec.patch removed from -mm tree

2014-04-08 Thread akpm
Subject: [merged] hung_task-check-the-value-of-sysctl_hung_task_timeout_sec.patch removed from -mm tree To: sdu@huawei.com,satoru.takeu...@gmail.com,stable@vger.kernel.org,mm-comm...@vger.kernel.org From: a...@linux-foundation.org Date: Tue, 08 Apr 2014 14:26:29 -0700 The patch titled

Re: [PATCH 3.14.x] Revert ALSA: hda - Increment default stream numbers for AMD HDMI controllers\

2014-04-08 Thread Greg KH
On Tue, Apr 08, 2014 at 06:49:00PM +0200, Takashi Iwai wrote: This reverts commit 7546abfb8e1f9933b549f05898377e9444ee4cb2. The commit [7546abfb: ALSA: hda - Increment default stream numbers for AMD HDMI controllers] introduced a regression where the AMD HDMI playback streams don't work

Patch Revert ALSA: hda - Increment default stream numbers for AMD HDMI controllers has been added to the 3.14-stable tree

2014-04-08 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert ALSA: hda - Increment default stream numbers for AMD HDMI controllers 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

[PATCH 3.13-stable] powernow-k6: correctly initialize default parameters

2014-04-08 Thread Mikulas Patocka
upstream commit d82b922a4acc1781d368aceac2f9da43b038cab2 Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:53 2013 -0500 powernow-k6: correctly initialize default parameters The powernow-k6 driver used to read the initial multiplier from the powernow register.

[PATCH 3.13-stable] powernow-k6: disable cache when changing frequency

2014-04-08 Thread Mikulas Patocka
upstream commit e20e1d0ac02308e2211306fc67abcd0b2668fb8b Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:32 2013 -0500 powernow-k6: disable cache when changing frequency I found out that a system with k6-3+ processor is unstable during network server load.

[PATCH 3.13-stable] powernow-k6: reorder frequencies

2014-04-08 Thread Mikulas Patocka
upstream commit 22c73795b101597051924556dce019385a1e2fa0 Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:39:19 2013 -0500 powernow-k6: reorder frequencies This patch reorders reported frequencies from the highest to the lowest, just like in other frequency

[PATCH 3.11,3.12-stable] powernow-k6: disable cache when changing frequency

2014-04-08 Thread Mikulas Patocka
upstream commit e20e1d0ac02308e2211306fc67abcd0b2668fb8b Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:32 2013 -0500 powernow-k6: disable cache when changing frequency I found out that a system with k6-3+ processor is unstable during network server load.

[PATCH 3.11,3.12-stable] powernow-k6: correctly initialize default parameters

2014-04-08 Thread Mikulas Patocka
upstream commit d82b922a4acc1781d368aceac2f9da43b038cab2 Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:53 2013 -0500 powernow-k6: correctly initialize default parameters The powernow-k6 driver used to read the initial multiplier from the powernow register.

[PATCH 3.0,3.2,3.4,3.10-stable] powernow-k6: correctly initialize default parameters

2014-04-08 Thread Mikulas Patocka
upstream commit d82b922a4acc1781d368aceac2f9da43b038cab2 Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:53 2013 -0500 powernow-k6: correctly initialize default parameters The powernow-k6 driver used to read the initial multiplier from the powernow register.

[PATCH 3.11,3.12-stable] powernow-k6: reorder frequencies

2014-04-08 Thread Mikulas Patocka
upstream commit 22c73795b101597051924556dce019385a1e2fa0 Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:39:19 2013 -0500 powernow-k6: reorder frequencies This patch reorders reported frequencies from the highest to the lowest, just like in other frequency

[PATCH 3.0,3.2,3.4,3.10-stable] powernow-k6: reorder frequencies

2014-04-08 Thread Mikulas Patocka
upstream commit 22c73795b101597051924556dce019385a1e2fa0 Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:39:19 2013 -0500 powernow-k6: reorder frequencies This patch reorders reported frequencies from the highest to the lowest, just like in other frequency

[PATCH 2.6.*-stable] powernow-k6: disable cache when changing frequency

2014-04-08 Thread Mikulas Patocka
upstram commit e20e1d0ac02308e2211306fc67abcd0b2668fb8b Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:32 2013 -0500 powernow-k6: disable cache when changing frequency I found out that a system with k6-3+ processor is unstable during network server load. The

[PATCH 2.6.*-stable] powernow-k6: correctly initialize default parameters

2014-04-08 Thread Mikulas Patocka
upstream commit d82b922a4acc1781d368aceac2f9da43b038cab2 Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:53 2013 -0500 powernow-k6: correctly initialize default parameters The powernow-k6 driver used to read the initial multiplier from the powernow register.

[PATCH 2.6.*-stable] powernow-k6: reorder frequencies

2014-04-08 Thread Mikulas Patocka
upstream commit 22c73795b101597051924556dce019385a1e2fa0 Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:39:19 2013 -0500 powernow-k6: reorder frequencies This patch reorders reported frequencies from the highest to the lowest, just like in other frequency

[PATCH 3.0,3.2,3.4,3.10-stable] powernow-k6: disable cache when changing frequency

2014-04-08 Thread Mikulas Patocka
upstream commit e20e1d0ac02308e2211306fc67abcd0b2668fb8b Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:32 2013 -0500 powernow-k6: disable cache when changing frequency I found out that a system with k6-3+ processor is unstable during network server load.

[patch 03/10] lib/percpu_counter.c: fix bad percpu counter state during suspend

2014-04-08 Thread akpm
From: Jens Axboe ax...@fb.com Subject: lib/percpu_counter.c: fix bad percpu counter state during suspend I got a bug report yesterday from Laszlo Ersek in which he states that his kvm instance fails to suspend. Laszlo bisected it down to this commit: commit

[PATCH 1/2] block: Fix for_each_bvec()

2014-04-08 Thread Martin K. Petersen
From: Martin K. Petersen martin.peter...@oracle.com Commit 4550dd6c6b062 introduced for_each_bvec() which iterates over each bvec attached to a bio or bip. However, the macro fails to check bi_size before dereferencing which can lead to crashes while counting/mapping integrity scatterlist

Re: [PATCH 3.4.x] missing patches for 3.4.x part 2

2014-04-08 Thread Jianguo Wu
Hi Greg, On 2014/4/5 6:45, Greg KH wrote: On Tue, Mar 11, 2014 at 07:39:53PM +0800, Jianguo Wu wrote: Hi Greg, These are the part 2 commits that I've analyzed from the list of upstream commits that have been backported to 3.2 but missing from 3.4. For the 9 commits, - 6 commits were

Re: [PATCH 2.6.*-stable] powernow-k6: disable cache when changing frequency

2014-04-08 Thread Willy Tarreau
On Tue, Apr 08, 2014 at 06:03:54PM -0400, Mikulas Patocka wrote: upstram commit e20e1d0ac02308e2211306fc67abcd0b2668fb8b Author: Mikulas Patocka mpato...@redhat.com Date: Wed Dec 11 19:38:32 2013 -0500 powernow-k6: disable cache when changing frequency (...) Thank you Mikulas, I've