Re: commit d0af71a3573 for 3.19.y stable

2015-04-21 Thread David Miller
From: Josh Boyer jwbo...@fedoraproject.org Date: Wed, 1 Apr 2015 20:34:22 -0400 Another possible stable candidate. We had a report[1] of deadlocks with tigon devices on 3.19.y and the commit below fixes it. It cherry-picks cleanly on top of 3.19.3. I don't see it queued up so I thought I

[PATCH] drm/radeon: adjust pll when audio is not enabled

2015-04-21 Thread Alex Deucher
Fixes display problems with some monitors when audio is not enabled. Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=89505 https://bugzilla.kernel.org/show_bug.cgi?id=94171 Plus several reports on IRC. Signed-off-by: Alex Deucher alexander.deuc...@amd.com Cc: stable@vger.kernel.org ---

Re: [PATCH v2] nfsd: fix: prevent BUG_ON by registering rpc_pipefs_event only after nfsd_net_id is valid

2015-04-21 Thread J. Bruce Fields
On Mon, Apr 20, 2015 at 06:00:08PM +0200, Giuseppe Cantavenera wrote: nfsd triggered a BUG_ON in net_generic(...) when rpc_pipefs_event(...) in fs/nfsd/nfs4recover.c was called before assigning ntfsd_net_id. The following was observed on a MIPS 32-core processor: kernel: Call Trace: kernel:

Re: [PATCH stable] KVM: x86: Fix lost interrupt on irr_pending race

2015-04-21 Thread Paolo Bonzini
On 21/04/2015 09:52, Paolo Bonzini wrote: From: Nadav Amit na...@cs.technion.ac.il [ upstream commit f210f7572bedf3320599e8b2d8e8ec2d96270d0b ] apic_find_highest_irr assumes irr_pending is set if any vector in APIC_IRR is set. If this assumption is broken and apicv is disabled, the

[PATCH] uas: Do not blacklist ASM1153 disk enclosures

2015-04-21 Thread Hans de Goede
Our detection logic to avoid doing UAS on ASM1051 bridge chips causes problems with newer ASM1153 disk enclosures in 2 ways: 1) Some ASM1153 disk enclosures re-use the ASM1051 device-id of 5106, which we assume is always an ASM1051, so remove the quirk for 5106, and instead use the same

[PATCH 0/1] uas: Do not blacklist ASM1153 disk enclosures

2015-04-21 Thread Hans de Goede
Hi, This has been upstream for a while now, and seems to work well, so getting this into stable seems like a good idea all by itself, so as to not disable uas unnecessarily on ASM1153 devices. Also we need this as a pre-req for an upcoming uas fix which will have a Cc stable, so please add this

Re: [PATCH] uas: Do not blacklist ASM1153 disk enclosures

2015-04-21 Thread Greg Kroah-Hartman
On Tue, Apr 21, 2015 at 11:00:25AM +0200, Hans de Goede wrote: Our detection logic to avoid doing UAS on ASM1051 bridge chips causes problems with newer ASM1153 disk enclosures in 2 ways: 1) Some ASM1153 disk enclosures re-use the ASM1051 device-id of 5106, which we assume is always an

Re: [PATCH] uas: Do not blacklist ASM1153 disk enclosures

2015-04-21 Thread Hans de Goede
Hi, On 21-04-15 11:11, Greg Kroah-Hartman wrote: On Tue, Apr 21, 2015 at 11:00:25AM +0200, Hans de Goede wrote: Our detection logic to avoid doing UAS on ASM1051 bridge chips causes problems with newer ASM1153 disk enclosures in 2 ways: 1) Some ASM1153 disk enclosures re-use the ASM1051

[PATCH] ALSA: hda - fix num_steps = 0 error on ALC256

2015-04-21 Thread David Henningsson
The ALC256 does not have a mixer nid at 0x0b, and there's no loopback path (the output pins are directly connected to the DACs). This commit fixes an num_steps = 0 for NID=0xb (ctl = Beep Playback Volume) error (and as a result, problems with amixer/alsamixer). If there's pcbeep functionality,

Re: [PATCH] ALSA: hda - fix num_steps = 0 error on ALC256

2015-04-21 Thread Takashi Iwai
At Tue, 21 Apr 2015 10:48:46 +0200, David Henningsson wrote: The ALC256 does not have a mixer nid at 0x0b, and there's no loopback path (the output pins are directly connected to the DACs). This commit fixes an num_steps = 0 for NID=0xb (ctl = Beep Playback Volume) error (and as a result,

[PATCH v2 3/3] uas: Set max_sectors_240 quirk for ASM1053 devices

2015-04-21 Thread Hans de Goede
Testing has shown that ASM1053 devices do not work properly with transfers larger than 240 sectors, so set max_sectors to 240 on these. Cc: stable@vger.kernel.org # 3.16 Reported-by: Steve Bangert sbang...@frontier.com Signed-off-by: Hans de Goede hdego...@redhat.com Tested-by: Steve Bangert

[PATCH v2 2/3] uas: Add US_FL_MAX_SECTORS_240 flag

2015-04-21 Thread Hans de Goede
The usb-storage driver sets max_sectors = 240 in its scsi-host template, for uas we do not want to do that for all devices, but testing has shown that some devices need it. This commit adds a US_FL_MAX_SECTORS_240 flag for such devices, and implements support for it in uas.c, while at it it also

[PATCH v2 1/3] uas: Allow uas_use_uas_driver to return usb-storage flags

2015-04-21 Thread Hans de Goede
uas_use_uas_driver may set some US_FL_foo flags during detection, currently these are stored in a local variable and then throw away, but these may be of interest to the caller, so add an extra parameter to (optionally) return the detected flags, and use this in the uas driver. Cc:

Re: [PATCH v2 1/3] uas: Allow uas_use_uas_driver to return usb-storage flags

2015-04-21 Thread Alan Stern
On Tue, 21 Apr 2015, Hans de Goede wrote: uas_use_uas_driver may set some US_FL_foo flags during detection, currently these are stored in a local variable and then throw away, but these may be of interest to the caller, so add an extra parameter to (optionally) return the detected flags, and

Re: [PATCH v2 1/2] nfs: fix DIO good bytes calculation

2015-04-21 Thread Josh Boyer
On Thu, Apr 9, 2015 at 11:02 AM, Peng Tao tao.p...@primarydata.com wrote: For direct read that has IO size larger than rsize, we'll split it into several READ requests and nfs_direct_good_bytes() would count completed bytes incorrectly by eating last zero count reply. Fix it by handling

[3.16.y-ckt stable] Linux 3.16.7-ckt10 stable review

2015-04-21 Thread Luis Henriques
This is the start of the review cycle for the Linux 3.16.7-ckt10 stable kernel. This version contains 144 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch:

[PATCH 3.16.y-ckt 082/144] btrfs: simplify insert_orphan_item

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: David Sterba dste...@suse.cz commit 9c4f61f01d269815bb7c37be3ede59c5587747c6 upstream. We can search and add the orphan item in one go, btrfs_insert_orphan_item will find out if the

[PATCH 3.16.y-ckt 106/144] iio: fix drivers that check buffer-scan_mask

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Octavian Purdila octavian.purd...@intel.com commit 70dddeee8945a0e62525a278ae7b91778f82f765 upstream. If the in-kernel push interface is used we may have a different masks on the

[PATCH 3.16.y-ckt 113/144] cifs: smb2_clone_range() - exit on unhandled error

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu spra...@redhat.com commit 2477bc58d49edb1c0baf59df7dc093dce682af2b upstream. While attempting to clone a file on a samba server, we receive a

[PATCH 3.16.y-ckt 107/144] iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Viorel Suman viorel.su...@gmail.com commit 4dac0a8eefd55bb1f157d1a5a084531334a2d74c upstream. A hardware fifo reset always imply an invalidation of the existing timestamps, so we'll

[PATCH 3.16.y-ckt 011/144] ASoC: ak4671: Fix control-less DAPM routes

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit ce9594c6b332fd6fe464e22a83b0e6e0a287aac6 upstream. Routes without a control must use NULL for the control name. The ak4671 driver uses NULL

[PATCH 3.16.y-ckt 039/144] ASoC: tas5086: Fix wrong value references for boolean kctl

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit 4c523ef61160b7d478371ddc9f48c8ce0a00d675 upstream. The correct values referred by a boolean control are value.integer.value[], not

[PATCH 3.16.y-ckt 053/144] usb: chipidea: otg: add a_alt_hnp_support response for B device

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Li Jun b47...@freescale.com commit d20f7807996c69537e07443ef8dec4e01a28b099 upstream. This patch adds response to a_alt_hnp_support set feature request from legacy A device, that is,

[PATCH 3.16.y-ckt 043/144] ASoC: wm8904: Fix wrong value references for boolean kctl

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit eaddf6fd959074f6a6e71deffe079c71eef35da6 upstream. The correct values referred by a boolean control are value.integer.value[], not

[PATCH 3.16.y-ckt 084/144] writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo t...@kernel.org commit 7d70e15480c0450d2bfafaad338a32e884fc215e upstream. global_update_bandwidth() uses static variable update_time as the timestamp for the last update

[PATCH 3.16.y-ckt 067/144] arm64: Honor __GFP_ZERO in dma allocations

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Suzuki K. Poulose suzuki.poul...@arm.com commit 7132813c384515c9dede1ae20e56f3895feb7f1e upstream. Current implementation doesn't zero out the pages allocated. Honor the __GFP_ZERO

[PATCH 3.16.y-ckt 033/144] vt6655: RFbSetPower fix missing rate RATE_12M

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Malcolm Priestley tvbox...@gmail.com commit 40c8790bcb7ac74f3038153cd09310e220c6a1df upstream. When the driver sets this rate a power of zero value is set causing data flow stoppage

[PATCH 3.16.y-ckt 026/144] Input: synaptics - query min dimensions for fw v8.1

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Martin consume.no...@gmail.com commit ac097930f0730a9b37de2b51e0fc49d2be7a upstream. Query the min dimensions even if the check SYN_EXT_CAP_REQUESTS(priv-capabilities) = 7

[PATCH 3.16.y-ckt 085/144] nbd: fix possible memory leak

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Sudip Mukherjee sudipm.mukher...@gmail.com commit ff6b8090e26ef7649ef0cc6b42389141ef48b0cf upstream. we have already allocated memory for nbd_dev, but we were not releasing that

[PATCH 3.16.y-ckt 077/144] IB/core: Avoid leakage from kernel to user space

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Eli Cohen e...@dev.mellanox.co.il commit 377b513485fd885dea1083a9a5430df65b35e048 upstream. Clear the reserved field of struct ib_uverbs_async_event_desc which is copied to user

[PATCH 3.16.y-ckt 076/144] powerpc/mpc85xx: Add ranges to etsec2 nodes

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Scott Wood scottw...@freescale.com commit bb344ca5b90df62b1a3b7a35c6a9d00b306a170d upstream. Commit 746c9e9f92dd of/base: Fix PowerPC address parsing hack limited the applicability

[PATCH 3.16.y-ckt 093/144] net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Markos Chandras markos.chand...@imgtec.com commit 87f966d97b89774162df04d2106c6350c8fe4cb3 upstream. On a MIPS Malta board, tons of fifo underflow errors have been observed when

[PATCH 3.16.y-ckt 098/144] arm64: Use the reserved TTBR0 if context switching to the init_mm

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Catalin Marinas catalin.mari...@arm.com commit e53f21bce4d35a93b23d8fa1a840860f6c74f59e upstream. The idle_task_exit() function may call switch_mm() with next == init_mm. On arm64,

[PATCH 3.16.y-ckt 088/144] KVM: nVMX: mask unrestricted_guest if disabled on L0

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= rkrc...@redhat.com commit 0790ec172de1bd2e23f1dbd4925426b6cc3c1b72 upstream. If EPT was enabled, unrestricted_guest was allowed in L1

[PATCH 3.16.y-ckt 097/144] ALSA: hda - Add dock support for Thinkpad T450s (17aa:5036)

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Wicki gan...@gmx.net commit 80b311d3118842eb681397233faa0d588df13f92 upstream. This model uses the same dock port as the previous generation. Signed-off-by: Sebastian

[PATCH 3.16.y-ckt 144/144] tcp: Fix crash in TCP Fast Open

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk Commit 355a901e6cf1 (tcp: make connect() mem charging friendly) changed tcp_send_syn_data() to perform an open-coded copy of the 'syn' skb rather

[PATCH 3.16.y-ckt 136/144] kvm: avoid page allocation failure in kvm_set_memory_region()

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Igor Mammedov imamm...@redhat.com commit 744961341d472db6272ed9b42319a90f5a2aa7c4 upstream. KVM guest can fail to startup with following trace on host: qemu-system-x86: page

[PATCH 3.16.y-ckt 143/144] NFS: fix BUG() crash in notify_change() with patch to chown_common()

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Elble awe...@rit.edu commit c1b8940b42bb6487b10f2267a96b486276ce9ff7 upstream. We have observed a BUG() crash in fs/attr.c:notify_change(). The crash occurs during an rsync

[PATCH 3.16.y-ckt 142/144] sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -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

[PATCH 3.16.y-ckt 140/144] hpsa: turn off interrupts when kdump starts

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Tomas Henzl the...@redhat.com commit 3b747298786355c6934b0892fc9ae4ca44105192 upstream. Sometimes when the card is restarted it may cause - irq 16: nobody cared (try booting with the

[PATCH 3.16.y-ckt 139/144] hpsa: fix memory leak in kdump hard reset

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Tomas Henzl the...@redhat.com commit 03741d956eaac31264952e0afa181b62713892a5 upstream. There is a potential memory leak in hpsa_kdump_hard_reset_controller. Reviewed-by: Don Brace

[PATCH 3.16.y-ckt 116/144] xen/balloon: before adding hotplugged memory, set frames to invalid

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Juergen Gross jgr...@suse.com commit 3c56b3a12ce52f361468cbdd2f79b2f3b8da0ea6 upstream. Commit 25b884a83d487fd62c3de7ac1ab5549979188482 (x86/xen: set regions above the end of RAM as

[PATCH 3.16.y-ckt 141/144] sb_edac: Fix erroneous bytes-gigabytes conversion

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Jim Snow jim.m.s...@intel.com commit 8c009100295597f23978c224aec5751a365bc965 upstream. Signed-off-by: Jim Snow jim.s...@intel.com Signed-off-by: Lukasz Anaczkowski

[PATCH 3.16.y-ckt 138/144] hpsa: add missing pci_set_master in kdump path

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Tomas Henzl the...@redhat.com commit 859c75aba20264d87dd026bab0d0ca3bff385955 upstream. Add a call to pci_set_master(...) missing in the previous patch hpsa: refine the pci

[PATCH 3.16.y-ckt 117/144] usb: xhci: handle Config Error Change (CEC) in xhci driver

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Lu Baolu baolu...@linux.intel.com commit 9425183d177aa4a2f09d01a74925124f0778b595 upstream. Linux xHCI driver doesn't report and handle port cofig error change. If Port Configure

[PATCH 3.16.y-ckt 137/144] hpsa: refine the pci enable/disable handling

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Tomas Henzl the...@redhat.com commit 132aa220b45d60e9b20def1e9d8be9422eed9616 upstream. When a second(kdump) kernel starts and the hard reset method is used the driver calls

[PATCH 3.16.y-ckt 128/144] mac80211: fix RX A-MPDU session reorder timer deletion

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit 788211d81bfdf9b6a547d0530f206ba6ee76b107 upstream. There's an issue with the way the RX A-MPDU reorder timer is deleted that can cause a

[PATCH 3.16.y-ckt 135/144] kvm: commonize allocation of the new memory slots

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Paolo Bonzini pbonz...@redhat.com commit f2a81036516e2b97c07c49dd6d51d36bfa43593d upstream. The two kmemdup invocations can be unified. I find that the new placement of the comment

[PATCH 3.16.y-ckt 134/144] KVM: remove redundant assignments in __kvm_set_memory_region

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Christian Borntraeger borntrae...@de.ibm.com commit f2a25160887e00434ce1361007009120e1fecbda upstream. __kvm_set_memory_region sets r to EINVAL very early. Doing it again is not

[PATCH 3.16.y-ckt 133/144] tcp: fix FRTO undo on cumulative ACK of SACKed range

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Neal Cardwell ncardw...@google.com commit 666b805150efd62f05810ff0db08f44a2370c937 upstream. On processing cumulative ACKs, the FRTO code was not checking the SACKed bit, meaning

[PATCH 3.16.y-ckt 124/144] iio: imu: Use iio_trigger_get for indio_dev-trig assignment

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Darshana Padmadas darshanapadma...@gmail.com commit 4ce7ca89d6e8eae9e201cd0e972ba323f33e2fb4 upstream. This patch uses iio_trigger_get to increment the reference count of trigger

[PATCH 3.16.y-ckt 130/144] net: use for_each_netdev_safe() in rtnl_group_changelink()

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: WANG Cong xiyou.wangc...@gmail.com commit d079535d5e1bf5e2e7c856bae2483414ea21e137 upstream. In case we move the whole dev group to another netns, we should call

[PATCH 3.16.y-ckt 125/144] dmaengine: edma: fix memory leak when terminating running transfers

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Petr Kulhavy p...@barix.com commit 5ca9e7ce6eebec53362ff779264143860ccf68cd upstream. If edma_terminate_all() was called while a transfer was running (i.e. after edma_execute() but

[PATCH 3.16.y-ckt 126/144] dmaengine: omap-dma: Fix memory leak when terminating running transfer

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Ujfalusi peter.ujfal...@ti.com commit 02d88b735f5a60f04dbf6d051b76e1877a0d0844 upstream. In omap_dma_start_desc the vdesc-node is removed from the virt-dma framework managed

[PATCH 3.16.y-ckt 132/144] xen-netfront: transmit fully GSO-sized packets

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Jonathan Davies jonathan.dav...@citrix.com commit 0c36820e2ab7d943ab1188230fdf2149826d33c0 upstream. xen-netfront limits transmitted skbs to be at most 44 segments in size. However,

[PATCH 3.16.y-ckt 122/144] radeon: Do not directly dereference pointers to BIOS area.

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: David Miller da...@davemloft.net commit f2c9e560b406f2f6b14b345c7da33467dee9cdf2 upstream. Use readb() and memcpy_fromio() accessors instead. Reviewed-by: Christian König

[PATCH 3.16.y-ckt 131/144] net/mlx4_en: Call register_netdevice in the proper location

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Ido Shamay i...@mellanox.com commit e5eda89d97ec256ba14e7e861387cc0468259c18 upstream. Netdevice registration should be performed a the end of the driver initialization flow. If we

[PATCH 3.16.y-ckt 121/144] drm/radeon/dpm: fix 120hz handling harder

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher alexander.deuc...@amd.com commit 3899ca844b82fb201fb764f56eec483acb59a29c upstream. Need to expand the check to handle short circuiting if the selected state is the same

[PATCH 3.16.y-ckt 127/144] x86/reboot: Add ASRock Q1900DC-ITX mainboard reboot quirk

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Stefan Lippers-Hollmann s@gmx.de commit 80313b3078fcd2ca51970880d90757f05879a193 upstream. The ASRock Q1900DC-ITX mainboard (Baytrail-D) hangs randomly in both BIOS and UEFI mode

[PATCH 3.16.y-ckt 129/144] IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Shachar Raindel rain...@mellanox.com commit 8494057ab5e40df590ef6ef7d66324d3ae33356b upstream. Properly verify that the resulting page aligned end address is larger than both the

[PATCH 3.16.y-ckt 123/144] iio: adc: vf610: use ADC clock within specification

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Stefan Agner ste...@agner.ch commit f54e9f2be312a4e71b54aea865b2e33ccb95ef0c upstream. Depending on conversion mode used, the ADC clock (ADCK) needs to be below a maximum frequency.

[PATCH 3.16.y-ckt 111/144] USB: serial: keyspan_pda: fix Entrega company name spelling

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Mark Knibbs ma...@clara.co.uk commit 5f9f975b7984ffec0a25f55e58246aebf68794f4 upstream. Entrega is misspelled as Entregra or Entrgra, so fix that. Signed-off-by: Mark Knibbs

[PATCH 01/23] gpio: sysfs: fix memory leaks and device hotplug

2015-04-21 Thread Johan Hovold
Unregister GPIOs requested through sysfs at chip remove to avoid leaking the associated memory and sysfs entries. The stale sysfs entries prevented the gpio numbers from being exported when the gpio range was later reused (e.g. at device reconnect). This also fixes the related module-reference

[PATCH 3.16.y-ckt 119/144] USB: ftdi_sio: Use jtag quirk for SNAP Connect E10

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Doug Goldstein car...@cardoe.com commit b229a0f840f774d29d8fedbf5deb344ca36b7f1a upstream. This patch uses the existing CALAO Systems ftdi_8u2232c_probe in order to avoid attaching a

[PATCH 3.16.y-ckt 118/144] usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllers

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Lu Baolu baolu...@linux.intel.com commit 227a4fd801c8a9fa2c4700ab98ec1aec06e3b44d upstream. When a device with an isochronous endpoint is plugged into the Intel xHCI host controller,

[PATCH 3.16.y-ckt 102/144] hfsplus: fix B-tree corruption after insertion at position 0

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Sergei Antonov sap...@gmail.com commit 98cf21c61a7f5419d82f847c4d77bf6e96a76f5f upstream. Fix B-tree corruption when a new record is inserted at position 0 in the node in

[PATCH 3.16.y-ckt 110/144] iwlwifi: dvm: run INIT firmware again upon .start()

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach emmanuel.grumb...@intel.com commit 9c8928f5176766bec79f272bd47b7124e11cccbd upstream. The assumption before this patch was that we don't need to run again the INIT

[PATCH 3.16.y-ckt 114/144] cifs: fix use-after-free bug in find_writable_file

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: David Disseldorp dd...@suse.de commit e1e9bda22d7ddf88515e8fe401887e313922823e upstream. Under intermittent network outages, find_writable_file() is susceptible to the following race

[PATCH 3.16.y-ckt 120/144] tty: serial: fsl_lpuart: clear receive flag on FIFO flush

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Stefan Agner ste...@agner.ch commit 8e4934c6d6c659e22b1b746af4196683e77ce6ca upstream. When the receiver was enabled during startup, a character could have been in the FIFO when the

[PATCH 3.16.y-ckt 112/144] USB: keyspan_pda: add new device id

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Nathaniel W Filardo n...@cs.jhu.edu commit 5e71fc8629cefae5f3c1a4f498de3fe4f631924a upstream. Add USB VID/PID for Xircom PGMFHUB USB/serial component. (The hub and SCSI bridge on

[PATCH 3.16.y-ckt 050/144] x86/fpu: Drop_fpu() should not assume that tsk equals current

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov o...@redhat.com commit f4c3686386393c120710dd34df2a74183ab805fd upstream. drop_fpu() does clear_used_math() and usually this is correct because tsk == current. However

[PATCH 3.16.y-ckt 075/144] powerpc/iommu: Remove IOMMU device references via bus notifier

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Nishanth Aravamudan n...@linux.vnet.ibm.com commit 4ad04e5987115ece5fa8a0cf1dc72fcd4707e33e upstream. After d905c5df9aef (PPC: POWERNV: move iommu_add_device earlier), the refcnt on

[PATCH 3.16.y-ckt 101/144] mm/memory hotplug: postpone the reset of obsolete pgdat

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Gu Zheng guz.f...@cn.fujitsu.com commit b0dc3a342af36f95a68fe229b8f0f73552c5ca08 upstream. Qiu Xishi reported the following BUG when testing hot-add/hot-remove node under stress

[PATCH 3.16.y-ckt 100/144] mm: fix anon_vma-degree underflow in anon_vma endless growing prevention

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Leon Yu chianglun...@gmail.com commit 3fe89b3e2a7bbf3e97657104b9b33a9d81b950b3 upstream. I have constantly stumbled upon kernel BUG at mm/rmap.c:399! after upgrading to 3.19 and had

[PATCH 3.16.y-ckt 079/144] ALSA: hda - Add one more node in the EAPD supporting candidate list

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Hui Wang hui.w...@canonical.com commit af95b41426e0b58279f8ff0ebe420df49a4e96b8 upstream. We have a HP machine which use the codec node 0x17 connecting the internal speaker, and from

[PATCH 3.16.y-ckt 105/144] ipv6: Don't reduce hop limit for an interface

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: D.S. Ljungmark ljungm...@modio.se commit 6fd99094de2b83d1d4c8457f2c83483b2828e75a upstream. A local route may have a lower hop_limit set than global routes do. RFC 3756, Section

[PATCH 3.16.y-ckt 104/144] writeback: fix possible underflow in write bandwidth calculation

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo t...@kernel.org commit c72efb658f7c8b27ca3d0efb5cfd5ded9fcac89e upstream. From 1ebf33901ecc75d9496862dceb1ef0377980587c Mon Sep 17 00:00:00 2001 From: Tejun Heo

[PATCH 3.16.y-ckt 087/144] mfd: kempld-core: Fix callback return value check

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Ameya Palande 2am...@gmail.com commit c8648508ebfc597058d2cd00b6c539110264a167 upstream. On success, callback function returns 0. So invert the if condition check so that we can

[PATCH 3.16.y-ckt 086/144] spi: qup: Fix cs-num DT property parsing

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Ivan T. Ivanov iiva...@mm-sol.com commit 12cb89e37a0c25fae7a0f1d2e4985558db9d0b13 upstream. num-cs is 32 bit property, don't read just upper 16 bits. Fixes: 4a8573abe965 (spi: qup:

[PATCH 3.16.y-ckt 092/144] Fix bug in blk_rq_merge_ok

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Wenbo Wang wenbo.w...@memblaze.com commit 7ee8e4f3983c4ff700958a6099c8fd212ea67b94 upstream. Use the right array index to reference the last element of rq-biotail-bi_io_vec[]

[PATCH 3.16.y-ckt 078/144] timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Preeti U Murthy pre...@linux.vnet.ibm.com commit a127d2bcf1fbc8c8e0b5cf0dab54f7d3ff50ce47 upstream. The hrtimer mode of broadcast queues hrtimers in the idle entry path so as to

[PATCH 3.16.y-ckt 103/144] ARC: SA_SIGINFO ucontext regs off-by-one

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Vineet Gupta vgu...@synopsys.com commit 6914e1e3f63caa829431160f0f7093292daef2d5 upstream. The regfile provided to SA_SIGINFO signal handler as ucontext was off by one due to pt_regs

[PATCH 3.16.y-ckt 109/144] USB: ftdi_sio: Added custom PID for Synapse Wireless product

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Doug Goldstein car...@cardoe.com commit 4899c054a90439477b24da8977db8d738376fe90 upstream. Synapse Wireless uses the FTDI VID with a custom PID of 0x9090 for their SNAP Stick 200

[PATCH 3.16.y-ckt 108/144] iio: core: Fix double free.

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Martin Fuzzey mfuz...@parkeon.com commit c1b03ab5e886760bdd38c9c7a27af149046ffe01 upstream. When an error occurred during event registration memory was freed twice resulting in

[PATCH 3.16.y-ckt 090/144] regmap: introduce regmap_name to fix syscon regmap trace events

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Philipp Zabel p.za...@pengutronix.de commit c6b570d97c0e77f570bb6b2ed30d372b2b1e9aae upstream. This patch fixes a NULL pointer dereference when enabling regmap event tracing in the

[PATCH 3.16.y-ckt 080/144] serial: 8250_dw: Fix deadlock in LCR workaround

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -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

[PATCH 3.16.y-ckt 081/144] drm/i915/bdw: PCI IDs ending in 0xb are ULT.

2015-04-21 Thread Luis Henriques
3.16.7-ckt10 -stable review patch. If anyone has any objections, please let me know. -- From: Rodrigo Vivi rodrigo.v...@intel.com commit 0dc6f20b9803f09726bbb682649d35cda8ef5b5d upstream. When reviewing patch that fixes VGA on BDW Halo Jani noticed that we also had other ULT

Patch udptunnels: Call handle_offloads after inserting vlan tag. has been added to the 4.0-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled udptunnels: Call handle_offloads after inserting vlan tag. to the 4.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch tcp: fix FRTO undo on cumulative ACK of SACKed range has been added to the 3.14-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: fix FRTO undo on cumulative ACK of SACKed range to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch net/mlx4_en: Call register_netdevice in the proper location has been added to the 3.14-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled net/mlx4_en: Call register_netdevice in the proper location to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch tcp: tcp_make_synack() should clear skb-tstamp has been added to the 4.0-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: tcp_make_synack() should clear skb-tstamp to the 4.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch Revert net: Reset secmark when scrubbing packet has been added to the 4.0-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert net: Reset secmark when scrubbing packet to the 4.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch bpf: fix verifier memory corruption has been added to the 3.19-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled bpf: fix verifier memory corruption to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch Revert net: Reset secmark when scrubbing packet has been added to the 3.19-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert net: Reset secmark when scrubbing packet to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch tcp: tcp_make_synack() should clear skb-tstamp has been added to the 3.19-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: tcp_make_synack() should clear skb-tstamp to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch rocker: handle non-bridge master change has been added to the 3.19-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled rocker: handle non-bridge master change to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch xen-netfront: transmit fully GSO-sized packets has been added to the 3.19-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled xen-netfront: transmit fully GSO-sized packets to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch net/mlx4_core: Fix error message deprecation for ConnectX-2 cards has been added to the 3.19-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled net/mlx4_core: Fix error message deprecation for ConnectX-2 cards to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch usbnet: Fix tx_bytes statistic running backward in cdc_ncm has been added to the 3.19-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled usbnet: Fix tx_bytes statistic running backward in cdc_ncm to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch tcp: prevent fetching dst twice in early demux code has been added to the 3.19-stable tree

2015-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: prevent fetching dst twice in early demux code to the 3.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

  1   2   3   >