[PATCH 3.12 086/124] Revert "crypto: talitos - convert to use be16_add_cpu()"

2015-07-28 Thread Jiri Slaby
From: Horia Geant? 3.12-stable review patch. If anyone has any objections, please let me know. === commit 69d9cd8c592f1abce820dbce7181bbbf6812cfbd upstream. This reverts commit 7291a932c6e27d9768e374e9d648086636daf61c. The conversion to be16_add_cpu() is incorrect in case cryptle

[PATCH 3.12 085/124] crypto: talitos - avoid memleak in talitos_alg_alloc()

2015-07-28 Thread Jiri Slaby
From: Horia Geant? 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5fa7dadc898567ce14d6d6d427e7bd8ce6eb5d39 upstream. Fixes: 1d11911a8c57 ("crypto: talitos - fix warning: 'alg' may be used uninitialized in this function") Signed-off-by: Hori

[PATCH 3.12 084/124] sctp: Fix race between OOTB responce and route removal

2015-07-28 Thread Jiri Slaby
From: Alexander Sverdlin 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 29c4afc4e98f4dc0ea9df22c631841f9c220b944 ] There is NULL pointer dereference possible during statistics update if the route used for OOTB responce is removed

[PATCH 3.12 081/124] packet: read num_members once in packet_rcv_fanout()

2015-07-28 Thread Jiri Slaby
From: Eric Dumazet 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit f98f4514d07871da7a113dd9e3e330743fd70ae4 ] We need to tell compiler it must not read f->num_members multiple times. Otherwise testing if num is not zero is flaky, a

Re: [PATCH v2 2/3] x86/entry/64: Teach idtentry to use the IRQ stack

2015-07-28 Thread Borislav Petkov
On Fri, Jul 24, 2015 at 10:57:05PM -0700, Andy Lutomirski wrote: > We don't specifically need IST for things like kprobes, but we do > want to avoid rare, surprising extra stack usage if a kprobe hits > with a deep stack. > > Teach idtentry to use the IRQ stack for selected entries. > > This impl

[PATCH 3.12 082/124] packet: avoid out of bounds read in round robin fanout

2015-07-28 Thread Jiri Slaby
From: Willem de Bruijn 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 468479e6043c84f5a65299cc07cb08a22a28c2b1 ] PACKET_FANOUT_LB computes f->rr_cur such that it is modulo f->num_members. It returns the old value unconditionally,

[PATCH 3.12 079/124] sctp: fix ASCONF list handling

2015-07-28 Thread Jiri Slaby
From: Marcelo Ricardo Leitner 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 2d45a02d0166caf2627fe91897c6ffc3b19514c4 ] ->auto_asconf_splist is per namespace and mangled by functions like sctp_setsockopt_auto_asconf() which doesn'

[PATCH 3.12 077/124] bridge: fix multicast router rlist endless loop

2015-07-28 Thread Jiri Slaby
From: Nikolay Aleksandrov 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 1a040eaca1a22f8da8285ceda6b5e4a2cb704867 ] Since the addition of sysfs multicast router support if one set multicast_router to "2" more than once, then the p

[PATCH 3.12 080/124] bridge: fix br_stp_set_bridge_priority race conditions

2015-07-28 Thread Jiri Slaby
From: Nikolay Aleksandrov 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 2dab80a8b486f0a69daca6859519e05781d9 ] After the ->set() spinlocks were removed br_stp_set_bridge_priority was left running without any protection when u

[PATCH 3.12 078/124] net: don't wait for order-3 page allocation

2015-07-28 Thread Jiri Slaby
From: Shaohua Li 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit fb05e7a89f500cfc06ae277bdc911b281928995d ] We saw excessive direct memory compaction triggered by skb_page_frag_refill. This causes performance issues and add latency

[PATCH 3.12 073/124] revert "softirq: Add support for triggering softirq work on softirqs"

2015-07-28 Thread Jiri Slaby
From: Christoph Hellwig 3.12-stable review patch. If anyone has any objections, please let me know. === commit fc21c0cff2f425891b28ff6fb6b03b325c977428 upstream. This commit was incomplete in that code to remove items from the per-cpu lists was missing and never acquired a user in

RE: [PATCH net 2/2] r8152: reset device when tx timeout

2015-07-28 Thread Hayes Wang
Oliver Neukum [mailto:oneu...@suse.com] > Sent: Tuesday, July 28, 2015 4:57 PM [...] > * usb_queue_reset_device - Reset a USB device from an atomic context > * @iface: USB interface belonging to the device to reset > * > * This function can be used to reset a USB device from an atomic > * cont

Re: [PATCH 1/5] iTCO_wdt: Expose watchdog properties using platform data

2015-07-28 Thread Matt Fleming
On Mon, 27 Jul, at 07:24:09AM, Guenter Roeck wrote: > On 07/27/2015 07:19 AM, Matt Fleming wrote: > >On Mon, 27 Jul, at 06:49:08AM, Guenter Roeck wrote: > >> > >>I don't see the platform data freed anywhere, neither in the error path nor > >>in the cleanup path of this driver. Can you use devm_kzal

[PATCH 3.12 076/124] sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq context

2015-07-28 Thread Jiri Slaby
From: Sowmini Varadhan 3.12-stable review patch. If anyone has any objections, please let me know. === commit 0edfad5959df7379c9e554fbe8ba264ae232d321 upstream. Since it is possible for vnet_event_napi to end up doing vnet_control_pkt_engine -> ... -> vnet_send_attr -> vnet_port_a

[PATCH 3.12 074/124] PCI: pciehp: Add hotplug_lock to serialize hotplug events

2015-07-28 Thread Jiri Slaby
From: Rajat Jain 3.12-stable review patch. If anyone has any objections, please let me know. === commit 50b52fdee050745935d92e7026373edea2647e60 upstream. Today it is there is no protection around pciehp_enable_slot() and pciehp_disable_slot() to ensure that they complete before a

Re: [PATCH v4 0/7] Clocksource changes for Pistachio CPUFreq.

2015-07-28 Thread Ralf Baechle
Daniel, On Mon, Jul 27, 2015 at 03:00:11PM +0100, Govindraj Raja wrote: > From: Ezequiel Garcia > > The purpose of this patchset is to support CPUFreq on Pistachio SoC. > However, given Pistachio uses the MIPS GIC clocksource and clockevent drivers > (clocked from the CPU), adding CPUFreq suppo

Re: [PATCH v2 3/3] x86/entry/64: Move #BP from IST to the IRQ stack

2015-07-28 Thread Borislav Petkov
On Fri, Jul 24, 2015 at 10:57:06PM -0700, Andy Lutomirski wrote: > There's nothing IST-worthy about #BP/int3. We don't allow kprobes > in the small handful of places in the kernel that run at CPL0 with > an invalid stack, and 32-bit kernels have used normal interrupt > gates for #BP forever. > >

[PATCH 3.12 114/124] thermal: step_wise: fix: Prevent from binary overflow when trend is dropping

2015-07-28 Thread Jiri Slaby
From: Lukasz Majewski 3.12-stable review patch. If anyone has any objections, please let me know. === commit 26bb0e9a1a938ec98ee07aa76533f1a711fba706 upstream. It turns out that some boards can have instance->lower greater than 0 and when thermal trend is dropping it results with

[PATCH 3.12 096/124] x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing

2015-07-28 Thread Jiri Slaby
From: Bjorn Helgaas 3.12-stable review patch. If anyone has any objections, please let me know. === commit 3d9fecf6bfb8b12bc2f9a4c7109895a2a2bb9436 upstream. We enable _CRS on all systems from 2008 and later. On older systems, we ignore _CRS and assume the whole physical address

[PATCH 3.12 119/124] HID: multitouch: add support for Win 8.1 multitouch touchpads

2015-07-28 Thread Jiri Slaby
From: Andrew Duggan 3.12-stable review patch. If anyone has any objections, please let me know. === commit 9abebedb123a577ecc5b69b2a2515499e430be24 upstream. Multitouch touchpads built for Win 8.1 need to be sent an input mode feature report in order to start reporting multitouch

[PATCH 3.12 118/124] HID: hid-lg4ff: Support new version of G27

2015-07-28 Thread Jiri Slaby
From: Simon Wood 3.12-stable review patch. If anyone has any objections, please let me know. === commit 6b5625b2af30de6ff73402ad070dd21592681821 upstream. It has been reported that there is a new hardware version of the G27 in the 'wild'. This patch add's this new revision so that

[PATCH 3.12 124/124] HID: core: add two new usages for digitizer

2015-07-28 Thread Jiri Slaby
From: Ping Cheng 3.12-stable review patch. If anyone has any objections, please let me know. === commit 368c96640d10a145da5f258f2d2833668d4f3629 upstream. On Feb 17, 2014, two new usages are approved to HID usage Table 18 - Digitizer Page: 5A Secondary Barrel Switch

[PATCH 3.12 109/124] regulator: core: fix constraints output buffer

2015-07-28 Thread Jiri Slaby
From: Stefan Wahren 3.12-stable review patch. If anyone has any objections, please let me know. === commit a7068e3932eee8268c4ce4e080a338ee7b8a27bf upstream. The buffer for condtraints debug isn't big enough to hold the output in all cases. So fix this issue by increasing the buff

[PATCH 3.12 112/124] mtd: fix: avoid race condition when accessing mtd->usecount

2015-07-28 Thread Jiri Slaby
From: Brian Norris 3.12-stable review patch. If anyone has any objections, please let me know. === commit 073db4a51ee43ccb827f54a4261c0583b028d5ab upstream. On A MIPS 32-cores machine a BUG_ON was triggered because some acesses to mtd->usecount were done without taking mtd_table_m

[PATCH 3.12 111/124] leds / PM: fix hibernation on arm when gpio-led used with CPU led trigger

2015-07-28 Thread Jiri Slaby
From: Grygorii Strashko 3.12-stable review patch. If anyone has any objections, please let me know. === commit 084609bf727981c7a2e6e69aefe0052c9d793300 upstream. Setting a dev_pm_ops suspend/resume pair of callbacks but not a set of hibernation callbacks means those pm functions w

[PATCH v2 3/5] ARM: imx_v6_v7_defconfig: enable imx6ul_tsc

2015-07-28 Thread Haibo Chen
Enable imx6ul touchscreen controller Signed-off-by: Haibo Chen --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index e1ba3e2..9823ddc 100644 --- a/arch/arm/configs/imx_v6_v7_

[PATCH v2 4/5] ARM: dts: imx6ul.dtsi: add TSC support

2015-07-28 Thread Haibo Chen
Add imx6ul touchscreen controller support. TSC module need ADC2 module to measure the touchscreen coordinate value. This patch put TSC and ADC2 together, make ADC2 module only be used for TSC, can't be used as a normal ADC. Signed-off-by: Haibo Chen --- arch/arm/boot/dts/imx6ul.dtsi | 11 ++

[PATCH v2 2/5] Documentation: Detail permitted DT properties for the imx6ul_tsc

2015-07-28 Thread Haibo Chen
Here we apply required documentation for the imx6ul touch screen controller driver which describe available properties and how to use them. Signed-off-by: Haibo Chen --- .../bindings/input/touchscreen/imx6ul_tsc.txt | 36 ++ 1 file changed, 36 insertions(+) create mode

[PATCH v2 5/5] ARM: dts: imx6ul-14x14-evk.dts: add tsc support

2015-07-28 Thread Haibo Chen
Add touch screen surpport for i.MX6UL-EVK board. Signed-off-by: Haibo Chen --- arch/arm/boot/dts/imx6ul-14x14-evk.dts | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts index 61b41ee..9995656 10

[PATCH 3.12 110/124] spi: pl022: Specify 'num-cs' property as required in devicetree binding

2015-07-28 Thread Jiri Slaby
From: Ezequiel Garcia 3.12-stable review patch. If anyone has any objections, please let me know. === commit ea6055c46eda1e19e02209814955e13f334bbe1b upstream. Since commit 39a6ac11df65 ("spi/pl022: Devicetree support w/o platform data") the 'num-cs' parameter cannot be passed thr

[PATCH v2 0/5] Add imx6ul touch screen controller support

2015-07-28 Thread Haibo Chen
i.MX6UL contains a touch screen controller. This patch set add imx6ul touch screen controller driver support. Changes for v2: -Add property in devicetree Documentation. -Add tsc disable code in tsc_remove function. -Remove some redundant code. Haibo Chen (5): input: touchscreen: add imx6ul_tsc

[PATCH 3.12 123/124] HID: add missing hid usages

2015-07-28 Thread Jiri Slaby
From: Olivier Gay 3.12-stable review patch. If anyone has any objections, please let me know. === commit f362e690e5530dd8ace289da991bda558731678e upstream. Add some missing hid usages from consumer page, add some display brightness control usages from approved hid usage table requ

[PATCH 3.12 120/124] HID: multitouch: add support of EliteGroup 05D8 panels

2015-07-28 Thread Jiri Slaby
From: Tomas Sokorai 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7c7606a2464fee1cf50efef34aa44aee1edf453a upstream. They need to have the class SERIAL. Note: it is a Win 7 panel, not Win 8 certified. Signed-off-by: Tomas Sokorai Signed-

[PATCH] Checkpatch: driver/staging in 4.2.0-rc4: Fix coding style problem

2015-07-28 Thread Jignesh R Patel
From: Jignesh R Patel This patch fix coding style problem of more then 80 character in one line. This patch does not change any logic. Signed-off-by: Jignesh R Patel --- drivers/staging/android/ion/ion_cma_heap.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/

[PATCH 3.12 116/124] ARM: shmobile: wait for MSTP clock status to toggle, when enabling it

2015-07-28 Thread Jiri Slaby
From: Guennadi Liakhovetski 3.12-stable review patch. If anyone has any objections, please let me know. === commit a028c6da34d434e35ba8322568c756ea97ff3c18 upstream. On r-/sh-mobile SoCs MSTP clocks are used by the runtime PM to dynamically enable and disable peripheral clocks. To

[PATCH v2 1/5] input: touchscreen: add imx6ul_tsc driver support

2015-07-28 Thread Haibo Chen
Freescale i.MX6UL contains a internal touchscreen controller, this patch add a driver to support this controller. Signed-off-by: Haibo Chen --- drivers/input/touchscreen/Kconfig | 12 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/imx6ul_tsc.c | 504 +++

[PATCH 3.12 122/124] HID: Add some missing HUT mappings

2015-07-28 Thread Jiri Slaby
From: Hans de Goede 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5820e4d4ae17c0994c93d0537bd1a184267f3cae upstream. Add mapping for "AL Next Task/Application", "AL Previous Task/Application" and "AL File Browser" buttons, as found on the M

[PATCH 3.12 099/124] Disable write buffering on Toshiba ToPIC95

2015-07-28 Thread Jiri Slaby
From: Ryan Underwood 3.12-stable review patch. If anyone has any objections, please let me know. === commit 2fb22a8042fe96b4220843f79241c116d90922c4 upstream. Disable write buffering on the Toshiba ToPIC95 if it is enabled by somebody (it is not supposed to be a power-on default a

[PATCH 3.12 121/124] HID: hid-sensor-hub: fix sleeping function called from invalid context

2015-07-28 Thread Jiri Slaby
From: Srinivas Pandruvada 3.12-stable review patch. If anyone has any objections, please let me know. === commit f74346a04b79c9a5e50a2ee5e923b94195975d17 upstream. Fix issue with the sleeping calling hid_hw_request under spinlock. When i2c is used as HID transport, this is calling

[PATCH 3.12 095/124] vfs: Ignore unlocked mounts in fs_fully_visible

2015-07-28 Thread Jiri Slaby
From: "Eric W. Biederman" 3.12-stable review patch. If anyone has any objections, please let me know. === commit ceeb0e5d39fcdf4dca2c997bf225c7fc49200b37 upstream. Limit the mounts fs_fully_visible considers to locked mounts. Unlocked can always be unmounted so considering them ad

[PATCH 3.12 115/124] thermal: rcar: fix ENR register value

2015-07-28 Thread Jiri Slaby
From: Yoshihiro Shimoda 3.12-stable review patch. If anyone has any objections, please let me know. === commit 11313746547015ace605c4c347a40350753051e4 upstream. On R-Mobile APE6, since it has 3 thermal zones, ENR register has enable bits in bit 19-16, bit 11-8 and bit 3-0. Howev

[PATCH 3.12 113/124] mtd: dc21285: use raw spinlock functions for nw_gpio_lock

2015-07-28 Thread Jiri Slaby
From: Uwe Kleine-König 3.12-stable review patch. If anyone has any objections, please let me know. === commit e5babdf928e5d0c432a8d4b99f20421ce14d1ab6 upstream. Since commit bd31b85960a7 (which is in 3.2-rc1) nw_gpio_lock is a raw spinlock that needs usage of the corresponding raw

[PATCH 3.12 117/124] HID: hyperv: make sure input buffer is big enough

2015-07-28 Thread Jiri Slaby
From: David Herrmann 3.12-stable review patch. If anyone has any objections, please let me know. === commit 3ccfd0a8d7062a5590923578eea829ee582beba8 upstream. We need at least HID_MAX_BUFFER_SIZE (4096) bytes as input buffer. HID core depends on this as it requires every input rep

[PATCH 3.12 107/124] regmap: Fix regmap_bulk_read in BE mode

2015-07-28 Thread Jiri Slaby
From: Arun Chandran 3.12-stable review patch. If anyone has any objections, please let me know. === commit 15b8d2c41fe5839582029f65c5f7004db451cc2b upstream. In big endian mode regmap_bulk_read gives incorrect data for byte reads. This is because memcpy of a single byte from an a

[PATCH 3.12 108/124] regmap: Fix possible shift overflow in regmap_field_init()

2015-07-28 Thread Jiri Slaby
From: Maxime Coquelin 3.12-stable review patch. If anyone has any objections, please let me know. === commit 921cc29473a0d7c109105c1876ddb432f4a4be7d upstream. The way the mask is generated in regmap_field_init() is wrong. Indeed, a field initialized with msb = 31 and lsb = 0 prov

[PATCH 3.12 106/124] cpuidle / menu: Return (-1) if there are no suitable states

2015-07-28 Thread Jiri Slaby
From: "Rafael J. Wysocki" 3.12-stable review patch. If anyone has any objections, please let me know. === commit 3836785a1bdcd6706c68ad46bf53adc0b057b310 upstream. If there is a PM QoS latency limit and all of the sufficiently shallow C-states are disabled, the cpuidle menu govern

[PATCH 3.12 103/124] arm64: Do not attempt to use init_mm in reset_context()

2015-07-28 Thread Jiri Slaby
From: Catalin Marinas 3.12-stable review patch. If anyone has any objections, please let me know. === commit 565630d503ef24e44c252bed55571b3a0d68455f upstream. After secondary CPU boot or hotplug, the active_mm of the idle thread is &init_mm. The init_mm.pgd (swapper_pg_dir) is on

Re: [PATCH] dmaengine: xgene-dma: Add ACPI support for X-Gene DMA engine driver

2015-07-28 Thread Rameshwar Sahu
Hi Vinod, On Tue, Jul 21, 2015 at 6:44 PM, Rameshwar Prasad Sahu wrote: > This patch adds ACPI support for the APM X-Gene DMA engine driver. > > Signed-off-by: Rameshwar Prasad Sahu > --- > drivers/dma/xgene-dma.c | 28 +--- > 1 file changed, 21 insertions(+), 7 deletion

Re: [Xen-devel] [PATCH v3] xen/events: Support event channel rebind on ARM

2015-07-28 Thread David Vrabel
On 28/07/15 10:10, Julien Grall wrote: > Currently, the event channel rebind code is gated with the presence of > the vector callback. > > The virtual interrupt controller on ARM has the concept of per-CPU > interrupt (PPI) which allow us to support per-VCPU event channel. > Therefore there is no

[PATCH 3.12 104/124] arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAP

2015-07-28 Thread Jiri Slaby
From: Dave P Martin 3.12-stable review patch. If anyone has any objections, please let me know. === commit b9bcc919931611498e856eae9bf66337330d04cc upstream. The memmap freeing code in free_unused_memmap() computes the end of each memblock by adding the memblock size onto the base

[PATCH net-next 1/4] dwc_eth_qos: Add Synopsys DWC Ethernet QoS bindings

2015-07-28 Thread Lars Persson
Add device tree binding documentation for the Synopsys DWC Ethernet QoS driver supporting revision 4.10a of the hardware IP. Signed-off-by: Lars Persson --- .../bindings/net/snps,dwc-qos-ethernet.txt | 75 ++ 1 file changed, 75 insertions(+) create mode 100644 Docum

[PATCH net-next 3/4] dwc_eth_qos: Add the synopsys folder to the build system.

2015-07-28 Thread Lars Persson
Signed-off-by: Lars Persson --- drivers/net/ethernet/Kconfig | 1 + drivers/net/ethernet/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/net/ethernet/Kconfig b/drivers/net/ethernet/Kconfig index f3bb178..05aa759 100644 --- a/drivers/net/ethernet/Kconfig +++ b/drivers/net/e

[PATCH 3.12 102/124] ARC: add compiler barrier to LLSC based cmpxchg

2015-07-28 Thread Jiri Slaby
From: Vineet Gupta 3.12-stable review patch. If anyone has any objections, please let me know. === commit d57f727264f1425a94689bafc7e99e502cb135b5 upstream. When auditing cmpxchg call sites, Chuck noted that gcc was optimizing away some of the desired LDs. | do { |

Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library

2015-07-28 Thread Joerg Roedel
On Mon, Jul 27, 2015 at 04:57:32PM -0700, Ashutosh Dixit wrote: > From: Harish Chegondi > > This patch converts iova.c into a library, moving it from > drivers/iommu/ to lib/, and exports its virtual address allocation and > management functions so that other modules can reuse them. > > Cc: Joer

[PATCH 3.12 105/124] arm64: vdso: work-around broken ELF toolchains in Makefile

2015-07-28 Thread Jiri Slaby
From: Will Deacon 3.12-stable review patch. If anyone has any objections, please let me know. === commit 6f1a6ae87c0c60d7c462ef8fd071f291aa7a9abb upstream. When building the kernel with a bare-metal (ELF) toolchain, the -shared option may not be passed down to collect2, resulting

[PATCH net-next 0/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS

2015-07-28 Thread Lars Persson
This is a driver supporting version 4.10a of the Synopsys DWC Ethernet QoS gigabit ethernet controller. The IP has changed significantly compared to the dwmac1000 so a separate driver is justified. The IP is highly configurable at synthesis time. This driver has been developed for a subset of the

[PATCH 3.12 094/124] vfs: Remove incorrect debugging WARN in prepend_path

2015-07-28 Thread Jiri Slaby
From: "Eric W. Biederman" 3.12-stable review patch. If anyone has any objections, please let me know. === commit 93e3bce6287e1fb3e60d3324ed08555b5bbafa89 upstream. The warning message in prepend_path is unclear and outdated. It was added as a warning that the mechanism for genera

[PATCH 3.12 097/124] rcu: Correctly handle non-empty Tiny RCU callback list with none ready

2015-07-28 Thread Jiri Slaby
From: "Paul E. McKenney" 3.12-stable review patch. If anyone has any objections, please let me know. === commit 6e91f8cb138625be96070b778d9ba71ce520ea7e upstream. If, at the time __rcu_process_callbacks() is invoked, there are callbacks in Tiny RCU's callback list, but none of th

[PATCH 3.12 070/124] xfrm: release dst_orig in case of error in xfrm_lookup()

2015-07-28 Thread Jiri Slaby
From: huaibin Wang 3.12-stable review patch. If anyone has any objections, please let me know. === commit ac37e2515c1a89c477459a2020b6bfdedabdb91b upstream. dst_orig should be released on error. Function like __xfrm_route_forward() expects that behavior. Since a recent commit, xfr

[PATCH net-next 2/4] dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS

2015-07-28 Thread Lars Persson
This patch adds a platform driver for the new generation of the gigabit ethernet IP from Synopsys. It is developed for version 4.10a of the IP core. Signed-off-by: Lars Persson --- drivers/net/ethernet/synopsys/Kconfig | 27 + drivers/net/ethernet/synopsys/Makefile |5 + drivers

[PATCH net-next 4/4] dwc_eth_qos: Add maintainer info

2015-07-28 Thread Lars Persson
Add maintainer information for the Synopsys DWC Ethernet QOS driver. Signed-off-by: Lars Persson --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a226416..0c78766 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8903,6 +8903,13 @@ F:

[PATCH 3.12 071/124] uninline destroy_super(), consolidate alloc_super()

2015-07-28 Thread Jiri Slaby
From: Al Viro 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7eb5e8826911f2792179f99e77e75fbb7ef53a4a upstream. Signed-off-by: Al Viro Signed-off-by: Jiri Slaby --- fs/super.c | 206 ++--

[PATCH 3.12 101/124] ALSA: hda - Fix the dock headphone output on Fujitsu Lifebook E780

2015-07-28 Thread Jiri Slaby
From: Takashi Iwai 3.12-stable review patch. If anyone has any objections, please let me know. === commit 4df3fd1700abbb53bd874143dfd1f9ac9e7cbf4b upstream. Fujitsu Lifebook E780 sets the sequence number 0x0f to only only of the two headphones, thus the driver tries to assign anot

[PATCH 3.12 098/124] ipr: Increase default adapter init stage change timeout

2015-07-28 Thread Jiri Slaby
From: Brian King 3.12-stable review patch. If anyone has any objections, please let me know. === commit 45c44b5ff9caa743ed9c2bfd44307c536c9caf1e upstream. Increase the default init stage change timeout from 15 seconds to 30 seconds. This resolves issues we have seen with some adap

[PATCH 3.12 075/124] arm64/mm: Remove hack in mmap randomize layout

2015-07-28 Thread Jiri Slaby
From: Yann Droneaud 3.12-stable review patch. If anyone has any objections, please let me know. === commit d6c763afab142a85e4770b4bc2a5f40f256d5c5d upstream. Since commit 8a0a9bd4db63 ('random: make get_random_int() more random'), get_random_int() returns a random value for each c

[PATCH 3.12 100/124] ALSA: hda - Add headset support to Acer Aspire V5

2015-07-28 Thread Jiri Slaby
From: Takashi Iwai 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7819717b11346b8a5420b223b46600e394049c66 upstream. Acer Aspire V5 with ALC282 codec needs the similar quirk like Dell laptops to support the headset mic. The headset mic pin

[PATCH 3.12 055/124] drm/i915: drop WaSetupGtModeTdRowDispatch:snb

2015-07-28 Thread Jiri Slaby
From: Daniel Vetter 3.12-stable review patch. If anyone has any objections, please let me know. === commit 2208d655a91f9879bd9a39ff9df05dd668b3512c upstream. This reverts the regressing commit 6547fbdbfff62c99e4f7b4f985ff8b3454f33b0f Author: Daniel Vetter Date: Fri Dec 14 23:3

[PATCH 3.12 064/124] Bluetooth: ath3k: Add a new ID 0cf3:e006 to ath3k list

2015-07-28 Thread Jiri Slaby
From: Wen-chien Jesse Sung 3.12-stable review patch. If anyone has any objections, please let me know. === commit ca79f232054abd079648fdb4400c71a1310f7bc8 upstream. Device info in /sys/kernel/debug/usb/devices: T: Bus=01 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 3 Spd=12 MxCh= 0 D:

Re: [PATCH] virtio_mmio: add ACPI probing

2015-07-28 Thread Michael S. Tsirkin
On Tue, Jul 28, 2015 at 10:44:02AM +0100, Graeme Gregory wrote: > Added the match table and pointers for ACPI probing to the driver. > > This uses the same identifier for virt devices as being used for qemu > ARM64 ACPI support. > > http://git.linaro.org/people/shannon.zhao/qemu.git/commit/d0bf19

[PATCH 3.12 057/124] drm/i915: save/restore GMBUS freq across suspend/resume on gen4

2015-07-28 Thread Jiri Slaby
From: Jesse Barnes 3.12-stable review patch. If anyone has any objections, please let me know. === commit 9f49c37635d5c2a801f7670d5fbf0b25ec461f2c upstream. Should probably just init this in the GMbus code all the time, based on the cdclk and HPLL like we do on newer platforms. V

[PATCH 3.12 068/124] ARM: clk-imx6q: refine sata's parent

2015-07-28 Thread Jiri Slaby
From: Sebastien Szymanski 3.12-stable review patch. If anyone has any objections, please let me know. === commit da946aeaeadcd24ff0cda9984c6fb8ed2bfd462a upstream. According to IMX6D/Q RM, table 18-3, sata clock's parent is ahb, not ipg. Signed-off-by: Sebastien Szymanski Review

[PATCH 3.12 056/124] drm/i915: Handle failure to kick out a conflicting fb driver

2015-07-28 Thread Jiri Slaby
From: Chris Wilson 3.12-stable review patch. If anyone has any objections, please let me know. === commit f96de58fc7e7d3d717c7c63975c3b896c906b5e3 upstream. Signed-off-by: Chris Wilson Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter Signed-off-by: Jiri Slaby --- drivers

[PATCH 3.12 058/124] drm/i915: Evict CS TLBs between batches

2015-07-28 Thread Jiri Slaby
From: Chris Wilson 3.12-stable review patch. If anyone has any objections, please let me know. === commit c4d69da167fa967749aeb70bc0e94a457e5d00c1 upstream. Running igt, I was encountering the invalid TLB bug on my 845g, despite that it was using the CS workaround. Examining the w

[PATCH 3.12 059/124] lpfc: Add iotag memory barrier

2015-07-28 Thread Jiri Slaby
From: James Smart 3.12-stable review patch. If anyone has any objections, please let me know. === commit 27f344eb15dd0da80ebec80c7245e8c85043f841 upstream. Add a memory barrier to ensure the valid bit is read before any of the cqe payload is read. This fixes an issue seen on Power

[PATCH 3.12 066/124] netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnings

2015-07-28 Thread Jiri Slaby
From: Chen Gang 3.12-stable review patch. If anyone has any objections, please let me know. === commit b18c5d15e8714336365d9d51782d5b53afa0443c upstream. The related code can be simplified, and also can avoid related warnings (with allmodconfig under parisc): CC [M] net/netf

[PATCH 3.12 060/124] ath3k: Add support of 0489:e076 AR3012 device

2015-07-28 Thread Jiri Slaby
From: Dmitry Tunin 3.12-stable review patch. If anyone has any objections, please let me know. === commit 692c062e7c282164fd7cda68077f79dafd176eaf upstream. BugLink: https://bugs.launchpad.net/bugs/1462614 This device requires new firmware files AthrBT_0x11020100.dfu and ramps_0

[PATCH 3.12 049/124] HID: tivo: enable all buttons on the TiVo Slide Pro remote

2015-07-28 Thread Jiri Slaby
From: Forest Wilkinson 3.12-stable review patch. If anyone has any objections, please let me know. === commit 9b028649b9d0ae72090904629dad06b022f4ddc7 upstream. The linux kernel has supported the TiVo Slide remote control for some time, but does not recognize the USB ID of the new

[PATCH 3.12 063/124] Bluetooth: ath3k: add support of 04ca:300f AR3012 device

2015-07-28 Thread Jiri Slaby
From: Dmitry Tunin 3.12-stable review patch. If anyone has any objections, please let me know. === commit ec0810d2ac1c932dad48f45da67e3adc5c5449a1 upstream. BugLink: https://bugs.launchpad.net/bugs/1449730 T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#= 3 Spd=12 MxCh= 0 D: Ver=

[PATCH 3.12 062/124] pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomic

2015-07-28 Thread Jiri Slaby
From: Ben Hutchings 3.12-stable review patch. If anyone has any objections, please let me know. === pipe_iov_copy_{from,to}_user() may be tried twice with the same iovec, the first time atomically and the second time not. The second attempt needs to continue from the iovec positio

[PATCH 3.12 065/124] kprobes/x86: Return correct length in __copy_instruction()

2015-07-28 Thread Jiri Slaby
From: Eugene Shatokhin 3.12-stable review patch. If anyone has any objections, please let me know. === commit c80e5c0c23ce2282476fdc64c4b5e3d3a40723fd upstream. On x86-64, __copy_instruction() always returns 0 (error) if the instruction uses %rip-relative addressing. This is becau

[PATCH 3.12 061/124] ath3k: add support of 13d3:3474 AR3012 device

2015-07-28 Thread Jiri Slaby
From: Dmitry Tunin 3.12-stable review patch. If anyone has any objections, please let me know. === commit 0d0cef6183aec0fb6d0c9f00a09ff51ee086bbe2 upstream. BugLink: https://bugs.launchpad.net/bugs/1427680 This device requires new firmware files AthrBT_0x11020100.dfu and ramps_0

[PATCH 3.12 069/124] KVM: nSVM: Check for NRIPS support before updating control field

2015-07-28 Thread Jiri Slaby
From: Bandan Das 3.12-stable review patch. If anyone has any objections, please let me know. === commit f104765b4f81fd74d69e0eb161e89096deade2db upstream. If hardware doesn't support DecodeAssist - a feature that provides more information about the intercept in the VMCB, KVM decod

[PATCH 3.12 053/124] usb/misc/usbled: Add Riso Kagaku Webmail Notifier

2015-07-28 Thread Jiri Slaby
From: Christian Vogel 3.12-stable review patch. If anyone has any objections, please let me know. === commit e8fcbb61405997f03b9e127806db620c7cfb9909 upstream. Add support for the "Webmail Notifier" (USB powered LED for signaling new emails) made by Riso Kagaku Corp. which display

[PATCH 3.12 050/124] [media] si4713: HID blacklist Si4713 USB development board

2015-07-28 Thread Jiri Slaby
From: Dinesh Ram 3.12-stable review patch. If anyone has any objections, please let me know. === commit adc232592337d3ac4c5473ba8bdaf7c202bf215d upstream. The Si4713 development board contains a Si4713 FM transmitter chip and is handled by the radio-usb-si4713 driver. The board re

Re: [PATCH] virtio_mmio: add ACPI probing

2015-07-28 Thread Peter Maydell
On 28 July 2015 at 11:08, Michael S. Tsirkin wrote: > On Tue, Jul 28, 2015 at 10:44:02AM +0100, Graeme Gregory wrote: >> Added the match table and pointers for ACPI probing to the driver. >> >> This uses the same identifier for virt devices as being used for qemu >> ARM64 ACPI support. >> >> http:

[PATCH 3.12 038/124] arm64: xchg: prevent warning if return value is unused

2015-07-28 Thread Jiri Slaby
From: Will Deacon 3.12-stable review patch. If anyone has any objections, please let me know. === commit e1dfda9ced9bea1413a736f0d578f8218a7788ec upstream. Some users of xchg() don't bother using the return value, which results in a compiler warning like the following (from kgdb):

[PATCH 3.12 045/124] HID: hid-holtek-mouse: add new a070 mouse

2015-07-28 Thread Jiri Slaby
From: Kharlamov Alexey 3.12-stable review patch. If anyone has any objections, please let me know. === commit 274be3eb653c421d68514684024c6d915c94b728 upstream. Added support of RITMIX ROM-316 mouse to hid-holtek-mouse workaround module Signed-off-by: Alexey Kharlamov Signed-off

[PATCH 3.12 048/124] HID: sony: Add support for the third-party SMK PS3 Bluetooth Remote

2015-07-28 Thread Jiri Slaby
From: Frank Praznik 3.12-stable review patch. If anyone has any objections, please let me know. === commit 68a49e51a4a9c500d950f893f1758c5ac13b7c8b upstream. Add vid/pid for the SMK branded third-party PS3 Bluetooth remote and enable support in the hid-sony driver. Signed-off-by:

[PATCH 3.12 054/124] usbhid/quirks: Ignore Riso Kagaku Webmail Notifier

2015-07-28 Thread Jiri Slaby
From: Christian Vogel 3.12-stable review patch. If anyone has any objections, please let me know. === commit 759db9ead2c064203e9cb46bfff7c8ef25417b65 upstream. The "Webmail Notifier" is a USB controlled LED that appears as a HID device. When trying to change the LED via hidraw it

[PATCH 3.12 047/124] HID: kye: Fix report descriptor for Genius PenSketch M912

2015-07-28 Thread Jiri Slaby
From: Milan Plzik 3.12-stable review patch. If anyone has any objections, please let me know. === commit feb6faf1e5d46276c5430e36ffb4a6f62bf8d55b upstream. Genius PenSketch M912 digitizer tablet sends incorrect report descriptor by default. This patch replaces it with a corrected

[PATCH 3.12 041/124] fs: namespace: suppress 'may be used uninitialized' warnings

2015-07-28 Thread Jiri Slaby
From: Tim Gardner 3.12-stable review patch. If anyone has any objections, please let me know. === commit b8850d1fa8e2f6653e57daf6d08e58c5f5eb2c85 upstream. The gcc version 4.9.1 compiler complains Even though it isn't possible for these variables to not get initialized before they

[PATCH 3.12 043/124] hpsa: correct off-by-one sizing of chained SG block

2015-07-28 Thread Jiri Slaby
From: Webb Scales 3.12-stable review patch. If anyone has any objections, please let me know. === commit 1a63ea6f244b10117601f96e7bde9f8d21ebe458 upstream. Correct the size calculation of the chained SG block Signed-off-by: Don Brace Signed-off-by: Webb Scales Reviewed-by: Step

[PATCH 3.12 051/124] HID: ignore jabra gn9350e

2015-07-28 Thread Jiri Slaby
From: Patrick Plattes 3.12-stable review patch. If anyone has any objections, please let me know. === commit 43c1a0a9db2d9213812766065f6a07a215ed70ad upstream. Ignore Jabra GN9350E HID interface. USB audio is working nicely, but registering as HID blocks USB mouse buttons. Since s

[PATCH 3.12 042/124] hpsa: fix a couple pci id table mistakes

2015-07-28 Thread Jiri Slaby
From: "Stephen M. Cameron" 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7d2cce58a765e802959471f8a7edd83f113ad637 upstream. Fix a couple of pci id table mistakes: Subdevice ID 0x3323 missing from product[] table (another name for HP

[PATCH 3.12 044/124] HID: apple: add Apple wireless keyboard 2011 JIS model support

2015-07-28 Thread Jiri Slaby
From: Huei-Horng Yo 3.12-stable review patch. If anyone has any objections, please let me know. === commit bd4a7ce1da061d97c45673e1ca1a6a474bfb4cff upstream. Add Apple wireless keyboard 2011 JIS model (05ac:0257). Signed-off-by: Huei-Horng Yo Signed-off-by: Jiri Kosina Signed-o

[PATCH 3.12 052/124] HID: do not bind to Microchip Pick16F1454

2015-07-28 Thread Jiri Slaby
From: Kristian Evensen 3.12-stable review patch. If anyone has any objections, please let me know. === commit a8c8316b11594e616df641b4b19ec9da732f93df upstream. The Microchip Pick16F1454 is exported as a HID device and is used by for example the Yepkit YKUSH three-port switchable

Re: [PATCH 3/5] iTCO_wdt: Add support for TCO on Intel Sunrisepoint

2015-07-28 Thread Matt Fleming
On Mon, 27 Jul, at 07:22:51AM, Guenter Roeck wrote: > On 07/27/2015 06:38 AM, Matt Fleming wrote: > >From: Matt Fleming > > > >The revision of the watchdog hardware in Sunrisepoint necessitates a new > >"version" inside the TCO watchdog driver because some of the register > >layouts have changed.

Re: [PATCH] Checkpatch: driver/staging in 4.2.0-rc4: Fix coding style problem

2015-07-28 Thread Dan Carpenter
The subject isn't right. You aren't patch checkpatch.pl itself you're patching android. The version doesn't go in the subject. The subject is too vague. On Tue, Jul 28, 2015 at 03:28:33PM +0530, Jignesh R Patel wrote: > From: Jignesh R Patel Not needed. > > This patch fix coding style probl

Re: [PATCH] MAINTAINERS: pinctrl: Move Thomas Abraham to CREDITS

2015-07-28 Thread Linus Walleij
On Tue, Jul 28, 2015 at 10:21 AM, Krzysztof Kozlowski wrote: > Thomas Abraham's Linaro email address bounces for several months. Also > there were no replies for several emails sent on LKML to his Samsung > address. Move his name to CREDITS. > > Signed-off-by: Krzysztof Kozlowski > Cc: Tomasz Fi

[PATCH 3.12 026/124] cfg80211: wext: clear sinfo struct before calling driver

2015-07-28 Thread Jiri Slaby
From: Johannes Berg 3.12-stable review patch. If anyone has any objections, please let me know. === commit 9c5a18a31b321f120efda412281bb9f610f84aa0 upstream. Until recently, mac80211 overwrote all the statistics it could provide when getting called, but it now relies on the struct

<    3   4   5   6   7   8   9   10   11   12   >