[PATCH] usb: dwc2: gadget: cleanup useless code

2015-04-26 Thread Yunzhi Li
dwc2 gadget driver s3c_hsotg_of_probe() run twice in dwc2_gadget_init() and the first one is useless, so remove it. Signed-off-by: Yunzhi Li l...@rock-chips.com --- drivers/usb/dwc2/gadget.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/dwc2/gadget.c

Re: [PATCH] arm: improve non-section-aligned low memory mapping

2015-04-26 Thread Baruch Siach
Hi Min-Hua Chen On Sun, Apr 26, 2015 at 03:41:17PM +0800, Min-Hua Chen wrote: diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index 2495c8c..6a618f9 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c @@ -138,7 +138,7 @@ void show_mem(unsigned int filter) static void __init

[PATCH v2] xillybus: XILLYBUS_OF should depend on HAS_DMA

2015-04-26 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/built-in.o: In function `xilly_of_unmap': xillybus_of.c:(.text+0xa860e): undefined reference to `dma_unmap_single' drivers/built-in.o: In function `xilly_map_single_of': xillybus_of.c:(.text+0xa8668): undefined reference to `dma_map_single'

Re: [PATCH] iommu/amd: Fix bug in put_pasid_state_wait

2015-04-26 Thread Oded Gabbay
Hi Joerg, Could you please take a look at this patch ? I want it to be included in stable asap so Fedora 22 will pick it up. Thanks, Oded On 04/16/2015 05:08 PM, Oded Gabbay wrote: This patch fixes a bug in put_pasid_state_wait that appeared in kernel 4.0 The bug is that

Re: [PATCH 1/3] ARM: dts: sunxi: A10s Olinuxino add missing SPI and simplefb.

2015-04-26 Thread Maxime Ripard
Hi, On Mon, Mar 23, 2015 at 03:00:31PM +0100, Michal Suchanek wrote: Signed-off-by: Michal Suchanek hramr...@gmail.com Commit log, please. --- arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 12 ++ arch/arm/boot/dts/sun5i-a10s.dtsi| 28

Re: [PATCH v5 0/3] Fix lubbock and mainstone interrupts

2015-04-26 Thread Robert Jarzmik
Arnd Bergmann a...@arndb.de writes: On Saturday 25 April 2015 23:13:20 Robert Jarzmik wrote: This serie was submitted to the lak list, then migrated to mfd drivers, to end up again here. There was no change since last submission. Let's hope this is the last spin and that these platform

Re: [PATCH 3/3] ARM: sunxi: spi: use proper errno when message is too long.

2015-04-26 Thread Maxime Ripard
On Sat, Apr 25, 2015 at 09:21:07PM +0200, Michal Suchanek wrote: Signed-off-by: Michal Suchanek hramr...@gmail.com No commit log? --- drivers/spi/spi-sun4i.c | 2 +- drivers/spi/spi-sun6i.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-sun4i.c

Re: 4.0 parisc regression: memory leak?

2015-04-26 Thread Meelis Roos
I noticed that with 4.0 I'm running out of memory on HP A500 (1G RAM) and HP RP3410 (2G RAM) parisc machines during gentoo revdep-rebuild -ip. Each time free shows less free memory until OOM killer visits us (and first revdep-rebuild after nontrivial emerge compilation loop kills the

[PATCH] arm: improve non-section-aligned low memory mapping

2015-04-26 Thread Min-Hua Chen
From d8dbec3573b02afd8a23fe10f92bc0d324b0c951 Mon Sep 17 00:00:00 2001 From: Min-Hua Chen orca.c...@gmail.com Date: Sun, 26 Apr 2015 15:07:44 +0800 Subject: [PATCH] arm: improve non-section-aligned low memory mapping In current design, the memblock.current_limit is set to a section-aligned value

[PATCH v2]block:bounce: fix call inc_|dec_zone_page_state on different pages confuse value of NR_BOUNCE

2015-04-26 Thread Wang YanQing
Commit d2c5e30c9a1420902262aa923794d2ae4e0bc391 ([PATCH] zoned vm counters: conversion of nr_bounce to per zone counter) convert statistic of nr_bounce to per zone and one global value in vm_stat, but it call inc_|dec_zone_page_state on different pages, then different zones, and cause us to get

[PATCH v2] arm: improve non-section-aligned low memory mapping

2015-04-26 Thread Min-Hua Chen
Fix space errors. In current design, the memblock.current_limit is set to a section-aligned value in sanity_check_meminfo(). However, the section-aligned memblock may become non-section-aligned after arm_memblock_init(). For example, the first section-aligned memblock is 0x-0x0100

Re: [PATCH 1/2] Fixing NX data alignment with nx_sg list

2015-04-26 Thread Herbert Xu
On Thu, Apr 23, 2015 at 05:40:30PM -0300, Leonidas S. Barbosa wrote: In NX we need to pass always a 16 multiple size nx_sg_list to co processor. Trim function handle with this assuring all nx_sg_lists are 16 multiple size, although data was not being considerated when crop was done. It was

Re: [PATCH 1/3] ARM: dts: sunxi: A10s Olinuxino add missing SPI and simplefb.

2015-04-26 Thread Michal Suchanek
Hello, On 26 April 2015 at 10:39, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Mon, Mar 23, 2015 at 03:00:31PM +0100, Michal Suchanek wrote: Signed-off-by: Michal Suchanek hramr...@gmail.com ohci0 { status = okay; }; diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi

[PATCH 4.0 7/7] fs: take i_mutex during prepare_binprm for set[ug]id executables

2015-04-26 Thread Greg Kroah-Hartman
4.0-stable review patch. If anyone has any objections, please let me know. -- From: Jann Horn j...@thejh.net commit 8b01fc86b9f425899f8a3a8fc1c47d73c2c20543 upstream. This prevents a race between chown() and execve(), where chowning a setuid-user binary to root would

[PATCH 4.0 0/7] 4.0.1-stable review

2015-04-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.0.1 release. There are 7 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 Tue Apr 28 11:59:35 UTC 2015. Anything received

[PATCH 3.10 05/31] tcp: fix FRTO undo on cumulative ACK of SACKed range

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Neal Cardwell ncardw...@google.com [ Upstream commit 666b805150efd62f05810ff0db08f44a2370c937 ] On processing cumulative ACKs, the FRTO code was not checking the SACKed bit, meaning that there

[PATCH 3.10 09/31] r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.10 07/31] 8139cp: Call dev_kfree_skby_any instead of kfree_skb.

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com Replace kfree_skb with dev_kfree_skb_any in cp_start_xmit as it can be called in both hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.14 01/42] tcp: prevent fetching dst twice in early demux code

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= mkube...@suse.cz [ Upstream commit d0c294c53a771ae7e84506dfbd8c18c30f078735 ] On s390x, gcc 4.8 compiles this part of tcp_v6_early_demux() struct

[PATCH] Documentation: bindings: berlin: consider our dt bindings as unstable

2015-04-26 Thread Antoine Tenart
Because the support of Marvell Berlin SoCs is still a work in progress, add a statement to explicitly consider our device tree files and bindings as unstable. Signed-off-by: Antoine Tenart antoine.ten...@free-electrons.com --- Documentation/devicetree/bindings/arm/marvell,berlin.txt | 12

[PATCH 3.14 41/42] mm: softdirty: unmapped addresses between VMAs are clean

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Peter Feiner pfei...@google.com commit 81d0fa623c5b8dbd5279d9713094b0f9b0a00fb4 upstream. If a /proc/pid/pagemap read spans a [VMA, an unmapped region, then a VM_SOFTDIRTY VMA], the virtual

[PATCH 3.14 40/42] sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Seth Jennings sjenn...@redhat.com commit 351fc4a99d49fde63fe5ab7412beb35c40d27269 upstream. Intel IA32 SDM Table 15-14 defines channel 0xf as 'not specified', but EDAC doesn't know about this

[PATCH 2/6] ARM: dts: berlin: relicense the BG2Q Marvell DMP dts under GPLv2/X11

2015-04-26 Thread Antoine Tenart
The current GPLv2 only licensing on this dts makes it very impractical for other software components licensed under another license. In order to make it easier for them to reuse our device trees, relicense this dts under a GPLv2/X11 dual-license. Signed-off-by: Antoine Tenart

[PATCH 3.14 14/42] mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.

2015-04-26 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 Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.14 30/42] mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi n-horigu...@ah.jp.nec.com commit 9ab3b598d2dfbdb0153ffa7e4b1456bbff59a25d upstream. A race condition starts to be visible in recent mmotm, where a PG_hwpoison flag is set on a

[PATCH 3.14 23/42] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann mar...@holtmann.org commit d92f2df0565ea04101d6ac04bdc10feeb1d93c94 upstream. The isochronous endpoints are not valid when the Intel Bluetooth controller boots up in bootloader

[PATCH 3.14 29/42] Bluetooth: Add USB device 04ca:3010 as Atheros AR3012

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Janne Heikkinen janne.m.heikki...@gmail.com commit 134d3b3550f050b9bec37111824452064d1ed928 upstream. Asus X553MA has USB device 04ca:3010 that is Atheros AR3012 or compatible. Device from

[PATCH 3.19 08/27] openvswitch: Return vport module ref before destruction

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Graf tg...@suug.ch [ Upstream commit fa2d8ff4e3522b4e05f590575d3eb8087f3a8cdc ] Return module reference before invoking the respective vport -destroy() function. This is needed as

[PATCH 3.19 26/27] rtlwifi: rtl8192ee: Fix handling of new style descriptors

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Troy Tan troy_...@realsil.com.cn commit d0311314d00298f83aa5450a1d4a92889e7cc2ea upstream. The hardware and firmware for the RTL8192EE utilize a FIFO list of descriptors. There were some

[PATCH 3.19 21/27] tg3: Hold tp-lock before calling tg3_halt() from tg3_init_one()

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jun'ichi Nomura (NEC) j-nom...@ce.jp.nec.com [ Upstream commit d0af71a3573f1217b140c60b66f1a9b335fb058b ] tg3_init_one() calls tg3_halt() without tp-lock despite its assumption and

[PATCH 3.19 18/27] udptunnels: Call handle_offloads after inserting vlan tag.

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jesse Gross je...@nicira.com [ Upstream commit b736a623bd099cdf5521ca9bd03559f3bc7fa31c ] handle_offloads() calls skb_reset_inner_headers() to store the layer pointers to the encapsulated

[PATCH 3.19 02/27] rocker: handle non-bridge master change

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Simon Horman simon.hor...@netronome.com [ Upstream commit a6e95cc718c8916a13f1e1e9d33cacbc5db56c0f ] Master change notifications may occur other than when joining or leaving a bridge, for

[PATCH 3.19 27/27] fs: take i_mutex during prepare_binprm for set[ug]id executables

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Jann Horn j...@thejh.net commit 8b01fc86b9f425899f8a3a8fc1c47d73c2c20543 upstream. This prevents a race between chown() and execve(), where chowning a setuid-user binary to root would

[PATCH 3.19 23/27] staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Ian Abbott abbo...@mev.co.uk commit abe46b8932dd9a6dfc3698e3eb121809b7b9ed28 upstream. Reading of analog input channels by the `INSN_READ` comedi instruction is broken for all except channel

[PATCH 3.19 25/27] mm/hugetlb: take page table lock in follow_huge_pmd()

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi n-horigu...@ah.jp.nec.com commit e66f17ff71772b209eed39de35aaa99ba819c93d upstream. We have a race condition between move_pages() and freeing hugepages, where move_pages()

Re: [linux-sunxi] [PATCH 2/3] spidev: Add DT binding example.

2015-04-26 Thread Michal Suchanek
On 26 April 2015 at 16:33, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Sun, Apr 26, 2015 at 04:14:33PM +0200, Michal Suchanek wrote: On 26 April 2015 at 14:51, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Sun, Apr 26, 2015 at 02:38:18PM +0200, Michal Suchanek wrote:

Re: [linux-sunxi] [PATCH 2/3] spidev: Add DT binding example.

2015-04-26 Thread Maxime Ripard
On Sun, Apr 26, 2015 at 05:33:36PM +0200, Michal Suchanek wrote: On 26 April 2015 at 16:33, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Sun, Apr 26, 2015 at 04:14:33PM +0200, Michal Suchanek wrote: On 26 April 2015 at 14:51, Maxime Ripard maxime.rip...@free-electrons.com

[PATCH 3.10 29/31] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 9c145c56d0c8a0b62e48c8d71e055ad0fb2012ba upstream. The stack guard page error case has long incorrectly caused a SIGBUS rather than a

[PATCH 3.10 06/31] tcp: tcp_make_synack() should clear skb-tstamp

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit b50edd7812852d989f2ef09dcfc729690f54a42d ] I noticed tcpdump was giving funky timestamps for locally generated SYNACK messages on loopback

[PATCH 3.10 02/31] remove extra definitions of U32_MAX

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Elder alex.el...@linaro.org commit 04f9b74e4d96d349de12fdd4e6626af4a9f75e09 upstream. Now that the definition is centralized in linux/kernel.h, the definitions of U32_MAX (and related)

[PATCH 3.10 20/31] Bluetooth: btusb: Add IMC Networks (Broadcom based)

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jurgen Kramer gtmkra...@xs4all.nl commit 9113bfd82dc8ece9cbb898df8794f58a78a36e97 upstream. Add support for IMC Networks (Broadcom based) to btusb driver. Below the output of

[PATCH 3.10 26/31] move d_rcu from overlapping d_child to overlapping d_alias

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro v...@zeniv.linux.org.uk commit 946e51f2bf37f1656916eb75bd0742ba33983c28 upstream. Signed-off-by: Al Viro v...@zeniv.linux.org.uk Cc: Ben Hutchings b...@decadent.org.uk [hujianyang:

[PATCH 3.10 22/31] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann mar...@holtmann.org commit d92f2df0565ea04101d6ac04bdc10feeb1d93c94 upstream. The isochronous endpoints are not valid when the Intel Bluetooth controller boots up in bootloader

[PATCH 3.10 23/31] netfilter: conntrack: disable generic tracking for known protocols

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal f...@strlen.de commit db29a9508a9246e77087c5531e45b2c88ec6988b upstream. Given following iptables ruleset: -P FORWARD DROP -A FORWARD -m sctp --dport 9 -j ACCEPT -A FORWARD

[PATCH 3.10 24/31] KVM: x86: SYSENTER emulation is broken

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Nadav Amit na...@cs.technion.ac.il commit f3747379accba8e95d70cec0eae0582c8c182050 upstream. SYSENTER emulation is broken in several ways: 1. It misses the case of 16-bit code segments

[PATCH 3.10 15/31] jfs: fix readdir regression

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Dave Kleikamp dave.kleik...@oracle.com Upstream commit 44512449, jfs: fix readdir cookie incompatibility with NFSv4, was backported incorrectly into the stable trees which used the filldir

[PATCH 3.10 17/31] mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Kirill A. Shutemov kirill.shute...@linux.intel.com commit ee53664bda169f519ce3c6a22d378f0b946c8178 upstream. Sasha Levin found a NULL pointer dereference that is due to a missing page table

[PATCH 3.10 13/31] benet: Call dev_kfree_skby_any instead of kfree_skb.

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com Replace free_skb with dev_kfree_skb_any in be_tx_compl_process as which can be called in hard irq by netpoll, softirq context by normal napi polling, and

[PATCH 3.10 16/31] splice: Apply generic position and size checks to each write

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk commit 894c6350eaad7e613ae267504014a456e00a3e2a from the 3.2-stable branch. We need to check the position and size of file writes against various limits,

[PATCH 3.10 12/31] ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.10 11/31] tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.14 09/42] r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.

2015-04-26 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 Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.14 28/42] Bluetooth: ath3k: Add support of MCI 13d3:3408 bt device

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Tunin hanipouspi...@gmail.com commit 3bb30a7cdf9242aca90d49aa41baebf9458f96f0 upstream. Add support for Bluetooth MCI WB335 (AR9565) Wi-Fi+bt module. This Bluetooth module requires

[PATCH 3.14 10/42] bonding: Call dev_kfree_skby_any instead of kfree_skb.

2015-04-26 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 Replace kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.14 05/42] ipv6: protect skb-sk accesses from recursive dereference inside the stack

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: han...@stressinduktion.org han...@stressinduktion.org [ Upstream commit f60e5990d9c1424af9dbca60a23ba2a1c7c1ce90 ] We should not consult skb-sk for output decisions in xmit recursion levels 0

[PATCH 3.14 08/42] 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.

2015-04-26 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 Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.14 22/42] Bluetooth: Add support for Intel bootloader devices

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann mar...@holtmann.org commit 40df783d1ef1989ac454e3dfcda017270b8950e6 upstream. Intel Bluetooth devices that boot up in bootloader mode can not be used as generic HCI devices,

[PATCH 3.14 33/42] move d_rcu from overlapping d_child to overlapping d_alias

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro v...@zeniv.linux.org.uk commit 946e51f2bf37f1656916eb75bd0742ba33983c28 upstream. move d_rcu from overlapping d_child to overlapping d_alias Signed-off-by: Al Viro

[PATCH 0/6] ARM: berlin: relicense the device trees under GPLv2/X11

2015-04-26 Thread Antoine Tenart
Hi, The GPLv2 license makes it impractical for other software components licensed under another license to use our device trees. To fix this, and make our device tree usable by other software components, relicense them under a GPLv2/X11 dual-license. In order to get this accepted, we *need* all

[PATCH 3.14 36/42] vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 9c145c56d0c8a0b62e48c8d71e055ad0fb2012ba upstream. The stack guard page error case has long incorrectly caused a SIGBUS rather than a

[PATCH 3.14 37/42] ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Steven Capper steve.cap...@linaro.org commit f2950706871c4b6e8c0f0d7c3f62d35930b8de63 upstream. Long descriptors on ARM are 64 bits, and some pte functions such as pte_dirty return a

[PATCH 3.14 35/42] vm: add VM_FAULT_SIGSEGV handling support

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 33692f27597fcab536d7cbbcc8f52905133e4aa7 upstream. The core VM already knows about VM_FAULT_SIGBUS, but cannot return a you should SIGSEGV

[PATCH 6/6] ARM: dts: berlin: relicense the BG2CD Google Chromecast dts under GPLv2/X11

2015-04-26 Thread Antoine Tenart
The current GPLv2 only licensing on this dts makes it very impractical for other software components licensed under another license. In order to make it easier for them to reuse our device trees, relicense this dts under a GPLv2/X11 dual-license. Signed-off-by: Antoine Tenart

[PATCH 3.14 34/42] sched: declare pid_alive as inline

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Richard Guy Briggs r...@redhat.com commit 80e0b6e8a001361316a2d62b748fe677ec46b860 upstream. We accidentally declared pid_alive without any extern/inline connotation. Some platforms were fine

[PATCH 4/6] ARM: dts: berlin: relicense the BG2 Sony NSZ-GS7 dts under GPLv2/X11

2015-04-26 Thread Antoine Tenart
The current GPLv2 only licensing on this dts makes it very impractical for other software components licensed under another license. In order to make it easier for them to reuse our device trees, relicense this dts under a GPLv2/X11 dual-license. Signed-off-by: Antoine Tenart

[PATCH 3/6] ARM: dts: berlin: relicense the berlin2 dtsi under GPLv2/X11

2015-04-26 Thread Antoine Tenart
The current GPLv2 only licensing on this dtsi makes it very impractical for other software components licensed under another license. In order to make it easier for them to reuse our device trees, relicense this dtsi under a GPLv2/X11 dual-license. Signed-off-by: Antoine Tenart

[PATCH 1/6] ARM: dts: berlin: relicense the berlin2q dtsi under GPLv2/X11

2015-04-26 Thread Antoine Tenart
The current GPLv2 only licensing on this dtsi makes it very impractical for other software components licensed under another license. In order to make it easier for them to reuse our device trees, relicense this dtsi under a GPLv2/X11 dual-license. Signed-off-by: Antoine Tenart

[PATCH 3.19 10/27] tcp: fix FRTO undo on cumulative ACK of SACKed range

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Neal Cardwell ncardw...@google.com [ Upstream commit 666b805150efd62f05810ff0db08f44a2370c937 ] On processing cumulative ACKs, the FRTO code was not checking the SACKed bit, meaning that there

Re: loop block-mq conversion scalability issues

2015-04-26 Thread Ming Lei
Hi Justin, On Fri, 24 Apr 2015 16:46:02 -0500 Justin M. Forbes jfor...@fedoraproject.org wrote: On Fri, 2015-04-24 at 10:59 +0800, Ming Lei wrote: Hi Justin, Thanks for the report. On Thu, 23 Apr 2015 16:04:10 -0500 Justin M. Forbes jfor...@redhat.com wrote: The block-mq

Re: [PATCH] x86/microcode: Allow early loading without initrd

2015-04-26 Thread Alexander Hirsch
On Sun, 26 Apr 2015 17:31:13 +0200 Paul Bolle pebo...@tiscali.nl wrote: #ifndef CONFIG_BLK_DEV_INITRD? Indeed, thank you. I fixed it. --- From: Alexander 'z33ky' Hirsch 1ze...@gmail.com Date: Sun, 26 Apr 2015 15:18:18 +0200 Subject: [PATCH] x86, microcode: Allow early loading without initrd

[PATCH v3 4/4] checkpatch: Add multi-line handling for PREFER_ETHER_ADDR_COPY

2015-04-26 Thread Mateusz Kulikowski
Handle multi-line memcpy() properly. Signed-off-by: Mateusz Kulikowski mateusz.kulikow...@gmail.com --- scripts/checkpatch.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index c05befe..6311950 100755 ---

[PATCH v3 2/4] checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()

2015-04-26 Thread Mateusz Kulikowski
Suggest using eth_zero_addr() or eth_broadcast_addr() instead of memset(). Signed-off-by: Mateusz Kulikowski mateusz.kulikow...@gmail.com --- scripts/checkpatch.pl | 23 +++ 1 file changed, 23 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index

[PATCH v3 1/4] checkpatch: suggest using ether_addr_equal*()

2015-04-26 Thread Mateusz Kulikowski
Check if memcmp() is used to compare ethernet addresses and suggest using ether_addr_equal() or ether_addr_equal_unaligned() Signed-off-by: Mateusz Kulikowski mateusz.kulikow...@gmail.com --- scripts/checkpatch.pl | 8 1 file changed, 8 insertions(+) diff --git a/scripts/checkpatch.pl

[PATCH 4.0 1/7] udptunnels: Call handle_offloads after inserting vlan tag.

2015-04-26 Thread Greg Kroah-Hartman
4.0-stable review patch. If anyone has any objections, please let me know. -- From: Jesse Gross je...@nicira.com [ Upstream commit b736a623bd099cdf5521ca9bd03559f3bc7fa31c ] handle_offloads() calls skb_reset_inner_headers() to store the layer pointers to the encapsulated

[PATCH 4.0 5/7] Revert net: Reset secmark when scrubbing packet

2015-04-26 Thread Greg Kroah-Hartman
4.0-stable review patch. If anyone has any objections, please let me know. -- From: Herbert Xu herb...@gondor.apana.org.au [ Upstream commit 4c0ee414e877b899f7fc80aafb98d9425c02797f ] This patch reverts commit b8fb4e0648a2ab3734140342002f68fb0c7d1602 because the secmark must

[PATCH 4.0 4/7] bpf: fix verifier memory corruption

2015-04-26 Thread Greg Kroah-Hartman
4.0-stable review patch. If anyone has any objections, please let me know. -- From: Alexei Starovoitov a...@plumgrid.com [ Upstream commit c3de6317d748e23b9e46ba36e10483728d00d144 ] Due to missing bounds check the DAG pass of the BPF verifier can corrupt the memory which can

[PATCH 3.10 31/31] sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Seth Jennings sjenn...@redhat.com commit 351fc4a99d49fde63fe5ab7412beb35c40d27269 upstream. Intel IA32 SDM Table 15-14 defines channel 0xf as 'not specified', but EDAC doesn't know about this

[PATCH 3.10 28/31] vm: add VM_FAULT_SIGSEGV handling support

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 33692f27597fcab536d7cbbcc8f52905133e4aa7 upstream. The core VM already knows about VM_FAULT_SIGBUS, but cannot return a you should SIGSEGV

[PATCH 3.10 08/31] 8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Eric W. Biederman ebied...@xmission.com Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

[PATCH 3.10 04/31] ipv6: Dont reduce hop limit for an interface

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: D.S. Ljungmark ljungm...@modio.se [ Upstream commit 6fd99094de2b83d1d4c8457f2c83483b2828e75a ] A local route may have a lower hop_limit set than global routes do. RFC 3756, Section 4.2.7,

[PATCH 3.10 03/31] tcp: prevent fetching dst twice in early demux code

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= mkube...@suse.cz [ Upstream commit d0c294c53a771ae7e84506dfbd8c18c30f078735 ] On s390x, gcc 4.8 compiles this part of tcp_v6_early_demux() struct

[PATCH 3.10 14/31] serial: 8250_dw: Fix deadlock in LCR workaround

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Peter Hurley pe...@hurleysoftware.com commit 7fd6f640f2dd17dac6ddd6702c378cb0bb9cfa11 upstream. Trying to write console output from within the serial console driver while the port-lock is held

[PATCH 3.10 30/31] x86: mm: move mmap_sem unlock from mm_fault_error() to caller

2015-04-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 7fb08eca45270d0ae86e1ad9d39c40b7a55d0190 upstream. This replaces four copies in various stages of mm_fault_error() handling with just a

[PATCH 3.14 21/42] Bluetooth: append new supported device to the list [0b05:17d0]

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Andy Shevchenko andriy.shevche...@linux.intel.com commit a735f9e22432899cee188d167966782c29246390 upstream. The device found on Asus Z87 Expert motherboard requires firmware to work correctly.

[PATCH 3.14 19/42] Bluetooth: btusb: Add IMC Networks (Broadcom based)

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Jurgen Kramer gtmkra...@xs4all.nl commit 9113bfd82dc8ece9cbb898df8794f58a78a36e97 upstream. Add support for IMC Networks (Broadcom based) to btusb driver. Below the output of

[PATCH 3.14 16/42] gianfar: Carefully free skbs in functions called by netpoll.

2015-04-26 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 netpoll can call functions in hard irq context that are ordinarily called in lesser contexts. For those functions use dev_kfree_skb_any and

[PATCH 3.14 42/42] proc/pagemap: walk page tables under pte lock

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov khlebni...@yandex-team.ru commit 05fbf357d94152171bc50f8a369390f1f16efd89 upstream. Lockless access to pte in pagemap_pte_range() might race with page migration and

[PATCH 3.14 12/42] tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.

2015-04-26 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 Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: Eric W. Biederman

Re: [linux-sunxi] [PATCH 2/3] spidev: Add DT binding example.

2015-04-26 Thread Michal Suchanek
On 26 April 2015 at 14:51, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Sun, Apr 26, 2015 at 02:38:18PM +0200, Michal Suchanek wrote: On 26 April 2015 at 13:56, Martin Sperl ker...@martin.sperl.org wrote: On 26.04.2015, at 13:23, Hans de Goede hdego...@redhat.com wrote: I think

[PATCH 3.14 00/42] 3.14.40-stable review

2015-04-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.14.40 release. There are 42 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 Tue Apr 28 13:42:22 UTC 2015. Anything

[PATCH 3.14 03/42] ipv6: Dont reduce hop limit for an interface

2015-04-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: D.S. Ljungmark ljungm...@modio.se [ Upstream commit 6fd99094de2b83d1d4c8457f2c83483b2828e75a ] A local route may have a lower hop_limit set than global routes do. RFC 3756, Section 4.2.7,

[PATCH 3.19 01/27] tcp: prevent fetching dst twice in early demux code

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= mkube...@suse.cz [ Upstream commit d0c294c53a771ae7e84506dfbd8c18c30f078735 ] On s390x, gcc 4.8 compiles this part of tcp_v6_early_demux() struct

[PATCH 3.19 00/27] 3.19.6-stable review

2015-04-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.19.6 release. There are 27 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 Tue Apr 28 13:45:45 UTC 2015. Anything

[PATCH 3.19 11/27] ipv6: protect skb-sk accesses from recursive dereference inside the stack

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: han...@stressinduktion.org han...@stressinduktion.org [ Upstream commit f60e5990d9c1424af9dbca60a23ba2a1c7c1ce90 ] We should not consult skb-sk for output decisions in xmit recursion levels 0

[PATCH 3.19 06/27] net: tcp6: fix double call of tcp_v6_fill_cb()

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Alexey Kodanev alexey.koda...@oracle.com [ Upstream commit 4ad19de8774e2a7b075b3e8ea48db85adcf33fa6 ] tcp_v6_fill_cb() will be called twice if socket's state changes from TCP_TIME_WAIT to

[PATCH 3.19 04/27] ipv6: Dont reduce hop limit for an interface

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: D.S. Ljungmark ljungm...@modio.se [ Upstream commit 6fd99094de2b83d1d4c8457f2c83483b2828e75a ] A local route may have a lower hop_limit set than global routes do. RFC 3756, Section 4.2.7,

[PATCH 3.19 15/27] bpf: fix verifier memory corruption

2015-04-26 Thread Greg Kroah-Hartman
3.19-stable review patch. If anyone has any objections, please let me know. -- From: Alexei Starovoitov a...@plumgrid.com [ Upstream commit c3de6317d748e23b9e46ba36e10483728d00d144 ] Due to missing bounds check the DAG pass of the BPF verifier can corrupt the memory which can

Re: [linux-sunxi] [PATCH 2/3] spidev: Add DT binding example.

2015-04-26 Thread Maxime Ripard
On Sun, Apr 26, 2015 at 04:14:33PM +0200, Michal Suchanek wrote: On 26 April 2015 at 14:51, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Sun, Apr 26, 2015 at 02:38:18PM +0200, Michal Suchanek wrote: On 26 April 2015 at 13:56, Martin Sperl ker...@martin.sperl.org wrote: On

Re: [PATCH v6 2/3] sched/rt: Fix wrong SMP scheduler behavior for equal prio cases

2015-04-26 Thread Steven Rostedt
On Sun, 26 Apr 2015 17:52:16 +0800 pang.xun...@zte.com.cn wrote: The problem I tried to describe here is: We know, there are two main queues each cpu for RT scheduler: run queue and pushable queue. For RT tasks, the scheduler uses plist to manage the pushable queue, so when there are

Re: [PATCH v10 1/4] cgroups: use bitmask to filter for_each_subsys

2015-04-26 Thread Aleksa Sarai
Hey, static struct cftype cgroup_dfl_base_files[]; +#define for_each_subsys_which(ss_mask, ss, ssid) \ + for_each_subsys((ss), (ssid)) \ + if ((ss_mask) (1 (ssid))) Maybe using for_each_set_bit() is better? #define for_each_subsys_which(ss_mask, ss, ssid)

  1   2   3   4   5   6   7   8   >