[PATCH] ALSA: hda - add headset mic detect quirk for a Dell laptop

2014-04-28 Thread Hui Wang
When we plug a 3-ring headset on the Dell machine (VID: 0x10ec0255, SID: 0x10280674), the headset mic can't be detected, after apply this patch, the headset mic can work well. BugLink: https://bugs.launchpad.net/bugs/1297581 Cc: David Henningsson david.hennings...@canonical.com Cc:

[patch 15/24] OTC Port:drm/i915: Fix spurious -EIO/SIGBUS on wedged gpus

2014-04-28 Thread Guo DeshuiX
OTC Commit: 7abb690a0e095717420ba78dcab4309abbbec78a Chris Wilson noticed that since commit 1f83fee08d625f8d0130f9fe5ef7b17c2e022f3c [v3.9] Author: Daniel Vetter daniel.vet...@ffwll.ch Date: Thu Nov 15 17:17:22 2012 +0100 drm/i915: clear up wedged transitions X can again get -EIO when it

[patch 23/24] OTC Port: Only clear write-domains after a successful wait-seqno

2014-04-28 Thread Guo DeshuiX
OTC Commit: daa13e1ca587bc773c1aae415ed1af6554117bd4 In the introduction of the non-blocking wait, I cut'n'pasted the wait completion code from normal locked path. Unfortunately, this neglected that the normal path returned early if the wait returned early. The result is that read-only waits may

[patch added to the 3.12 stable tree] PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BAR

2014-04-28 Thread Jiri Slaby
From: Mohit Kumar mohit.ku...@st.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit dbffdd6862e67d60703f2df66c558bf448f81d6e upstream. The Synopsys PCIe core provides one pair of 32-bit BARs (BAR 0 and BAR 1). The BARs

[patch added to the 3.12 stable tree] Btrfs: fix deadlock with nested trans handles

2014-04-28 Thread Jiri Slaby
From: Josef Bacik jba...@fb.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 3bbb24b20a8800158c33eca8564f432dd14d0bf3 upstream. Zach found this deadlock that would happen like this btrfs_end_transaction - reduce

[patch added to the 3.12 stable tree] user namespace: fix incorrect memory barriers

2014-04-28 Thread Jiri Slaby
From: Mikulas Patocka mpato...@redhat.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit e79323bd87808fdfbc68ce6c5371bd224d9672ee upstream. smp_read_barrier_depends() can be used if there is data dependency between the

[patch added to the 3.12 stable tree] Bluetooth: Add support for Intel Bluetooth device [8087:0a2a]

2014-04-28 Thread Jiri Slaby
From: Tedd Ho-Jeong An tedd...@intel.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ef4e5e4a756ff077dbdbdb8481d0e3788a07c005 upstream. This patch adds support for new Intel Bluetooth device. T: Bus=02 Lev=01

[patch added to the 3.12 stable tree] ACPI / button: Add ACPI Button event via netlink routine

2014-04-28 Thread Jiri Slaby
From: Lan Tianyu tianyu@intel.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 0bf6368ee8f25826d0645c0f7a4f17c8845356a4 upstream. Commit 1696d9d (ACPI: Remove the old /proc/acpi/event interface) removed ACPI

[patch added to the 3.12 stable tree] staging: comedi: 8255_pci: initialize MITE data window

2014-04-28 Thread Jiri Slaby
From: Ian Abbott abbo...@mev.co.uk This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 268d1e799663b795cba15c64f5d29407786a9dd4 upstream. According to National Instruments' PCI-DIO-96/PXI-6508/PCI-6503 User Manual, the

[patch added to the 3.12 stable tree] /dev/mem: handle out-of-bounds read/write

2014-04-28 Thread Jiri Slaby
From: Petr Tesarik ptesa...@suse.cz This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 08d2d00b291ed4eb91530050274e67a761c1901d upstream. The loff_t type may be wider than phys_addr_t (e.g. on 32-bit systems). Consequently,

[patch added to the 3.12 stable tree] tty: Set correct tty name in 'active' sysfs attribute

2014-04-28 Thread Jiri Slaby
From: Hannes Reinecke h...@suse.de This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 723abd87f6e536f1353c8f64f621520bc29523a3 upstream. The 'active' sysfs attribute should refer to the currently active tty devices the

[patch added to the 3.12 stable tree] backing_dev: fix hung task on sync

2014-04-28 Thread Jiri Slaby
From: Derek Basehore dbaseh...@chromium.org This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 6ca738d60c563d5c6cf6253ee4b8e76fa77b2b9e upstream. bdi_wakeup_thread_delayed() used the mod_delayed_work() function to schedule

[patch added to the 3.12 stable tree] sparc64: Make sure %pil interrupts are enabled during hypervisor yield.

2014-04-28 Thread Jiri Slaby
From: David S. Miller da...@davemloft.net This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit cb3042d609e30e6144024801c89be3925106752b ] In arch_cpu_idle() we must enable %pil based interrupts before potentially

[patch added to the 3.12 stable tree] user namespace: fix incorrect memory barriers

2014-04-28 Thread Jiri Slaby
From: Mikulas Patocka mpato...@redhat.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit e79323bd87808fdfbc68ce6c5371bd224d9672ee upstream. smp_read_barrier_depends() can be used if there is data dependency between the

[patch added to the 3.12 stable tree] ext4: fix premature freeing of partial clusters split across leaf blocks

2014-04-28 Thread Jiri Slaby
From: Eric Whitney enwli...@gmail.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ad6599ab3ac98a4474544086e048ce86ec15a4d1 upstream. Xfstests generic/311 and shared/298 fail when run on a bigalloc file system.

[patch added to the 3.12 stable tree] ext4: fix partial cluster handling for bigalloc file systems

2014-04-28 Thread Jiri Slaby
From: Eric Whitney enwli...@gmail.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c06344939422bbd032ac967223a7863de57496b5 upstream. Commit 9cb00419fa, which enables hole punching for bigalloc file systems, exposed a

[patch added to the 3.12 stable tree] ACPI / button: Add ACPI Button event via netlink routine

2014-04-28 Thread Jiri Slaby
From: Lan Tianyu tianyu@intel.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 0bf6368ee8f25826d0645c0f7a4f17c8845356a4 upstream. Commit 1696d9d (ACPI: Remove the old /proc/acpi/event interface) removed ACPI

[patch added to the 3.12 stable tree] Btrfs: fix deadlock with nested trans handles

2014-04-28 Thread Jiri Slaby
From: Josef Bacik jba...@fb.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 3bbb24b20a8800158c33eca8564f432dd14d0bf3 upstream. Zach found this deadlock that would happen like this btrfs_end_transaction - reduce

[patch added to the 3.12 stable tree] Bluetooth: Fix removing Long Term Key

2014-04-28 Thread Jiri Slaby
From: Claudio Takahasi claudio.takah...@openbossa.org This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 5981a8821b774ada0be512fd9bad7c241e17657e upstream. This patch fixes authentication failure on LE link re-connection

[patch added to the 3.12 stable tree] backing_dev: fix hung task on sync

2014-04-28 Thread Jiri Slaby
From: Derek Basehore dbaseh...@chromium.org This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 6ca738d60c563d5c6cf6253ee4b8e76fa77b2b9e upstream. bdi_wakeup_thread_delayed() used the mod_delayed_work() function to schedule

[patch added to the 3.12 stable tree] ext4: fix error return from ext4_ext_handle_uninitialized_extents()

2014-04-28 Thread Jiri Slaby
From: Eric Whitney enwli...@gmail.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ce37c42919608e96ade3748fe23c3062a0a966c5 upstream. Commit 3779473246 breaks the return of error codes from

[patch added to the 3.12 stable tree] sparc64: don't treat 64-bit syscall return codes as 32-bit

2014-04-28 Thread Jiri Slaby
From: Dave Kleikamp dave.kleik...@oracle.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 1535bd8adbdedd60a0ee62e28fd5225d66434371 ] When checking a system call return code for an error, linux_sparc_syscall

[patch added to the 3.12 stable tree] exit: call disassociate_ctty() before exit_task_namespaces()

2014-04-28 Thread Jiri Slaby
From: Oleg Nesterov o...@redhat.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c39df5fa37b0623589508c95515b4aa1531c524e upstream. Commit 8aac62706ada (move exit_task_namespaces() outside of exit_notify()) breaks

[patch added to the 3.12 stable tree] ext4: fix premature freeing of partial clusters split across leaf blocks

2014-04-28 Thread Jiri Slaby
From: Eric Whitney enwli...@gmail.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ad6599ab3ac98a4474544086e048ce86ec15a4d1 upstream. Xfstests generic/311 and shared/298 fail when run on a bigalloc file system.

[patch added to the 3.12 stable tree] exit: call disassociate_ctty() before exit_task_namespaces()

2014-04-28 Thread Jiri Slaby
From: Oleg Nesterov o...@redhat.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c39df5fa37b0623589508c95515b4aa1531c524e upstream. Commit 8aac62706ada (move exit_task_namespaces() outside of exit_notify()) breaks

[patch added to the 3.12 stable tree] x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsets

2014-04-28 Thread Jiri Slaby
From: Neil Horman nhor...@tuxdriver.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 6f8a1b335fde143b7407036e2368d3cd6eb55674 upstream. Commit 03bbcb2e7e2 (iommu/vt-d: add quirk for broken interrupt remapping on 55XX

[patch added to the 3.12 stable tree] tty: Set correct tty name in 'active' sysfs attribute

2014-04-28 Thread Jiri Slaby
From: Hannes Reinecke h...@suse.de This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 723abd87f6e536f1353c8f64f621520bc29523a3 upstream. The 'active' sysfs attribute should refer to the currently active tty devices the

[patch added to the 3.12 stable tree] x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsets

2014-04-28 Thread Jiri Slaby
From: Neil Horman nhor...@tuxdriver.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 6f8a1b335fde143b7407036e2368d3cd6eb55674 upstream. Commit 03bbcb2e7e2 (iommu/vt-d: add quirk for broken interrupt remapping on 55XX

[patch added to the 3.12 stable tree] sparc64: don't treat 64-bit syscall return codes as 32-bit

2014-04-28 Thread Jiri Slaby
From: Dave Kleikamp dave.kleik...@oracle.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 1535bd8adbdedd60a0ee62e28fd5225d66434371 ] When checking a system call return code for an error, linux_sparc_syscall

[patch added to the 3.12 stable tree] sparc32: fix build failure for arch_jump_label_transform

2014-04-28 Thread Jiri Slaby
From: Paul Gortmaker paul.gortma...@windriver.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 4f6500fff5f7644a03c46728fd7ef0f62fa6940b ] In arch/sparc/Kernel/Makefile, we see: obj-$(CONFIG_SPARC64)

[patch added to the 3.12 stable tree] bdi: avoid oops on device removal

2014-04-28 Thread Jiri Slaby
From: Jan Kara j...@suse.cz This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 5acda9d12dcf1ad0d9a5a2a7c646de3472fa7555 upstream. After commit 839a8e8660b6 (writeback: replace custom worker pool implementation with unbound

[patch added to the 3.12 stable tree] wait: fix reparent_leader() vs EXIT_DEAD-EXIT_ZOMBIE race

2014-04-28 Thread Jiri Slaby
From: Oleg Nesterov o...@redhat.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit dfccbb5e49a621c1b21a62527d61fc4305617aca upstream. wait_task_zombie() first does EXIT_ZOMBIE-EXIT_DEAD transition and drops

[patch added to the 3.12 stable tree] jffs2: Fix crash due to truncation of csize

2014-04-28 Thread Jiri Slaby
From: Ajesh Kunhipurayil Vijayan aj...@broadcom.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 41bf1a24c1001f4d0d41a78e1ac575d2f14789d7 upstream. mounting JFFS2 partition sometimes crashes with this call trace: [

[patch added to the 3.12 stable tree] bdi: avoid oops on device removal

2014-04-28 Thread Jiri Slaby
From: Jan Kara j...@suse.cz This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 5acda9d12dcf1ad0d9a5a2a7c646de3472fa7555 upstream. After commit 839a8e8660b6 (writeback: replace custom worker pool implementation with unbound

[patch added to the 3.12 stable tree] Btrfs: skip submitting barrier for missing device

2014-04-28 Thread Jiri Slaby
From: Hidetoshi Seto seto.hideto...@jp.fujitsu.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit f88ba6a2a44ee98e8d59654463dc157bb6d13c43 upstream. I got an error on v3.13: BTRFS error (device sdf1) in

[patch added to the 3.12 stable tree] jffs2: remove from wait queue after schedule()

2014-04-28 Thread Jiri Slaby
From: Li Zefan lize...@huawei.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 3ead9578443b66ddb3d50ed4f53af8a0c0298ec5 upstream. @wait is a local variable, so if we don't remove it from the wait queue list, later

[patch added to the 3.12 stable tree] openvswitch: fix vport-netdev unregister

2014-04-28 Thread Jiri Slaby
From: Alexei Starovoitov a...@plumgrid.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit b07c26511e94ab856f3700c56d582c0da36d5b4d upstream. The combination of two commits: commit 8e4e1713e4 (openvswitch: Simplify

[patch added to the 3.12 stable tree] tty: Fix low_latency BUG

2014-04-28 Thread Jiri Slaby
From: Peter Hurley pe...@hurleysoftware.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit a9c3f68f3cd8d55f809fbdb0c138ed061ea1bd25 upstream. The user-settable knob, low_latency, has been the source of several BUG

[patch added to the 3.12 stable tree] jffs2: Fix segmentation fault found in stress test

2014-04-28 Thread Jiri Slaby
From: Kamlakant Patel kamlakant.pa...@broadcom.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 3367da5610c50e6b83f86d366d72b41b350b06a2 upstream. Creating a large file on a JFFS2 partition sometimes crashes with this

[patch added to the 3.12 stable tree] jffs2: Fix segmentation fault found in stress test

2014-04-28 Thread Jiri Slaby
From: Kamlakant Patel kamlakant.pa...@broadcom.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 3367da5610c50e6b83f86d366d72b41b350b06a2 upstream. Creating a large file on a JFFS2 partition sometimes crashes with this

[patch added to the 3.12 stable tree] staging: comedi: 8255_pci: initialize MITE data window

2014-04-28 Thread Jiri Slaby
From: Ian Abbott abbo...@mev.co.uk This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 268d1e799663b795cba15c64f5d29407786a9dd4 upstream. According to National Instruments' PCI-DIO-96/PXI-6508/PCI-6503 User Manual, the

[patch added to the 3.12 stable tree] xfs: fix directory hash ordering bug

2014-04-28 Thread Jiri Slaby
From: Mark Tinguely tingu...@sgi.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c88547a8119e3b581318ab65e9b72f27f23e641d upstream. Commit f5ea1100 (xfs: add CRCs to dir2/da node blocks) introduced in 3.10

[patch added to the 3.12 stable tree] ext4: fix partial cluster handling for bigalloc file systems

2014-04-28 Thread Jiri Slaby
From: Eric Whitney enwli...@gmail.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c06344939422bbd032ac967223a7863de57496b5 upstream. Commit 9cb00419fa, which enables hole punching for bigalloc file systems, exposed a

[patch added to the 3.12 stable tree] jffs2: remove from wait queue after schedule()

2014-04-28 Thread Jiri Slaby
From: Li Zefan lize...@huawei.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 3ead9578443b66ddb3d50ed4f53af8a0c0298ec5 upstream. @wait is a local variable, so if we don't remove it from the wait queue list, later

[patch added to the 3.12 stable tree] tty: Fix low_latency BUG

2014-04-28 Thread Jiri Slaby
From: Peter Hurley pe...@hurleysoftware.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit a9c3f68f3cd8d55f809fbdb0c138ed061ea1bd25 upstream. The user-settable knob, low_latency, has been the source of several BUG

[patch added to the 3.12 stable tree] ext4: fix error return from ext4_ext_handle_uninitialized_extents()

2014-04-28 Thread Jiri Slaby
From: Eric Whitney enwli...@gmail.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ce37c42919608e96ade3748fe23c3062a0a966c5 upstream. Commit 3779473246 breaks the return of error codes from

[patch added to the 3.12 stable tree] sparc32: fix build failure for arch_jump_label_transform

2014-04-28 Thread Jiri Slaby
From: Paul Gortmaker paul.gortma...@windriver.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 4f6500fff5f7644a03c46728fd7ef0f62fa6940b ] In arch/sparc/Kernel/Makefile, we see: obj-$(CONFIG_SPARC64)

[patch added to the 3.12 stable tree] wait: fix reparent_leader() vs EXIT_DEAD-EXIT_ZOMBIE race

2014-04-28 Thread Jiri Slaby
From: Oleg Nesterov o...@redhat.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit dfccbb5e49a621c1b21a62527d61fc4305617aca upstream. wait_task_zombie() first does EXIT_ZOMBIE-EXIT_DEAD transition and drops

[patch added to the 3.12 stable tree] jffs2: avoid soft-lockup in jffs2_reserve_space_gc()

2014-04-28 Thread Jiri Slaby
From: Li Zefan lize...@huawei.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 13b546d96207c131eeae15dc7b26c6e7d0f1cad7 upstream. We triggered soft-lockup under stress test on 2.6.34 kernel. BUG: soft lockup - CPU#1

[patch added to the 3.12 stable tree] jffs2: avoid soft-lockup in jffs2_reserve_space_gc()

2014-04-28 Thread Jiri Slaby
From: Li Zefan lize...@huawei.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 13b546d96207c131eeae15dc7b26c6e7d0f1cad7 upstream. We triggered soft-lockup under stress test on 2.6.34 kernel. BUG: soft lockup - CPU#1

[patch added to the 3.12 stable tree] jffs2: Fix crash due to truncation of csize

2014-04-28 Thread Jiri Slaby
From: Ajesh Kunhipurayil Vijayan aj...@broadcom.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 41bf1a24c1001f4d0d41a78e1ac575d2f14789d7 upstream. mounting JFFS2 partition sometimes crashes with this call trace: [

[patch added to the 3.12 stable tree] drivers/net: tulip_remove_one needs to call pci_disable_device()

2014-04-28 Thread Jiri Slaby
From: Ingo Molnar mi...@elte.hu This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c321f7d7c87cdc623c87845f6378620573e57512 upstream. Otherwise the device is not completely shut down. Signed-off-by: Ingo Molnar

[patch added to the 3.12 stable tree] Bluetooth: Fix removing Long Term Key

2014-04-28 Thread Jiri Slaby
From: Claudio Takahasi claudio.takah...@openbossa.org This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 5981a8821b774ada0be512fd9bad7c241e17657e upstream. This patch fixes authentication failure on LE link re-connection

[patch added to the 3.12 stable tree] xfs: fix directory hash ordering bug

2014-04-28 Thread Jiri Slaby
From: Mark Tinguely tingu...@sgi.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c88547a8119e3b581318ab65e9b72f27f23e641d upstream. Commit f5ea1100 (xfs: add CRCs to dir2/da node blocks) introduced in 3.10

[patch added to the 3.12 stable tree] PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BAR

2014-04-28 Thread Jiri Slaby
From: Mohit Kumar mohit.ku...@st.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit dbffdd6862e67d60703f2df66c558bf448f81d6e upstream. The Synopsys PCIe core provides one pair of 32-bit BARs (BAR 0 and BAR 1). The BARs

[patch added to the 3.12 stable tree] Btrfs: skip submitting barrier for missing device

2014-04-28 Thread Jiri Slaby
From: Hidetoshi Seto seto.hideto...@jp.fujitsu.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit f88ba6a2a44ee98e8d59654463dc157bb6d13c43 upstream. I got an error on v3.13: BTRFS error (device sdf1) in

[patch added to the 3.12 stable tree] brcmsmac: fix deadlock on missing firmware

2014-04-28 Thread Jiri Slaby
From: Emil Goode emilgo...@gmail.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 8fc1e8c240aab968db658b2d8d079b4391207a36 upstream. When brcm80211 firmware is not installed networking hangs. A deadlock happens

[patch added to the 3.12 stable tree] iommu/amd: Fix PASID format in INVALIDATE_IOTLB_PAGES command

2014-04-28 Thread Jiri Slaby
From: Jay Cornwall jay.cornw...@amd.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit e8d2d82d4a73f37b3270e4fd19ba83e48b589656 upstream. This patch corrects the PASID format in the INVALIDATE_IOTLB_PAGES command, which

[patch added to the 3.12 stable tree] PCI: designware: Fix iATU programming for cfg1, io and mem viewport

2014-04-28 Thread Jiri Slaby
From: Mohit Kumar mohit.ku...@st.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 017fcdc30cdae18c0946eef1ece1f14b4c7897ba upstream. This patch corrects iATU programming for cfg1, io and mem viewport. Enable ATU only

[patch added to the 3.12 stable tree] PCI: designware: Fix iATU programming for cfg1, io and mem viewport

2014-04-28 Thread Jiri Slaby
From: Mohit Kumar mohit.ku...@st.com This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 017fcdc30cdae18c0946eef1ece1f14b4c7897ba upstream. This patch corrects iATU programming for cfg1, io and mem viewport. Enable ATU only

Re: [3.4.x] missing patches for 3.4.x (part 6)

2014-04-28 Thread Qiang Huang
Hi Ben, Thanks for the review. On 2014/4/27 7:12, Ben Hutchings wrote: On Wed, 2014-04-23 at 11:44 +0800, Qiang Huang wrote: Hi Greg, We've started to analyze the list of upstream commits that have been backported to 3.2 but missing from 3.4. For the 15 commits that I've analyzed, - 1

[PATCH for stable 3.14 only 0/1] drm/i915: restore QUIRK_NO_PCH_PWM_ENABLE

2014-04-28 Thread Jani Nikula
Stable team - I'd like to hear your opinions on this one. It reverts a commit that regressed in 3.14, but the revert does not exist upstream. Instead we've root caused the issue and provided a real fix for upstream, but we're hesitant to backport that to stable. Functionally the effect of the

[PATCH for stable 3.14 only 1/1] drm/i915: restore QUIRK_NO_PCH_PWM_ENABLE

2014-04-28 Thread Jani Nikula
This reverts the bisected regressing commit bc0bb9fd1c7810407ab810d204bbaecb255fddde Author: Jani Nikula jani.nik...@intel.com Date: Thu Nov 14 12:14:29 2013 +0200 drm/i915: remove QUIRK_NO_PCH_PWM_ENABLE restoring QUIRK_NO_PCH_PWM_ENABLE for a couple of Dell XPS models which broke in

Re: [PATCH] ALSA: hda - add headset mic detect quirk for a Dell laptop

2014-04-28 Thread Takashi Iwai
At Mon, 28 Apr 2014 14:45:00 +0800, Hui Wang wrote: When we plug a 3-ring headset on the Dell machine (VID: 0x10ec0255, SID: 0x10280674), the headset mic can't be detected, after apply this patch, the headset mic can work well. BugLink: https://bugs.launchpad.net/bugs/1297581 Cc: David

Re: [PATCH crypto 2/2] crypto: caam - add allocation failure handling in SPRINTFCAT macro

2014-04-28 Thread Herbert Xu
On Fri, Apr 18, 2014 at 01:01:42PM +0300, Horia Geanta wrote: GFP_ATOMIC memory allocation could fail. In this case, avoid NULL pointer dereference and notify user. Cc: stable@vger.kernel.org # 3.2+ Cc: Kim Phillips kim.phill...@freescale.com Signed-off-by: Horia Geanta

Re: [PATCH crypto 1/2] crypto: caam - fix mem leak in ahash_setkey

2014-04-28 Thread Herbert Xu
On Wed, Apr 23, 2014 at 01:47:32AM +0200, Marek Vasut wrote: On Friday, April 18, 2014 at 12:01:41 PM, Horia Geanta wrote: In case hash key is bigger than algorithm block size, it is hashed. In this case, memory is allocated to keep this hash in hashed_key. hashed_key has to be freed on the

Re: [PATCH for stable 3.14 only 1/1] drm/i915: restore QUIRK_NO_PCH_PWM_ENABLE

2014-04-28 Thread Romain Francoise
Jani Nikula jani.nik...@intel.com writes: This reverts the bisected regressing commit bc0bb9fd1c7810407ab810d204bbaecb255fddde Author: Jani Nikula jani.nik...@intel.com Date: Thu Nov 14 12:14:29 2013 +0200 drm/i915: remove QUIRK_NO_PCH_PWM_ENABLE restoring QUIRK_NO_PCH_PWM_ENABLE

Re: [patch 15/24] OTC Port:drm/i915: Fix spurious -EIO/SIGBUS on wedged gpus

2014-04-28 Thread Greg KH
On Mon, Apr 28, 2014 at 03:26:10PM +0800, Guo DeshuiX wrote: OTC Commit: 7abb690a0e095717420ba78dcab4309abbbec78a Chris Wilson noticed that since snip Come on people, fix your scripts to not hit public mailing lists with this type of thing! greg k-h -- To unsubscribe from this list: send

PAYMENT NOTIFICATION

2014-04-28 Thread SOUTH AFRICA
Sir, Take note that the Nigerian Government entered into a mutual agreement with the South African Government that your fund valued at $10m be transfered to you directly from South Africa here due to the lapses in the Nigeria Government and its failed state so we advise you to state your banking

Re: [PATCH for stable 3.14 only 1/1] drm/i915: restore QUIRK_NO_PCH_PWM_ENABLE

2014-04-28 Thread Daniel Vetter
On Mon, Apr 28, 2014 at 01:10:07PM +0300, Jani Nikula wrote: This reverts the bisected regressing commit bc0bb9fd1c7810407ab810d204bbaecb255fddde Author: Jani Nikula jani.nik...@intel.com Date: Thu Nov 14 12:14:29 2013 +0200 drm/i915: remove QUIRK_NO_PCH_PWM_ENABLE restoring

Re: [patch 15/24] OTC Port:drm/i915: Fix spurious -EIO/SIGBUS on wedged gpus

2014-04-28 Thread Daniel Vetter
On Mon, Apr 28, 2014 at 3:23 PM, Greg KH g...@kroah.com wrote: On Mon, Apr 28, 2014 at 03:26:10PM +0800, Guo DeshuiX wrote: OTC Commit: 7abb690a0e095717420ba78dcab4309abbbec78a Chris Wilson noticed that since snip Come on people, fix your scripts to not hit public mailing lists with this

[stable inclusion 3.10+] KVM: ioapic: fix assignment of ioapic-rtc_status.pending_eoi (CVE-2014-0155)

2014-04-28 Thread Luis Henriques
Hi, Please consider including the following commit in stable kernels = 3.10, as it fixes CVE-2014-0155: commit dfed1322472e0f0458ade8272b6f39136bb52a07 Author: Paolo Bonzini pbonz...@redhat.com Date: Fri Mar 28 20:41:50 2014 +0100 KVM: ioapic: fix assignment of

[PATCH] netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size 4

2014-04-28 Thread Pablo Neira Ayuso
From: Patrick McHardy ka...@trash.net upstream commit b855d416dc17061ebb271ea7ef1201d100531770 nft_cmp_fast is used for equality comparisions of size = 4. For comparisions of size 4 byte a mask is calculated that is applied to both the data from userspace (during initialization) and the

Re: [stable request 3.4] thinkpad-acpi: fix issuing duplicated key events for brightness up/down

2014-04-28 Thread Andreas Sturmlechner
On Monday 28 April 2014 at 01:48, Ben Hutchings wrote: On Sat, 2014-04-19 at 20:34 +0200, Andreas Sturmlechner wrote: ff413195e830541afeae469fc866ecd0319abd7e thinkpad-acpi: fix issuing duplicated key events for brightness up/down Is this also suitable for 3.2? I just made sure the

Re: [PATCH] device_cgroup: check if exception removal is allowed

2014-04-28 Thread Serge Hallyn
Quoting Aristeu Rozanski (a...@redhat.com): In a scenario when the child cgroup is trying to remove an exception which will effectively add more access rights, verify if the parent's rules allow it. Cc: Tejun Heo t...@kernel.org Cc: Serge Hallyn serge.hal...@canonical.com Cc: Li Zefan

Re: [PATCH crypto 2/2] crypto: caam - add allocation failure handling in SPRINTFCAT macro

2014-04-28 Thread Marek Vasut
On Monday, April 28, 2014 at 12:24:41 PM, Herbert Xu wrote: On Fri, Apr 18, 2014 at 01:01:42PM +0300, Horia Geanta wrote: GFP_ATOMIC memory allocation could fail. In this case, avoid NULL pointer dereference and notify user. Cc: stable@vger.kernel.org # 3.2+ Cc: Kim Phillips

Re: [PATCH crypto 2/2] crypto: caam - add allocation failure handling in SPRINTFCAT macro

2014-04-28 Thread Herbert Xu
On Mon, Apr 28, 2014 at 09:28:41PM +0200, Marek Vasut wrote: On Monday, April 28, 2014 at 12:24:41 PM, Herbert Xu wrote: On Fri, Apr 18, 2014 at 01:01:42PM +0300, Horia Geanta wrote: GFP_ATOMIC memory allocation could fail. In this case, avoid NULL pointer dereference and notify user.

Re: [PATCH crypto 2/2] crypto: caam - add allocation failure handling in SPRINTFCAT macro

2014-04-28 Thread Marek Vasut
On Monday, April 28, 2014 at 11:53:23 PM, Herbert Xu wrote: On Mon, Apr 28, 2014 at 09:28:41PM +0200, Marek Vasut wrote: On Monday, April 28, 2014 at 12:24:41 PM, Herbert Xu wrote: On Fri, Apr 18, 2014 at 01:01:42PM +0300, Horia Geanta wrote: GFP_ATOMIC memory allocation could fail.

[GIT PULL] ftrace/module: Hardcode ftrace_module_init() call into load_module()

2014-04-28 Thread Steven Rostedt
Linus, Takao Indoh reported that he was able to cause a ftrace bug while loading a module and enabling function tracing at the same time. He uncovered a race where the module when loaded will convert the calls to mcount into nops, and expects the module's text to be RW. But when function

Re: [PATCH 3.2 00/94] 3.2.58-rc1 review

2014-04-28 Thread Guenter Roeck
On 04/27/2014 06:11 PM, Ben Hutchings wrote: This is the start of the stable review cycle for the 3.2.58 release. There are 94 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made