Re: [PATCH 3.2 000/164] 3.2.70-rc1 review

2015-08-02 Thread Guenter Roeck
On 08/02/2015 02:49 PM, Ben Hutchings wrote: On Sat, 2015-08-01 at 19:23 -0700, Guenter Roeck wrote: On 08/01/2015 05:02 PM, Ben Hutchings wrote: This is the start of the stable review cycle for the 3.2.70 release. There are 164 patches in this series, which will be posted as responses to this

Re: [PATCH v2] HID: hid-input: Fix accessing freed memory during device disconnect

2015-08-02 Thread Krzysztof Kozlowski
On 03.08.2015 09:01, Krzysztof Kozlowski wrote: During unbinding the driver was dereferencing a pointer to memory already freed by power_supply_unregister(). Driver was freeing its internal description of battery through pointers stored in power_supply structure. However, because the core

Re: [alsa-devel] [PATCH] ALSA: hda - Add pin quirk for the headset mic jack detection on Dell laptop

2015-08-02 Thread Takashi Iwai
On Fri, 31 Jul 2015 03:54:55 +0200, Hui Wang wrote: On 07/30/2015 09:57 PM, Takashi Iwai wrote: On Thu, 30 Jul 2015 12:11:00 +0200, Hui Wang wrote: On 07/27/2015 06:52 PM, Takashi Iwai wrote: On Mon, 27 Jul 2015 12:34:31 +0200, woodrow.s...@canonical.com wrote: From: Woodrow Shen

[PATCH 21/30] parisc: mm: Fix a memory leak related to pmd not attached to the pgd

2015-08-02 Thread Yuval Shaia
From: Christophe Jaillet christophe.jail...@wanadoo.fr Commit 0e0da48dee8d (parisc: mm: don't count preallocated pmds) introduced a memory leak. After this commit, the 'return' statement in pmd_free is executed in all cases. Even for pmd that are not attached to the pgd. So 'free_pages' can

[PATCH 26/30] st: null pointer dereference panic caused by use after kref_put by st_open

2015-08-02 Thread Yuval Shaia
From: Seymour, Shane M shane.seym...@hp.com Two SLES11 SP3 servers encountered similar crashes simultaneously following some kind of SAN/tape target issue: ... qla2xxx [:81:00.0]-801c:3: Abort command issued nexus=3:0:2 -- 1 2002. qla2xxx [:81:00.0]-801c:3: Abort command issued

[PATCH 27/30] scsi: fix host max depth checking for the 'queue_depth' sysfs interface

2015-08-02 Thread Yuval Shaia
From: Jens Axboe ax...@fb.com Commit 1e6f2416044c0 changed the scsi sysfs 'queue_depth' code to rejects depths higher than the scsi host template setting. But lots of hosts set this to 1, and update the settings in the scsi host when the controller/devices probing happens. This breaks (at least)

[PATCH 08/30] ARM: dts: mx23: fix iio-hwmon support

2015-08-02 Thread Yuval Shaia
From: Stefan Wahren stefan.wah...@i2se.com In order to get iio-hwmon support, the lradc must be declared as an iio provider. So fix this issue by adding the #io-channel-cells property. Signed-off-by: Stefan Wahren stefan.wah...@i2se.com Fixes: bd798f9c7b30 (ARM: dts: mxs: Add iio-hwmon to mx23

[PATCH] staging: vt6655: vnt_bss_info_changed check conf-beacon_rate is not NULL

2015-08-02 Thread Malcolm Priestley
conf-beacon_rate can be NULL on association. So check conf-beacon_rate BSS_CHANGED_BEACON_INFO needs to flagged in changed as the beacon_rate will appear later. Signed-off-by: Malcolm Priestley tvbox...@gmail.com Cc: stable@vger.kernel.org # v3.19+ --- drivers/staging/vt6655/device_main.c | 5

Re: [PATCH] x86: serialize LVTT and TSC_DEADLINE write

2015-08-02 Thread Shaohua Li
On Sat, Aug 01, 2015 at 12:10:41PM +0200, Thomas Gleixner wrote: On Fri, 31 Jul 2015, Shaohua Li wrote: @@ -336,6 +336,22 @@ static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) apic_write(APIC_LVTT, lvtt_value); if (lvtt_value

[PATCH -4.2] rtlwifi: rtl8723be: Add module parameter for MSI interrupts

2015-08-02 Thread Larry Finger
The driver code allows for the disabling of MSI interrupts; however the module_parm line was missed and the option fails to show with modinfo. Signed-off-by: Larry Finger larry.fin...@lwfinger.net Cc: Stable stable@vger.kernel.org [3.15+] --- Kalle, This one-liner should be applied as soon as

Re: [PATCH] x86: serialize LVTT and TSC_DEADLINE write

2015-08-02 Thread Thomas Gleixner
On Sun, 2 Aug 2015, Shaohua Li wrote: On Sat, Aug 01, 2015 at 12:10:41PM +0200, Thomas Gleixner wrote: On Fri, 31 Jul 2015, Shaohua Li wrote: @@ -336,6 +336,22 @@ static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) apic_write(APIC_LVTT, lvtt_value);

Re: [PATCH 3.2 000/164] 3.2.70-rc1 review

2015-08-02 Thread Ben Hutchings
On Sat, 2015-08-01 at 19:23 -0700, Guenter Roeck wrote: On 08/01/2015 05:02 PM, Ben Hutchings wrote: This is the start of the stable review cycle for the 3.2.70 release. There are 164 patches in this series, which will be posted as responses to this one. If anyone has any issues with these

[PATCH v3] HID: hid-input: Fix accessing freed memory during device disconnect

2015-08-02 Thread Krzysztof Kozlowski
During unbinding the driver was dereferencing a pointer to memory already freed by power_supply_unregister(). Driver was freeing its internal description of battery through pointers stored in power_supply structure. However, because the core owns the power supply instance, after calling

Re: [alsa-devel] [PATCH] ALSA: hda - Add pin quirk for the headset mic jack detection on Dell laptop

2015-08-02 Thread Hui Wang
On 08/02/2015 03:17 PM, Takashi Iwai wrote: On Fri, 31 Jul 2015 03:54:55 +0200, Hui Wang wrote: On 07/30/2015 09:57 PM, Takashi Iwai wrote: On Thu, 30 Jul 2015 12:11:00 +0200, Hui Wang wrote: On 07/27/2015 06:52 PM, Takashi Iwai wrote: On Mon, 27 Jul 2015 12:34:31 +0200,

[PATCH v2] HID: hid-input: Fix accessing freed memory during device disconnect

2015-08-02 Thread Krzysztof Kozlowski
During unbinding the driver was dereferencing a pointer to memory already freed by power_supply_unregister(). Driver was freeing its internal description of battery through pointers stored in power_supply structure. However, because the core owns the power supply instance, after calling

[PATCH 2/2] drm/i915: Init PPGTT before context enable

2015-08-02 Thread Yuankai Guo
From: David Woodhouse dw...@infradead.org Commit 82460d972 (drm/i915: Rework ppgtt init to no require an aliasing ppgtt) introduced a regression on Broadwell, triggering the following IOMMU fault at startup: vgaarb: device changed decodes:

Re: [PATCH 3.10 ~ 3.14] efi: fix the efi 32bit boot failed problem

2015-08-02 Thread fupan
On 07/31/2015 08:21 PM, Luis Henriques wrote: On Fri, Jul 31, 2015 at 01:05:19PM +0100, Matt Fleming wrote: On Fri, 31 Jul, at 09:22:33AM, fupan wrote: Hi, Matt Will you take care of this patch or I send a V2? Could you please send a V2 with the changes to the commit message that I

[PATCH V2] efi: fix 32bit kernel boot failed problem using efi

2015-08-02 Thread fupan.li
From: fli fupan...@windriver.com Commit 35d5134b7d5a (x86/efi: Correct EFI boot stub use of code32_start) imported a bug, which will cause 32bit kernel boot failed using efi method. It should use the label's address instead of the value stored in the label to caculate the address of code32_start.

Re: [PATCH 3.10 ~ 3.14] efi: fix the efi 32bit boot failed problem

2015-08-02 Thread fupan
On 07/31/2015 08:05 PM, Matt Fleming wrote: On Fri, 31 Jul, at 09:22:33AM, fupan wrote: Hi, Matt Will you take care of this patch or I send a V2? Could you please send a V2 with the changes to the commit message that I suggested previously? Thanks! NP! Thanks! Fupan -- To unsubscribe

patch thermal: exynos: Disable the regulator on probe failure added to thermal-soc tree

2015-08-02 Thread Eduardo Valentin
This is a simple automated notification to let you know that I've just added the patch titled thermal: exynos: Disable the regulator on probe failure to my thermal-soc git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git in the

Re: [PATCH v2 0/2] serial: samsung: fix DMA for small FIFO sizes

2015-08-02 Thread Krzysztof Kozlowski
On 31.07.2015 17:58, Robert Baldyga wrote: Hello, This patch set fixes bug causing serial hang in DMA mode for FIFO sizes smaller than cache alignment. The first patch fixes DMA mode entering condition to avoid starting with buffer smaller than cache line size. Second patch fixes the serial