[PATCH 1/2] ALSA: hda - Set GPIO 4 low for a few HP machines

2014-10-30 Thread David Henningsson
These HP machines needs GPIO 4 low to enable the headphone amplifier. In addition, we still need to control LEDs via vref and GPIO. Cc: stable@vger.kernel.org BugLink: https://bugs.launchpad.net/bugs/1387128 Tested-by: TienFu Chen Signed-off-by: David Henningsson --- sound/pci/hda/patch_realtek

Re: [PATCH 1/2] ALSA: hda - Set GPIO 4 low for a few HP machines

2014-10-30 Thread Takashi Iwai
At Thu, 30 Oct 2014 08:26:01 +0100, David Henningsson wrote: > > These HP machines needs GPIO 4 low to enable the headphone amplifier. > In addition, we still need to control LEDs via vref and GPIO. > > Cc: stable@vger.kernel.org > BugLink: https://bugs.launchpad.net/bugs/1387128 > Tested-by: Tie

Re: [PATCH] USB: cdc-acm: add device id for GW Instek AFG-2225

2014-10-30 Thread Oliver Neukum
On Thu, 2014-10-30 at 02:19 +0100, Peter Stuge wrote: > Oliver Neukum wrote: > > Then I guess I'll take no further action in kernel space. > > I for one would like the kernel messages to be less prominent, if > they stay at all. I am removing them. Regards Oliver -- To

Re: [PATCH] PM / clock_ops: Fix crash in clocks management code if !CONFIG_PM_RUNTIME

2014-10-30 Thread Geert Uytterhoeven
Upstream commit a968bed78b549b4c61d4a46e59161fc1f60f96a6 Author: Geert Uytterhoeven Date: Wed Oct 1 20:38:17 2014 +0200 PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME Simon tried it on mackerel. It did not crash, but caused a warning and backtrace: WARNING: CPU:

[PATCH v3 1/4] usb: renesas_usbhs: gadget: fix NULL pointer dereference in ep_disable()

2014-10-30 Thread Yoshihiro Shimoda
From: Kazuya Mizuguchi This patch fixes an issue that the NULL pointer dereference happens when we uses g_audio driver. Since the g_audio driver will call usb_ep_disable() in afunc_set_alt() before it calls usb_ep_enable(), the uep->pipe of renesas usbhs driver will be NULL. So, this patch adds a

[PATCH 1/2] [media] sound: simplify au0828 quirk table

2014-10-30 Thread Mauro Carvalho Chehab
From: Mauro Carvalho Chehab Add a macro to simplify au0828 quirk table. That makes easier to check it against the USB IDs at drivers/media/usb/au0828-card.c Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab diff --git a/sound/usb/quirks-table

[PATCH 2/2] [media] sound: Update au0828 quirks table

2014-10-30 Thread Mauro Carvalho Chehab
From: Mauro Carvalho Chehab The au0828 quirks table is currently not in sync with the au0828 media driver. Syncronize it and put them on the same order as found at au0828 driver, as all the au0828 devices with analog TV need the same quirks. Cc: stable@vger.kernel.org Signed-off-by: Mauro Carva

Re: [PATCH 1/2] [media] sound: simplify au0828 quirk table

2014-10-30 Thread Takashi Iwai
At Thu, 30 Oct 2014 08:53:04 -0200, Mauro Carvalho Chehab wrote: > > From: Mauro Carvalho Chehab > > Add a macro to simplify au0828 quirk table. That makes easier > to check it against the USB IDs at drivers/media/usb/au0828-card.c > > Cc: stable@vger.kernel.org > Signed-off-by: Mauro Carvalho

Re: [alsa-devel] [PATCH 1/2] [media] sound: simplify au0828 quirk table

2014-10-30 Thread Clemens Ladisch
Mauro Carvalho Chehab wrote: > Add a macro to simplify au0828 quirk table. That makes easier > to check it against the USB IDs at drivers/media/usb/au0828-card.c > > +++ b/sound/usb/quirks-table.h > ... > + * This should be kept in sync with drivers/media/usb/au0828-card.c The file does not exist

Re: [PATCH 1/2] [media] sound: simplify au0828 quirk table

2014-10-30 Thread Mauro Carvalho Chehab
Em Thu, 30 Oct 2014 12:09:07 +0100 Takashi Iwai escreveu: > At Thu, 30 Oct 2014 08:53:04 -0200, > Mauro Carvalho Chehab wrote: > > > > From: Mauro Carvalho Chehab > > > > Add a macro to simplify au0828 quirk table. That makes easier > > to check it against the USB IDs at drivers/media/usb/au08

[PATCH -stable] wireless: rt2x00: add new rt2800usb devices

2014-10-30 Thread Xose Vazquez Perez
0x0b05 0x17e8 RT5372 USB 2.0 bgn 2x2 ASUS USB-N14 0x0411 0x0253 RT5572 USB 2.0 abgn 2x2 BUFFALO WLP-U2-300D 0x0df6 0x0078 RT Sitecom N300 Cc: stable@vger.kernel.org Acked-by: Stanislaw Gruszka Cc: Stanislaw Gruszka Cc: Helmut Schaa Cc: John W. Linville Cc: us...@rt2x00.serialmonkey.com Cc

[PATCH -stable] rt2x00: support Ralink 5362.

2014-10-30 Thread Xose Vazquez Perez
From: Canek Peláez Valdés Cc: stable@vger.kernel.org Acked-by: Stanislaw Gruszka Cc: Stanislaw Gruszka Cc: Helmut Schaa Cc: John W. Linville Cc: us...@rt2x00.serialmonkey.com Cc: linux-wirel...@vger.kernel.org Signed-off-by: Canek Peláez Valdés Signed-off-by: John W. Linville --- drivers/n

Re: [alsa-devel] [PATCH 1/2] [media] sound: simplify au0828 quirk table

2014-10-30 Thread Mauro Carvalho Chehab
Em Thu, 30 Oct 2014 12:16:13 +0100 Clemens Ladisch escreveu: > Mauro Carvalho Chehab wrote: > > Add a macro to simplify au0828 quirk table. That makes easier > > to check it against the USB IDs at drivers/media/usb/au0828-card.c > > > > +++ b/sound/usb/quirks-table.h > > ... > > + * This should b

[PATCH v2 1/2] [media] sound: simplify au0828 quirk table

2014-10-30 Thread Mauro Carvalho Chehab
Add a macro to simplify au0828 quirk table. That makes easier to check it against the USB IDs at drivers/media/usb/au0828/au0828-cards.c. Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab diff --git a/drivers/media/usb/au0828/au0828-cards.c b/drivers/media/usb/au0828/au0828-cards.

[PATCH v2 2/2] [media] sound: Update au0828 quirks table

2014-10-30 Thread Mauro Carvalho Chehab
The au0828 quirks table is currently not in sync with the au0828 media driver. Syncronize it and put them on the same order as found at au0828 driver, as all the au0828 devices with analog TV need the same quirks. Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab diff --git a/soun

Re: [PATCH] powerpc: do_notify_resume can be called with bad thread_info flags argument

2014-10-30 Thread Anton Blanchard
Hi, Sorry, this got auto cc'ed to stable@ via git send-email. Please disregard for now, we will get it merged upstream and at that point it should flow into the stable trees via the usual means. Anton > Back in 7230c5644188 ("powerpc: Rework lazy-interrupt handling") we > added a call out to re

[PATCH] crypto: caam: fix missing dma unmap on error path

2014-10-30 Thread Cristian Stoica
If dma mapping for dma_addr_out fails, the descriptor memory is freed but the previous dma mapping for dma_addr_in remains. This patch resolves the missing dma unmap and groups resource allocations at function start. Cc: # 3.13+ Signed-off-by: Cristian Stoica --- drivers/crypto/caam/key_gen.c |

Re: [PATCH v2 2/2] [media] sound: Update au0828 quirks table

2014-10-30 Thread Devin Heitmueller
Hi Mauro, > Syncronize it and put them on the same order as found at au0828 > driver, as all the au0828 devices with analog TV need the > same quirks. The MXL and Woodbury boards don't support analog under Linux, so probably shouldn't be included in the list of quirks. That said, the MXL and Woo

Re: [PATCH v2 2/2] [media] sound: Update au0828 quirks table

2014-10-30 Thread Mauro Carvalho Chehab
Hi Devin, Em Thu, 30 Oct 2014 09:15:31 -0400 Devin Heitmueller escreveu: > Hi Mauro, > > > Syncronize it and put them on the same order as found at au0828 > > driver, as all the au0828 devices with analog TV need the > > same quirks. > > The MXL and Woodbury boards don't support analog under L

Re: [PATCH v3 1/4] usb: renesas_usbhs: gadget: fix NULL pointer dereference in ep_disable()

2014-10-30 Thread Felipe Balbi
On Thu, Oct 30, 2014 at 07:30:16PM +0900, Yoshihiro Shimoda wrote: > From: Kazuya Mizuguchi > > This patch fixes an issue that the NULL pointer dereference happens > when we uses g_audio driver. Since the g_audio driver will call > usb_ep_disable() in afunc_set_alt() before it calls usb_ep_enable

Re: [PATCH v2 2/2] [media] sound: Update au0828 quirks table

2014-10-30 Thread Devin Heitmueller
On Thu, Oct 30, 2014 at 9:37 AM, Mauro Carvalho Chehab wrote: > Yeah, if nobody is using such devices, then we should get rid of them, > but I prefer to have this on a separate patch, in order to give > people the opportunity to complain. Yes, I would definitely suggest a separate patch. There's

[git:media_tree/master] [media] sound: simplify au0828 quirk table

2014-10-30 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] sound: simplify au0828 quirk table Author: Mauro Carvalho Chehab Date:Thu Oct 30 07:53:04 2014 -0300 Add a macro to simplify au0828

[git:media_tree/master] [media] sound: Update au0828 quirks table

2014-10-30 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] sound: Update au0828 quirks table Author: Mauro Carvalho Chehab Date:Thu Oct 30 07:53:05 2014 -0300 The au0828 quirks table is curr

Linux 3.10.59

2014-10-30 Thread Greg KH
I'm announcing the release of the 3.10.59 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.10.59

2014-10-30 Thread Greg KH
diff --git a/Documentation/lzo.txt b/Documentation/lzo.txt new file mode 100644 index ..ea45dd3901e3 --- /dev/null +++ b/Documentation/lzo.txt @@ -0,0 +1,164 @@ + +LZO stream format as understood by Linux's LZO decompressor +=== +

Linux 3.14.23

2014-10-30 Thread Greg KH
I'm announcing the release of the 3.14.23 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web browser:

Linux 3.16.7

2014-10-30 Thread Greg KH
--- NOTE, this is the LAST 3.16-stable kernel to be released, it is now end-of-life, please move to the 3.17-stable series at this point in time. --- I'm announcing the release of the 3.16.7 kernel. All users of the 3.16 kernel serie

Linux 3.17.2

2014-10-30 Thread Greg KH
I'm announcing the release of the 3.17.2 kernel. All users of the 3.17 kernel series must upgrade. The updated 3.17.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.17.y and can be browsed at the normal kernel.org git web browser:

[ANNOUNCE] Linux 3.16.y.z extended stable support

2014-10-30 Thread Luis Henriques
The Ubuntu kernel team is pleased to announce that we will be providing extended stable support for the Linux 3.16 kernel until April 2016 as a third party effort maintained on our infrastructure. The team will pick up stable maintenance where Greg KH left off with v3.16.7 [1]. Thank you, Greg. I

Re: [ANNOUNCE] Linux 3.16.y.z extended stable support

2014-10-30 Thread Greg KH
On Thu, Oct 30, 2014 at 06:17:01PM +, Luis Henriques wrote: > The Ubuntu kernel team is pleased to announce that we will be > providing extended stable support for the Linux 3.16 kernel until > April 2016 as a third party effort maintained on our infrastructure. > The team will pick up stable m

[git:media_tree/fixes] [media] ds3000: fix LNB supply voltage on Tevii S480 on initialization

2014-10-30 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] ds3000: fix LNB supply voltage on Tevii S480 on initialization Author: Ulrich Eckhardt Date:Fri Oct 10 14:19:12 2014 -0300 The Tevi

Re: [PATCH v2 2/2] [media] sound: Update au0828 quirks table

2014-10-30 Thread Michael Ira Krufky
On Thu, Oct 30, 2014 at 9:37 AM, Mauro Carvalho Chehab wrote: > Hi Devin, > > Em Thu, 30 Oct 2014 09:15:31 -0400 > Devin Heitmueller escreveu: > >> Hi Mauro, >> >> > Syncronize it and put them on the same order as found at au0828 >> > driver, as all the au0828 devices with analog TV need the >> >

Re: [PATCH v2 2/2] [media] sound: Update au0828 quirks table

2014-10-30 Thread Michael Ira Krufky
On Thu, Oct 30, 2014 at 3:52 PM, Michael Ira Krufky wrote: > On Thu, Oct 30, 2014 at 9:37 AM, Mauro Carvalho Chehab > wrote: >> Hi Devin, >> >> Em Thu, 30 Oct 2014 09:15:31 -0400 >> Devin Heitmueller escreveu: >> >>> Hi Mauro, >>> >>> > Syncronize it and put them on the same order as found at au

[merged] bitmap-fix-undefined-shift-in-__bitmap_shift_leftright.patch removed from -mm tree

2014-10-30 Thread akpm
The patch titled Subject: lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() has been removed from the -mm tree. Its filename was bitmap-fix-undefined-shift-in-__bitmap_shift_leftright.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] mm-page-writeback-inline-account_page_dirtied-into-single-caller.patch removed from -mm tree

2014-10-30 Thread akpm
The patch titled Subject: mm: page-writeback: inline account_page_dirtied() into single caller has been removed from the -mm tree. Its filename was mm-page-writeback-inline-account_page_dirtied-into-single-caller.patch This patch was dropped because it was merged into mainline or a su

[merged] cgroup-kmemleak-add-kmemleak_free-for-cgroup-deallocations.patch removed from -mm tree

2014-10-30 Thread akpm
The patch titled Subject: cgroup/kmemleak: add kmemleak_free() for cgroup deallocations. has been removed from the -mm tree. Its filename was cgroup-kmemleak-add-kmemleak_free-for-cgroup-deallocations.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] mm-free-compound-page-with-correct-order.patch removed from -mm tree

2014-10-30 Thread akpm
The patch titled Subject: mm: free compound page with correct order has been removed from the -mm tree. Its filename was mm-free-compound-page-with-correct-order.patch This patch was dropped because it was merged into mainline or a subsystem tree --

[merged] mm-thp-fix-collapsing-of-hugepages-on-madvise.patch removed from -mm tree

2014-10-30 Thread akpm
The patch titled Subject: mm, thp: fix collapsing of hugepages on madvise has been removed from the -mm tree. Its filename was mm-thp-fix-collapsing-of-hugepages-on-madvise.patch This patch was dropped because it was merged into mainline or a subsystem tree ---

[merged] mm-memcontrol-fix-missed-end-writeback-page-accounting.patch removed from -mm tree

2014-10-30 Thread akpm
The patch titled Subject: mm: memcontrol: fix missed end-writeback page accounting has been removed from the -mm tree. Its filename was mm-memcontrol-fix-missed-end-writeback-page-accounting.patch This patch was dropped because it was merged into mainline or a subsystem tree -

[merged] sh-fix-sh770x-scif-memory-regions.patch removed from -mm tree

2014-10-30 Thread akpm
The patch titled Subject: sh: fix sh770x SCIF memory regions has been removed from the -mm tree. Its filename was sh-fix-sh770x-scif-memory-regions.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] mm-balloon_compaction-fix-deflation-when-compaction-is-disabled.patch removed from -mm tree

2014-10-30 Thread akpm
The patch titled Subject: mm/balloon_compaction: fix deflation when compaction is disabled has been removed from the -mm tree. Its filename was mm-balloon_compaction-fix-deflation-when-compaction-is-disabled.patch This patch was dropped because it was merged into mainline or a subsyste

+ zram-avoid-kunmap_atomic-a-null-pointer.patch added to -mm tree

2014-10-30 Thread akpm
The patch titled Subject: zram: avoid kunmap_atomic() of a NULL pointer has been added to the -mm tree. Its filename is zram-avoid-kunmap_atomic-a-null-pointer.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/zram-avoid-kunmap_atomic-a-null-pointer.p

[3.13.y.z extended stable] Linux 3.13.11.10

2014-10-30 Thread Kamal Mostafa
I am announcing the release of the Linux 3.13.11.10 kernel. The updated 3.13.y tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.13.y and can be browsed at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-3.13.y;a=shortlog The diff from v3.13.11.9 is

[PATCH 3/3] ipr: Wait for aborted command responses

2014-10-30 Thread Brian King
Fixes a race condition in abort handling that was injected when multiple interrupt support was added. When only a single interrupt is present, the adapter guarantees it will send responses for aborted commands prior to the response for the abort command itself. With multiple interrupts, these resp

[patch NOT added to the 3.12 stable tree] dmaengine: fix xor sources continuation

2014-10-30 Thread Jiri Slaby
From: Xuelin Shi This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 87cea76384257e6ac3fa4791b6a6b9d0335f7457 upstream. the partial xor result must be kept until the next tx is generated. Cc: Signed-off-by: Xuelin

[patch NOT added to the 3.12 stable tree] Btrfs: fix up bounds checking in lseek

2014-10-30 Thread Jiri Slaby
From: Liu Bo This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 4d1a40c66bed0b3fa43b9da5fbd5cbe332e4eccf upstream. An user reported this, it is because that lseek's SEEK_SET/SEEK_CUR/SEEK_END allow a negative value

[patch NOT added to the 3.12 stable tree] Btrfs: add missing compression property remove in btrfs_ioctl_setflags

2014-10-30 Thread Jiri Slaby
From: Filipe Manana This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 78a017a2c92df9b571db0a55a016280f9019c65e upstream. The behaviour of a 'chattr -c' consists of getting the current flags, clearing the FS_COMPR_

[patch added to the 3.12 stable tree] lift the "already marked killed" case into shrink_dentry_list()

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 64fd72e0a44bdd62c5ca277cb24d0d02b2d8e9dc upstream. It can happen only when dentry_kill() is called with unlock_on_failure equal to 0 - other callers had dentr

[patch added to the 3.12 stable tree] fold try_to_ascend() into the sole remaining caller

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 31dec1327e377b6d91a8a6c92b5cd8513939a233 upstream. There used to be a bunch of tree-walkers in dcache.c, all alike. try_to_ascend() had been introduced to abs

[patch added to the 3.12 stable tree] fold d_kill() and d_free()

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 03b3b889e79cdb6b806fc0ba9be0d71c186bbfaa upstream. Signed-off-by: Al Viro Signed-off-by: Jiri Slaby --- fs/dcache.c | 76 +++---

[patch added to the 3.12 stable tree] sparc64: Increase size of boot string to 1024 bytes

2014-10-30 Thread Jiri Slaby
From: Dave Kleikamp This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 1cef94c36bd4d79b5ae3a3df99ee0d76d6a4a6dc ] This is the longest boot string that silo supports. Signed-off-by: Dave Kleikamp Cc: Bob Picco

[patch added to the 3.12 stable tree] uas: replace WARN_ON_ONCE() with lockdep_assert_held()

2014-10-30 Thread Jiri Slaby
From: Sanjeev Sharma This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ab945eff8396bc3329cc97274320e8d2c6585077 upstream. on some architecture spin_is_locked() always return false in uniprocessor configuration and therefor

[patch added to the 3.12 stable tree] sparc64: Do not disable interrupts in nmi_cpu_busy()

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 58556104e9cd0107a7a8d2692cf04ef31669f6e4 ] nmi_cpu_busy() is a SMP function call that just makes sure that all of the cpus are spinning u

[patch added to the 3.12 stable tree] bcache: fix memory corruption in init error path

2014-10-30 Thread Jiri Slaby
From: Slava Pestov This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c9a78332b42cbdcdd386a95192a716b67d1711a4 upstream. If register_cache_set() failed, we would touch ca->set after it had already been freed. Also, fix an a

[patch added to the 3.12 stable tree] usb: phy: return -ENODEV on failure of try_module_get

2014-10-30 Thread Jiri Slaby
From: Arjun Sreedharan This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 2c4e3dbf63b39d44a291db70016c718f45d9cd46 upstream. When __usb_find_phy_dev() does not return error and try_module_get() fails, return -ENODEV. Signe

[patch added to the 3.12 stable tree] sparc32: dma_alloc_coherent must honour gfp flags

2014-10-30 Thread Jiri Slaby
From: Daniel Hellstrom This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit d1105287aabe88dbb3af825140badaa05cf0442c ] dma_zalloc_coherent() calls dma_alloc_coherent(__GFP_ZERO) but the sparc32 implementations sbus

[patch added to the 3.12 stable tree] sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridges

2014-10-30 Thread Jiri Slaby
From: oftedal This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === The SIMBA APB Bridges lacks the 'ranges' of-property describing the PCI I/O and memory areas located beneath the bridge. Faking this information has been performed by

[patch added to the 3.12 stable tree] bcache: Correct printing of btree_gc_max_duration_ms

2014-10-30 Thread Jiri Slaby
From: Surbhi Palande This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 5b25abade29616d42d60f9bd5e6a5ad07f7314e3 upstream. time_stats::btree_gc_max_duration_mc is not bit shifted by 8 Fixes BUG #138 Change-Id: I44fc6e1d05

[patch added to the 3.12 stable tree] sparc64: Move request_irq() from ldc_bind() to ldc_alloc()

2014-10-30 Thread Jiri Slaby
From: Sowmini Varadhan This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit c21c4ab0d6921f7160a43216fa6973b5924de561 ] The request_irq() needs to be done from ldc_alloc() to avoid the following (caught by lockdep)

[patch added to the 3.12 stable tree] sparc64: Fix hex values in comment above pte_modify().

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit c2e4e676adb40ea764af79d3e08be954e14a0f4c ] When _PAGE_SPECIAL and _PAGE_PMD_HUGE were added to the mask, the comment was not updated. Si

[patch added to the 3.12 stable tree] sparc: Let memset return the address argument

2014-10-30 Thread Jiri Slaby
From: Andreas Larsson This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 74cad25c076a2f5253312c2fe82d1a4daecc1323 ] This makes memset follow the standard (instead of returning 0 on success). This is needed when c

[patch added to the 3.12 stable tree] expand the call of dentry_lru_del() in dentry_kill()

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 01b6035190b024240a43ac1d8e9c6f964f5f1c63 upstream. Signed-off-by: Al Viro Signed-off-by: Jiri Slaby --- fs/dcache.c | 7 ++- 1 file changed, 6 insertio

[patch added to the 3.12 stable tree] lock_parent: don't step on stale ->d_parent of all-but-freed one

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c2338f2dc7c1e9f6202f370c64ffd7f44f3d4b51 upstream. Dentry that had been through (or into) __dentry_kill() might be seen by shrink_dentry_list(); that's normal

[patch added to the 3.12 stable tree] expand dentry_kill(dentry, 0) in shrink_dentry_list()

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ff2fde9929feb2aef45377ce56b8b12df85dda69 upstream. Result will be massaged to saner shape in the next commits. It is ugly, no questions - the point of that o

[patch added to the 3.12 stable tree] fold __d_shrink() into its only remaining caller

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit b61625d24596ea44555943867d5a5c1efd81074c upstream. Signed-off-by: Al Viro Signed-off-by: Jiri Slaby --- fs/dcache.c | 32 ++--

[patch added to the 3.12 stable tree] sparc64: Fix reversed start/end in flush_tlb_kernel_range()

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 473ad7f4fb005d1bb727e4ef27d370d28703a062 ] When we have to split up a flush request into multiple pieces (in order to avoid the firmware

[patch added to the 3.12 stable tree] bcache: fix crash with incomplete cache set

2014-10-30 Thread Jiri Slaby
From: Slava Pestov This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit bf0c55c986540483c34ca640f2eef4c3314388b1 upstream. Change-Id: I6abde52afe917633480caaf4e2518f42a816d886 Signed-off-by: Jiri Slaby --- drivers/md/bcache

[patch added to the 3.12 stable tree] fold try_prune_one_dentry()

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 5c47e6d0ad608987b91affbcf7d1fc12dfbe8fb4 upstream. Signed-off-by: Al Viro Signed-off-by: Jiri Slaby --- fs/dcache.c | 75 +-

[patch added to the 3.12 stable tree] switch shrink_dcache_for_umount() to use of d_walk()

2014-10-30 Thread Jiri Slaby
From: Al Viro This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 42c326082d8a2c91506f951ace638deae1faf083 upstream. we have too many iterators in fs/dcache.c... Signed-off-by: Al Viro Signed-off-by: Jiri Slaby --- fs/dc

[patch added to the 3.12 stable tree] USB: Add device quirk for ASUS T100 Base Station keyboard

2014-10-30 Thread Jiri Slaby
From: Lu Baolu This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ddbe1fca0bcb87ca8c199ea873a456ca8a948567 upstream. This full-speed USB device generates spurious remote wakeup event as soon as USB_DEVICE_REMOTE_WAKEUP feat

[patch added to the 3.12 stable tree] sparc64: Fix FPU register corruption with AES crypto offload.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit f4da3628dc7c32a59d1fb7116bb042e6f436d611 ] The AES loops in arch/sparc/crypto/aes_glue.c use a scheme where the key material is preloaded

[patch added to the 3.12 stable tree] storage: Add quirk for another SCM-based USB-SCSI converter

2014-10-30 Thread Jiri Slaby
From: Mark Knibbs This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 3512e7bfea6a459cad84712a021d856bd78cd7e4 upstream. There is apparently another SCM USB-SCSI converter with ID 04E6:000F. It is listed along with 04E6:000B

[patch added to the 3.12 stable tree] sparc64: Fix corrupted thread fault code.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 84bd6d8b9c0f06b3f188efb479c77e20f05e9a8a ] Every path that ends up at do_sparc64_fault() must install a valid FAULT_CODE_* bitmask in the

[patch added to the 3.12 stable tree] btrfs: wake up transaction thread from SYNC_FS ioctl

2014-10-30 Thread Jiri Slaby
From: David Sterba This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 2fad4e83e12591eb3bd213875b9edc2d18e93383 upstream. The transaction thread may want to do more work, namely it pokes the cleaner ktread that will start pr

[patch added to the 3.12 stable tree] sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit eaf85da82669b057f20c4e438dc2566b51a83af6 ] Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- arch/sparc/include/asm

[patch added to the 3.12 stable tree] be2iscsi: check ip buffer before copying

2014-10-30 Thread Jiri Slaby
From: Mike Christie This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit a41a9ad3bbf61fae0b6bfb232153da60d14fdbd9 upstream. Dan Carpenter found a issue where be2iscsi would copy the ip from userspace to the driver buffer befo

[patch added to the 3.12 stable tree] sparc64: Do not define thread fpregs save area as zero-length array.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit e2653143d7d79a49f1a961aeae1d82612838b12c ] This breaks the stack end corruption detection facility. What that facility does it write a m

[patch added to the 3.12 stable tree] spi: dw-mid: check that DMA was inited before exit

2014-10-30 Thread Jiri Slaby
From: Andy Shevchenko This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit fb57862ead652454ceeb659617404c5f13bc34b5 upstream. If the driver was compiled with DMA support, but DMA channels weren't acquired by some reason, mid_

[patch added to the 3.12 stable tree] sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === Make sure, at compile time, that the kernel can properly support whatever MAX_PHYS_ADDRESS_BITS is defined to. On M7 chips, use a max_phys_bits value of 49

[patch added to the 3.12 stable tree] kvm: x86: fix stale mmio cache bug

2014-10-30 Thread Jiri Slaby
From: David Matlack This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 56f17dd3fbc44adcdbc3340fe3988ddb833a47a7 upstream. The following events can lead to an incorrect KVM_EXIT_MMIO bubbling up to userspace: (1) Guest acce

[patch added to the 3.12 stable tree] mptfusion: enable no_write_same for vmware scsi disks

2014-10-30 Thread Jiri Slaby
From: Chris J Arges This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 4089b71cc820a426d601283c92fcd4ffeb5139c2 upstream. When using a virtual SCSI disk in a VMWare VM if blkdev_issue_zeroout is used data can be improperly

[patch added to the 3.12 stable tree] PCI: Generate uppercase hex for modalias interface class

2014-10-30 Thread Jiri Slaby
From: Ricardo Ribalda Delgado This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 89ec3dcf17fd3fa009ecf8faaba36828dd6bc416 upstream. Some implementations of modprobe fail to load the driver for a PCI device automatically bec

[patch added to the 3.12 stable tree] Drivers: hv: vmbus: Cleanup vmbus_close_internal()

2014-10-30 Thread Jiri Slaby
From: "K. Y. Srinivasan" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 98d731bb064a9d1817a6ca9bf8b97051334a7cfe upstream. Eliminate calls to BUG_ON() in vmbus_close_internal(). We have chosen to potentially leak memory

[patch added to the 3.12 stable tree] sparc64: Adjust KTSB assembler to support larger physical addresses.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 8c82dc0e883821c098c8b0b130ffebabf9aab5df ] As currently coded the KTSB accesses in the kernel only support up to 47 bits of physical addr

[patch added to the 3.12 stable tree] sparc64: Switch to 4-level page tables.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit ac55c768143aa34cc3789c4820cbb0809a76fd9c ] This has become necessary with chips that support more than 43-bits of physical addressing. B

[patch added to the 3.12 stable tree] Btrfs: cleanup error handling in build_backref_tree

2014-10-30 Thread Jiri Slaby
From: Josef Bacik This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 75bfb9aff45e44625260f52a5fd581b92ace3e62 upstream. When balance panics it tends to panic in the BUG_ON(!upper->checked); test, because it means it could

[patch added to the 3.12 stable tree] x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead

2014-10-30 Thread Jiri Slaby
From: Bryan O'Donoghue This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit ee1b5b165c0a2f04d2107e634e51f05d0eb107de upstream. Quark x1000 advertises PGE via the standard CPUID method PGE bits exist in Quark X1000's PTEs. In

[patch added to the 3.12 stable tree] sparc64: support M6 and M7 for building CPU distribution map

2014-10-30 Thread Jiri Slaby
From: Allen Pais This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === Add M6 and M7 chip type in cpumap.c to correctly build CPU distribution map that spans all online CPUs. Signed-off-by: Allen Pais Signed-off-by: David S. Miller

[patch added to the 3.12 stable tree] sparc64: Fix physical memory management regressions with large max_phys_bits.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit 0dd5b7b09e13dae32869371e08e1048349fd040c ] If max_phys_bits needs to be > 43 (f.e. for T4 chips), things like DEBUG_PAGEALLOC stop workin

[patch added to the 3.12 stable tree] sparc64: Use kernel page tables for vmemmap.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit c06240c7f5c39c83dfd7849c0770775562441b96 ] For sparse memory configurations, the vmemmap array behaves terribly and it takes up an inordi

[patch added to the 3.12 stable tree] sparc64: Adjust vmalloc region size based upon available virtual address bits.

2014-10-30 Thread Jiri Slaby
From: "David S. Miller" This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ Upstream commit bb4e6e85daa52a9f6210fa06a5ec6269598a202b ] In order to accomodate embedded per-cpu allocation with large numbers of cpus and numa nodes,

[patch added to the 3.12 stable tree] net: ip: push gso skb forwarding handling down the stack

2014-10-30 Thread Jiri Slaby
From: Florian Westphal This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit c7ba65d7b64984ff371cb5630b36af23506c50d5 upstream. Doing the segmentation in the forward path has one major drawback: When using virtio, we may proc

[patch added to the 3.12 stable tree] ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings

2014-10-30 Thread Jiri Slaby
From: Andreas Henriksson This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit b65e0fb3d046cc65d0a3c45d43de351fb363271b upstream. As discovered on a custom board similar to at91sam9263ek and basing its devicetree on that one a

[patch added to the 3.12 stable tree] ALSA: emu10k1: Fix deadlock in synth voice lookup

2014-10-30 Thread Jiri Slaby
From: Takashi Iwai This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 95926035b187cc9fee6fb61385b7da9c28123f74 upstream. The emu10k1 voice allocator takes voice_lock spinlock. When there is no empty stream available, it tr

[patch added to the 3.12 stable tree] NFSv4.1: Fix an NFSv4.1 state renewal regression

2014-10-30 Thread Jiri Slaby
From: Andy Adamson This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit d1f456b0b9545f1606a54cd17c20775f159bd2ce upstream. Commit 2f60ea6b8ced ("NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegation") set

[patch added to the 3.12 stable tree] Btrfs: fix race in WAIT_SYNC ioctl

2014-10-30 Thread Jiri Slaby
From: Sage Weil This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 42383020beb1cfb05f5d330cc311931bc4917a97 upstream. We check whether transid is already committed via last_trans_committed and then search through trans_list

[patch added to the 3.12 stable tree] kvm: don't take vcpu mutex for obviously invalid vcpu ioctls

2014-10-30 Thread Jiri Slaby
From: David Matlack This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 2ea75be3219571d0ec009ce20d9971e54af96e09 upstream. vcpu ioctls can hang the calling thread if issued while a vcpu is running. However, invalid ioctls ca

[patch added to the 3.12 stable tree] ALSA: pcm: use the same dma mmap codepath both for arm and arm64

2014-10-30 Thread Jiri Slaby
From: Anatol Pomozov This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit a011e213f3700233ed2a676f1ef0a74a052d7162 upstream. This avoids following kernel crash when try to playback on arm64 [ 107.497203] [] snd_pcm_mmap_dat

[patch added to the 3.12 stable tree] mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set

2014-10-30 Thread Jiri Slaby
From: Junxiao Bi This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit 934f3072c17cc8886f4c043b47eeeb1b12f8de33 upstream. commit 21caf2fc1931 ("mm: teach mm by current context info to not do I/O during memory allocation") intr

[patch added to the 3.12 stable tree] ALSA: ALC283 codec - Avoid pop noise on headphones during suspend/resume

2014-10-30 Thread Jiri Slaby
From: Harsha Priya This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === commit b450b17c156e264bc44a198046d3ebaaef5a041d upstream. This patch sets the headphones mode to default before suspending which helps avoid the pop noise on he

  1   2   >