Re: Build failures in (3.10, 3.14, 3.18)-stable-queue

2015-02-09 Thread Greg Kroah-Hartman
On Sun, Feb 08, 2015 at 09:35:29AM -0800, Guenter Roeck wrote: > alpha:allmodconfig > arm:at91_dt_defconfig > i386:allyesconfig > i386:allmodconfig > mips:allmodconfig > powerpc:allmodconfig > spacrc64:allmodconfig > x86_64:allyesconfig > x86_64:allmodconfig > xtensa:allmodconfig > > sound/soc/cod

Patch "MIPS: mipsregs.h: Add write_32bit_cp1_register()" has been added to the 3.18-stable tree

2015-02-09 Thread gregkh
This is a note to let you know that I've just added the patch titled MIPS: mipsregs.h: Add write_32bit_cp1_register() to the 3.18-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: mips-m

Re: [PATCH v2 1/3] usb: XHCI: platform: Move the Marvell quirks after the enabling the clocks

2015-02-09 Thread Maxime Ripard
On Wed, Feb 04, 2015 at 05:04:18AM -0800, Greg Kroah-Hartman wrote: > On Wed, Feb 04, 2015 at 10:35:22AM +0100, Maxime Ripard wrote: > > Hi Mathias, Greg, > > > > On Mon, Jan 19, 2015 at 02:01:12PM +0100, Maxime Ripard wrote: > > > The commit 973747928514 ("usb: host: xhci-plat: add support for th

Patch "tracing: Add condition check to RCU lockdep checks" has been added to the 3.18-stable tree

2015-02-09 Thread gregkh
This is a note to let you know that I've just added the patch titled tracing: Add condition check to RCU lockdep checks to the 3.18-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: trac

Patch "x86/tlb/trace: Do not trace on CPU that is offline" has been added to the 3.18-stable tree

2015-02-09 Thread gregkh
This is a note to let you know that I've just added the patch titled x86/tlb/trace: Do not trace on CPU that is offline to the 3.18-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: x86-

Re: [PATCH 0/2][request for stable 3.10 inclusion] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS

2015-02-09 Thread Greg KH
On Mon, Feb 09, 2015 at 05:53:50AM +, Sheng Yong wrote: > Hi, Greg, > The commit 88b5d12 ("mm: propagate error from stack expansion even for > guard page") for 3.10-stable makes the testcase get "bus error", while > it had "segmentation fault" in older kernels. > > = testcase = > int m

Re: [PATCH v2 1/3] usb: XHCI: platform: Move the Marvell quirks after the enabling the clocks

2015-02-09 Thread Greg Kroah-Hartman
On Mon, Feb 09, 2015 at 09:22:50AM +0100, Maxime Ripard wrote: > On Wed, Feb 04, 2015 at 05:04:18AM -0800, Greg Kroah-Hartman wrote: > > On Wed, Feb 04, 2015 at 10:35:22AM +0100, Maxime Ripard wrote: > > > Hi Mathias, Greg, > > > > > > On Mon, Jan 19, 2015 at 02:01:12PM +0100, Maxime Ripard wrote:

[PATCH 3.10 01/17] gpio: sysfs: fix memory leak in gpiod_export_link

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit 0f303db08df0df9bd0966443ad6001e63960af16 upstream. Fix memory leak in the gpio sysfs interface due to failure to drop reference to device returned by class_find_device when

[PATCH 3.10 13/17] ASoC: sgtl5000: add delay before first I2C access

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric Nelson commit 58cc9c9a175885bbf6bae3acf18233d0a8229a84 upstream. To quote from section 1.3.1 of the data sheet: The SGTL5000 has an internal reset that is deasserted 8 SYS

Re: [PATCH 1/2] move d_rcu from overlapping d_child to overlapping d_alias

2015-02-09 Thread hujianyang
On 2015/2/7 16:55, Greg KH wrote: > On Thu, Feb 05, 2015 at 03:31:18PM +0800, hujianyang wrote: >> From: Al Viro >> >> commit 946e51f2bf37f1656916eb75bd0742ba33983c28 upstream. >> >> Signed-off-by: Al Viro >> Cc: Ben Hutchings >> [hujianyang: Backported to 3.10 refer to the work of Ben Hutchings

[PATCH 3.10 02/17] gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit 49d2ca84e433dab854c7a866bc6add09cfab682d upstream. Fix memory leak in the gpio sysfs interface due to failure to drop reference to device returned by class_find_device when

[PATCH 3.10 00/17] 3.10.69-stable review

2015-02-09 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.10.69 release. There are 17 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 made by Wed Feb 11 08:30:11 UTC 2015. Anything receiv

[PATCH 3.18 27/39] drm/radeon: properly set vm fragment size for TN/RL

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit a124d068bf5be6be2ff4b9fab77b1b7509107e68 upstream. Should be the same as cayman. We don't use VM by default on NI parts so this isn't critical. Signed-off-by: Alex Deuche

[PATCH 3.18 23/39] drm/radeon: dont init gpuvm if accel is disabled (v3)

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 544143f9e01a60a93eb00ab4bfcb9bf4702a2a7d upstream. If acceleration is disabled, it does not make sense to init gpuvm since nothing will use it. Moreover, if radeon_vm_init

[PATCH 3.18 18/39] md/raid5: fix another livelock caused by non-aligned writes.

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit b1b02fe97f75b12ab34b2303bfd4e3526d903a58 upstream. If a non-page-aligned write is destined for a device which is missing/faulty, we can deadlock. As the target device is miss

[PATCH 3.18 22/39] nilfs2: fix deadlock of segment constructor over I_SYNC flag

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Ryusuke Konishi commit 7ef3ff2fea8bf5e4a21cef47ad87710a3d0fdb52 upstream. Nilfs2 eventually hangs in a stress test with fsstress program. This issue was caused by the following deadlock over

[PATCH 3.18 21/39] memcg, shmem: fix shmem migration to use lrucare

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Michal Hocko commit f5e03a4989e80a86f8b514659dca8539132e6e09 upstream. It has been reported that 965GM might trigger VM_BUG_ON_PAGE(!lrucare && PageLRU(oldpage), oldpage) in mem_cgroup_mig

[PATCH 3.18 20/39] lib/checksum.c: fix carry in csum_tcpudp_nofold

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: karl beldan commit 150ae0e94634714b23919f0c333fee28a5b199d5 upstream. The carry from the 64->32bits folding was dropped, e.g with: saddr=0x daddr=0xFFFF len=0x proto=0 sum=1, c

[PATCH 3.18 36/39] smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Lai Jiangshan commit 4bee96860a65c3a62d332edac331b3cf936ba3ad upstream. The following race exists in the smpboot percpu threads management: CPU0 CPU1 cpu_up(2) get_o

[PATCH 3.18 39/39] x86/tlb/trace: Do not trace on CPU that is offline

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit 6c8465a82a605bc692304bab42703017dcfff013 upstream. When taking a CPU down for suspend and resume, a tracepoint may be called when the CPU has been designated

[PATCH 3.18 34/39] ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Sylwester Nawrocki commit fddcd300732dad5b822d27de7aa78998dca43162 upstream. I2S1, I2S2 on Exynos4 SoC series have limited functionality compared to I2S0, "samsung,s3c6410-i2s" compatible shou

[PATCH 3.18 32/39] ASoC: sgtl5000: add delay before first I2C access

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Eric Nelson commit 58cc9c9a175885bbf6bae3acf18233d0a8229a84 upstream. To quote from section 1.3.1 of the data sheet: The SGTL5000 has an internal reset that is deasserted 8 SYS

[PATCH 3.18 35/39] x86, microcode: Return error from driver init code when loader is disabled

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Boris Ostrovsky commit da63865a01c6384d459464e5165d95d4f04878d8 upstream. Commits 65cef1311d5d ("x86, microcode: Add a disable chicken bit") and a18a0f6850d4 ("x86, microcode: Don't initialize

[PATCH 3.18 38/39] tracing: Add condition check to RCU lockdep checks

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit a05d59a5673339ef6936d6940cdf68172ce75b9f upstream. The trace_tlb_flush() tracepoint can be called when a CPU is going offline. When a CPU is offline, RCU is n

[PATCH 3.18 33/39] ALSA: ak411x: Fix stall in work callback

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 4161b4505f1690358ac0a9ee59845a7887336b21 upstream. When ak4114 work calls its callback and the callback invokes ak4114_reinit(), it stalls due to flush_delayed_work(). For

[PATCH 3.18 37/39] hrtimer: Fix incorrect tai offset calculation for non high-res timer systems

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: John Stultz commit 2d926c15d629a13914ce3e5f26354f6a0ac99e70 upstream. I noticed some CLOCK_TAI timer test failures on one of my less-frequently used configurations. And after digging in I foun

[PATCH 3.18 08/39] spi: imx: use pio mode for i.mx6dl

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Robin Gong commit a02bb401f8ae264be782ee57d98bdd99f14c8022 upstream. For TKT238285 hardware issue which may cause txfifo store data twice can only be caught on i.mx6dl, we use pio mode instead

[PATCH 3.18 29/39] arm64: Fix up /proc/cpuinfo

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rutland commit 44b82b7700d05a52cd983799d3ecde1a976b3bed upstream. Commit d7a49086f263164a (arm64: cpuinfo: print info for all CPUs) attempted to clean up /proc/cpuinfo, but due to concern

[PATCH 3.18 03/39] gpio: mcp23s08: handle default gpio base

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Sonic Zhang commit b184c388f773f30b6c707d3d4599b2db80f4390c upstream. Create default gpio base if neither device node nor platform data is defined. Signed-off-by: Sonic Zhang Reviewed-by: Al

[PATCH 3.18 09/39] sd: Fix max transfer length for 4k disks

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Brian King commit 3a9794d32984b67a6d8992226918618f0e51e5d5 upstream. The following patch fixes an issue observed with 4k sector disks where the max_hw_sectors attribute was getting set too lar

[PATCH 3.18 31/39] ASoC: atmel_ssc_dai: fix start event for I2S mode

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Bo Shen commit a43bd7e125143b875caae6d4f9938855b440faaf upstream. According to the I2S specification information as following: - WS = 0, channel 1 (left) - WS = 1, channel 2 (right) So, th

[PATCH 3.18 19/39] mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Shiraz Hashim commit 23aaed6659df9adfabe9c583e67a36b54e21df46 upstream. walk_page_range() silently skips vma having VM_PFNMAP set, which leads to undesirable behaviour at client end (who calle

[PATCH 3.18 30/39] lib/checksum.c: fix build for generic csum_tcpudp_nofold

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: karl beldan commit 9ce357795ef208faa0d59894d9d119a7434e37f3 upstream. Fixed commit added from64to32 under _#ifndef do_csum_ but used it under _#ifndef csum_tcpudp_nofold_, breaking some builds

[PATCH 3.18 05/39] PCI: Add NEC variants to Stratus ftServer PCIe DMI check

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Charlotte Richardson commit 51ac3d2f0c505ca36ffc9715ffd518d756589ef8 upstream. NEC OEMs the same platforms as Stratus does, which have multiple devices on some PCIe buses under downstream port

Re: [PATCH 1/2] move d_rcu from overlapping d_child to overlapping d_alias

2015-02-09 Thread Greg KH
On Mon, Feb 09, 2015 at 04:31:39PM +0800, hujianyang wrote: > On 2015/2/7 16:55, Greg KH wrote: > > On Thu, Feb 05, 2015 at 03:31:18PM +0800, hujianyang wrote: > >> From: Al Viro > >> > >> commit 946e51f2bf37f1656916eb75bd0742ba33983c28 upstream. > >> > >> Signed-off-by: Al Viro > >> Cc: Ben Hutc

[PATCH 3.18 07/39] spi: spi-fsl-dspi: Remove usage of devm_kzalloc

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Bhuvanchandra DV commit 973fbce69ed8e79b5fe3ad19cfecb581a7ef8048 upstream. devm_* API was supposed to be used only in probe function call. Memory is allocated at 'probe' and free automatically

[PATCH 3.18 04/39] PCI: designware: Reject MSI-X IRQs

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Lucas Stach commit 19c5392eb1c1e81188e898400c0e8258827eb160 upstream. The DesignWare PCIe MSI hardware does not support MSI-X IRQs. Setting those up failed as a side effect of a bug which was

[PATCH 3.18 06/39] PCI: Handle read-only BARs on AMD CS553x devices

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Myron Stowe commit 06cf35f903aa6da0cc8d9f81e9bcd1f7e1b534bb upstream. Some AMD CS553x devices have read-only BARs because of a firmware or hardware defect. There's a workaround in quirk_cs553

[PATCH 3.18 00/39] 3.18.7-stable review

2015-02-09 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.18.7 release. There are 39 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 made by Wed Feb 11 08:33:11 UTC 2015. Anything receive

[PATCH 3.18 11/39] MIPS: IRQ: Fix disable_irq on CPU IRQs

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit a3e6c1eff54878506b2dddcc202df9cc8180facb upstream. If the irq_chip does not define .irq_disable, any call to disable_irq will defer disabling the IRQ until it fires while

[PATCH 3.18 15/39] MIPS: traps: Fix inline asm ctc1 missing .set hardfloat

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit d76e9b9fc5de7e8fc4fd0e72a94e8c723929ffea upstream. Commit 842dfc11ea9a ("MIPS: Fix build with binutils 2.24.51+") in v3.18 enabled -msoft-float and sprinkled ".set hardfloat

[PATCH 3.18 12/39] MIPS: OCTEON: fix kernel crash when offlining a CPU

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Aaro Koskinen commit 63a87fe0d0de2ce126a8cec9a299a133cfd5658e upstream. octeon_cpu_disable() will unconditionally enable interrupts when called. We can assume that the routine is always called

[PATCH 3.18 01/39] gpio: sysfs: fix memory leak in gpiod_export_link

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit 0f303db08df0df9bd0966443ad6001e63960af16 upstream. Fix memory leak in the gpio sysfs interface due to failure to drop reference to device returned by class_find_device when

[PATCH 3.18 13/39] MIPS: Fix kernel lockup or crash after CPU offline/online

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Hemmo Nieminen commit c7754e75100ed5e3068ac5085747f2bfc386c8d6 upstream. As printk() invocation can cause e.g. a TLB miss, printk() cannot be called before the exception handlers have been pro

[PATCH 3.14 00/20] 3.14.33-stable review

2015-02-09 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.14.33 release. There are 20 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 made by Wed Feb 11 08:30:18 UTC 2015. Anything receiv

[PATCH 3.18 16/39] ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit 8e64806672466392acf19e14427d1c29df3e58b9 upstream. Commit e1a5848e3398 ("ARM: 7924/1: mm: don't bother with reserved ttbr0 when running with LPAE") removed the use of the re

[PATCH 3.18 02/39] gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit 49d2ca84e433dab854c7a866bc6add09cfab682d upstream. Fix memory leak in the gpio sysfs interface due to failure to drop reference to device returned by class_find_device when

[PATCH 3.18 10/39] MIPS: Fix C0_Pagegrain[IEC] support.

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: David Daney commit 9ead8632bbf454cfc709b6205dc9cd8582fb0d64 upstream. The following commits: 5890f70f15c52d (MIPS: Use dedicated exception handler if CPU supports RI/XI exceptions) 6575b

[PATCH 3.18 14/39] MIPS: mipsregs.h: Add write_32bit_cp1_register()

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit 5e32033e14ca9c7f7341cb383f5a05699b0b5382 upstream. Add a write_32bit_cp1_register() macro to compliment the read_32bit_cp1_register() macro. This is to abstract whether .set

[PATCH 3.18 17/39] Complete oplock break jobs before closing file handle

2015-02-09 Thread Greg Kroah-Hartman
3.18-stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu commit ca7df8e0bb2a5ec79691de8a1a4c0e611fe04e60 upstream. Commit c11f1df5003d534fd067f0168bfad7befffb3b5c requires writers to wait for any pending oplock break handler to complet

[PATCH 3.14 03/20] PCI: Add NEC variants to Stratus ftServer PCIe DMI check

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Charlotte Richardson commit 51ac3d2f0c505ca36ffc9715ffd518d756589ef8 upstream. NEC OEMs the same platforms as Stratus does, which have multiple devices on some PCIe buses under downstream port

[PATCH 3.14 09/20] mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Shiraz Hashim commit 23aaed6659df9adfabe9c583e67a36b54e21df46 upstream. walk_page_range() silently skips vma having VM_PFNMAP set, which leads to undesirable behaviour at client end (who calle

[PATCH 3.14 06/20] MIPS: Fix kernel lockup or crash after CPU offline/online

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hemmo Nieminen commit c7754e75100ed5e3068ac5085747f2bfc386c8d6 upstream. As printk() invocation can cause e.g. a TLB miss, printk() cannot be called before the exception handlers have been pro

[PATCH 3.14 02/20] gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit 49d2ca84e433dab854c7a866bc6add09cfab682d upstream. Fix memory leak in the gpio sysfs interface due to failure to drop reference to device returned by class_find_device when

[PATCH 3.14 19/20] smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Lai Jiangshan commit 4bee96860a65c3a62d332edac331b3cf936ba3ad upstream. The following race exists in the smpboot percpu threads management: CPU0 CPU1 cpu_up(2) get_o

[PATCH 3.14 08/20] Complete oplock break jobs before closing file handle

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu commit ca7df8e0bb2a5ec79691de8a1a4c0e611fe04e60 upstream. Commit c11f1df5003d534fd067f0168bfad7befffb3b5c requires writers to wait for any pending oplock break handler to complet

[PATCH 3.14 07/20] ARM: 8299/1: mm: ensure local active ASID is marked as allocated on rollover

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit 8e64806672466392acf19e14427d1c29df3e58b9 upstream. Commit e1a5848e3398 ("ARM: 7924/1: mm: don't bother with reserved ttbr0 when running with LPAE") removed the use of the re

[PATCH][request for stable 3.14 inclusion] fix compile warning messages

2015-02-09 Thread hujianyang
Hi Greg, while compiling stable 3.14, I saw lots of warning message like: include/linux/sched.h:1698: warning: ‘pid_alive’ declared inline after being called include/linux/sched.h:1698: warning: previous declaration of ‘pid_alive’ was here This error is fixed in upstream by commit 80e0b6e8a00

[PATCH 3.14 20/20] x86,kvm,vmx: Preserve CR4 across VM entry

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit d974baa398f34393db76be45f7d4d04fbdbb4a0a upstream. CR4 isn't constant; at least the TSD and PCE bits can vary. TBH, treating CR0 and CR3 as constant scares me a bit, to

[PATCH 3.14 05/20] MIPS: OCTEON: fix kernel crash when offlining a CPU

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Aaro Koskinen commit 63a87fe0d0de2ce126a8cec9a299a133cfd5658e upstream. octeon_cpu_disable() will unconditionally enable interrupts when called. We can assume that the routine is always called

[PATCH 3.14 04/20] MIPS: IRQ: Fix disable_irq on CPU IRQs

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit a3e6c1eff54878506b2dddcc202df9cc8180facb upstream. If the irq_chip does not define .irq_disable, any call to disable_irq will defer disabling the IRQ until it fires while

[PATCH 3.14 17/20] ASoC: sgtl5000: add delay before first I2C access

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric Nelson commit 58cc9c9a175885bbf6bae3acf18233d0a8229a84 upstream. To quote from section 1.3.1 of the data sheet: The SGTL5000 has an internal reset that is deasserted 8 SYS

[PATCH 3.14 18/20] ALSA: ak411x: Fix stall in work callback

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 4161b4505f1690358ac0a9ee59845a7887336b21 upstream. When ak4114 work calls its callback and the callback invokes ak4114_reinit(), it stalls due to flush_delayed_work(). For

[PATCH 3.14 15/20] lib/checksum.c: fix build for generic csum_tcpudp_nofold

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: karl beldan commit 9ce357795ef208faa0d59894d9d119a7434e37f3 upstream. Fixed commit added from64to32 under _#ifndef do_csum_ but used it under _#ifndef csum_tcpudp_nofold_, breaking some builds

[PATCH 3.14 13/20] arm64: Fix up /proc/cpuinfo

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rutland commit 44b82b7700d05a52cd983799d3ecde1a976b3bed upstream. Commit d7a49086f263164a (arm64: cpuinfo: print info for all CPUs) attempted to clean up /proc/cpuinfo, but due to concern

[PATCH 3.10 14/17] ALSA: ak411x: Fix stall in work callback

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 4161b4505f1690358ac0a9ee59845a7887336b21 upstream. When ak4114 work calls its callback and the callback invokes ak4114_reinit(), it stalls due to flush_delayed_work(). For

[PATCH 3.10 15/17] smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Lai Jiangshan commit 4bee96860a65c3a62d332edac331b3cf936ba3ad upstream. The following race exists in the smpboot percpu threads management: CPU0 CPU1 cpu_up(2) get_o

[PATCH 3.10 08/17] nilfs2: fix deadlock of segment constructor over I_SYNC flag

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Ryusuke Konishi commit 7ef3ff2fea8bf5e4a21cef47ad87710a3d0fdb52 upstream. Nilfs2 eventually hangs in a stress test with fsstress program. This issue was caused by the following deadlock over

[PATCH 3.14 10/20] lib/checksum.c: fix carry in csum_tcpudp_nofold

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: karl beldan commit 150ae0e94634714b23919f0c333fee28a5b199d5 upstream. The carry from the 64->32bits folding was dropped, e.g with: saddr=0x daddr=0xFFFF len=0x proto=0 sum=1, c

[PATCH 3.10 05/17] MIPS: Fix kernel lockup or crash after CPU offline/online

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Hemmo Nieminen commit c7754e75100ed5e3068ac5085747f2bfc386c8d6 upstream. As printk() invocation can cause e.g. a TLB miss, printk() cannot be called before the exception handlers have been pro

[PATCH 3.10 03/17] PCI: Add NEC variants to Stratus ftServer PCIe DMI check

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Charlotte Richardson commit 51ac3d2f0c505ca36ffc9715ffd518d756589ef8 upstream. NEC OEMs the same platforms as Stratus does, which have multiple devices on some PCIe buses under downstream port

[PATCH 3.10 17/17] x86,kvm,vmx: Preserve CR4 across VM entry

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit d974baa398f34393db76be45f7d4d04fbdbb4a0a upstream. CR4 isn't constant; at least the TSD and PCE bits can vary. TBH, treating CR0 and CR3 as constant scares me a bit, to

[PATCH 3.10 04/17] MIPS: IRQ: Fix disable_irq on CPU IRQs

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit a3e6c1eff54878506b2dddcc202df9cc8180facb upstream. If the irq_chip does not define .irq_disable, any call to disable_irq will defer disabling the IRQ until it fires while

[PATCH 3.10 09/17] arm64: Fix up /proc/cpuinfo

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rutland commit 44b82b7700d05a52cd983799d3ecde1a976b3bed upstream. Commit d7a49086f263164a (arm64: cpuinfo: print info for all CPUs) attempted to clean up /proc/cpuinfo, but due to concern

[PATCH 3.14 14/20] ext4: prevent bugon on race between write/fcntl

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Monakhov commit a41537e69b4aa43f0fea02498c2595a81267383b upstream. O_DIRECT flags can be toggeled via fcntl(F_SETFL). But this value checked twice inside ext4_file_write_iter() and __ge

[PATCH 3.14 01/20] gpio: sysfs: fix memory leak in gpiod_export_link

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit 0f303db08df0df9bd0966443ad6001e63960af16 upstream. Fix memory leak in the gpio sysfs interface due to failure to drop reference to device returned by class_find_device when

[PATCH 3.10 06/17] mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Shiraz Hashim commit 23aaed6659df9adfabe9c583e67a36b54e21df46 upstream. walk_page_range() silently skips vma having VM_PFNMAP set, which leads to undesirable behaviour at client end (who calle

[PATCH 3.10 12/17] ASoC: atmel_ssc_dai: fix start event for I2S mode

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Bo Shen commit a43bd7e125143b875caae6d4f9938855b440faaf upstream. According to the I2S specification information as following: - WS = 0, channel 1 (left) - WS = 1, channel 2 (right) So, th

[PATCH 3.14 16/20] ASoC: atmel_ssc_dai: fix start event for I2S mode

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Bo Shen commit a43bd7e125143b875caae6d4f9938855b440faaf upstream. According to the I2S specification information as following: - WS = 0, channel 1 (left) - WS = 1, channel 2 (right) So, th

[PATCH 3.14 11/20] nilfs2: fix deadlock of segment constructor over I_SYNC flag

2015-02-09 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Ryusuke Konishi commit 7ef3ff2fea8bf5e4a21cef47ad87710a3d0fdb52 upstream. Nilfs2 eventually hangs in a stress test with fsstress program. This issue was caused by the following deadlock over

[PATCH 3.10 07/17] lib/checksum.c: fix carry in csum_tcpudp_nofold

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: karl beldan commit 150ae0e94634714b23919f0c333fee28a5b199d5 upstream. The carry from the 64->32bits folding was dropped, e.g with: saddr=0x daddr=0xFFFF len=0x proto=0 sum=1, c

[PATCH 3.10 16/17] kvm: vmx: handle invvpid vm exit gracefully

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Petr Matousek commit a642fc305053cc1c6e47e4f4df327895747ab485 upstream. On systems with invvpid instruction support (corresponding bit in IA32_VMX_EPT_VPID_CAP MSR is set) guest invocation of

[PATCH 3.10 11/17] lib/checksum.c: fix build for generic csum_tcpudp_nofold

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: karl beldan commit 9ce357795ef208faa0d59894d9d119a7434e37f3 upstream. Fixed commit added from64to32 under _#ifndef do_csum_ but used it under _#ifndef csum_tcpudp_nofold_, breaking some builds

[PATCH 3.10 10/17] ext4: prevent bugon on race between write/fcntl

2015-02-09 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Monakhov commit a41537e69b4aa43f0fea02498c2595a81267383b upstream. O_DIRECT flags can be toggeled via fcntl(F_SETFL). But this value checked twice inside ext4_file_write_iter() and __ge

[patch added to the 3.12 stable tree] mmc: sdhci-acpi: Intel SDIO has broken card detect

2015-02-09 Thread Jiri Slaby
From: Adrian Hunter This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c67480173f72e883235dd0ad09d90156c8f87600 upstream. Intel SDIO has broken card detect so add a quirk to reflect that. Signed-off-by: Adrian Hunter Acke

[patch added to the 3.12 stable tree] mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller

2015-02-09 Thread Jiri Slaby
From: Adrian Hunter This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 7147eaf3a4fe7e7dbb6e1f89e328ea0507e0c32c upstream. Add a HID (INT33BB) and UID (3) for a SD Card host controller. Signed-off-by: Adrian Hunter Signed-

[patch added to the 3.12 stable tree] mmc: sdhci-acpi: Add device id 80860F16

2015-02-09 Thread Jiri Slaby
From: Adrian Hunter This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit aad95dc49c6dad19b49af7cd90c53473ec0536d1 upstream. Add ACPI HID 80860F16 as a host controller for a SD card. Signed-off-by: Adrian Hunter Signed-off-b

[patch added to the 3.12 stable tree] mmc: sdhci: Preset value not supported in Baytrail eMMC

2015-02-09 Thread Jiri Slaby
From: Maurice Petallo This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit d61b59461b0cd0106f03e566d537b9072029e059 upstream. "SDHCI_QUIRK2_PRESET_VALUE_BROKEN" quirk is added to prohibit preset value enabling for Baytrail eM

[patch added to the 3.12 stable tree] mmc: sdhci-acpi: add new ACPI ID

2015-02-09 Thread Jiri Slaby
From: Mika Westerberg This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 07c001c119c7de92be9c8ad1f1a3e5af459cb3d4 upstream. Newer Intel PCHs with LPSS have the same SDHCI controller than Haswell but ACPI ID is different. Ad

[patch added to the 3.12 stable tree] arm64: Fix up /proc/cpuinfo

2015-02-09 Thread Jiri Slaby
From: Mark Rutland This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 44b82b7700d05a52cd983799d3ecde1a976b3bed upstream. [backport to 3.12.x: fold in missing MIDR_EL1 recording] Commit d7a49086f263164a (arm64: cpuinfo: pri

[patch added to the 3.12 stable tree] mmc: sdhci-acpi: Add ACPI HID INT344D

2015-02-09 Thread Jiri Slaby
From: Adrian Hunter This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit d0ed8e6b0ab149421cd1532e7c5ebb0992ad25d0 upstream. Add ACPI HID INT344D for an Intel SDIO host controller. Signed-off-by: Adrian Hunter Signed-off-by:

[patch added to the 3.12 stable tree] mmc: sdhci-pci: add broken HS200 quirk for Intel Merrifield

2015-02-09 Thread Jiri Slaby
From: David Cohen This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 390145f9adcf2730fcee81c8a51fd7c6c08f705f upstream. Due to unknown hw issue so far, Merrifield is unable to enable HS200 support. This patch adds quirk to

[patch added to the 3.12 stable tree] mmc: sdhci: add quirk for broken HS200 support

2015-02-09 Thread Jiri Slaby
From: David Cohen This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 13868bf20f2f2c305f96e23620b024e167d6f9cb upstream. This patch defines a quirk for platforms unable to enable HS200 support. Signed-off-by: David Cohen R

[patch added to the 3.12 stable tree] mmc: sdhci-pci: Add support for Intel SPT

2015-02-09 Thread Jiri Slaby
From: Adrian Hunter This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 1f7f26528fb159e71f081df1d1050c218ff1d74d upstream. Add PCI IDs for SPT eMMC, SDIO and SD card. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson

[patch added to the 3.12 stable tree] can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUT

2015-02-09 Thread Jiri Slaby
From: "Ahmed S. Darwish" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 14c10c2a1dd8eb8e00b750b521753260befa2789 upstream. On some x86 laptops, plugging a Kvaser device again after an unplug makes the firmware always ig

[patch added to the 3.12 stable tree] i2c: s3c2410: fix ABBA deadlock by keeping clock prepared

2015-02-09 Thread Jiri Slaby
From: Paul Osmialowski This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 34e81ad5f0b60007c95995eb7803da7e00c6c611 upstream. This patch solves deadlock between clock prepare mutex and regmap mutex reported by Tomasz Figa in

[patch added to the 3.12 stable tree] regulator: core: fix race condition in regulator_put()

2015-02-09 Thread Jiri Slaby
From: Ashay Jaiswal This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 83b0302d347a49f951e904184afe57ac3723476e upstream. The regulator framework maintains a list of consumer regulators for a regulator device and protects i

[patch added to the 3.12 stable tree] Input: synaptics - adjust min/max for Lenovo ThinkPad X1 Carbon 2nd

2015-02-09 Thread Jiri Slaby
From: Peter Hutterer This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 8543cf1c247909ce85850ca6e2714adba351d6aa upstream. LEN0037 found in the Lenovo ThinkPad X1 Carbon 2nd (2014 model) Reported-and-tested-by: Bjoern Olau

[patch added to the 3.12 stable tree] ASoC: wm8960: Fix capture sample rate from 11250 to 11025

2015-02-09 Thread Jiri Slaby
From: Zidan Wang This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 22ee76daddb87f88d2336d1b4737ef27c4f307ac upstream. wm8960 codec can't support sample rate 11250, it must be 11025. Signed-off-by: Zidan Wang Acked-by: Ch

[patch added to the 3.12 stable tree] can: kvaser_usb: Do not sleep in atomic context

2015-02-09 Thread Jiri Slaby
From: "Ahmed S. Darwish" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ded5006667318c06df875609535176bd33f243a1 upstream. Upon receiving a hardware event with the BUS_RESET flag set, the driver kills all of its anchore

  1   2   >