Re: [PATCH 2/2] iommu/exynos: Follow kernel coding style for __sysmmu_enable return type

2013-08-18 Thread Antonios Motakis
Yes, of course, I have no objections. On Fri, Aug 16, 2013 at 1:21 PM, Cho KyongHo pullip@samsung.com wrote: On Wed, 14 Aug 2013 15:15:49 +0200, 'Joerg Roedel' wrote: KyongHo, On Fri, Jul 26, 2013 at 07:46:01PM +0900, Cho KyongHo wrote: __sysmmu_enable() must return 1 if it is called

Re: [PATCH V2 07/11] cpufreq: Use cpufreq_policy_list for iterating over policies

2013-08-18 Thread Rafael J. Wysocki
On Tuesday, August 06, 2013 10:53:09 PM Viresh Kumar wrote: For iterating over all policies currently we are iterating over all CPUs and then finding their policies. Lets use the newly created infrastructure cpufreq_policy_list. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org I noticed

High load which eventually leads to lockup

2013-08-18 Thread Joakim Tjernlund
The last week I have had 4 lockups which required power on/off. Before getting there I noticed that the machine was getting slow. top reported high load(5-10) but there was no process consuming CPU except for migration/0 which were spicing 100% on and off. Ping times went up with a factor of 40

[PATCH] arm64: wire in generic parport.h

2013-08-18 Thread Mark Salter
The arm64 port doesn't provide a parport.h which causes a build failure with some configurations: drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No such file or directory #include asm/parport.h This patch wires in the generic parport.h for arm64. Signed-off-by: Mark

[BUG REPORT] ZSWAP: theoretical race condition issues

2013-08-18 Thread Weijie Yang
I found a few bugs in zswap when I review Linux-3.11-rc5, and I have also some questions about it, described as following: BUG: 1. A race condition when reclaim a page when a handle alloced from zbud, zbud considers this handle is used validly by upper(zswap) and can be a candidate for reclaim.

[PATCH] USB: musb: Avoid null pointer dereference in debug logging

2013-08-18 Thread Maarten ter Huurne
Since commit 511f3c53 usb_gadget_remove_driver will pass NULL for the driver argument. Signed-off-by: Maarten ter Huurne maar...@treewalker.org --- drivers/usb/musb/musb_gadget.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/musb/musb_gadget.c

[PATCH] arm64: add screen_info for console support

2013-08-18 Thread Mark Salter
The arm64 port doesn't provide a screen_info struct for console support which leads to a build failure with some configurations: drivers/video/console/vgacon.c:820: undefined reference to `screen_info' This patch adds an empty declaration of screen_info to fix the build problem. Some

[PATCH] Staging:BCM:DDRInit.c:Replacing __FUNCTION__

2013-08-18 Thread Paul McQuade
From c21d0da84c92d351f37b70c0d9c01a66fcb84e88 Mon Sep 17 00:00:00 2001 From: Paul McQuade paulmcq...@gmail.com Date: Thu, 15 Aug 2013 20:00:50 +0100 Subject: [PATCH] Staging:BCM:DDRInit.c:Replacing __FUNCTION__ __Function__ gets replaced with __func__ Signed-Off-By: Paul McQuade

Re: [RFC v1 0/5] ARM: Initial support for Marvell Armada 1500

2013-08-18 Thread Thomas Petazzoni
Dear Sebastian Hesselbarth, On Fri, 16 Aug 2013 21:41:33 +0200, Sebastian Hesselbarth wrote: This is a RFC adding initial support for the Marvell Armada 1500 (88DE3100) found on various consumer devices (Chromecast, GoogleTV). Nice! Actually, it is a two-fold RFC also raising discussions on

Re: [PATCH] Staging:BCM:DDRInit.c:Replacing __FUNCTION__

2013-08-18 Thread Joe Perches
On Sun, 2013-08-18 at 17:28 +0100, Paul McQuade wrote: From c21d0da84c92d351f37b70c0d9c01a66fcb84e88 Mon Sep 17 00:00:00 2001 Please send patches to yourself and make sure they apply correctly before sending them to other people and lists. This one has two newlines where only a single newline

Re: [PATCH 2/4] nohz: Synchronize sleep time stats with seqlock

2013-08-18 Thread Oleg Nesterov
On 08/16, Frederic Weisbecker wrote: On Fri, Aug 16, 2013 at 06:49:22PM +0200, Oleg Nesterov wrote: Personally I am fine either way. Me too. So my proposition is that we can keep the existing patches as they fix other distinct races perhaps... but it would be nice to fix the goes

Re: [PATCH v5 1/2] ARM: davinci: da850: add DT node for ethernet

2013-08-18 Thread Sekhar Nori
On 8/17/2013 12:16 AM, Sergei Shtylyov wrote: Hello. On 08/16/2013 06:11 PM, Lad, Prabhakar wrote: From: Lad, Prabhakar prabhakar.cse...@gmail.com Add ethernet device tree node information and pinmux for mii to da850 by providing interrupt details and local mac address.

Re: [PATCH 1/4] nohz: Only update sleeptime stats locally

2013-08-18 Thread Oleg Nesterov
On 08/16, Frederic Weisbecker wrote: To fix this, lets only update the sleeptime stats locally when the CPU exits from idle. I am in no position to ack the changes in this area, but I like this change very much. Because, as a code reader, I was totally confused by if

Re: [PATCH 2/4] nohz: Synchronize sleep time stats with seqlock

2013-08-18 Thread Oleg Nesterov
On 08/16, Frederic Weisbecker wrote: This fixes a reported bug where non-monotonic sleeptime stats are returned by /proc/stat when it is frequently read. Plus it fixes the problems with 32bit machines reading u64 values. But perhaps the changelog should mention other races we discussed.

[PATCH] regulator: core: Use bool for exclusivitity flag

2013-08-18 Thread Mark Brown
From: Mark Brown broo...@linaro.org Just for neatness. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/regulator/core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 77943ed..b471706 100644 ---

Re: [PATCH 3/4] nohz: Consolidate sleep time stats read code

2013-08-18 Thread Oleg Nesterov
On 08/16, Frederic Weisbecker wrote: get_cpu_idle_time_us() and get_cpu_iowait_time_us() mostly share the same code. Lets consolidate both implementations. Personally I like every patch which consolidates the code ;) do { seq = read_seqcount_begin(ts-sleeptime_seq); -

Re: [PATCH 1/4] nohz: Only update sleeptime stats locally

2013-08-18 Thread Oleg Nesterov
Sorry for double post. forgot to cc cpufreq maintainers. On 08/16, Frederic Weisbecker wrote: To fix this, lets only update the sleeptime stats locally when the CPU exits from idle. I am in no position to ack the changes in this area, but I like this change very much. Because, as a code

Re: [RFC] per-cpu preempt_count

2013-08-18 Thread Paul E. McKenney
On Mon, Aug 12, 2013 at 10:35:48AM -0700, Linus Torvalds wrote: On Mon, Aug 12, 2013 at 4:51 AM, Peter Zijlstra pet...@infradead.org wrote: The below boots to wanting to mount a root filesystem with CONFIG_PREEMPT=y using kvm -smp 4. But doesn't work in general? Or you just never tested?

[PATCH][RFC] Tests on 200 different CPUs/Arches and OSes with CPU Jitter RNG

2013-08-18 Thread Stephan Mueller
in patches/README. The patch only utilizes the CPU Jitter RNG when the entropy in the entropy pool falls below the low threshold, i.e. when no entropy from other sources is present. [1] http://www.chronox.de/jent/jitterentropy-20130818.tar.bz2 [2] http://www.chronox.de/jent/doc/CPU-Jitter-NPTRNG.pdf [3

Re: [PATCH v2 0/4] ARM: S3C24XX: add dmaengine based dma-driver

2013-08-18 Thread Kukjin Kim
On 08/14/13 20:59, Heiko Stübner wrote: This series tries to provide a basic dmaengine driver for the s3c24xx SoCs to subsequently retire the old one with custom API. Since v1 three big changes happened (appart from fixing received comments): For one the limitation of sg-lists to 1 element is

Re: 3.10.5: rcu_sched detected stalls on CPUs/tasks

2013-08-18 Thread Jochen Striepe
Hello, On Sun, Aug 18, 2013 at 11:02:32AM -0700, Paul E. McKenney wrote: On Tue, Aug 13, 2013 at 12:32:03PM +0200, Jochen Striepe wrote: just hit this one. Please tell me if you need any more information. If you wait for a few minutes after the first stall warning message, do you

Re: [PATCH V11 03/15] perf tools: allow non-matching sample types

2013-08-18 Thread Adrian Hunter
On 16/08/2013 9:41 p.m., Arnaldo Carvalho de Melo wrote: Em Wed, Aug 14, 2013 at 03:48:25PM +0300, Adrian Hunter escreveu: Sample types need not be identical to determine the sample id from the event. Only the position of the sample id needs to be the same. Compatible sample types are ones in

[PATCH] USB: serial: fix stringify operator in usb-serial-simple

2013-08-18 Thread Yann Droneaud
From: Yann Droneaud ydrone...@opteya.com usb-serial-simple uses an unknown stringify macro that make all drivers being named stringify(vendor). This can be a problem when two drivers have the same (wrong) name: kernel: usbcore: registered new interface driver usb_serial_simple kernel:

Re: [PATCH] USB: serial: fix stringify operator in usb-serial-simple

2013-08-18 Thread Greg Kroah-Hartman
On Sun, Aug 18, 2013 at 09:29:00PM +0200, Yann Droneaud wrote: From: Yann Droneaud ydrone...@opteya.com usb-serial-simple uses an unknown stringify macro that make all drivers being named stringify(vendor). This can be a problem when two drivers have the same (wrong) name: kernel:

[PATCH 2/2] drivers: block :swim3: fixed the errors on coding style

2013-08-18 Thread Thiagarajan Thangavel
Fixed the coding style errors Signed-off-by: Thiagarajan Thangavel write2thi...@gmail.com --- drivers/block/swim3.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/block/swim3.c b/drivers/block/swim3.c index a473e25..89c9a85 100644 ---

Re: [PATCH] USB: serial: fix stringify operator in usb-serial-simple

2013-08-18 Thread Yann Droneaud
Le 18.08.2013 21:40, Greg Kroah-Hartman a écrit : On Sun, Aug 18, 2013 at 09:29:00PM +0200, Yann Droneaud wrote: Ugh, sorry about that, I thought there used to be a stringify() macro that used to do this. Nice patch, I'll queue it up. That's __stringify() which is defined in

Re: [PATCH RESEND] ARM: dts: Add USB host node for Exynos4

2013-08-18 Thread Kukjin Kim
On 08/06/13 03:09, Dongjin Kim wrote: This patch adds EHCI and OHCI host device nodes for Exynos4. CC: Jingoo Hanjg1@samsung.com Signed-off-by: Dongjin Kimtobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git

Re: page fault scalability (ext3, ext4, xfs)

2013-08-18 Thread J. Bruce Fields
On Fri, Aug 16, 2013 at 04:18:33PM -0700, Andy Lutomirski wrote: On Fri, Aug 16, 2013 at 3:02 PM, J. Bruce Fields bfie...@fieldses.org wrote: On Fri, Aug 16, 2013 at 07:37:25AM +1000, Dave Chinner wrote: On Thu, Aug 15, 2013 at 08:17:18AM -0700, Andy Lutomirski wrote: On Thu, Aug 15, 2013

[PATCH 3/4] usb: gadget: USB_NET2272_DMA should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/built-in.o: In function `net2272_done': drivers/usb/gadget/net2272.c:386: undefined reference to `usb_gadget_unmap_request' drivers/built-in.o: In function `net2272_queue': drivers/usb/gadget/net2272.c:848: undefined reference to `usb_gadget_map_request' Signed-off-by:

[PATCH 1/4] usb: gadget: USB_FUSB300 should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/built-in.o: In function `fusb300_set_idma': drivers/usb/gadget/fusb300_udc.c:946: undefined reference to `usb_gadget_map_request' drivers/usb/gadget/fusb300_udc.c:958: undefined reference to `usb_gadget_unmap_request' Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org

[PATCH 2/4] usb: gadget: USB_R8A66597 should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/built-in.o: In function `sudmac_free_channel': drivers/usb/gadget/r8a66597-udc.c:676: undefined reference to `usb_gadget_unmap_request' drivers/built-in.o: In function `sudmac_alloc_channel': drivers/usb/gadget/r8a66597-udc.c:666: undefined reference to

[PATCH 4/4] usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA

2013-08-18 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/built-in.o: In function `dma_set_coherent_mask': include/linux/dma-mapping.h:93: undefined reference to `dma_supported' Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/usb/chipidea/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH] arm64: wire in generic parport.h

2013-08-18 Thread Geert Uytterhoeven
On Sun, Aug 18, 2013 at 6:01 PM, Mark Salter msal...@redhat.com wrote: The arm64 port doesn't provide a parport.h which causes a build failure with some configurations: drivers/parport/parport_pc.c:67:25: fatal error: asm/parport.h: No such file or directory #include asm/parport.h

[ 09/12] powerpc: Use -mtraceback=no

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard an...@samba.org commit af9719c3062dfe216a0c3de3fa52be6d22b4456c upstream. gcc 4.7 will be more strict about parsing the -mtraceback option: gcc: error: unrecognized argument

[ 01/12] futex: Take hugepages into account when generating futex_key

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Zhang Yi wet...@gmail.com commit 13d60f4b6ab5b702dc8d2ee20999f98a93728aec upstream. The futex_keys of process shared futexes are generated from the page offset, the mapping host and the mapping

[ 02/12] CRIS: Add _sdata to vmlinux.lds.S

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Jesper Nilsson jesper.nils...@axis.com commit 473e162eea465e60578edb93341752e7f1c1dacc upstream. Fixes link error: LD vmlinux kernel/built-in.o: In function `core_kernel_data':

[ 12/12] vm: add no-mmu vm_iomap_memory() stub

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 3c0b9de6d37a481673e81001c57ca0e410c72346 upstream. I think we could just move the full vm_iomap_memory() function into util.h or similar, but

[ 08/12] sparc32: Add ucmpdi2.o to obj-y instead of lib-y.

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: David S. Miller da...@davemloft.net commit 74c7b28953d4eaa6a479c187aeafcfc0280da5e8 upstream. Otherwise if no references exist in the static kernel image, we won't export the symbol properly to

[ 11/12] ARM: 7080/1: l2x0: make sure ID are not locked down on init

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Linus Walleij linus.wall...@linaro.org commit bac7e6ecf60933b68af910eb4c83a775a8b20b19 upstream. Fighting unfixed U-Boots and other beasts that may the cache in a locked-down state when

[ 07/12] sparc32: add ucmpdi2

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Sam Ravnborg s...@ravnborg.org commit de36e66d5fa52bc6e2dacd95c701a1762b5308a7 upstream. Based on copy from microblaze add ucmpdi2 implementation. This fixes build of niu driver which failed

[ 10/12] m68k/atari: ARAnyM - Fix NatFeat module support

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Geert Uytterhoeven ge...@linux-m68k.org commit e8184e10f89736a23ea6eea8e24cd524c5c513d2 upstream. As pointed out by Andreas Schwab, pointers passed to ARAnyM NatFeat calls should be physical

[ 06/12] USB: mos7720: fix broken control requests

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit ef6c8c1d733e244f0499035be0dabe1f4ed98c6f upstream. The parallel-port code of the drivers used a stack allocated control-request buffer for asynchronous

[ 05/12] usb: add two quirky touchscreen

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum oneu...@suse.de commit 304ab4ab079a8ed03ce39f1d274964a532db036b upstream. These devices tend to become unresponsive after S3 Signed-off-by: Oliver Neukum oneu...@suse.de

[ 04/12] genetlink: fix family dump race

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit 58ad436fcf49810aa006016107f494c9ac9013db upstream. When dumping generic netlink families, only the first dump call is locked with genl_lock(), which

[ 03/12] af_key: initialize satype in key_notify_policy_flush()

2013-08-18 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel nicolas.dich...@6wind.com commit 85dfb745ee40232876663ae206cba35f24ab2a40 upstream. This field was left uninitialized. Some user daemons perform check against this field.

[ 00/12] 3.0.92-stable review

2013-08-18 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.0.92 release. There are 12 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Tue Aug 20 20:29:24 UTC 2013. Anything

[ 00/34] 3.4.59-stable review

2013-08-18 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.4.59 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Note, there are a number of build fixes in this round, in the quest to

[ 34/34] jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()

2013-08-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara j...@suse.cz commit 91aa11fae1cf8c2fd67be0609692ea9741cdcc43 upstream. When jbd2_journal_dirty_metadata() returns error, __ext4_handle_dirty_metadata() stops the handle. However

[ 09/34] vm: add no-mmu vm_iomap_memory() stub

2013-08-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 3c0b9de6d37a481673e81001c57ca0e410c72346 upstream. I think we could just move the full vm_iomap_memory() function into util.h or similar, but

[ 08/34] HID: microsoft: do not use compound literal - fix build

2013-08-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Slaby jsl...@suse.cz commit 6b90466cfec2a2fe027187d675d8d14217c12d82 upstream. In patch HID: microsoft: fix invalid rdesc for 3k kbd I fixed support for MS 3k keyboards. However the added

[ 03/34] drm/i915/lvds: ditch -prepare special case

2013-08-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter daniel.vet...@ffwll.ch commit 520c41cf2fa029d1e8b923ac2026f96664f17c4b upstream. LVDS is the first output where dpms on/off and prepare/commit don't perfectly match. Now the idea

[ 07/34] sound: Fix make allmodconfig on MIPS correctly

2013-08-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Paul Bolle pebo...@tiscali.nl commit a62ee234a572b4c98fe98cf5fb18e4e8b0f6e43d upstream. Commit d4702b189c (sound: Fix make allmodconfig on MIPS) added a (negative) dependency on

[ 15/45] mac80211: fix infinite loop in ieee80211_determine_chantype

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Chris Wright chr...@sous-sol.org commit b56e4b857c5210e848bfb80e074e5756a36cd523 upstream. Commit 3d9646d mac80211: fix channel selection bug introduced a possible infinite loop by moving the

[ 04/34] MIPS: Expose missing pci_io{map,unmap} declarations

2013-08-18 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Markos Chandras markos.chand...@imgtec.com commit 78857614104a26cdada4c53eea104752042bf5a1 upstream. The GENERIC_PCI_IOMAP does not depend on CONFIG_PCI so move it to the CONFIG_MIPS symbol so

[ 43/45] s390: Fix broken build

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck li...@roeck-us.net commit 215b28a5308f3d332df2ee09ef11fda45d7e4a92 upstream. Fix this build error: In file included from fs/exec.c:61:0: arch/s390/include/asm/tlb.h:35:23:

[ 45/45] cpuset: fix the return value of cpuset_write_u64()

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Li Zefan lize...@huawei.com commit a903f0865a190f8778c73df1a810ea6e25e5d7cf upstream. Writing to this file always returns -ENODEV: # echo 1 cpuset.memory_pressure_enabled -bash: echo:

[ 41/45] m68k: Truncate base in do_div()

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andreas Schwab sch...@linux-m68k.org commit ea077b1b96e073eac5c3c5590529e964767fc5f7 upstream. Explicitly truncate the second operand of do_div() to 32 bits to guard against bogus code calling

[ 44/45] jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara j...@suse.cz commit 91aa11fae1cf8c2fd67be0609692ea9741cdcc43 upstream. When jbd2_journal_dirty_metadata() returns error, __ext4_handle_dirty_metadata() stops the handle. However

[ 36/45] USB-Serial: Fix error handling of usb_wwan

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Matt Burtch m...@grid-net.com commit 6c1ee66a0b2bdbd64c078fba684d640cf2fd38a9 upstream. This fixes an issue where the bulk-in urb used for incoming data transfer is not resubmitted if the

[ 42/45] m68k/atari: ARAnyM - Fix NatFeat module support

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Geert Uytterhoeven ge...@linux-m68k.org commit e8184e10f89736a23ea6eea8e24cd524c5c513d2 upstream. As pointed out by Andreas Schwab, pointers passed to ARAnyM NatFeat calls should be physical

Re: [ 00/12] 3.0.92-stable review

2013-08-18 Thread Geert Uytterhoeven
Hi Greg, On Sun, Aug 18, 2013 at 10:30 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: This is the start of the stable review cycle for the 3.0.92 release. Please also include commit ea077b1b96e073eac5c3c5590529e964767fc5f7 Author: Andreas Schwab sch...@linux-m68k.org Date: Fri Aug

[ 07/45] sched: Ensure update_cfs_shares() is called for parents of continuously-running tasks

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra pet...@infradead.org commit bf0bd948d1682e3996adc093b43021ed391983e6 upstream. We typically update a task_group's shares within the dequeue/enqueue path. However, continuously

[ 08/45] elevator: Fix a race in elevator switching

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jianpeng Ma majianp...@gmail.com commit d50235b7bc3ee0a0427984d763ea7534149531b4 upstream. There's a race between elevator switching and normal io operation. Because the allocation of

[ 09/45] ARM: KVM: perform save/restore of PAR

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Marc Zyngier marc.zyng...@arm.com commit 6a077e4ab9cbfbf279fb955bae05b03781c97013 upstream. Not saving PAR is an unfortunate oversight. If the guest performs an AT* operation and gets

[ 05/45] x86 get_unmapped_area(): use proper mmap base for bottom-up direction

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Radu Caragea sinae...@gmail.com commit df54d6fa54275ce59660453e29d1228c2b45a826 upstream. When the stack is set to unlimited, the bottomup direction is used for mmap-ings but the mmap_base is

[ 28/45] ALSA: hda - Add a fixup for Gateway LT27

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit 1801928e0f99d94c55e33c584c5eb2ff5e246ee6 upstream. Gateway LT27 needs a fixup for the inverted digital mic. Reported-by: Nathanael D. Noblet

[ 06/45] fs/proc/task_mmu.c: fix buffer overflow in add_page_map()

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: yonghua zheng younghua.zh...@gmail.com commit 8c8296223f3abb142be8fc31711b18a704c0e7d8 upstream. Recently we met quite a lot of random kernel panic issues after enabling

[ 04/45] microblaze: fix clone syscall

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Michal Simek michal.si...@xilinx.com commit dfa9771a7c4784bafd0673bc7abcee3813088b77 upstream. Fix inadvertent breakage in the clone syscall ABI for Microblaze that was introduced in commit

[ 40/45] ARM: 7809/1: perf: fix event validation for software group leaders

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon will.dea...@arm.com commit c95eb3184ea1a3a2551df57190c81da695e2144b upstream. It is possible to construct an event group with a software event as a group leader and then

Re: [ 41/45] m68k: Truncate base in do_div()

2013-08-18 Thread Geert Uytterhoeven
On Sun, Aug 18, 2013 at 10:36 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: 3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andreas Schwab sch...@linux-m68k.org commit ea077b1b96e073eac5c3c5590529e964767fc5f7 upstream.

[ 03/45] memcg: dont initialize kmem-cache destroying work for root caches

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andrey Vagin ava...@openvz.org commit 3e6b11df245180949938734bc192eaf32f3a06b3 upstream. struct memcg_cache_params has a union. Different parts of this union are used for root and non-root

[ 38/45] wusbcore: fix kernel panic when disconnecting a wireless USB-serial device

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Pugliese thomas.pugli...@gmail.com commit ec58fad1feb76c323ef47efff1d1e8660ed4644c upstream. This patch fixes a kernel panic that can occur when disconnecting a wireless USB-serial

[ 39/45] Fix TLB gather virtual address range invalidation corner cases

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit 2b047252d087be7f2ba088b4933cd904f92e6fce upstream. Ben Tebulin reported: Since v3.7.2 on two independent machines a very specific Git

[ 29/45] nl80211: fix another nl80211_fam.attrbuf race

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit c319d50bfcf678c2857038276d9fab3c6646f3bf upstream. This is similar to the race Linus had reported, but in this case it's an older bug:

[ 37/45] PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stephen Boyd sb...@codeaurora.org commit 40fea92ffb5fa0ef26d10ae0fe5688bc8e61c791 upstream. pm_qos_update_request_timeout() updates a qos and then schedules a delayed work item to bring the

[ 35/45] USB: EHCI: accept very late isochronous URBs

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern st...@rowland.harvard.edu commit 24f531371de17010f2b1b57d90e42240032e7733 upstream. Since commits 4005ad4390bf (EHCI: implement new semantics for URB_ISO_ASAP) and c75c5ab575af

[ 30/45] usb: add two quirky touchscreen

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum oneu...@suse.de commit 304ab4ab079a8ed03ce39f1d274964a532db036b upstream. These devices tend to become unresponsive after S3 Signed-off-by: Oliver Neukum oneu...@suse.de

[ 02/45] perf/arm: Fix armpmu_map_hw_event()

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stephen Boyd sb...@codeaurora.org commit b88a2595b6d8aedbd275c07dfa784657b4f757eb upstream. Fix constraint check in armpmu_map_hw_event(). Reported-and-tested-by: Vince Weaver

[ 34/45] USB: keyspan: fix null-deref at disconnect and release

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit ff8a43c10f1440f07a5faca0c1556921259f7f76 upstream. Make sure to fail properly if the device is not accepted during attach in order to avoid null-pointer

[ 33/45] USB: mos7720: fix broken control requests

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit ef6c8c1d733e244f0499035be0dabe1f4ed98c6f upstream. The parallel-port code of the drivers used a stack allocated control-request buffer for asynchronous

[ 31/45] USB: ti_usb_3410_5052: fix big-endian firmware handling

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit e877dd2f2581628b7119df707d4cf03d940cff49 upstream. Fix endianess bugs in firmware handling introduced by commits cb7a7c6a (ti_usb_3410_5052: add

[ 32/45] USB: mos7840: fix big-endian probe

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold jhov...@gmail.com commit d551ec9b690f3de65b0091a2e767f1382adc792d upstream. Fix bug in device-type detection on big-endian machines originally introduced by commit 0eafe4de (USB:

[ 26/45] ALSA: hda - Fix missing mute controls for CX5051

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit f69910ddbd8c29391958cf82b598dd78fe5c8640 upstream. We've added a fake mute control (setting the amp volume to zero) for CX5051 at commit [3868137e: ALSA: hda

[ 27/45] ALSA: hda - Add pinfix for LG LW25 laptop

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit db8a38e5063a4daf61252e65d47ab3495c705f4c upstream. Correct the pins for a line-in and a headphone on LG LW25 laptop with ALC880 codec. Other pins seem fine.

[ 18/45] genetlink: fix family dump race

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit 58ad436fcf49810aa006016107f494c9ac9013db upstream. When dumping generic netlink families, only the first dump call is locked with genl_lock(),

[ 22/45] ASoC: tegra: fix Tegra30 I2S capture parameter setup

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stephen Warren swar...@nvidia.com commit c90c0d7a96e634a73ef1580f1d20993606545647 upstream. The Tegra30 I2S driver was writing the AHUB interface parameters to the playback path register

[ 19/45] cfg80211: fix P2P GO interface teardown

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit 74418edec915d0f446debebde08d170c7b8ba0ee upstream. When a P2P GO interface goes down, cfg80211 doesn't properly tear it down, leading to warnings

[ 01/45] perf/x86: Fix intel QPI uncore event definitions

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Vince Weaver vincent.wea...@maine.edu commit c9601247f8f3fdc18aed7ed7e490e8dfcd07f122 upstream. John McCalpin reports that the drs_data and ncb_data QPI uncore events are missing the extra bit

[ 25/45] ALSA: 6fire: make buffers DMA-able (midi)

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Torsten Schenk torsten.sch...@zoho.com commit 4c2aee0032b70083dafebd733ed9c774633b2fa3 upstream. Patch makes midi output buffer DMA-able by allocating it separately. Signed-off-by: Torsten

[ 23/45] ALSA: usb-audio: Fix invalid volume resolution for Logitech HD Webcam C525

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Maksim A. Boyko maksbo...@yandex.ru commit 140d37de62ffe8405282a1d6498f3b4099006384 upstream. Add the volume control quirk for avoiding the kernel warning for the Logitech HD Webcam C525 as in

[ 24/45] ALSA: 6fire: make buffers DMA-able (pcm)

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Torsten Schenk torsten.sch...@zoho.com commit 5ece263f1d93fba8d992e67e3ab8a71acf674db9 upstream. Patch makes pcm buffers DMA-able by allocating each one separately. Signed-off-by: Torsten

[ 20/45] ASoC: dapm: Fix empty list check in dapm_new_mux()

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen l...@metafoo.de commit fe581391147cb3d738d961d0f1233d91a9e1113c upstream. list_first_entry() will always return a valid pointer, even if the list is empty. So the check

[ 21/45] ASoC: cs42l52: Reorder Min/Max and update to SX_TLV for Beep Volume

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Brian Austin brian.aus...@cirrus.com commit e2c98a8bba958045bde861fe1d66be54315c7790 upstream. Beep Volume Min/Max was backwards. Change to SOC_SONGLE_SX_TLV for correct volume representation

[ 17/45] can: pcan_usb: fix wrong memcpy() bytes length

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stephane Grosjean s.grosj...@peak-system.com commit 3c322a56b01695df15c70bfdc2d02e0ccd80654e upstream. Fix possibly wrong memcpy() bytes length since some CAN records received from PCAN-USB

[ 16/45] mac80211: continue using disabled channels while connected

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit ddfe49b42d8ad4bfdf92d63d4a74f162660d878d upstream. In case the AP has different regulatory information than we do, it can happen that we connect to

[ 14/45] mac80211: ignore HT primary channel while connected

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit 5cdaed1e878d723d56d04ae0be1738124acf9f46 upstream. While we're connected, the AP shouldn't change the primary channel in the HT information. We

[ 10/45] ARM: KVM: add missing dsb before invalidating Stage-2 TLBs

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Marc Zyngier marc.zyng...@arm.com commit 479c5ae2f8a55509b691494cd13691d3dc31d102 upstream. When performing a Stage-2 TLB invalidation, it is necessary to make sure the write to the page

[ 00/45] 3.10.8-stable review

2013-08-18 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.10.8 release. There are 45 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Tue Aug 20 20:36:09 UTC 2013. Anything

[ 13/45] iwl4965: reset firmware after rfkill off

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka sgrus...@redhat.com commit 788f7a56fce1bcb2067b62b851a086fca48a0056 upstream. Using rfkill switch can make firmware unstable, what cause various Microcode errors and kernel

[ 11/45] ARM: KVM: clear exclusive monitor on all exception returns

2013-08-18 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Marc Zyngier marc.zyng...@arm.com commit 22cfbb6d730ca2fda236b507d9fba17bf002736c upstream. Make sure we clear the exclusive monitor on all exception returns, which otherwise could lead to

  1   2   3   4   5   6   >