[PATCH 3.15 36/61] Drivers: hv: balloon: Ensure pressure reports are posted regularly

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: K. Y. Srinivasan k...@microsoft.com commit ae339336dc950b9b05e7ccd3565dd3e8781c06d9 upstream. The current code posts periodic memory pressure status from a dedicated thread. Under some

[PATCH 3.15 27/61] USB: cdc-acm: fix write and resume race

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit e144ed28bed10684f9aaec6325ed974d53f76110 upstream. Fix race between write() and resume() due to improper locking that could lead to writes being

[PATCH 3.15 45/61] iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter dan.carpen...@oracle.com commit 4f3bcd878f1d3c730fe00f619b7260c6125d49eb upstream. at91_adc_get_trigger_value_by_name() was returning -ENOMEM truncated to a positive u8 and that

[PATCH 3.15 34/61] USB: cdc-acm: fix I/O after failed open

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit e4c36076c2a6195ec62c35b03c3fde84d0087dc8 upstream. Make sure to kill any already submitted read urbs on read-urb submission failures in open in order to

[PATCH 3.15 42/61] staging: iio: tsl2x7x_core: fix proximity treshold

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Mario Schuknecht mario.schukne...@dresearch-fe.de commit c404618cd06dad771495fe1cf9d5a63b5664f65f upstream. Consider high byte of proximity min and max treshold in function 'tsl2x7x_chip_on'.

[PATCH 3.15 55/61] ALSA: control: Protect user controls against concurrent access

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit 07f4d9d74a04aa7c72c5dae0ef97565f28f17b92 upstream. The user-control put and get handlers as well as the tlv do not protect against concurrent access

Re: [PATCH v6 1/4] arm: fiq: Add callbacks to manage FIQ routings

2014-06-24 Thread Daniel Thompson
On 24/06/14 16:44, Nicolas Pitre wrote: On Tue, 24 Jun 2014, Daniel Thompson wrote: Currently enable_fiq/disable_fiq use a simple offset to convert an IRQ virq into a FIQ virq. This is too inflexible for multi-platform kernels and makes runtime error checking impossible. We solve this by

[PATCH 3.15 03/61] iscsi-target: Reject mutual authentication with reflected CHAP_C

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit 1d2b60a5545942b1376cb48c1d55843d71e3a08f upstream. This patch adds an explicit check in chap_server_compute_md5() to ensure the CHAP_C value

[PATCH 3.15 20/61] vxlan: use dev-needed_headroom instead of dev-hard_header_len

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Cong Wang cw...@twopensource.com [ Upstream commit 2853af6a2ea1a8ed09b09dd4fb578e7f435e8d34 ] When we mirror packets from a vxlan tunnel to other device, the mirror device should see the same

[PATCH 3.15 28/61] USB: cdc-acm: fix broken runtime suspend

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit 140cb81ac8c625942a1d695875932c615767a526 upstream. The current ACM runtime-suspend implementation is broken in several ways: Firstly, it buffers only the

[PATCH 3.15 21/61] udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit 63c6f81cdde58c41da62a8d8a209592e42a0203e ] Its too easy to add thousand of UDP sockets on a particular bucket, and slow down an innocent

[PATCH 3.15 29/61] USB: cdc-acm: fix runtime PM for control messages

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit bae3f4c53585e9a170da9436e0f06919874bda9a upstream. Fix runtime PM handling of control messages by adding the required PM counter operations. Fixes:

[PATCH 3.15 12/61] net: filter: fix sparc32 typo

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Alexei Starovoitov a...@plumgrid.com [ Upstream commit 588f5d629b3369aba88f52217d1c473a28fa7723 ] Fixes: 569810d1e327 (net: filter: fix typo in sparc BPF JIT) Signed-off-by: Alexei Starovoitov

[PATCH v2 3/4] clk: samsung: Add driver to control CLKOUT line on Exynos SoCs

2014-06-24 Thread Tomasz Figa
This patch introduces a driver that handles configuration of CLKOUT pin of Exynos SoCs that can be used to output certain clocks from inside of the SoC to a dedicated output pin. Signed-off-by: Tomasz Figa t.f...@samsung.com --- .../devicetree/bindings/arm/samsung/pmu.txt| 30

[PATCH 3.15 11/61] net: filter: fix typo in sparc BPF JIT

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Alexei Starovoitov a...@plumgrid.com [ Upstream commit 569810d1e3278907264f5b115281fca3f0038d53 ] fix typo in sparc codegen for SKF_AD_IFINDEX and SKF_AD_HATYPE classic BPF extensions Fixes:

Re: [PATCH v6 4/4] ARM: Add KGDB/KDB FIQ debugger generic code

2014-06-24 Thread Russell King - ARM Linux
On Tue, Jun 24, 2014 at 04:18:17PM +0100, Daniel Thompson wrote: + .align 5 +__fiq_svc: + svc_entry Remember that the registers you have on the stack here are r0-r12, plus the SVC banked sp and lr registers. These may not be the registers from the mode you took the FIQ (eg, if it was

[PATCH v2 4/4] ARM: dts: exynos: Update PMU node with CLKOUT related data

2014-06-24 Thread Tomasz Figa
This patch extends nodes of PMU system controller on Exynos4210, 4x12, 5250 and 5420 SoCs with newly defined properties used by Exynos CLKOUT driver. Signed-off-by: Tomasz Figa t.f...@samsung.com --- arch/arm/boot/dts/exynos4210.dtsi | 10 ++ arch/arm/boot/dts/exynos4x12.dtsi | 7

[PATCH v2 0/4] Add support for Exynos clock output configuration

2014-06-24 Thread Tomasz Figa
. To represent the PMU mux/gate clock, generic composite clock is registered. Tested on Odroid U3, with HSIC/USB hub using CLKOUT as reference clock, with some additional patches. Changes since v1: (http://www.spinics.net/lists/arm-kernel/msg333276.html) - rebased onto next-20140624, - fixed #clock-cells

[PATCH 3.15 07/61] ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Sven Wegener sven.wege...@stealer.net [ Upstream commit 3bfdc59a6c24608ed23e903f670aaf5f58c7a6f3 ] Commit efe4208 (ipv6: make lookups simpler and faster) introduced a regression in

Re: [memcontrol] WARNING: CPU: 0 PID: 1 at kernel/res_counter.c:28 res_counter_uncharge_locked()

2014-06-24 Thread Felipe Balbi
On Fri, Jun 20, 2014 at 11:42:10AM -0400, Johannes Weiner wrote: On Fri, Jun 20, 2014 at 06:27:04PM +0800, Fengguang Wu wrote: Greetings, 0day kernel testing robot got the below dmesg and the first bad commit is git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master

Re: Re: [PATCH v2 0/8] Add Keystone PCIe controller driver

2014-06-24 Thread Murali Karicheri
Pratyush, On 06/23/2014 12:50 PM, Santosh Shilimkar wrote: Original Message Subject: Re: [PATCH v2 0/8] Add Keystone PCIe controller driver On Sat, Jun 21, 2014 at 03:05:30AM +0800, Arnd Bergmann wrote: On Friday 20 June 2014 13:11:37 Santosh Shilimkar wrote: Arnd

[PATCH 3.15 15/61] ipip, sit: fix ipv4_{update_pmtu,redirect} calls

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Popov ixaph...@qrator.net [ Upstream commit 2346829e641b804ece9ac9298136b56d9567c278 ] ipv4_{update_pmtu,redirect} were called with tunnel's ifindex (t-dev is a tunnel netdevice). It

[PATCH v2 1/4] clk: samsung: exynos4: Add missing CPU/DMC clock hierarchy

2014-06-24 Thread Tomasz Figa
This patch adds missing definitions of clocks from CPU and DMC clock domains, which are necessary to properly represent CLKOUT clock hierarchy added in further patch. Signed-off-by: Tomasz Figa t.f...@samsung.com --- drivers/clk/samsung/clk-exynos4.c | 50 +++

[PATCH 3.15 08/61] net: tunnels - enable module autoloading

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Tom Gundersen t...@jklm.no [ Upstream commit f98f89a0104454f35a62d681683c844f6dbf4043 ] Enable the module alias hookup to allow tunnel modules to be autoloaded on demand. This is in line

[PATCH 3.15 06/61] evm: prohibit userspace writing security.evm HMAC value

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Mimi Zohar zo...@linux.vnet.ibm.com commit 2fb1c9a4f2dbc2f0bd2431c7fa64d0b5483864e4 upstream. Calculating the 'security.evm' HMAC value requires access to the EVM encrypted key. Only the

[PATCH 3.15 16/61] sfc: PIO:Restrict to 64bit arch and use 64-bit writes.

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Jon Cooper jcoo...@solarflare.com [ Upstream commit daf37b556e437ec1ea1a597dcfeff338068380e1 ] Fixes:ee45fd92c739 (sfc: Use TX PIO for sufficiently small packets) The linux net driver uses

[PATCH 3.15 05/61] ima: introduce ima_kernel_read()

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Kasatkin d.kasat...@samsung.com commit 0430e49b6e7c6b5e076be8fefdee089958c9adad upstream. Commit 8aac62706 move exit_task_namespaces() outside of exit_notify introduced the kernel opps

[PATCH v2 2/4] clk: samsung: exynos4: Add CLKOUT clock hierarchy

2014-06-24 Thread Tomasz Figa
This patch adds definitions of clocks that are used to drive clock output signals of particular CMU sub-blocks that are then fed to PMU and handled by Exynos CLKOUT driver added in further patch. Signed-off-by: Tomasz Figa t.f...@samsung.com --- drivers/clk/samsung/clk-exynos4.c | 116

[PATCH 3.15 09/61] sh_eth: use RNC mode for packet reception

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Ben Dooks ben.do...@codethink.co.uk [ Upstream commit 530aa2d0d9d55ab2775d47621ddf4b5b15bc1110 ] The current behaviour of the sh_eth driver is not to use the RNC bit for the receive ring. This

[PATCH 3.14 64/68] ALSA: control: Protect user controls against concurrent access

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit 07f4d9d74a04aa7c72c5dae0ef97565f28f17b92 upstream. The user-control put and get handlers as well as the tlv do not protect against concurrent access

[PATCH 3.15 32/61] USB: cdc-acm: fix open and suspend race

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit 703df3297fb1950b0aa53e656108eb936d3f21d9 upstream. We must not do the usb_autopm_put_interface() before submitting the read urbs or we might end up doing

[PATCH 3.15 02/61] target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmd

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit 0ed6e189e3f6ac3a25383ed5cc8b0ac24c9b97b7 upstream. This patch fixes a NULL pointer dereference regression bug that was introduced with: commit

[PATCH 3.15 14/61] net: force a list_del() in unregister_netdevice_many()

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit 87757a917b0b3c0787e0563c679762152be81312 ] unregister_netdevice_many() API is error prone and we had too many bugs because of dangling

[PATCH 3.15 00/61] 3.15.2-stable review

2014-06-24 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.15.2 release. There are 61 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 Thu Jun 26 15:49:36 UTC 2014. Anything

[PATCH 3.15 17/61] ipv4: fix a race in ip4_datagram_release_cb()

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit 9709674e68646cee5a24e3000b3558d25412203a ] Alexey gave a AddressSanitizer[1] report that finally gave a good hint at where was the origin of

[PATCH 3.15 19/61] rtnetlink: fix userspace API breakage for iproute2 v3.9.0

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Michal Schmidt mschm...@redhat.com [ Upstream commit e5eca6d41f53db48edd8cf88a3f59d2c30227f8e ] When running RHEL6 userspace on a current upstream kernel, ip link fails to show VF information.

[PATCH 3.15 24/61] KVM: s390: Drop pending interrupts on guest exit

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Christian Borntraeger borntrae...@de.ibm.com commit 67335e63c9ef59e97b45a08b4a6a93767762031d upstream. On hard exits (abort, sigkill) we have have some kvm_s390_interrupt_info structures

[PATCH] sysctl: Add a feature to drop caches selectively

2014-06-24 Thread Maksym Planeta
To clean the page cache one can use /proc/sys/vm/drop_caches. But this drops the whole page cache. In contrast to that sdrop_caches enables ability to drop the page cache selectively by path string. Suggested-by: Thomas Knauth thomas.kna...@gmx.de Signed-off-by: Maksym Planeta

Re: [PATCH v4] sched: Fast idling of CPU when system is partially loaded

2014-06-24 Thread Tim Chen
On Mon, 2014-06-23 at 12:16 -0700, Tim Chen wrote: Thanks to the review from Jason, Andi and Peter. I've updated the code as Peter suggested with simplified logic. When a system is lightly loaded (i.e. no more than 1 job per cpu), attempt to pull job to a cpu before putting it to idle is

[PATCH 3.14 67/68] ALSA: control: Handle numid overflow

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit ac902c112d90a89e59916f751c2745f4dbdbb4bd upstream. Each control gets automatically assigned its numids when the control is created. The allocation is

[PATCH 3.15 30/61] USB: cdc-acm: fix shutdown and suspend race

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit ed797074031a37bb9bf4a70952fffc606b77274d upstream. We should stop I/O unconditionally at suspend rather than rely on the tty-port initialised flag (which

Re: [RFT 0/3] cxgb4: use request_firmware_nowait()

2014-06-24 Thread Casey Leedom
On 06/23/14 17:29, Luis R. Rodriguez wrote: On Mon, Jun 23, 2014 at 12:06:48PM -0700, Casey Leedom wrote: I've looked through the patch and I might be wrong, but it appears that all the uses of the asynchronous request_firmware_nowait() are followed immediately by wait_for_completion()

[PATCH 3.15 01/61] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq

2014-06-24 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Boris BREZILLON boris.brezil...@free-electrons.com commit 2fe121e1f5aa3bf31b418a9790db6c400e922291 upstream. The rtc user must wait at least 1 sec between each time/calandar update (see

[PATCH 3.14 58/68] lzo: properly check for overruns

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Greg Kroah-Hartman gre...@linuxfoundation.org commit 206a81c18401c0cde6e579164f752c4b147324ce upstream. The lzo decompressor can, if given some really crazy data, possibly overrun some

[PATCH 3.14 49/68] ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit c9e065c27fe9b81e5d6e7681d77a24f7b9616675 upstream. When using auto-muted controls it may happen that the register value will not change when changing

[PATCH 3.14 51/68] ASoC: tlv320aci3x: Fix custom snd_soc_dapm_put_volsw_aic3x() function

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Peter Ujfalusi peter.ujfal...@ti.com commit e6c111fac4464e3f4bf7b3802b517dafc80f8e0f upstream. For some unknown reason the parameters for snd_soc_test_bits() were in wrong order: It was:

[PATCH 3.14 52/68] iio:adc:max1363 incorrect resolutions for max11604, max11605, max11610 and max11611.

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Jonathan Cameron ji...@kernel.org commit a91a73c8b39a6b8bcc53fafa5372c65387c81233 upstream. Reported-by: Erik Habbinga erik.habbi...@schneider-electric.com Signed-off-by: Jonathan Cameron

[PATCH 3.14 62/68] ALSA: hda/realtek - Add more entry for enable HP mute led

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang kail...@realtek.com commit 8a02b164d4bfac108bfe37e98108bff1e062bd3d upstream. More HP machine need mute led support. Signed-off-by: Kailang Yang kail...@realtek.com

[PATCH 3.14 61/68] ALSA: hda/realtek - Add support of ALC891 codec

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang kail...@realtek.com commit b6c5fbad16aa5026f508093a8d651c25e1cb6179 upstream. New codec support for ALC891. Signed-off-by: Kailang Yang kail...@realtek.com Signed-off-by: Takashi

[PATCH 3.14 53/68] staging: iio: tsl2x7x_core: fix proximity treshold

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Mario Schuknecht mario.schukne...@dresearch-fe.de commit c404618cd06dad771495fe1cf9d5a63b5664f65f upstream. Consider high byte of proximity min and max treshold in function 'tsl2x7x_chip_on'.

[PATCH 3.14 59/68] lz4: ensure length does not wrap

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Greg Kroah-Hartman gre...@linuxfoundation.org commit 206204a1162b995e2185275167b22468c00d6b36 upstream. Given some pathologically compressed data, lz4 could possibly decide to wrap a few

[PATCH 3.14 50/68] ASoC: max98090: Fix reset at resume time

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Liam Girdwood liam.r.girdw...@linux.intel.com commit 25b4ab430f8e166c9b63f4db28e7e812d5a59396 upstream. Reset needs to wait 20ms before other codec IO is performed. This wait was not being

[PATCH 3.14 65/68] ALSA: control: Fix replacing user controls

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit 82262a46627bebb0febcc26664746c25cef08563 upstream. There are two issues with the current implementation for replacing user controls. The first is that

[PATCH 3.14 66/68] ALSA: control: Dont access controls outside of protected regions

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit fd9f26e4eca5d08a27d12c0933fceef76ed9663d upstream. A control that is visible on the card-controls list can be freed at any time. This means we must

[PATCH 3.14 60/68] ALSA: compress: Cancel the optimization of compiler and fix the size of struct for all platform.

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Wang, Xiaoming xiaoming.w...@intel.com commit 2bd0ae464a6cf7363bbf72c8545e0aa43caa57f0 upstream. Cancel the optimization of compiler for struct snd_compr_avail which size will be 0x1c in 32bit

Re: [PATCH tip/core/rcu] Reduce overhead of cond_resched() checks for RCU

2014-06-24 Thread Dave Hansen
On 06/23/2014 05:39 PM, Paul E. McKenney wrote: On Mon, Jun 23, 2014 at 05:20:30PM -0700, Dave Hansen wrote: On 06/23/2014 05:15 PM, Paul E. McKenney wrote: Just out of curiosity, how many CPUs does your system have? 80? If 160, looks like something bad is happening at 80. 80 cores, 160

[PATCH 3.14 68/68] ALSA: control: Make sure that id-index does not overflow

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit 883a1d49f0d77d30012f114b2e19fc141beb3e8e upstream. The ALSA control code expects that the range of assigned indices to a control is continuous and

[PATCH 3.14 44/68] USB: cdc-acm: fix potential urb leak and PM imbalance in write

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit 183a45087d126d126e8dd1d9b2602fc129dff9ad upstream. Make sure to check return value of autopm get in write() in order to avoid urb leak and PM counter

[PATCH] Allow increasing the buffer-head per-CPU LRU size

2014-06-24 Thread Sebastien Buisson
Influence of buffer-head per-CPU LRU size on metadata performance has been studied with mdtest, on one ext4 formatted ramdisk device, creating, stating and removing 100 files in the same directory. Several test cases were evaluated, varying the 'size' of the directory in which files are

[PATCH 3.14 40/68] USB: cdc-acm: fix write and resume race

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit e144ed28bed10684f9aaec6325ed974d53f76110 upstream. Fix race between write() and resume() due to improper locking that could lead to writes being

[PATCH 3.14 45/68] USB: cdc-acm: fix I/O after failed open

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit e4c36076c2a6195ec62c35b03c3fde84d0087dc8 upstream. Make sure to kill any already submitted read urbs on read-urb submission failures in open in order to

[PATCH 3.14 37/68] ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCs

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Boris BREZILLON boris.brezil...@free-electrons.com commit 9dcc87fec8947308e0111c65dcd881e6aa5b1673 upstream. sam9x5 SoCs have the following errata: RTC: Interrupt Mask Register cannot be used

[PATCH 3.14 32/68] vxlan: use dev-needed_headroom instead of dev-hard_header_len

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Cong Wang cw...@twopensource.com [ Upstream commit 2853af6a2ea1a8ed09b09dd4fb578e7f435e8d34 ] When we mirror packets from a vxlan tunnel to other device, the mirror device should see the same

[PATCH 3.14 56/68] iio: Fix endianness issue in ak8975_read_axis()

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Peter Meerwald pme...@pmeerw.net commit 8ba42fb7b17649c9ab5b5e79d4e90370a0b4645e upstream. i2c_smbus_read_word_data() does host endian conversion already, no need for le16_to_cpu()

[PATCH 3.14 39/68] USB: cdc-acm: fix write and suspend race

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit 5a345c20c17d87099224a4be12e69e5bd7023dca upstream. Fix race between write() and suspend() which could lead to writes being dropped (or I/O while

[PATCH 3.14 54/68] iio: mxs-lradc: fix divider

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Robert Hodaszi robert.hoda...@digi.com commit 19bc4981a213d0c5b0e1e8b08815c0b26f01ec54 upstream. All channels' single measurement are happening on CH 0. So enabling / disabling the divider

[PATCH 3.14 41/68] USB: cdc-acm: fix broken runtime suspend

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit 140cb81ac8c625942a1d695875932c615767a526 upstream. The current ACM runtime-suspend implementation is broken in several ways: Firstly, it buffers only the

[PATCH 3.14 36/68] KVM: lapic: sync highest ISR to hardware apic on EOI

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Paolo Bonzini pbonz...@redhat.com commit fc57ac2c9ca8109ea97fcc594f4be436944230cc upstream. When Hyper-V enlightenments are in effect, Windows prefers to issue an Hyper-V MSR write to issue an

[PATCH 3.14 35/68] net/mlx4_core: Keep only one driver entry release mlx4_priv

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yang weiy...@linux.vnet.ibm.com [ Upstream commit da1de8dfff09d33d4a5345762c21b487028e25f5 ] Following commit befdf89 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one(), there

[PATCH 3.14 47/68] Drivers: hv: balloon: Ensure pressure reports are posted regularly

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: K. Y. Srinivasan k...@microsoft.com commit ae339336dc950b9b05e7ccd3565dd3e8781c06d9 upstream. The current code posts periodic memory pressure status from a dedicated thread. Under some

[PATCH 3.14 38/68] MIPS: KVM: Allocate at least 16KB for exception handlers

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: James Hogan james.ho...@imgtec.com commit 7006e2dfda9adfa40251093604db76d7e44263b3 upstream. Each MIPS KVM guest has its own copy of the KVM exception vector. This contains the TLB refill

Re: Re: [PATCH v2 0/8] Add Keystone PCIe controller driver

2014-06-24 Thread Murali Karicheri
Mohit, On 06/23/2014 12:49 PM, Santosh Shilimkar wrote: Original Message Subject: Re: [PATCH v2 0/8] Add Keystone PCIe controller driver Date: Mon, 23 Jun 2014 10:43:46 +0530 From: Pratyush Anandpratyush.an...@st.com To: Murali Karicherim-kariche...@ti.com On Sat, Jun 21,

[PATCH 3.14 33/68] udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit 63c6f81cdde58c41da62a8d8a209592e42a0203e ] Its too easy to add thousand of UDP sockets on a particular bucket, and slow down an innocent

Re: [PATCH v6 4/4] ARM: Add KGDB/KDB FIQ debugger generic code

2014-06-24 Thread Nicolas Pitre
On Tue, 24 Jun 2014, Daniel Thompson wrote: From: Anton Vorontsov anton.voront...@linaro.org The FIQ debugger may be used to debug situations when the kernel stuck in uninterruptable sections, e.g. the kernel infinitely loops or deadlocked in an interrupt or with interrupts disabled. By

[PATCH 3.14 26/68] net: force a list_del() in unregister_netdevice_many()

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit 87757a917b0b3c0787e0563c679762152be81312 ] unregister_netdevice_many() API is error prone and we had too many bugs because of dangling

Re: [PATCH] vfio: Fix endianness handling for emulated BARs

2014-06-24 Thread Alexey Kardashevskiy
On 06/25/2014 12:43 AM, Alex Williamson wrote: On Wed, 2014-06-25 at 00:33 +1000, Alexey Kardashevskiy wrote: On 06/25/2014 12:21 AM, Alex Williamson wrote: On Tue, 2014-06-24 at 15:22 +0200, Alexander Graf wrote: On 24.06.14 15:01, Alexey Kardashevskiy wrote: On 06/24/2014 10:52 PM,

[PATCH 3.14 34/68] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Wei Yang weiy...@linux.vnet.ibm.com [ Upstream commit befdf8978accecac2e0739e6b5075afc62db37fe ] pci_match_id() just match the static pci_device_id, which may return NULL if someone binds the

[PATCH 3.14 43/68] USB: cdc-acm: fix shutdown and suspend race

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit ed797074031a37bb9bf4a70952fffc606b77274d upstream. We should stop I/O unconditionally at suspend rather than rely on the tty-port initialised flag (which

[PATCH 3.14 20/68] tcp: fix cwnd undo on DSACK in F-RTO

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Yuchung Cheng ych...@google.com [ Upstream commit 0cfa5c07d6d1d7f8e710fc671c5ba1ce85e09fa4 ] This bug is discovered by an recent F-RTO issue on tcpm list

[PATCH 3.14 21/68] sh_eth: use RNC mode for packet reception

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Ben Dooks ben.do...@codethink.co.uk [ Upstream commit 530aa2d0d9d55ab2775d47621ddf4b5b15bc1110 ] The current behaviour of the sh_eth driver is not to use the RNC bit for the receive ring. This

[PATCH 3.14 24/68] net: filter: fix sparc32 typo

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Alexei Starovoitov a...@plumgrid.com [ Upstream commit 588f5d629b3369aba88f52217d1c473a28fa7723 ] Fixes: 569810d1e327 (net: filter: fix typo in sparc BPF JIT) Signed-off-by: Alexei Starovoitov

[PATCH 3.14 27/68] ipip, sit: fix ipv4_{update_pmtu,redirect} calls

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Popov ixaph...@qrator.net [ Upstream commit 2346829e641b804ece9ac9298136b56d9567c278 ] ipv4_{update_pmtu,redirect} were called with tunnel's ifindex (t-dev is a tunnel netdevice). It

[PATCH 3.14 42/68] USB: cdc-acm: fix runtime PM for control messages

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit bae3f4c53585e9a170da9436e0f06919874bda9a upstream. Fix runtime PM handling of control messages by adding the required PM counter operations. Fixes:

[PATCH 3.14 23/68] net: filter: fix typo in sparc BPF JIT

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Alexei Starovoitov a...@plumgrid.com [ Upstream commit 569810d1e3278907264f5b115281fca3f0038d53 ] fix typo in sparc codegen for SKF_AD_IFINDEX and SKF_AD_HATYPE classic BPF extensions Fixes:

[PATCH 3.14 31/68] rtnetlink: fix userspace API breakage for iproute2 v3.9.0

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Michal Schmidt mschm...@redhat.com [ Upstream commit e5eca6d41f53db48edd8cf88a3f59d2c30227f8e ] When running RHEL6 userspace on a current upstream kernel, ip link fails to show VF information.

[PATCH 3.14 30/68] sctp: Fix sk_ack_backlog wrap-around problem

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Xufeng Zhang xufeng.zh...@windriver.com [ Upstream commit d3217b15a19a4779c39b212358a5c71d725822ee ] Consider the scenario: For a TCP-style socket, while processing the COOKIE_ECHO chunk in

Re: [PATCH v6 3/4] ARM: Move some macros from entry-armv to entry-header

2014-06-24 Thread Nicolas Pitre
On Tue, 24 Jun 2014, Daniel Thompson wrote: From: Anton Vorontsov anton.voront...@linaro.org Just move the macros into header file as we would want to use them for KGDB FIQ entry code. The following macros were moved: - svc_entry - usr_entry - kuser_cmpxchg_check - vector_stub

Re: [PATCH 2/2] ARM: tegra: roth: enable input on mmc clock pins

2014-06-24 Thread Stephen Warren
On 06/23/2014 11:44 PM, Alexandre Courbot wrote: On 06/24/2014 04:01 AM, Stephen Warren wrote: On 06/23/2014 01:32 AM, Alexandre Courbot wrote: Input had been disabled by mistake on these pins, leading to issues with SDIO devices like the Wifi module not being probed or random errors occuring

Re: [PATCH v2] ARM: dts: Add cros_ec to exynos5420-peach-pit and exynos5800-peach-pi

2014-06-24 Thread Doug Anderson
Tushar, On Mon, Jun 23, 2014 at 11:43 PM, Tushar Behera trbli...@gmail.com wrote: On 06/24/2014 02:19 AM, Doug Anderson wrote: This adds cros_ec to exynos5420-peach-pit and exynos5800-peach-pi, including: * The keyboard * The i2c tunnel * The tps65090 under the i2c tunnel * The battery

[PATCH 3.14 08/68] net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com [ Upstream commit a53b72c83a4216f2eb883ed45a0cbce014b8e62d ] The permission check in sock_diag_put_filterinfo is wrong, and it is so removed from it's

[PATCH 3.14 28/68] sfc: PIO:Restrict to 64bit arch and use 64-bit writes.

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Jon Cooper jcoo...@solarflare.com [ Upstream commit daf37b556e437ec1ea1a597dcfeff338068380e1 ] Fixes:ee45fd92c739 (sfc: Use TX PIO for sufficiently small packets) The linux net driver uses

[PATCH 3.14 03/68] iscsi-target: Reject mutual authentication with reflected CHAP_C

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit 1d2b60a5545942b1376cb48c1d55843d71e3a08f upstream. This patch adds an explicit check in chap_server_compute_md5() to ensure the CHAP_C value

[PATCH 3.14 11/68] net: Use netlink_ns_capable to verify the permisions of netlink messages

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com [ Upstream commit 90f62cf30a78721641e08737bda787552428061e ] It is possible by passing a netlink socket to a more privileged executable and then to fool

[PATCH v3] ARM: dts: Add cros_ec to exynos5420-peach-pit and exynos5800-peach-pi

2014-06-24 Thread Doug Anderson
This adds cros_ec to exynos5420-peach-pit and exynos5800-peach-pi, including: * The keyboard * The i2c tunnel * The tps65090 under the i2c tunnel * The battery under the i2c tunnel To add extra motivation, it should be noted that tps65090 is one of the things needed to get display-related FETs

[PATCH 3.14 19/68] team: fix mtu setting

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Pirko j...@resnulli.us [ Upstream commit 9d0d68faea6962d62dd501cd6e71ce5cc8ed262b ] Now it is not possible to set mtu to team device which has a port enslaved to it. The reason is that

[PATCH 3.14 10/68] net: Add variants of capable for use on netlink messages

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com [ Upstream commit aa4cf9452f469f16cea8c96283b641b4576d4a7b ] netlink_net_capable - The common case use, for operations that are safe on a network

[PATCH 3.14 12/68] netlink: Only check file credentials for implicit destinations

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com [ Upstream commit 2d7a85f4b06e9c27ff629f07a524c48074f07f81 ] It was possible to get a setuid root or setcap executable to write to it's stdout or stderr

Re: mm: shm: hang in shmem_fallocate

2014-06-24 Thread Vlastimil Babka
On 06/16/2014 04:29 AM, Hugh Dickins wrote: On Thu, 12 Jun 2014, Sasha Levin wrote: On 02/09/2014 08:41 PM, Sasha Levin wrote: On 02/08/2014 10:25 PM, Hugh Dickins wrote: Would trinity be likely to have a thread or process repeatedly faulting in pages from the hole while it is being punched?

[PATCH 3.14 09/68] net: Add variants of capable for use on on sockets

2014-06-24 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com [ Upstream commit a3b299da869d6e78cf42ae0b1b41797bcb8c5e4b ] sk_net_capable - The common case, operations that are safe in a network namespace.

[PATCH -mm 3/3] page-cgroup: fix flags definition

2014-06-24 Thread Vladimir Davydov
Since commit a9ce315aaec1f (mm: memcontrol: rewrite uncharge API), PCG_* flags are used as bit masks, but they are still defined in a enum as bit numbers. Fix it. Signed-off-by: Vladimir Davydov vdavy...@parallels.com --- include/linux/page_cgroup.h | 12 +--- 1 file changed, 5

<    1   2   3   4   5   6   7   8   9   10   >