Re: [PATCH] gpio: Add support for Intel Crystal Cove PMIC

2014-05-29 Thread Linus Walleij
On Thu, May 29, 2014 at 9:21 AM, Zhu, Lejun lejun@linux.intel.com wrote: Devices based on Intel SoC products such as Baytrail have a Power Management IC. In the PMIC there are subsystems for voltage regulation, A/D conversion, GPIO and PWMs. The PMIC in Baytrail-T platform is called

[PATCH 3.12 078/103] sctp: reset flowi4_oif parameter on route lookup

2014-05-29 Thread Jiri Slaby
From: Xufeng Zhang xufeng.zh...@windriver.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 85350871317a5adb35519d9dc6fc9e80809d42ad ] commit 813b3b5db83 (ipv4: Use caller's on-stack flowi as-is in output route lookups.)

[PATCH 3.12 101/103] ip_tunnel: Initialize the fallback device properly

2014-05-29 Thread Jiri Slaby
From: Steffen Klassert steffen.klass...@secunet.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 78ff4be45a4c51d8fb21ad92e4fabb467c6c3eeb ] We need to initialize the fallback device to have a correct mtu set on this device.

[PATCH 3.12 075/103] rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set

2014-05-29 Thread Jiri Slaby
From: David Gibson da...@gibson.dropbear.id.au 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit c53864fd60227de025cb79e05493b13f69843971 ] Since 115c9b81928360d769a76c632bae62d15206a94a (rtnetlink: Fix problem with buffer

[PATCH 3.12 057/103] drm/i915/tv: fix gen4 composite s-video tv-out

2014-05-29 Thread Jiri Slaby
From: Jani Nikula jani.nik...@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit e1f23f3dd817f53f622e486913ac662add46eeed upstream. This is *not* bisected, but the likely regression is commit c35614380d5c956bfda20eab2755b2f5a7d6f1e7

[PATCH 3.12 003/103] HID: usbhid: merge the sis quirk

2014-05-29 Thread Jiri Slaby
From: AceLan Kao acelan@canonical.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 765e5fbd3e04ba753b2585e9f852fdcd34b95d10 upstream. USB_VENDOR_ID_SIS and USB_VENDOR_ID_SIS2_TOUCH are identical, so refine the code and merge the

[PATCH 3.12 070/103] vlan: Fix lockdep warning when vlan dev handle notification

2014-05-29 Thread Jiri Slaby
From: dingtianhong dingtianh...@huawei.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit dc8eaaa006350d24030502a4521542e74b5cb39f ] When I open the LOCKDEP config and run these steps: modprobe 8021q vconfig add eth2 20 vconfig

[PATCH 3.12 096/103] macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.

2014-05-29 Thread Jiri Slaby
From: Peter Christensen p...@ordbogen.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit bbeb0eadcf9fe74fb2b9b1a6fea82cd538b1e556 ] Clearing the IFF_ALLMULTI flag on a down interface could cause an allmulti overflow on the

[PATCH 3.12 099/103] rtnetlink: wait for unregistering devices in rtnl_link_unregister()

2014-05-29 Thread Jiri Slaby
From: Cong Wang cw...@twopensource.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 200b916f3575bdf11609cb447661b8d5957b0bbf ] From: Cong Wang cw...@twopensource.com commit 50624c934db18ab90 (net: Delay

Re: [PATCH v2 04/05] staging: board: Initial board staging support

2014-05-29 Thread Magnus Damm
On Thu, May 29, 2014 at 10:27 PM, Magnus Damm magnus.d...@gmail.com wrote: Hi Dan, On Thu, May 29, 2014 at 10:20 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Thu, May 29, 2014 at 10:17:32PM +0900, Magnus Damm wrote: --- /dev/null +++ work/drivers/staging/board/Kconfig

[PATCH 3.12 103/103] net-gro: reset skb-truesize in napi_reuse_skb()

2014-05-29 Thread Jiri Slaby
From: Eric Dumazet eduma...@google.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit e33d0ba8047b049c9262fdb1fcafb93cb52ceceb ] Recycling skb always had been very tough... This time it appears GRO layer can accumulate

[PATCH 3.12 074/103] rtnetlink: Warn when interface's information won't fit in our packet

2014-05-29 Thread Jiri Slaby
From: David Gibson da...@gibson.dropbear.id.au 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 973462bbde79bb827824c73b59027a0aed5c9ca6 ] Without IFLA_EXT_MASK specified, the information reported for a single interface in response

[PATCH 3.12 094/103] ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation

2014-05-29 Thread Jiri Slaby
From: Sergey Popovich popovich_ser...@mail.ru 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit aeefa1ecfc799b0ea2c4979617f14cecd5cccbfd ] Increment fib_info_cnt in fib_create_info() right after successfuly alllocating fib_info

Re: [PATCH v2 11/11] sched: replace capacity by activity

2014-05-29 Thread Peter Zijlstra
On Fri, May 23, 2014 at 05:53:05PM +0200, Vincent Guittot wrote: The scheduler tries to compute how many tasks a group of CPUs can handle by assuming that a task's load is SCHED_LOAD_SCALE and a CPU capacity is SCHED_POWER_SCALE. We can now have a better idea of the utilization of a group fo

[PATCH 3.12 098/103] ip6_tunnel: fix potential NULL pointer dereference

2014-05-29 Thread Jiri Slaby
From: Susant Sahani sus...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit c8965932a2e3b70197ec02c6741c29460279e2a8 ] The function ip6_tnl_validate assumes that the rtnl attribute IFLA_IPTUN_PROTO always be filled . If

Re: [PATCH/RFC] Re: recvmmsg() timeout behavior strangeness [RESEND]

2014-05-29 Thread 'Arnaldo Carvalho de Melo'
Em Thu, May 29, 2014 at 10:53:22AM +, David Laight escreveu: From: 'Arnaldo Carvalho de ... So, yes, the user _can_ process the packets already copied to userspace, i.e. no packet loss, and then, on the next call, will receive the signal notification. The application

[PATCH 3.12 102/103] ipv4: initialise the itag variable in __mkroute_input

2014-05-29 Thread Jiri Slaby
From: Li RongQing roy.qing...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit fbdc0ad095c0a299e9abf5d8ac8f58374951149a ] the value of itag is a random value from stack, and may not be initiated by fib_validate_source,

[PATCH 3.12 063/103] bridge: Fix double free and memory leak around br_allowed_ingress

2014-05-29 Thread Jiri Slaby
From: Toshiaki Makita makita.toshi...@lab.ntt.co.jp 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit eb7076182d1ae4bc4641534134ed707100d76acc ] br_allowed_ingress() has two problems. 1. If br_allowed_ingress() is called by

Re: [patch 2/2] ALSA: fireworks: small leak on error path

2014-05-29 Thread Takashi Iwai
At Wed, 28 May 2014 19:42:46 +0300, Dan Carpenter wrote: There was a typo here so we return directly instead of freeing hwinfo. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com Applied, thanks. Takashi diff --git a/sound/firewire/fireworks/fireworks.c

[PATCH 3.12 022/103] netfilter: nf_conntrack: reserve two bytes for nf_ct_ext-len

2014-05-29 Thread Jiri Slaby
From: Andrey Vagin ava...@openvz.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 223b02d923ecd7c84cf9780bb3686f455d279279 upstream. len contains sizeof(nf_ct_ext) and size of extensions. In a worst case it can contain all extensions.

[PATCH 3.12 083/103] net: qmi_wwan: add Alcatel L800MA

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 75573660c47a0db7cc931dcf154945610e02130a ] Device interface layout: 0: ff/ff/ff - serial 1: ff/00/00 - serial AT+PPP 2: ff/ff/ff - QMI/wwan 3: 08/06/50

[PATCH 3.12 062/103] bonding: Remove debug_fs files when module init fails

2014-05-29 Thread Jiri Slaby
From: Thomas Richter tmri...@linux.vnet.ibm.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit db29868653394937037d71dc3545768302dda643 ] Remove the bonding debug_fs entries when the module initialization fails. The debug_fs

[PATCH 3.12 077/103] bridge: Handle IFLA_ADDRESS correctly when creating bridge device

2014-05-29 Thread Jiri Slaby
From: Toshiaki Makita makita.toshi...@lab.ntt.co.jp 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 30313a3d5794472c3548d7288e306a5492030370 ] When bridge device is created with IFLA_ADDRESS, we are not calling

[PATCH 3.12 086/103] slip: fix spinlock variant

2014-05-29 Thread Jiri Slaby
From: Oliver Hartkopp socket...@hartkopp.net 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit ddcde142bed44490e338ed1124cb149976d355bb ] With commit cc9fa74e2a (slip/slcan: added locking in wakeup function) a formerly missing

[PATCH 3.12 016/103] list: introduce list_next_entry() and list_prev_entry()

2014-05-29 Thread Jiri Slaby
From: Oleg Nesterov o...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 008208c6b26f21c2648c250a09c55e737c02c5f8 upstream. Add two trivial helpers list_next_entry() and list_prev_entry(), they can have a lot of users including

Re: [PATCHSET 00/27] perf tools: Add support to accumulate hist periods (v11)

2014-05-29 Thread Jiri Olsa
On Thu, May 29, 2014 at 12:58:03PM +0900, Namhyung Kim wrote: Hello, This is a new attempt to implement cumulative hist period report. This work begins from Arun's SORT_INCLUSIVE patch [1] but I completely rewrote it from scratch. This patchset basically adds period in a sample to every

[PATCH 3.12 058/103] net: sctp: wake up all assocs if sndbuf policy is per socket

2014-05-29 Thread Jiri Slaby
From: Daniel Borkmann dbork...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 52c35befb69b005c3fc5afdaae3a5717ad013411 ] SCTP charges chunks for wmem accounting via skb-truesize in sctp_set_owner_w(), and sctp_wfree()

[PATCH 3.12 091/103] ip_tunnel: Set network header properly for IP_ECN_decapsulate()

2014-05-29 Thread Jiri Slaby
From: Ying Cai y...@google.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit e96f2e7c430014eff52c93cabef1ad4f42ed0db1 ] In ip_tunnel_rcv(), set skb-network_header to inner IP header before IP_ECN_decapsulate(). Without the fix,

[PATCH 3.12 053/103] drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2

2014-05-29 Thread Jiri Slaby
From: Thomas Hellstrom thellst...@vmware.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit cbd75e97a525e3819c02dc18bc2d67aa544c9e45 upstream. We already check that the buffer object we're accessing is registered with the file. Now also make

[PATCH 3.12 084/103] net: qmi_wwan: add a number of CMOTech devices

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 41be7d90993b1502d445bfc59e58348c258ce66a ] A number of older CMOTech modems are based on Qualcomm chips and exporting a QMI/wwan function. Reported-by:

[PATCH 3.12 066/103] vti: don't allow to add the same tunnel twice

2014-05-29 Thread Jiri Slaby
From: Nicolas Dichtel nicolas.dich...@6wind.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 8d89dcdf80d88007647945a753821a06eb6cc5a5 ] Before the patch, it was possible to add two times the same tunnel: ip l a vti1 type vti

Re: [PATCH v3 4/7] of: configure the platform device dma parameters

2014-05-29 Thread Linus Walleij
On Wed, May 28, 2014 at 4:04 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Wednesday 28 May 2014 09:32 AM, Linus Walleij wrote: I suspect what you want is dma-ranges = 0x8000 0 0x8000; to translate dma_addr_t 0x8000-0x to phys_addr_t 0x0-0x7fff

[PATCH 3.12 024/103] netfilter: Can't fail and free after table replacement

2014-05-29 Thread Jiri Slaby
From: Thomas Graf tg...@suug.ch 3.12-stable review patch. If anyone has any objections, please let me know. === commit c58dd2dd443c26d856a168db108a0cd11c285bf3 upstream. All xtables variants suffer from the defect that the copy_to_user() to copy the counters to user memory may

[PATCH 3.12 072/103] net: sctp: cache auth_enable per endpoint

2014-05-29 Thread Jiri Slaby
From: Vlad Yasevich vyase...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit b14878ccb7fac0242db82720b784ab62c467c0dc ] Currently, it is possible to create an SCTP socket, then switch auth_enable via sysctl setting to 1

Re: [PATCH v2 11/11] sched: replace capacity by activity

2014-05-29 Thread Peter Zijlstra
On Fri, May 23, 2014 at 05:53:05PM +0200, Vincent Guittot wrote: @@ -6052,8 +6006,8 @@ static inline void update_sd_lb_stats(struct lb_env *env, struct sd_lb_stats *sd * with a large weight task outweighs the tasks on the system). */ if

[PATCH 3.12 090/103] vsock: Make transport the proto owner

2014-05-29 Thread Jiri Slaby
From: Andy King ack...@vmware.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 2c4a336e0a3e203fab6aa8d8f7bb70a0ad968a6b ] Right now the core vsock module is the owner of the proto family. This means there's nothing preventing

Re: [PATCH v5 0/9] Introducing (yet again) Device Tree Overlays

2014-05-29 Thread Grant Likely
On Wed, 28 May 2014 15:46:24 +0300, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: The following patchset introduces Device Tree overlays, a method of dynamically altering the kernel's live Device Tree, along with a generic interface to use it in a board agnostic manner. It is

[PATCH 3.12 092/103] net: ipv4: ip_forward: fix inverted local_df test

2014-05-29 Thread Jiri Slaby
From: Florian Westphal f...@strlen.de 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit ca6c5d4ad216d5942ae544bbf02503041bd802aa ] local_df means 'ignore DF bit if set', so if its set we're allowed to perform ip fragmentation. This

[PATCH 3.12 093/103] net: ipv6: send pkttoobig immediately if orig frag size mtu

2014-05-29 Thread Jiri Slaby
From: Florian Westphal f...@strlen.de 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 418a31561d594a2b636c1e2fa94ecd9e1245abb1 ] If conntrack defragments incoming ipv6 frags it stores largest original frag size in ip6cb and sets

Re: [PATCH -tip ] [BUGFIX] perf/probe: Fix perf probe to find correct variable DIE

2014-05-29 Thread Arnaldo Carvalho de Melo
Em Thu, May 29, 2014 at 09:39:14PM +0900, Masami Hiramatsu escreveu: Hi Arnaldo, Here is the patch which fixes perf probe to find variable location correctly, on the recent dwarf format. This is not related to the SEGV issue which I fixed in previous mail. Thanks for the prompt reply! I'm

[PATCH 3.12 088/103] Revert macvlan : fix checksums error when we are in bridge mode

2014-05-29 Thread Jiri Slaby
From: Vlad Yasevich vyase...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit f114890cdf84d753f6b41cd0cc44ba51d16313da ] This reverts commit 12a2856b604476c27d85a5f9a57ae1661fc46019. The commit above doesn't appear to be

[PATCH 3.12 087/103] mactap: Fix checksum errors for non-gso packets in bridge mode

2014-05-29 Thread Jiri Slaby
From: Vlad Yasevich vyase...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit cbdb04279ccaefcc702c8757757eea8ed76e50cf ] The following is a problematic configuration: VM1: virtio-net device connected to macvtap0@eth0

Re: [PATCH v2 04/05] staging: board: Initial board staging support

2014-05-29 Thread Paul Bolle
On Thu, 2014-05-29 at 22:53 +0900, Magnus Damm wrote: --- 0011/drivers/staging/board/Kconfig +++ work/drivers/staging/board/Kconfig2014-05-29 22:32:39.0 +0900 @@ -1,5 +1,6 @@ config STAGING_BOARD boolean Staging Board Support +depends on OF OF_ADDRESS I have no idea

[PATCH 3.12 065/103] gre: don't allow to add the same tunnel twice

2014-05-29 Thread Jiri Slaby
From: Nicolas Dichtel nicolas.dich...@6wind.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 5a4552752d8f7f4cef1d98775ece7adb7616fde2 ] Before the patch, it was possible to add two times the same tunnel: ip l a gre1 type gre

[PATCH 3.12 079/103] net: qmi_wwan: add Sierra Wireless EM7355

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit b85f5deaf052340021d025e120a9858f084a1d79 ] Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by:

[PATCH v3 5/5] ARM: dts: add bus clock bsc3_apb for bcm281xx

2014-05-29 Thread Alex Elder
Add the bus clock named bsc3_apb to the list of those provided by the slave CCU. Signed-off-by: Alex Elder el...@linaro.org --- arch/arm/boot/dts/bcm11351.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi

[PATCH v3 0/5] clk: bcm: prerequisite and bus clock support

2014-05-29 Thread Alex Elder
Currently only peripheral clocks are supported for Broadcom platforms that use Kona style CCUs for clocking. This series adds support for bus clocks as well. One motivation for doing this is that there exist peripheral clocks that cannot be configured without having first initialized a related

[PATCH 3.12 076/103] ipv6: fib: fix fib dump restart

2014-05-29 Thread Jiri Slaby
From: Kumar Sundararajan ku...@fb.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 1c2658545816088477e91860c3a645053719cb54 ] When the ipv6 fib changes during a table dump, the walk is restarted and the number of nodes dumped

[PATCH 3.12 073/103] net: Fix ns_capable check in sock_diag_put_filterinfo

2014-05-29 Thread Jiri Slaby
From: Andrew Lutomirski l...@amacapital.net 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 78541c1dc60b65ecfce5a6a096fc260219d6784e ] The caller needs capabilities on the namespace being queried, not on their own namespace. This

[PATCH 3.12 081/103] net: qmi_wwan: add Sierra Wireless MC7305/MC7355

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 9214224e43e4264b02686ea8b455f310935607b5 ] Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by:

[PATCH v3 3/5] clk: bcm281xx: add bus clock support

2014-05-29 Thread Alex Elder
Add bus clock support. A bus clock has a subset of the components present in a peripheral clock (again, all optional): a gate; CCU policy management bits; and if needed, bits to control hysteresis. Signed-off-by: Alex Elder el...@linaro.org --- drivers/clk/bcm/clk-kona-setup.c | 96

[PATCH v3 2/5] clk: bcm281xx: implement prerequisite clocks

2014-05-29 Thread Alex Elder
Allow a clock to specify a prerequisite clock. The prerequisite clock must be initialized before the clock that depends on it. A prerequisite clock is defined initially by its name; as that clock gets initialized the name gets replaced with a pointer to its clock structure pointer. Rework the

Re: [PATCH/RFC] Re: recvmmsg() timeout behavior strangeness [RESEND]

2014-05-29 Thread Michael Kerrisk (man-pages)
On 05/29/2014 12:53 PM, David Laight wrote: From: 'Arnaldo Carvalho de ... So, yes, the user _can_ process the packets already copied to userspace, i.e. no packet loss, and then, on the next call, will receive the signal notification. The application shouldn't need to see an EINTR

[PATCH v3 4/5] clk: bcm281xx: define a bus clock

2014-05-29 Thread Alex Elder
Define the bus clock bsc3_apb. This bus clock has to be managed using the CCU policy mechanism, so add the definitions required for that to the clock and its CCU. This one bus clock in particular is defined because it is needed by peripheral clock bsc3. Our boot loader does not properly

RE: [PATCH/RFC] Re: recvmmsg() timeout behavior strangeness [RESEND]

2014-05-29 Thread David Laight
From: 'Arnaldo Carvalho de Melo' ... I remember some discussions from an XNET standards meeting (I've forgotten exactly which errors on which calls were being discussed). My recollection is that you return success with a partial transfer count for ANY error that happens after some data has

Re: vmstat: On demand vmstat workers V5

2014-05-29 Thread Christoph Lameter
On Thu, 29 May 2014, Frederic Weisbecker wrote: The cpumasks in cpu.c are special as they are the base of the cpumask_var_t definition. They are necessary to define nr_cpu_bits which is the base of cpumask_var_t allocations. As such they must stay lower level and defined on top of NR_CPUS.

Re: [PATCH v3 4/7] of: configure the platform device dma parameters

2014-05-29 Thread Santosh Shilimkar
On Thursday 29 May 2014 10:01 AM, Linus Walleij wrote: On Wed, May 28, 2014 at 4:04 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Wednesday 28 May 2014 09:32 AM, Linus Walleij wrote: I suspect what you want is dma-ranges = 0x8000 0 0x8000; to translate

[PATCH 3.12 030/103] xen/spinlock: Don't enable them unconditionally.

2014-05-29 Thread Jiri Slaby
From: Konrad Rzeszutek Wilk konrad.w...@oracle.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit e0fc17a936334c08b2729fff87168c03fdecf5b6 upstream. The git commit a945928ea2709bc0e8e8165d33aed855a0110279 ('xen: Do not enable spinlocks

[PATCH v3 1/5] clk: bcm281xx: add an initialized flag

2014-05-29 Thread Alex Elder
Add a flag that tracks whether a clock has already been initialized. This will be used by the next patch to avoid initializing a clock more than once when it's listed as a prerequisite. Signed-off-by: Alex Elder el...@linaro.org --- drivers/clk/bcm/clk-kona.c | 17 +++--

[PATCH 3.12 071/103] tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled

2014-05-29 Thread Jiri Slaby
From: Ivan Vecera ivec...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === The patch fixes a problem with dropped jumbo frames after usage of 'ethtool -G ... rx'. Scenario: 1. ip link set eth0 up 2. ethtool -G eth0 rx N # - This zeroes

[PATCH 3.12 027/103] tick-common: Fix wrong check in tick_check_replacement()

2014-05-29 Thread Jiri Slaby
From: Viresh Kumar viresh.ku...@linaro.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 521c42990e9d561ed5ed9f501f07639d0512b3c9 upstream. tick_check_replacement() returns if a replacement of clock_event_device is possible or not. It does

[PATCH 3.12 067/103] ipv4: return valid RTA_IIF on ip route get

2014-05-29 Thread Jiri Slaby
From: Julian Anastasov j...@ssi.bg 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 91146153da2feab18efab2e13b0945b6bb704ded ] Extend commit 13378cad02afc2adc6c0e07fca03903c7ada0b37 (ipv4: Change rt-rt_iif encoding.) from 3.6 to

[PATCH 3.12 001/103] powerpc: Add vr save/restore functions

2014-05-29 Thread Jiri Slaby
From: Andreas Schwab sch...@linux-m68k.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 8fe9c93e7453e67b8bd09f263ec1bb0783c733fc upstream. GCC 4.8 now generates out-of-line vr save/restore functions when optimizing for size. They are

[PATCH 3.12 059/103] net: sctp: test if association is dead in sctp_wake_up_waiters

2014-05-29 Thread Jiri Slaby
From: Daniel Borkmann dbork...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 1e1cdf8ac78793e0875465e98a648df64694a8d0 ] In function sctp_wake_up_waiters(), we need to involve a test if the association is declared dead.

[PATCH 3.12 056/103] drm/radeon: fix typo in spectre_golden_registers

2014-05-29 Thread Jiri Slaby
From: Alex Deucher alexdeuc...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit f1553174a207f68a4ec19d436003097e0a4dc405 upstream. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Reviewed-by: Christian König

[PATCH 3.12 061/103] net: core: don't account for udp header size when computing seglen

2014-05-29 Thread Jiri Slaby
From: Florian Westphal f...@strlen.de 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 6d39d589bb76ee8a1c6cde6822006ae0053decff ] In case of tcp, gso_size contains the tcpmss. For UFO (udp fragmentation offloading) skbs, gso_size

[PATCH 3.12 036/103] USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driver

2014-05-29 Thread Jiri Slaby
From: Michael Ulbricht michael.ulbri...@systec-electronic.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 895d240d1db0b2736d779200788e4c4aea28a0c6 upstream. By specifying NO_UNION_NORMAL the ACM driver does only use the first two USB

[PATCH 3.12 085/103] net: qmi_wwan: add a number of Dell devices

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 6f10c5d1b1aeddb63d33070abb8bc5a177beeb1f ] Dan writes: The Dell drivers use the same configuration for PIDs: 81A2: Dell Wireless 5806 Gobi(TM) 4G LTE

[PATCH 3.12 064/103] ipv6: Limit mtu to 65575 bytes

2014-05-29 Thread Jiri Slaby
From: Eric Dumazet eduma...@google.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 30f78d8ebf7f514801e71b88a10c948275168518 ] Francois reported that setting big mtu on loopback device could prevent tcp sessions making progress.

[PATCH 3.12 068/103] filter: prevent nla extensions to peek beyond the end of the message

2014-05-29 Thread Jiri Slaby
From: Mathias Krause mini...@googlemail.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 05ab8f2647e4221cbdb3856dd7d32bd5407316b3 ] The BPF_S_ANC_NLATTR and BPF_S_ANC_NLATTR_NEST extensions fail to check for a minimal message

[PATCH 3.12 082/103] net: qmi_wwan: add Olivetti Olicard 500

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit efc0b25c3add97717ece57bf5319792ca98f348e ] Device interface layout: 0: ff/ff/ff - serial 1: ff/ff/ff - serial AT+PPP 2: 08/06/50 - storage 3: ff/ff/ff -

[PATCH 3.12 069/103] ip6_gre: don't allow to remove the fb_tunnel_dev

2014-05-29 Thread Jiri Slaby
From: Nicolas Dichtel nicolas.dich...@6wind.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 54d63f787b652755e66eb4dd8892ee6d3f5197fc ] It's possible to remove the FB tunnel with the command 'ip link del ip6gre0' but this is

Re: [PATCH v2 10/11] sched: move cfs task on a CPU with higher capacity

2014-05-29 Thread Peter Zijlstra
On Fri, May 23, 2014 at 05:53:04PM +0200, Vincent Guittot wrote: @@ -7282,6 +7289,12 @@ static inline int nohz_kick_needed(struct rq *rq) if (nr_busy 1) goto need_kick_unlock; + + if ((rq-cfs.h_nr_running = 1) + ((rq-cpu_power

[PATCH 3.12 080/103] net: qmi_wwan: add Sierra Wireless MC73xx

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit 1c138607a7be64074d7fba68d0d533ec38f9d17b ] Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: David S. Miller da...@davemloft.net Signed-off-by:

[PATCH 3.12 048/103] usb: option: add Alcatel L800MA

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === commit dd6b48ecec2ea7d15f28d5e5474388681899a5e1 upstream. Device interface layout: 0: ff/ff/ff - serial 1: ff/00/00 - serial AT+PPP 2: ff/ff/ff - QMI/wwan 3: 08/06/50 -

[PATCH 3.12 049/103] usb: option: add and update a number of CMOTech devices

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === commit 34f972d6156fe9eea2ab7bb418c71f9d1d5c8e7b upstream. A number of older CMOTech modems are based on Qualcomm chips. The blacklisted interfaces are QMI/wwan.

[PATCH 3.12 028/103] don't bother with {get,put}_write_access() on non-regular files

2014-05-29 Thread Jiri Slaby
From: Al Viro v...@zeniv.linux.org.uk 3.12-stable review patch. If anyone has any objections, please let me know. === commit dd20908a8a06b22c171f6c3fcdbdbd65bed07505 upstream. it's pointless and actually leads to wrong behaviour in at least one moderately convoluted case (pipe(),

[PATCH 3.12 047/103] usb: option: add Olivetti Olicard 500

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === commit 533b3994610f316e5cd61b56d0c4daa15c830f89 upstream. Device interface layout: 0: ff/ff/ff - serial 1: ff/ff/ff - serial AT+PPP 2: 08/06/50 - storage 3: ff/ff/ff -

[PATCH 3.12 006/103] HID: usbhid: quirk for Synaptics Quad HD touchscreen

2014-05-29 Thread Jiri Slaby
From: AceLan Kao acelan@canonical.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 12f508aede4bda5d20a2dd3ff3deb16ef47a97e9 upstream. Add Synaptics HD touchscreen(06cb:1ac3) to no init report quirk Signed-off-by: AceLan Kao

[PATCH 3.12 046/103] usb: qcserial: add Sierra Wireless MC7305/MC7355

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === commit bce4f588f19d59fc07fadfeb0b2a3a06c942827a upstream. Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: Jiri Slaby jsl...@suse.cz ---

[PATCH 3.12 044/103] usb: qcserial: add Sierra Wireless EM7355

2014-05-29 Thread Jiri Slaby
From: Bjørn Mork bj...@mork.no 3.12-stable review patch. If anyone has any objections, please let me know. === commit a00986f81182a69dee4d2c48e8c19805bdf0f790 upstream. Signed-off-by: Bjørn Mork bj...@mork.no Signed-off-by: Jiri Slaby jsl...@suse.cz ---

[PATCH 3.12 055/103] drm/radeon: call drm_edid_to_eld when we update the edid

2014-05-29 Thread Jiri Slaby
From: Alex Deucher alexdeuc...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 16086279353cbfecbb3ead474072dced17b97ddc upstream. This needs to be done to update some of the fields in the connector structure used by the audio code.

[PATCH 3.12 039/103] USB: serial: ftdi_sio: add id for Brainboxes serial cards

2014-05-29 Thread Jiri Slaby
From: Michele Baldessari mich...@acksyn.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit efe26e16b1d93ac0085e69178cc18811629e8fc5 upstream. Custom VID/PIDs for Brainboxes cards as reported in

[PATCH 3.12 060/103] l2tp: take PMTU from tunnel UDP socket

2014-05-29 Thread Jiri Slaby
From: Dmitry Petukhov dmg...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === [ Upstream commit f34c4a35d87949fbb0e0f31eba3c054e9f8199ba ] When l2tp driver tries to get PMTU for the tunnel destination, it uses the pointer to struct sock

[PATCH 3.12 054/103] drm/qxl: unset a pointer in sync_obj_unref

2014-05-29 Thread Jiri Slaby
From: Maarten Lankhorst maarten.lankho...@canonical.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 41ccec352f3c823931a7d9d2a9c7880c14d7415a upstream. This fixes a BUG_ON(bo-sync_obj != NULL); in ttm_bo_release_list. Signed-off-by:

[PATCH 3.12 033/103] md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fails.

2014-05-29 Thread Jiri Slaby
From: NeilBrown ne...@suse.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit da1aab3dca9aa88ae34ca392470b8943159e25fe upstream. When performing a user-request check/repair (MD_RECOVERY_REQUEST is set) on a raid1, we allocate multiple bios

[PATCH 3.12 041/103] Revert USB: serial: add usbid for dell wwan card to sierra.c

2014-05-29 Thread Jiri Slaby
From: Johan Hovold jhov...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 2e01280d2801c72878cf3a7119eac30077b463d5 upstream. This reverts commit 1ebca9dad5abe8b2ed4dbd186cd657fb47c1f321. This device was erroneously added to the

[PATCH 3.12 037/103] USB: cp210x: Add 8281 (Nanotec Plug Drive)

2014-05-29 Thread Jiri Slaby
From: Tristan Bruns tris...@tristanbruns.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit 72b3007951010ce1bbf950e23b19d9839fa905a5 upstream. Signed-off-by: Tristan Bruns tris...@tristanbruns.de Signed-off-by: Johan Hovold jhov...@gmail.com

[PATCH 3.12 029/103] cifs: Wait for writebacks to complete before attempting write.

2014-05-29 Thread Jiri Slaby
From: Sachin Prabhu spra...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit c11f1df5003d534fd067f0168bfad7befffb3b5c upstream. Problem reported in Red Hat bz 1040329 for strict writes where we cache only when we hold oplock and

[PATCH 3.12 052/103] drm/vmwgfx: correct fb_fix_screeninfo.line_length

2014-05-29 Thread Jiri Slaby
From: Christopher Friedt chrisfri...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit aa6de142c901cd2d90ef08db30ae87da214bedcc upstream. Previously, the vmwgfx_fb driver would allow users to call FBIOSET_VINFO, but it would not

[PATCH 3.12 050/103] mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll

2014-05-29 Thread Jiri Slaby
From: Chris Mason c...@fb.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit c98235cb8584a72e95786e17d695a8e5fafcd766 upstream. The mlx4 driver is triggering schedules while atomic inside mlx4_en_netpoll: spin_lock_irqsave(cq-lock,

[PATCH 3.12 043/103] USB: io_ti: fix firmware download on big-endian machines

2014-05-29 Thread Jiri Slaby
From: Johan Hovold jhov...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5509076d1b4485ce9fb07705fcbcd2695907ab5b upstream. During firmware download the device expects memory addresses in big-endian byte order. As the wIndex

[PATCH 3.12 042/103] USB: serial: fix sysfs-attribute removal deadlock

2014-05-29 Thread Jiri Slaby
From: Johan Hovold jhov...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 10164c2ad6d2c16809f6c09e278f946e47801b3a upstream. Fix driver new_id sysfs-attribute removal deadlock by making sure to not hold any locks that the attribute

Re: [PATCH/RFC] Re: recvmmsg() timeout behavior strangeness [RESEND]

2014-05-29 Thread 'Arnaldo Carvalho de Melo'
Em Thu, May 29, 2014 at 02:06:04PM +, David Laight escreveu: From: 'Arnaldo Carvalho de Melo' ... I remember some discussions from an XNET standards meeting (I've forgotten exactly which errors on which calls were being discussed). My recollection is that you return success with a

[PATCH 3.12 038/103] USB: usb_wwan: fix handling of missing bulk endpoints

2014-05-29 Thread Jiri Slaby
From: Johan Hovold jhov...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit bd73bd8831696f189a479a0712ae95208e513d7e upstream. Fix regression introduced by commit 8e493ca1767d (USB: usb_wwan: fix bulk-urb allocation) by making sure

[PATCH 3.12 023/103] blktrace: fix accounting of partially completed requests

2014-05-29 Thread Jiri Slaby
From: Roman Pen r.peni...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit af5040da01ef980670b3741b3e10733ee3e33566 upstream. trace_block_rq_complete does not take into account that request can be partially completed, so we can get

[PATCH 3.12 051/103] fs: Don't return 0 from get_anon_bdev

2014-05-29 Thread Jiri Slaby
From: Thomas Bächler tho...@archlinux.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit a2a4dc494a7b7135f460e38e788c4a58f65e4ac3 upstream. Commit 9e30cc9595303b27b48 removed an internal mount. This has the side-effect that rootfs now has

[PATCH 3.12 017/103] scsi: fix our current target reap infrastructure

2014-05-29 Thread Jiri Slaby
From: James Bottomley jbottom...@parallels.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit e63ed0d7a98014fdfc2cfeb3f6dada313dcabb59 upstream. This patch eliminates the reap_ref and replaces it with a proper kref. On last put of this kref,

Re: [PATCH 3.14 000/140] 3.14.5-stable review

2014-05-29 Thread Greg Kroah-Hartman
On Thu, May 29, 2014 at 03:59:23PM +1000, NeilBrown wrote: On Wed, 28 May 2014 21:32:19 -0700 Greg Kroah-Hartman gre...@linuxfoundation.org wrote: This is the start of the stable review cycle for the 3.14.5 release. There are 140 patches in this series, all will be posted as a response

[PATCH 3.12 040/103] usb: option driver, add support for Telit UE910v2

2014-05-29 Thread Jiri Slaby
From: Daniele Palmas dnl...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit d6de486bc22255779bd54b0fceb4c240962bf146 upstream. option driver, added VID/PID for Telit UE910v2 modem Signed-off-by: Daniele Palmas dnl...@gmail.com

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