[PATCH 3.16.y-ckt 039/126] packet: always probe for transport header

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann commit 8fd6c80d9dd938ca338c70698533a7e304752846 upstream. We concluded that the skb_probe_transport_header() should better be called unconditionally. Avoiding the cal

[PATCH 3.16.y-ckt 042/126] snmp: Remove duplicate OUTMCAST stat increment

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Neil Horman commit 41033f029e393a64e81966cbe34d66c6cf8a2e7e upstream. the OUTMCAST stat is double incremented, getting bumped once in the mcast code itself, and again in the common i

[PATCH 3.16.y-ckt 037/126] ARC: Fix silly typo in MAINTAINERS file

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Vineet Gupta commit 30b9dbee895ff0d5cbf155bd1ef3f0f5992bca6f upstream. Cc: Vineet Gupta Signed-off-by: Luis Henriques --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 del

[PATCH 3.16.y-ckt 041/126] ip_tunnel: disable preemption when updating per-cpu tstats

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: "Jason A. Donenfeld" commit b4fe85f9c9146f60457e9512fb6055e69e6a7a65 upstream. Drivers like vxlan use the recently introduced udp_tunnel_xmit_skb/udp_tunnel6_xmit_skb APIs. udp_tunne

Re: [PATCH 07/10] [media] tvp5150: Add device tree binding document

2016-01-06 Thread Laurent Pinchart
Hi Javier, Thank you for the patch. On Monday 04 January 2016 09:25:29 Javier Martinez Canillas wrote: > Add a Device Tree binding document for the TVP5150 video decoder. > > Signed-off-by: Javier Martinez Canillas > --- > > .../devicetree/bindings/media/i2c/tvp5150.txt | 35

[PATCH 3.16.y-ckt 044/126] tcp: md5: fix lockdep annotation

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 1b8e6a01e19f001e9f93b39c32387961c91ed3cc upstream. When a passive TCP is created, we eventually call tcp_md5_do_add() with sk pointing to the child. It is not own

[PATCH 3.16.y-ckt 048/126] net: ip6mr: fix static mfc/dev leaks on table destruction

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nikolay Aleksandrov commit 4c6980462f32b4f282c5d8e5f7ea8070e2937725 upstream. Similar to ipv4, when destroying an mrt table the static mfc entries and the static devices are kept, wh

[PATCH 3.16.y-ckt 043/126] net: qmi_wwan: add XS Stick W100-2 from 4G Systems

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 68242a5a1e2edce39b069385cbafb82304eac0f1 upstream. Thomas reports " 4gsystems sells two total different LTE-surfsticks under the same name. .. Th

[PATCH 3.16.y-ckt 047/126] net: ipmr: fix static mfc/dev leaks on table destruction

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nikolay Aleksandrov commit 0e615e9601a15efeeb8942cf7cd4dadba0c8c5a7 upstream. When destroying an mrt table the static mfc entries and the static devices are kept, which leads to devi

[PATCH 3.16.y-ckt 051/126] ipv6: add complete rcu protection around np->opt

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 45f6fad84cc305103b28d73482b344d7f5b76f39 upstream. This patch addresses multiple problems : UDP/RAW sendmsg() need to get a stable struct ipv6_txoptions while so

[PATCH 3.16.y-ckt 052/126] net/neighbour: fix crash at dumping device-agnostic proxy entries

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit 6adc5fd6a142c6e2c80574c1db0c7c17dedaa42e upstream. Proxy entries could have null pointer to net-device. Signed-off-by: Konstantin Khlebnikov Fixes: 849

[PATCH 3.16.y-ckt 055/126] ALSA: usb-audio: add packet size quirk for the Medeli DD305

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Clemens Ladisch commit 98d362becb6621bebdda7ed0eac7ad7ec6c37898 upstream. Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai Signed-off-by: Luis Henriques --- sound/usb/m

[PATCH 3.16.y-ckt 054/126] xfs: allow inode allocations in post-growfs disk space

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Sandeen commit 9de67c3ba9ea961ba420573d56479d09d33a7587 upstream. Today, if we perform an xfs_growfs which adds allocation groups, mp->m_maxagi is not properly updated when the

[PATCH 3.16.y-ckt 053/126] ipv6: sctp: implement sctp_v6_destroy_sock()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 602dd62dfbda3e63a2d6a3cbde953ebe82bf5087 upstream. Dmitry Vyukov reported a memory leak using IPV6 SCTP sockets. We need to call inet6_destroy_sock() to properly

[PATCH 3.16.y-ckt 058/126] dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE transition

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Snitzer commit 172c238612ebf81cabccc86b788c9209af591f61 upstream. A thin-pool that is in out-of-data-space (OODS) mode may transition back to write mode -- without the admin add

[PATCH 3.16.y-ckt 056/126] ALSA: usb-audio: prevent CH345 multiport output SysEx corruption

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Clemens Ladisch commit 1ca8b201309d842642f221db7f02f71c0af5be2d upstream. The CH345 USB MIDI chip has two output ports. However, they are multiplexed through one pin, and the number

[PATCH 3.16.y-ckt 049/126] broadcom: fix PHY_ID_BCM5481 entry in the id table

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Aaro Koskinen commit 3c25a860d17b7378822f35d8c9141db9507e3beb upstream. Commit fcb26ec5b18d ("broadcom: move all PHY_ID's to header") updated broadcom_tbl to use PHY_IDs, but incorre

[PATCH 3.16.y-ckt 062/126] MIPS: KVM: Uninit VCPU in vcpu_create error path

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit 585bb8f9a5e592f2ce7abbe5ed3112d5438d2754 upstream. If either of the memory allocations in kvm_arch_vcpu_create() fail, the vcpu which has been allocated and kvm_vc

[PATCH 3.16.y-ckt 064/126] mac: validate mac_partition is within sector

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 02e2a5bfebe99edcf9d694575a75032d53fe1b73 upstream. If md->signature == MAC_DRIVER_MAGIC and md->block_size == 1023, a single 512 byte sector would be read (secsize /

[PATCH 3.16.y-ckt 060/126] MIPS: KVM: Fix ASID restoration logic

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit 002374f371bd02df864cce1fe85d90dc5b292837 upstream. ASID restoration on guest resume should determine the guest execution mode based on the guest Status register ra

[PATCH 3.16.y-ckt 065/126] ALSA: hda - Apply HP headphone fixups more generically

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 196543d54574f50e3fd04df4e3048181e006a9da upstream. It turned out that many HP laptops suffer from the same problem as fixed in commit [c932b98c1e47: ALSA: hda - A

Re: [PATCH v4 3/3] serial: amba-pl011: add ACPI support to AMBA probe

2016-01-06 Thread Graeme Gregory
On Tue, Jan 05, 2016 at 10:23:08AM -0600, Timur Tabi wrote: > G Gregory wrote: > >>>I'm confused by this patch. We already have code like this in > >>>tty-next, in the form of sbsa_uart_probe(): > >>> > >>>https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/tty/+/tty-next/drivers/tty/s

[tip:irq/core] irqchip/omap-intc: Add support for spurious irq handling

2016-01-06 Thread tip-bot for Sekhar Nori
Commit-ID: d3b421cd07e4c0d4d6c0bbd55ca169c054fc081d Gitweb: http://git.kernel.org/tip/d3b421cd07e4c0d4d6c0bbd55ca169c054fc081d Author: Sekhar Nori AuthorDate: Tue, 15 Dec 2015 19:56:12 +0530 Committer: Thomas Gleixner CommitDate: Wed, 6 Jan 2016 11:35:13 +0100 irqchip/omap-intc: Add su

[PATCH 3.16.y-ckt 067/126] powerpc/tm: Check for already reclaimed tasks

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Neuling commit 7f821fc9c77a9b01fe7b1d6e72717b33d8d64142 upstream. Currently we can hit a scenario where we'll tm_reclaim() twice. This results in a TM bad thing exception be

Re: [PATCH] lightnvm: add full block direct to the gc list

2016-01-06 Thread Matias
On 01/05/2016 10:58 AM, Wenwei Tao wrote: You are right, a deadlock might occur if interrupt is not disabled. We might add the block to prio_list when we find the block is full in rrpc_alloc_addr and check whether all the writes are complete in rrpc_lun_gc, in this way we may avoid gcb allocatio

[PATCH 3.16.y-ckt 066/126] powerpc/tm: Block signal return setting invalid MSR state

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Neuling commit d2b9d2a5ad5ef04ff978c9923d19730cb05efd55 upstream. Currently we allow both the MSR T and S bits to be set by userspace on a signal return. Unfortunately this

[PATCH 3.16.y-ckt 068/126] ARC: dw2 unwind: Remove falllback linear search thru FDE entries

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Vineet Gupta commit 2e22502c080f27afeab5e6f11e618fb7bc7aea53 upstream. Fixes STAR 9000953410: "perf callgraph profiling causing RCU stalls" | perf record -g -c 15000 -e cycles /sbin

[PATCH 1/2] phy: ti-pipe3: get tx and rx MEM resource

2016-01-06 Thread Kishon Vijay Abraham I
get tx and rx MEM resource since this has to be used to configure for DRA72x to work in X2 mode. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Sekhar Nori --- drivers/phy/phy-ti-pipe3.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/drivers/phy/phy-ti-

[PATCH 3.16.y-ckt 063/126] ALSA: hda - Add fixup for Acer Aspire One Cloudbook 14

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit b9c2fa52135d49a931c56ed2bfc17d61f771b412 upstream. For making the speakers on Acer Aspire One Cloudbook 14 to work, we need the as same quirk as for another Chrom

Re: [PATCH 07/10] [media] tvp5150: Add device tree binding document

2016-01-06 Thread Laurent Pinchart
On Wednesday 06 January 2016 07:46:35 Javier Martinez Canillas wrote: > On 01/06/2016 07:39 AM, Laurent Pinchart wrote: > > Hi Javier, > > > > Thank you for the patch. > > Thanks a lot for your feedback. > > [snip] > > >> + > >> +Optional Properties: > >> +- powerdown-gpios: phandle for the GPI

Re: [PATCH 09/10] [media] tvp5150: Initialize the chip on probe

2016-01-06 Thread Laurent Pinchart
Hi Javier, Thankk you for the patch. On Monday 04 January 2016 09:25:31 Javier Martinez Canillas wrote: > After power-up, the tvp5150 decoder is in a unknown state until the > RESETB pin is driven LOW which reset all the registers and restarts > the chip's internal state machine. > > The init se

Re: [PATCH 3.12 25/91] x86/setup: Extend low identity map to cover whole kernel range

2016-01-06 Thread Matt Fleming
On Wed, 06 Jan, at 11:47:20AM, Paolo Bonzini wrote: > > Without testing the problematic scenario explicitly (32-bit UEFI > kernel), I think this patch and 26/91 should not be backported to > kernels that do not have 23a0d4e8fa6d. I tend to agree. -- To unsubscribe from this list: send the line "u

[PATCH 0/2] dra72: add support for PCIE 2 lane mode

2016-01-06 Thread Kishon Vijay Abraham I
dra72 reuse the USB PHY for the PCIe 2n lane. So in order for PCIe x2 mode to work in dra72, certain special configuration has to be made in USB PHY. This patch series adds those configurations. In order to enable PCIe x2 mode in DRA72, USB should be disabled. Certain board modifications has to b

[PATCH 2/2] phy: ti-pipe3: configure usb3 phy to be used as pcie phy

2016-01-06 Thread Kishon Vijay Abraham I
DRA72 uses USB3 PHY for the 2nd lane of PCIE. The configuration required to make USB3 PHY used for the 2nd lane of PCIe is done here. Signed-off-by: Kishon Vijay Abraham I --- Documentation/devicetree/bindings/phy/ti-phy.txt |2 ++ drivers/phy/phy-ti-pipe3.c | 30

[PATCH 3.16.y-ckt 069/126] fix sysvfs symlinks

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit 0ebf7f10d67a70e120f365018f1c5fce9ddc567d upstream. The thing got broken back in 2002 - sysvfs does *not* have inline symlinks; even short ones have bodies stored in th

[PATCH 3.16.y-ckt 071/126] vfs: Avoid softlockups with sendfile(2)

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit c2489e07c0a71a56fb2c84bc0ee66cddfca7d068 upstream. The following test program from Dmitry can cause softlockups or RCU stalls as it copies 1GB from tmpfs into eventfd

[PATCH 3.16.y-ckt 072/126] nfs4: start callback_ident at idr 1

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Benjamin Coddington commit c68a027c05709330fe5b2f50c50d5fa02124b5d8 upstream. If clp->cl_cb_ident is zero, then nfs_cb_idr_remove_locked() skips removing it when the nfs_client is fr

[PATCH 3.16.y-ckt 075/126] drm/radeon: make rv770_set_sw_state failures non-fatal

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 4e7697ed79d0c0d5f869c87a6b3ce3d5cd1a07d6 upstream. On some cards it takes a relatively long time for the change to take place. Make a timeout non-fatal. bug: ht

[PATCH 3.16.y-ckt 076/126] ALSA: hda - Fix noise on Gigabyte Z170X mobo

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 0c25ad80408e95e0a4fbaf0056950206e95f726f upstream. Gigabyte Z710X mobo with ALC1150 codec gets significant noises from the analog loopback routes even if their in

Re: [PATCH 08/10] [media] tvp5150: Add OF match table

2016-01-06 Thread Laurent Pinchart
Hi Javier, Thank you for the patch. On Monday 04 January 2016 09:25:30 Javier Martinez Canillas wrote: > From: Eduard Gavin > > The Documentation/devicetree/bindings/media/i2c/tvp5150.txt DT binding doc > lists "ti,tvp5150" as the device compatible string but the driver does not > have an OF ma

[PATCH 3.16.y-ckt 074/126] arm64: KVM: Fix AArch32 to AArch64 register mapping

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marc Zyngier commit c0f0963464c24e034b858441205455bf2a5d93ad upstream. When running a 32bit guest under a 64bit hypervisor, the ARMv8 architecture defines a mapping of the 32bit regi

[PATCH 3.16.y-ckt 077/126] drm/radeon: make some dpm errors debug only

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 9c565e3386fdc804a61f8c116efc2c5999ba46e1 upstream. "Could not force DPM to low", etc. is usually harmless and just confuses users. Signed-off-by: Alex Deucher S

[PATCH 3.16.y-ckt 078/126] nfs: if we have no valid attrs, then don't declare the attribute cache valid

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit c812012f9ca7cf89c9e1a1cd512e6c3b5be04b85 upstream. If we pass in an empty nfs_fattr struct to nfs_update_inode, it will (correctly) not update any of the attribute

[PATCH 3.16.y-ckt 081/126] target: Fix race for SCF_COMPARE_AND_WRITE_POST checking

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 057085e522f8bf94c2e691a5b76880f68060f8ba upstream. This patch addresses a race + use after free where the first stage of COMPARE_AND_WRITE in compare_and_wr

[PATCH 3.16.y-ckt 080/126] iscsi-target: Fix rx_login_comp hang after login failure

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit ca82c2bded29b38d36140bfa1e76a7bbfcade390 upstream. This patch addresses a case where iscsi_target_do_tx_login_io() fails sending the last login response PDU

Re: [PATCH 10/10] [media] tvp5150: Configure data interface via pdata or DT

2016-01-06 Thread Laurent Pinchart
Hi Javier, Thank you for the patch. On Monday 04 January 2016 09:25:32 Javier Martinez Canillas wrote: > The video decoder supports either 8-bit 4:2:2 YUV with discrete syncs > or 8-bit ITU-R BT.656 with embedded syncs output format but currently > BT.656 it's always reported. Allow to configure

[PATCH 3.16.y-ckt 084/126] netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverse

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: lucien commit cc4998febd567d1c671684abce5595344bd4e8b2 upstream. --accept-local option works for res.type == RTN_LOCAL, which should be from the local table, but there, the fib_info

[PATCH 3.16.y-ckt 079/126] xen/gntdev: Grant maps should not be subject to NUMA balancing

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Boris Ostrovsky commit 9c17d96500f78d7ecdb71ca6942830158bc75a2b upstream. Doing so will cause the grant to be unmapped and then, during fault handling, the fault to be mistakenly tre

[PATCH 3.16.y-ckt 085/126] netfilter: nf_tables: fix bogus warning in nft_data_uninit()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Mirek Kratochvil commit 960bd2c26421d321e890f1936938196ead41976f upstream. The values 0x-0xfeff are reserved for userspace datatype. When, deleting set elements with maps

[PATCH 3.16.y-ckt 082/126] target: fix COMPARE_AND_WRITE non zero SGL offset data corruption

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Engelhardt commit d94e5a61357a04938ce14d6033b4d33a3c5fd780 upstream. target_core_sbc's compare_and_write functionality suffers from taking data at the wrong memory location when

[PATCH 3.16.y-ckt 088/126] gre6: allow to update all parameters via rtnl

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel commit 6a61d4dbf4f54b5683e0f1e58d873cecca7cb977 upstream. Parameters were updated only if the kernel was unable to find the tunnel with the new parameters, ie only if

[PATCH 3.16.y-ckt 090/126] sctp: use the same clock as if sock source timestamps were on

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcelo Ricardo Leitner commit cb5e173ed7c03a0d4630ce68a95a186cce3cc872 upstream. SCTP echoes a cookie o INIT ACK chunks that contains a timestamp, for detecting stale cookies. This

[PATCH 3.16.y-ckt 087/126] RDS: fix race condition when sending a message on unbound socket

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Quentin Casasnovas commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream. Sasha's found a NULL pointer dereference in the RDS connection code when sending a message to an apparent

[PATCH 3.16.y-ckt 091/126] sctp: update the netstamp_needed counter when copying sockets

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcelo Ricardo Leitner commit 01ce63c90170283a9855d1db4fe81934dddce648 upstream. Dmitry Vyukov reported that SCTP was triggering a WARN on socket destroy related to disabling sock t

[PATCH 3.16.y-ckt 096/126] skbuff: Fix offset error in skb_reorder_vlan_header

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich commit f654861569872d10dcb79d9d7ca219b316f94ff0 upstream. skb_reorder_vlan_header is called after the vlan header has been pulled. As a result the offset of the begini

[PATCH 3.16.y-ckt 092/126] ipv6: sctp: clone options to avoid use after free

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 9470e24f35ab81574da54e69df90c1eb4a96b43f upstream. SCTP is lacking proper np->opt cloning at accept() time. TCP and DCCP use ipv6_dup_options() helper, do the sa

[PATCH 3.16.y-ckt 095/126] vlan: Fix untag operations of stacked vlans with REORDER_HEADER off

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich commit a6e18ff111701b4ff6947605bfbe9594ec42a6e8 upstream. When we have multiple stacked vlan devices all of which have turned off REORDER_HEADER flag, the untag operati

[PATCH 3.16.y-ckt 098/126] bluetooth: Validate socket address length in sco_sock_bind().

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" commit 5233252fce714053f0151680933571a2da9cbfb4 upstream. Signed-off-by: David S. Miller Signed-off-by: Luis Henriques --- net/bluetooth/sco.c | 3 +++ 1 file ch

[PATCH 2/3] perf script: Display stat events by default

2016-01-06 Thread Jiri Olsa
If no script is specified for stat data, display stat events in raw form. $ perf stat record ls SNIP Performance counter stats for 'ls': 0.851585 task-clock (msec) #0.717 CPUs utilized 0 context-switches #0.000 K/sec

[PATCH 3.16.y-ckt 093/126] net: add validation for the socket syscall protocol argument

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa commit 79462ad02e861803b3840cc782248c7359451cd9 upstream. 郭永刚 reported that one could simply crash the kernel as root by using a simple program: int soc

[PATCH 3.16.y-ckt 094/126] sh_eth: fix kernel oops in skb_put()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Sergei Shtylyov commit 248be83dcb3feb3f6332eb3d010a016402138484 upstream. In a low memory situation the following kernel oops occurs: Unable to handle kernel NULL pointer dereferenc

[PATCH 1/3] perf tools: Fix cpu conversion in cpu_map__from_entries

2016-01-06 Thread Jiri Olsa
We can't convert u16 cpu_map_entries::cpu[x] value directly to int, because it could hold -1, which would be converted as 65535. Adding special treatment for -1, which is not real cpu number, to be converted to (int -1). Link: http://lkml.kernel.org/n/tip-6t5lp407ca76zlikz9rl2...@git.kernel.org S

[PATCH 1/2] pci: host: pci-dra7xx: use "num-lanes" property to find phy count

2016-01-06 Thread Kishon Vijay Abraham I
use "num-lanes" property to find phy count instead of the number phy-names property. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Sekhar Nori --- drivers/pci/host/pci-dra7xx.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/drivers/pci/hos

[PATCH 2/2] pci: host: pci-dra7xx: Enable x2 mode support

2016-01-06 Thread Kishon Vijay Abraham I
Perform syscon configurations to get x2 mode to working in DRA74x and DRA72x. Also add a new compatible string to dfferentiate DRA72x and DRA74x, since b1c0 mask is different for both these platforms. Signed-off-by: Kishon Vijay Abraham I --- Documentation/devicetree/bindings/pci/ti-pci.txt |

[PATCH 0/2] DRA72/DRA74: Add 2 lane support

2016-01-06 Thread Kishon Vijay Abraham I
Add driver modifications in pci-dra7xx to get x2 mode working in DRA72 and DRA74. Certain modifications is needed in PHY driver also which will be sent as a separate series. Certain board modifications has to be done in order to test x2 mode in dra72-evm. These patches were created on pci next.

[PATCH 3/3] perf script: Add stat-cpi.py script

2016-01-06 Thread Jiri Olsa
Adding stat-cpi.py as an example of how to do stat scripting. It computes the CPI metrics from cycles and instructions events. The CPI is based performance metric showing the Cycles Per Instructions ratio, which helps to identify cycles-hungry code. Following stat record/report/script combination

[PATCHv9 0/3] perf stat: Add scripting support

2016-01-06 Thread Jiri Olsa
hi, sending another version of stat scripting. v9 changes: - rebased on top of accepted patches - desribed CPI metric in changelog [Arnaldo] - fixed cpu conversion [Arnaldo] v8 changes: - check for stat callbacks properly [Namhyung] - used '#!/usr/bin/env python' for stat-cpi.py [Namhyu

[PATCH 3.16.y-ckt 100/126] ip6mr: call del_timer_sync() in ip6mr_free_table()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: WANG Cong commit 7ba0c47c34a1ea5bc7a24ca67309996cce0569b5 upstream. We need to wait for the flying timers, since we are going to free the mrtable right after it. Cc: Hannes Frederic

[PATCH 3.16.y-ckt 105/126] mac80211: mesh: fix call_rcu() usage

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit c2e703a55245bfff3db53b1f7cbe59f1ee8a4339 upstream. When using call_rcu(), the called function may be delayed quite significantly, and without a matching rcu_barr

[PATCH 3.16.y-ckt 101/126] drm/i915: Disable PSMI sleep messages on all rings around context switches

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit 2c550183476dfa25641309ae9a28d30feed14379 upstream. There exists a current workaround to prevent a hang on context switch should the ring go to sleep in the middle

Re: [PATCH v2 1/2] ARM: dts: imx6: Add support for Toradex Apalis iMX6Q/D SoM

2016-01-06 Thread Marcel Ziswiler
Hi Petr On Wed, 2016-01-06 at 09:03 +0100, Petr Štetiar wrote: > Marcel Ziswiler [2016-01-05 17:39:01]: > > Hi Marcel, > > thanks for taking care of this, I'm quite busy with other tasks :( You're welcome. I know that feeling. > > - integrated review feedback from Lucas > > You've probably m

[PATCH 3.16.y-ckt 104/126] ASoC: wm8962: correct addresses for HPF_C_0/1

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Sachin Pandhare commit e9f96bc53c1b959859599cb30ce6fd4fbb4448c2 upstream. >From datasheet: R17408 (4400h) HPF_C_1 R17409 (4401h) HPF_C_0 17048 -> 17408 (0x4400) 17049 -> 17409 (0x440

[PATCH 3.16.y-ckt 102/126] crypto: nx - Fix timing leak in GCM and CCM decryption

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: David Gstir commit cb8affb55c7e64816f3effcd9b2fc3268c016fac upstream. Using non-constant time memcmp() makes the verification of the authentication tag in the decrypt path vulnerable

[PATCH 3.16.y-ckt 108/126] ring-buffer: Update read stamp with first real commit on page

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit b81f472a208d3e2b4392faa6d17037a89442f4ce upstream. Do not update the read stamp after swapping out the reader page from the write buffer. If the rea

[PATCH 3.16.y-ckt 107/126] can: sja1000: clear interrupts on start

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Mirza Krak commit 7cecd9ab80f43972c056dc068338f7bcc407b71c upstream. According to SJA1000 data sheet error-warning (EI) interrupt is not cleared by setting the controller in to reset

Re: [PATCH 3.12 25/91] x86/setup: Extend low identity map to cover whole kernel range

2016-01-06 Thread Paolo Bonzini
This bug On 05/01/2016 18:46, Jiri Slaby wrote: > From: Paolo Bonzini > > 3.12-stable review patch. If anyone has any objections, please let me know. > > === > > commit f5f3497cad8c8416a74b9aaceb127908755d020a upstream. > > On 32-bit systems, the initial_page_table is reused by >

Re: [PATCH 07/10] [media] tvp5150: Add device tree binding document

2016-01-06 Thread Javier Martinez Canillas
Hello Laurent, On 01/06/2016 07:39 AM, Laurent Pinchart wrote: > Hi Javier, > > Thank you for the patch. > Thanks a lot for your feedback. [snip] >> + >> +Optional Properties: >> +- powerdown-gpios: phandle for the GPIO connected to the PDN pin, if any. > > The signal is called PDN in the dat

[PATCH 3.16.y-ckt 113/126] locking: Add WARN_ON_ONCE lock assertion

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Hurley commit 9a37110d20c95d1ebf6c04881177fe8f62831db2 upstream. An interface may need to assert a lock invariant and not flood the system logs; add a lockdep helper macro equi

[PATCH 3.16.y-ckt 114/126] drm: Fix an unwanted master inheritance v2

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Hellstrom commit a0af2e538c80f3e47f1d6ddf120a153ad909e8ad upstream. A client calling drmSetMaster() using a file descriptor that was opened when another client was master woul

Re: [PATCH 1/6] 8250/Kconfig: add config option CONFIG_SERIAL_8250_AMD

2016-01-06 Thread Borislav Petkov
On Wed, Jan 06, 2016 at 02:08:18AM +, Wang, Annie wrote: > How about I add select ARM_AMBA and SERIAL_8250 in arch/x86/Kconfig? Yeah, select sounds good in that case, except in that particular case ... > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > index db3622f..0fe6657 100644 > ---

[PATCH 3.16.y-ckt 110/126] Fix a memory leak in scsi_host_dev_release()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit b49493f99690c8eaacfbc635bafaad629ea2c036 upstream. Avoid that kmemleak reports the following memory leak if a SCSI LLD calls scsi_host_alloc() and scsi_host_pu

[PATCH 3.16.y-ckt 109/126] block: Always check queue limits for cloned requests

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke commit bf4e6b4e757488dee1b6a581f49c7ac34cd217f8 upstream. When a cloned request is retried on other queues it always needs to be checked against the queue limits of t

[PATCH 3.16.y-ckt 120/126] net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REG

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcin Wojtas commit e5bdf689d32fcf3aaf548c71e715b303ba20b5d1 upstream. MVNETA_RXQ_HW_BUF_ALLOC bit which controls enabling hardware buffer allocation was mistakenly set as BIT(1). T

[PATCH 3.16.y-ckt 121/126] net: mvneta: fix bit assignment for RX packet irq enable

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcin Wojtas commit dc1aadf6f1e7609590fadf7a0252413732289b2e upstream. A value originally defined in the driver was inappropriate. Even though the ingress was somehow working, writi

[PATCH 3.16.y-ckt 116/126] x86/signal: Fix restart_syscall number for x32 tasks

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: "Dmitry V. Levin" commit 22eab1108781eff09961ae7001704f7bd8fb1dce upstream. When restarting a syscall with regs->ax == -ERESTART_RESTARTBLOCK, regs->ax is assigned to a restart_sysca

[PATCH 3.16.y-ckt 117/126] isdn: Partially revert debug format string usage clean up

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Christoph Biedl commit 19cebbcb04c8277bb8a7905957c8af11967c4e28 upstream. Commit 35a4a57 ("isdn: clean up debug format string usage") introduced a safeguard to avoid accidential form

[RFC 3/4] ARM: imx: add the platform related rpmsg implementation

2016-01-06 Thread Richard Zhu
From: Richard Zhu - add mu driver support, the irq and 4bytes msg of the mu module are as the interaction channel between A# core and the M4 core on imx amp platforms. - register one notify in isr of the mu's irq used by rpmsg. - instance the virtual processor, and fill up the virtio_config_ops i

[PATCH 3.16.y-ckt 115/126] sched/core: Clear the root_domain cpumasks in init_rootdomain()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Xunlei Pang commit 8295c69925ad53ec32ca54ac9fc194ff21bc40e2 upstream. root_domain::rto_mask allocated through alloc_cpumask_var() contains garbage data, this may cause problems. For

[PATCH 3.16.y-ckt 119/126] net: mvneta: add configuration for MBUS windows access protection

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcin Wojtas commit db6ba9a5371f173489df126739d0a1c2a50f347b upstream. This commit adds missing configuration of MBUS windows access protection in mvneta_conf_mbus_windows function

[PATCH 3.16.y-ckt 118/126] remoteproc: avoid stack overflow in debugfs file

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit 92792e48e2ae6051af30468a87994b5432da2f06 upstream. Recent gcc versions warn about reading from a negative offset of an on-stack array: drivers/remoteproc/remote

[PATCH 3.16.y-ckt 124/126] btrfs: fix signed overflows in btrfs_sync_file

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: David Sterba commit 9dcbeed4d7e11e1dcf5e55475de3754f0855d1c2 upstream. The calculation of range length in btrfs_sync_file leads to signed overflow. This was caught by PaX gcc SIZE_OV

[PATCH 3.16.y-ckt 089/126] atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Pavel Machek commit f2a3771ae8aca879c32336c76ad05a017629bae2 upstream. atl1c driver is doing order-4 allocation with GFP_ATOMIC priority. That often breaks networking after resume.

[PATCH 3.16.y-ckt 112/126] mac80211: do not actively scan DFS channels

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Antonio Quartulli commit 4e39ccac0d678eacb5dd6ffc5057531af33c12d6 upstream. DFS channels should not be actively scanned as we can't be sure if we are allowed or not. If the current

[PATCH 3.16.y-ckt 097/126] pptp: verify sockaddr_len in pptp_bind() and pptp_connect()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: WANG Cong commit 09ccfd238e5a0e670d8178cf50180ea81ae09ae1 upstream. Reported-by: Dmitry Vyukov Signed-off-by: Cong Wang Signed-off-by: David S. Miller Signed-off-by: Luis Henrique

[PATCH 3.16.y-ckt 126/126] KVM: x86: Reload pit counters for all channels when restoring state

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Honig commit 0185604c2d82c560dab2f2933a18f797e74ab5a8 upstream. Currently if userspace restores the pit counters with a count of 0 on channels 1 or 2 and the guest attempts to

[PATCH 3.16.y-ckt 111/126] wan/x25: Fix use-after-free in x25_asy_open_tty()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Hurley commit ee9159ddce14bc1dec9435ae4e3bd3153e783706 upstream. The N_X25 line discipline may access the previous line discipline's closed and already-freed private data on op

[PATCH 3.16.y-ckt 103/126] crypto: talitos - Fix timing leak in ESP ICV verification

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: David Gstir commit 79960943fdc114fd4583c9ab164b5c89da7aa601 upstream. Using non-constant time memcmp() makes the verification of the authentication tag in the decrypt path vulnerable

[PATCH 3.16.y-ckt 086/126] netfilter: ip6t_SYNPROXY: fix NULL pointer dereference

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Phil Sutter commit 96fffb4f23f124f297d51dedc9cf51d19eb88ee1 upstream. This happens when networking namespaces are enabled. Suggested-by: Patrick McHardy Signed-off-by: Phil Sutter

[PATCH 3.16.y-ckt 099/126] af_unix: Revert 'lock_interruptible' in stream receive code

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Rainer Weikusat commit 3822b5c2fc62e3de8a0f33806ff279fb7df92432 upstream. With b3ca9b02b00704053a38bfe4c31dbbb9c13595d0, the AF_UNIX SOCK_STREAM receive code was changed from using m

[PATCH 3.16.y-ckt 122/126] ipv4: igmp: Allow removing groups from a removed interface

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Lunn commit 4eba7bb1d72d9bde67d810d09bf62dc207b63c5c upstream. When a multicast group is joined on a socket, a struct ip_mc_socklist is appended to the sockets mc_list contain

<    3   4   5   6   7   8   9   10   >