Re: [request for stable inclusion] patches backported to make LPAE more robust

2014-12-04 Thread Luis Henriques
On Thu, Dec 04, 2014 at 09:22:20AM +0800, Hou Pengyang wrote: On 2014/12/2 21:44, Luis Henriques wrote: On Wed, Nov 26, 2014 at 03:49:59PM +0800, Hou Pengyang wrote: On 2014/11/11 19:31, Hou Pengyang wrote: Hi Greg, These patches are backported to make LPAE more robust, most of which are

Re: 3.12.33 - BUG xfrm_selector_match+0x25/0x2f6

2014-12-04 Thread Jiri Slaby
On 12/03/2014, 03:55 PM, Smart Weblications GmbH - Florian Wiessner wrote: [16623.095403] BUG: unable to handle kernel paging request at 010600d0 [16623.095445] IP: [81547767] xfrm_selector_match+0x25/0x2f6 [16623.095480] PGD aeaea067 PUD 85d95067 PMD 0 [16623.095513] Oops:

[PATCH] cfg80211: avoid mem leak on driver hint set

2014-12-04 Thread Arik Nemtsov
In the already-set and intersect case of a driver-hint, the previous wiphy regdomain was not freed before being reset with a copy of the cfg80211 regdomain. Cc: stable@vger.kernel.org Signed-off-by: Arik Nemtsov arikx.nemt...@intel.com --- net/wireless/reg.c | 5 - 1 file changed, 4

[PATCH 2/3] ARM: pxa: add regulator_has_full_constraints to poodle board file

2014-12-04 Thread Dmitry Eremin-Solenikov
Add regulator_has_full_constraints() call to poodle board file to let regulator core know that we do not have any additional regulators left. This lets it substitute unprovided regulators with dummy ones. This fixes the following warnings that can be seen on poodle if regulators are enabled:

[PATCH 1/3] ARM: pxa: add regulator_has_full_constraints to corgi board file

2014-12-04 Thread Dmitry Eremin-Solenikov
Add regulator_has_full_constraints() call to corgi board file to let regulator core know that we do not have any additional regulators left. This lets it substitute unprovided regulators with dummy ones. This fixes the following warnings that can be seen on corgi if regulators are enabled:

[PATCH 3/3] ARM: pxa: add regulator_has_full_constraints to spitz board file

2014-12-04 Thread Dmitry Eremin-Solenikov
Add regulator_has_full_constraints() call to spitz board file to let regulator core know that we do not have any additional regulators left. This lets it substitute unprovided regulators with dummy ones. This fixes the following warnings that can be seen on spitz if regulators are enabled:

[PATCH v2] sched/fair: fix find_idlest_cpu return -1

2014-12-04 Thread jun . zhang
From: zhang jun jun.zh...@intel.com in function select_task_rq_fair, when find_idlest_cpu return -1 and sd-child == NULL select_task_rq_fair return -1, system panic. [ 0.738326] BUG: unable to handle kernel paging request at 8800997ea928 [ 0.746138] IP: [810b15d3]

Re: [PATCH v2] sched/fair: fix find_idlest_cpu return -1

2014-12-04 Thread Vincent Guittot
On 4 December 2014 at 12:43, jun.zh...@intel.com wrote: From: zhang jun jun.zh...@intel.com in function select_task_rq_fair, when find_idlest_cpu return -1 and sd-child == NULL select_task_rq_fair return -1, system panic. you forgot to add on which kernel version this patch applies. We

Re: Call trace in ext4_es_lru_add on 3.10 stable

2014-12-04 Thread Stefan Priebe - Profihost AG
Am 26.11.2014 um 21:26 schrieb Jan Kara: On Wed 26-11-14 16:11:37, Stefan Priebe - Profihost AG wrote: Am 26.11.2014 um 09:25 schrieb Jan Kara: Hi, On Wed 26-11-14 09:06:43, Stefan Priebe - Profihost AG wrote: i'm still getting a lot of those call traces: Call Trace:

[PATCH] arm: boot: dts: am437x-sk: fix lcd enable pin mux data

2014-12-04 Thread Felipe Balbi
Caused by a copy paste error. Note that even with this bug AM437x SK display still works because GPIO mux mode is always enabled. It's still wrong to mux somebody else's pin. Luckily ball D25 (offset 0x238 - gpio5_8) on AM437x isn't used for anything. While at that, also replace a pullup with a

[PATCH 2/9] KVM: x86: support XSAVES usage in the host

2014-12-04 Thread Paolo Bonzini
Userspace is expecting non-compacted format for KVM_GET_XSAVE, but struct xsave_struct might be using the compacted format. Convert in order to preserve userspace ABI. Likewise, userspace is passing non-compacted format for KVM_SET_XSAVE but the kernel will pass it to XRSTORS, and we need to

[PATCH 1/9] x86: export get_xsave_addr

2014-12-04 Thread Paolo Bonzini
get_xsave_addr is the API to access XSAVE states, and KVM would like to use it. Export it. Cc: stable@vger.kernel.org Cc: x...@kernel.org Cc: H. Peter Anvin h...@linux.intel.com Acked-by: Thomas Gleixner t...@linutronix.de Signed-off-by: Paolo Bonzini pbonz...@redhat.com ---

Re: [PATCH 1/9] x86: export get_xsave_addr

2014-12-04 Thread Greg KH
On Thu, Dec 04, 2014 at 04:57:06PM +0100, Paolo Bonzini wrote: get_xsave_addr is the API to access XSAVE states, and KVM would like to use it. Export it. Use it in what way? Cc: stable@vger.kernel.org Why is this a stable patch? -- To unsubscribe from this list: send the line unsubscribe

Re: 3.12.33 - BUG xfrm_selector_match+0x25/0x2f6

2014-12-04 Thread Smart Weblications GmbH - Florian Wiessner
Hi, Am 04.12.2014 08:56, schrieb Steffen Klassert: On Wed, Dec 03, 2014 at 03:55:30PM +0100, Smart Weblications GmbH - Florian Wiessner wrote: Hi list, [16623.095403] BUG: unable to handle kernel paging request at 010600d0 [16623.095445] IP: [81547767]

Re: 3.12.33 - BUG xfrm_selector_match+0x25/0x2f6

2014-12-04 Thread Smart Weblications GmbH - Florian Wiessner
Hi Jiri, Am 04.12.2014 10:44, schrieb Jiri Slaby: On 12/03/2014, 03:55 PM, Smart Weblications GmbH - Florian Wiessner wrote: [16623.095403] BUG: unable to handle kernel paging request at 010600d0 [...] [16623.096721] Call Trace: [...] This happens again and again with 3.12.33

Re: [PATCH 1/9] x86: export get_xsave_addr

2014-12-04 Thread Paolo Bonzini
On 04/12/2014 17:34, Greg KH wrote: On Thu, Dec 04, 2014 at 04:57:06PM +0100, Paolo Bonzini wrote: get_xsave_addr is the API to access XSAVE states, and KVM would like to use it. Export it. Use it in what way? As in patch 2/9, to avoid that upgrading to a newer processor breaks userspace

[git:media_tree/master] [media] img-ir/hw: Always read data to clear buffer

2014-12-04 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] img-ir/hw: Always read data to clear buffer Author: Dylan Rajaratnam dylan.rajarat...@imgtec.com Date:Mon Nov 17 09:17:45 2014 -0300

Re: [PATCH] cfg80211: avoid mem leak on driver hint set

2014-12-04 Thread Luis R. Rodriguez
On Thu, Dec 04, 2014 at 12:22:16PM +0200, Arik Nemtsov wrote: In the already-set and intersect case of a driver-hint, the previous wiphy regdomain was not freed before being reset with a copy of the cfg80211 regdomain. Cc: stable@vger.kernel.org Signed-off-by: Arik Nemtsov

Re: [REVIEW PATCH 1/2] img-ir/hw: Avoid clearing filter for no-op protocol change

2014-12-04 Thread Mauro Carvalho Chehab
Em Mon, 1 Dec 2014 12:55:09 + James Hogan james.ho...@imgtec.com escreveu: When the img-ir driver is asked to change protocol, if the chosen decoder is already loaded then don't call img_ir_set_decoder(), so as not to clear the current filter. This is important because store_protocol()

[git:media_tree/master] [media] img-ir/hw: Fix potential deadlock stopping timer

2014-12-04 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] img-ir/hw: Fix potential deadlock stopping timer Author: James Hogan james.ho...@imgtec.com Date:Mon Dec 1 09:55:10 2014 -0300 The

Re: [PATCH 2/9] KVM: x86: support XSAVES usage in the host

2014-12-04 Thread Radim Krčmář
2014-12-04 16:57+0100, Paolo Bonzini: Userspace is expecting non-compacted format for KVM_GET_XSAVE, but struct xsave_struct might be using the compacted format. Convert in order to preserve userspace ABI. Likewise, userspace is passing non-compacted format for KVM_SET_XSAVE but the kernel

Patch PCI/MSI: Add device flag indicating that 64-bit MSIs don't work has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled PCI/MSI: Add device flag indicating that 64-bit MSIs don't work to the 3.17-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 PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t to the 3.17-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 PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t 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 PCI/MSI: Add device flag indicating that 64-bit MSIs don't work has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled PCI/MSI: Add device flag indicating that 64-bit MSIs don't work 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 PCI/MSI: Add device flag indicating that 64-bit MSIs don't work has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled PCI/MSI: Add device flag indicating that 64-bit MSIs don't work 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

FAILED: patch [PATCH] IB/isert: Adjust CQ size to HW limits failed to apply to 3.10-stable tree

2014-12-04 Thread gregkh
The patch below does not apply to the 3.10-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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] ib_isert: Add max_send_sge=2 minimum for control PDU failed to apply to 3.10-stable tree

2014-12-04 Thread gregkh
The patch below does not apply to the 3.10-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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] powerpc/powernv: Honor the generic no_64bit_msi flag failed to apply to 3.17-stable tree

2014-12-04 Thread gregkh
The patch below does not apply to the 3.17-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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] powerpc: 32 bit getcpu VDSO function uses 64 bit instructions failed to apply to 3.10-stable tree

2014-12-04 Thread gregkh
The patch below does not apply to the 3.10-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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] powerpc: 32 bit getcpu VDSO function uses 64 bit instructions failed to apply to 3.14-stable tree

2014-12-04 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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

Re: Call trace in ext4_es_lru_add on 3.10 stable

2014-12-04 Thread Jan Kara
On Thu 04-12-14 16:06:40, Stefan Priebe - Profihost AG wrote: Am 26.11.2014 um 21:26 schrieb Jan Kara: On Wed 26-11-14 16:11:37, Stefan Priebe - Profihost AG wrote: Am 26.11.2014 um 09:25 schrieb Jan Kara: Hi, On Wed 26-11-14 09:06:43, Stefan Priebe - Profihost AG wrote: i'm still

Patch iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask 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 of/base: Fix PowerPC address parsing hack has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled of/base: Fix PowerPC address parsing hack 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 ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use 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 powerpc/pseries: Fix endiannes issue in RTAS call from xmon has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/pseries: Fix endiannes issue in RTAS call from xmon 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 ASoC: dpcm: Fix race between FE/BE updates and trigger has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: dpcm: Fix race between FE/BE updates and trigger to the 3.17-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 ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use 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 ath9k: Fix RTC_DERIVED_CLK usage has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: Fix RTC_DERIVED_CLK usage 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 ASoC: dpcm: Fix race between FE/BE updates and trigger has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: dpcm: Fix race between FE/BE updates and trigger 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 ASoC: sgtl5000: Fix SMALL_POP bit definition has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: sgtl5000: Fix SMALL_POP bit definition 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 powerpc/pseries: Honor the generic no_64bit_msi flag has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/pseries: Honor the generic no_64bit_msi flag 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 clockevent: sun4i: Fix race condition in the probe code has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled clockevent: sun4i: Fix race condition in the probe code 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 ASoC: rsnd: remove unsupported PAUSE flag has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: rsnd: remove unsupported PAUSE flag 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 ASoC: fsi: remove unsupported PAUSE flag has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: fsi: remove unsupported PAUSE flag to the 3.17-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 of/base: Fix PowerPC address parsing hack has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled of/base: Fix PowerPC address parsing hack 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 IB/isert: Adjust CQ size to HW limits has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled IB/isert: Adjust CQ size to HW limits 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 ASoC: sgtl5000: Fix SMALL_POP bit definition has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: sgtl5000: Fix SMALL_POP bit definition 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 powerpc/pseries: Fix endiannes issue in RTAS call from xmon has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/pseries: Fix endiannes issue in RTAS call from xmon 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 iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask 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 ASoC: fsi: remove unsupported PAUSE flag has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: fsi: remove unsupported PAUSE flag 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 ath9k: Fix RTC_DERIVED_CLK usage has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: Fix RTC_DERIVED_CLK usage to the 3.17-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 ib_isert: Add max_send_sge=2 minimum for control PDU responses has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ib_isert: Add max_send_sge=2 minimum for control PDU responses to the 3.17-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 powerpc: 32 bit getcpu VDSO function uses 64 bit instructions has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc: 32 bit getcpu VDSO function uses 64 bit instructions to the 3.17-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 iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask to the 3.17-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 ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow to the 3.17-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 iio: adc: men_z188_adc: Add terminating entry for has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled iio: adc: men_z188_adc: Add terminating entry for to the 3.17-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 powerpc/powernv: Fix the hmi event version check. has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/powernv: Fix the hmi event version check. to the 3.17-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 IB/isert: Adjust CQ size to HW limits has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled IB/isert: Adjust CQ size to HW limits to the 3.17-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 of/base: Fix PowerPC address parsing hack has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled of/base: Fix PowerPC address parsing hack to the 3.17-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 ib_isert: Add max_send_sge=2 minimum for control PDU responses has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ib_isert: Add max_send_sge=2 minimum for control PDU responses 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 ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use to the 3.17-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 ASoC: cs42l51: re-hook of_match_table pointer has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: cs42l51: re-hook of_match_table pointer to the 3.17-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 ASoC: rsnd: remove unsupported PAUSE flag has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: rsnd: remove unsupported PAUSE flag to the 3.17-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 powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE to the 3.17-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 powerpc/pseries: Fix endiannes issue in RTAS call from xmon has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/pseries: Fix endiannes issue in RTAS call from xmon to the 3.17-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 powerpc/pseries: Honor the generic no_64bit_msi flag has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/pseries: Honor the generic no_64bit_msi flag to the 3.17-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 ASoC: rockchip-i2s: fix infinite loop in rockchip_snd_rxctrl has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: rockchip-i2s: fix infinite loop in rockchip_snd_rxctrl to the 3.17-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 powerpc/pseries: Honor the generic no_64bit_msi flag has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/pseries: Honor the generic no_64bit_msi flag 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 ASoC: rt5670: correct the incorrect default values has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: rt5670: correct the incorrect default values to the 3.17-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 clockevent: sun4i: Fix race condition in the probe code has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled clockevent: sun4i: Fix race condition in the probe code to the 3.17-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 ASoC: sgtl5000: Fix SMALL_POP bit definition has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ASoC: sgtl5000: Fix SMALL_POP bit definition to the 3.17-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: [PATCH 1/3] ARM: pxa: add regulator_has_full_constraints to corgi board file

2014-12-04 Thread Mark Brown
On Thu, Dec 04, 2014 at 09:41:45PM +0100, Robert Jarzmik wrote: Dmitry Eremin-Solenikov dbarysh...@gmail.com writes: + regulator_has_full_constraints(); Added Mark for review, as I was thinking regulator_has_full_constraints() was to be used to disable unused regulators, a bit like in

Re: [PATCH 1/3] ARM: pxa: add regulator_has_full_constraints to corgi board file

2014-12-04 Thread Robert Jarzmik
Dmitry Eremin-Solenikov dbarysh...@gmail.com writes: Add regulator_has_full_constraints() call to corgi board file to let regulator core know that we do not have any additional regulators left. This lets it substitute unprovided regulators with dummy ones. This fixes the following warnings

Re: [PATCH 3.12 000/101] 3.12.34-stable review

2014-12-04 Thread Shuah Khan
On 12/03/2014 04:26 AM, Jiri Slaby wrote: This is the start of the stable review cycle for the 3.12.34 release. There are 101 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH 1/3] ARM: pxa: add regulator_has_full_constraints to corgi board file

2014-12-04 Thread Robert Jarzmik
Mark Brown broo...@kernel.org writes: On Thu, Dec 04, 2014 at 09:41:45PM +0100, Robert Jarzmik wrote: Dmitry Eremin-Solenikov dbarysh...@gmail.com writes: + regulator_has_full_constraints(); Added Mark for review, as I was thinking regulator_has_full_constraints() was to be used to

Re: 3.12.33 - BUG xfrm_selector_match+0x25/0x2f6

2014-12-04 Thread Julian Anastasov
Hello, On Thu, 4 Dec 2014, Steffen Klassert wrote: [16623.096721] Call Trace: [16623.096744] IRQ [16623.096749] [81547a7c] ? xfrm_sk_policy_lookup+0x44/0x9b [16623.096802] [81547ef7] ? xfrm_lookup+0x91/0x446 [16623.096832] [81541316] ?

FAILED: patch [PATCH] USB: xhci: Reset a halted endpoint immediately when we failed to apply to 3.14-stable tree

2014-12-04 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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] USB: xhci: Reset a halted endpoint immediately when we failed to apply to 3.10-stable tree

2014-12-04 Thread gregkh
The patch below does not apply to the 3.10-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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] usb: xhci: rework root port wake bits if controller isn't failed to apply to 3.10-stable tree

2014-12-04 Thread gregkh
The patch below does not apply to the 3.10-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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] btrfs: zero out left over bytes after processing compression failed to apply to 3.14-stable tree

2014-12-04 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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] btrfs: zero out left over bytes after processing compression failed to apply to 3.17-stable tree

2014-12-04 Thread gregkh
The patch below does not apply to the 3.17-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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

FAILED: patch [PATCH] btrfs: zero out left over bytes after processing compression failed to apply to 3.10-stable tree

2014-12-04 Thread gregkh
The patch below does not apply to the 3.10-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 stable@vger.kernel.org. thanks, greg k-h -- original commit in Linus's

Patch can: esd_usb2: fix memory leak on disconnect has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled can: esd_usb2: fix memory leak on disconnect 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: uas: Add no-uas quirk for Hitachi usb-3 enclosures 4971:1012 has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: uas: Add no-uas quirk for Hitachi usb-3 enclosures 4971:1012 to the 3.17-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 USB: serial: cp210x: add IDs for CEL MeshConnect USB Stick has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: serial: cp210x: add IDs for CEL MeshConnect USB Stick 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 aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer to the 3.17-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 USB: xhci: Reset a halted endpoint immediately when we encounter a stall. has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: xhci: Reset a halted endpoint immediately when we encounter a stall. to the 3.17-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 USB: keyspan: fix overrun-error reporting has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: keyspan: fix overrun-error reporting 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: keyspan: fix tty line-status reporting has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: keyspan: fix tty line-status reporting 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: serial: ftdi_sio: add PIDs for Matrix Orbital products has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: serial: ftdi_sio: add PIDs for Matrix Orbital products to the 3.17-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: xhci: rework root port wake bits if controller isn't allowed to wakeup has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: xhci: rework root port wake bits if controller isn't allowed to wakeup 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 usb: serial: ftdi_sio: add PIDs for Matrix Orbital products has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: serial: ftdi_sio: add PIDs for Matrix Orbital products 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 ALSA: usb-audio: Add ctrl message delay quirk for has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: usb-audio: Add ctrl message delay quirk for to the 3.17-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 ALSA: usb-audio: Add ctrl message delay quirk for has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ALSA: usb-audio: Add ctrl message delay quirk for 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: keyspan: fix tty line-status reporting has been added to the 3.17-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: keyspan: fix tty line-status reporting to the 3.17-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: keyspan: fix overrun-error reporting has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: keyspan: fix overrun-error reporting 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: serial: cp210x: add IDs for CEL MeshConnect USB Stick has been added to the 3.10-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: serial: cp210x: add IDs for CEL MeshConnect USB Stick 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: ssu100: fix overrun-error reporting has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ssu100: fix overrun-error reporting 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 aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer has been added to the 3.14-stable tree

2014-12-04 Thread gregkh
This is a note to let you know that I've just added the patch titled aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer 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

  1   2   3   >