[PCMCIA] Solved: No USB 2.0 (ehci) in PCMCIA slot on E7110

2013-08-11 Thread Thomas Richter
Dear Alan, Josep, David, dear PCMCIA maintainers, this is on followup of a hang I reported earlier when using a delock (NEC-based) PCMCIA card in a O2Micro slot of an oldish E7110 Fujitsu laptop. The phenomenon is that read accesses through the ehci interface of the USB host adapter are

Re: [PATCH 5/7] powerpc/perf: Define big-endian version of perf_mem_data_src

2013-08-11 Thread Sukadev Bhattiprolu
Vince Weaver [vi...@deater.net] wrote: | On Sat, 10 Aug 2013, Sukadev Bhattiprolu wrote: | | > | > include/uapi/linux/perf_event.h | 55 +++ | > 1 files changed, 55 insertions(+), 0 deletions(-) | | > +#define __PERF_LE 1234 | > +#define __PERF_BE 4321

Re: [PATCHv2] Add per-process flag to control thp

2013-08-11 Thread Aneesh Kumar K.V
Alex Thorlton writes: > This patch implements functionality to allow processes to disable the use of > transparent hugepages through the prctl syscall. > > We've determined that some jobs perform significantly better with thp > disabled, > and we needed a way to control thp on a per-process

[PATCH 1/16] sound/soc/pxa/mioa701_wm9713.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 3/16] arch/arm/mach-ux500/cpu-db8500.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 6/16] arch/arm/mach-pxa: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 2/16] arch/arm/mach-pxa: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 9/16] arch/arm/mach-pxa/mioa701.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 4/16] arch/arm/mach-pxa/z2.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 8/16] arch/arm/mach-pxa/palmz72.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 10/16] arch/arm/mach-mmp: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 12/16] drivers/cpufreq/pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 11/16] arch/arm/mach-pxa/palmtreo.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 15/16] arch/arm/mach-kirkwood: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 16/16] arch/arm/mach-pxa/stargate2.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 13/16] arch/arm/mach-pxa/hx4700.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 14/16] arch/arm/mach-pxa/ezx.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 5/16] arch/arm/mach-pxa/vpac270.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

[PATCH 0/16] Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
These patches replace uses of ARRAY_AND_SIZE(e) in a function argument position by its expansion. ARRAY_AND_SIZE(e) expands to a pair of expressions separated by commas and thus hides the actual arity of the called function. I was not able to compile any of the modified code. -- To unsubscribe

[PATCH 7/16] arch/arm/mach-pxa/colibri-pxa270-income.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) + e,ARRAY_SIZE(e) ,...) //

question about ioremap_cache and PAT

2013-08-11 Thread Andreas Werner
Hi i have a question about ioremap_cache and the resulting PAT attribute on X86 system. If I configure the mtrr to Write-Through for an adress range, and call ioremap_cache to map the mmio, the resulting PAT attribute is set to UC. If I check the Intel document IA-32 SDM vol 3a, the resulting

Re: Should unprivileged linkat(..., AT_EMPTY_PATH) work on O_TMPFILE files?

2013-08-11 Thread Aneesh Kumar K.V
Andy Lutomirski writes: > The change: > > commit f4e0c30c191f87851c4a53454abb55ee276f4a7e > Author: Al Viro > Date: Tue Jun 11 08:34:36 2013 +0400 > > allow the temp files created by open() to be linked to > > O_TMPFILE | O_CREAT => linkat() with AT_SYMLINK_FOLLOW and >

[PATCH 1/3] ARM: OMAP2+: hwmod-data: Add SSI information

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 104 1 file changed, 104 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c

[PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel This patch configures and activates the OMAP SSI driver on the RX-51. --- arch/arm/mach-omap2/Makefile |4 ++ arch/arm/mach-omap2/board-rx51-peripherals.c | 10 +++- arch/arm/mach-omap2/ssi.c| 82 ++ 3

[RFC PATCH 0/3] OMAP SSI driver

2013-08-11 Thread Sebastian Reichel
Hi ! This patchset adds an OMAP SSI driver to the HSI framework. After leaving Nokia Carlos Chinea had no more time to work on this patchset; Thus I tried updating the driver to fix the mentioned issues. I applied the following changes to the last patch from Carlos: * convert driver to use

brcsmac kernel panic

2013-08-11 Thread Daniel Wagner
Hi, I just updated my laptop (MacBook Air 2012) from 3.11-rc3+ to 3.11-rc4+ and since then brcsmac crashes short after enabling it. Unfortunately, I did also change some config flags in the area of cpufreq (enabling p-state driver) so the configuration is not exactly the same. Before I try

Re: question about netif_rx

2013-08-11 Thread Julia Lawall
On Sun, 11 Aug 2013, Francois Romieu wrote: > Julia Lawall : > > To my limited understanding, in a NAPI polling function, one should use > > netif_receive_skb, rather than netif_rx. > > Nit: or napi_gro_receive (+ napi_gro_flush with __napi_complete) when the > device offers some checksum

Re: question about netif_rx

2013-08-11 Thread Francois Romieu
Julia Lawall : > To my limited understanding, in a NAPI polling function, one should use > netif_receive_skb, rather than netif_rx. Nit: or napi_gro_receive (+ napi_gro_flush with __napi_complete) when the device offers some checksum offloading features. > However, the via-velocity driver

SCSI bus failures with qemu-arm in kernel 3.8+

2013-08-11 Thread Guenter Roeck
Hi, trying to boot arm versatile images with qemu results in the following error if I try to boot with a disk image. sym0: <895a> rev 0x0 at pci :00:0d.0 irq 92 sym0: SCSI BUS has been reset. scsi0 : sym-2.2.3 [...] scsi 0:0:0:0: ABORT operation started scsi

[PATCH] Staging: imx-drm: imx-tve.c Fixed 80 character line coding style issue

2013-08-11 Thread Andreas Werner
Fixed a coding style issue of 80 character per line. Signed-off-by: Andreas Werner --- drivers/staging/imx-drm/imx-tve.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/staging/imx-drm/imx-tve.c b/drivers/staging/imx-drm/imx-tve.c index

[PATCH v2] regulator: da9210: Remove redundant MODULE_ALIAS

2013-08-11 Thread Axel Lin
The modalias is set by the MODULE_DEVICE_TABLE, thus remove redundant MODULE_ALIAS. Signed-off-by: Axel Lin --- drivers/regulator/da9210-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/da9210-regulator.c b/drivers/regulator/da9210-regulator.c index

Re: [PATCH] regulator: da9210: Remove redundant MODULE_ALIAS

2013-08-11 Thread Axel Lin
2013/8/11 Mark Brown : > On Sat, Aug 10, 2013 at 10:13:23AM +0800, Axel Lin wrote: >> 2013/8/10 Mark Brown : >> > On Sat, Aug 10, 2013 at 12:25:58AM +0800, Axel Lin wrote: > >> >> -MODULE_AUTHOR("S Twiss "); >> >> +MODULE_AUTHOR("Steve Twiss "); > >> > It's perfectly reasonable for someone to want

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Javier Martinez Canillas
Hi Pavel, some minor comments about your patch below On Sat, Jul 13, 2013 at 2:17 PM, Pavel Machek wrote: > > This adds device tree with neccessary support to boot with functional > video (on both emulator and real N900 device). > > Signed-off-by: Pavel Machek > > --- > > From v1: Aaro wants

Re: [PATCH] regulator: da9210: Remove redundant MODULE_ALIAS

2013-08-11 Thread Mark Brown
On Sat, Aug 10, 2013 at 10:13:23AM +0800, Axel Lin wrote: > 2013/8/10 Mark Brown : > > On Sat, Aug 10, 2013 at 12:25:58AM +0800, Axel Lin wrote: > >> -MODULE_AUTHOR("S Twiss "); > >> +MODULE_AUTHOR("Steve Twiss "); > > It's perfectly reasonable for someone to want to be referred to by their > >

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Pavel Machek
Hi! > >> [I wonder if this is clean-enough cause for "trivial in resubmit > >> mode?] > > > > On Sat, 10 Aug 2013, Belisko Marek wrote: > > > >> Same for gta04 (omap3 based device) [1]. > >> It was send upstream 2 times and second time there is no reply from > >> 1.3.2013. > > > > Hi guys, > > >

Re: [HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110

2013-08-11 Thread Thomas Richter
On 11.08.2013 03:46, Alan Stern wrote: On Sat, 10 Aug 2013, Thomas Richter wrote: Sorry, need to look further. I replaced ehci-pci from 2.6.31.14, and yenta_socket as well. No changes were necessary. Also replaced ehci-hcd, Do you mean that you took the source code for ehci-hcd from the

[PATCH tty-next] n_tty: Fix termios_rwsem lockdep false positive

2013-08-11 Thread Peter Hurley
Lockdep reports a circular lock dependency between atomic_read_lock and termios_rwsem [1]. However, a lock order deadlock is not possible since CPU1 only holds a read lock which cannot prevent CPU0 from also acquiring a read lock on the same r/w semaphore. Unfortunately, lockdep cannot currently

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Javier Martinez Canillas
On Sat, Aug 10, 2013 at 10:29 PM, Jiri Kosina wrote: > On Sat, 10 Aug 2013, Pavel Machek wrote: > >> [I wonder if this is clean-enough cause for "trivial in resubmit >> mode?] > > On Sat, 10 Aug 2013, Belisko Marek wrote: > >> Same for gta04 (omap3 based device) [1]. >> It was send upstream 2

Aviso

2013-08-11 Thread Bienvenido a Western Union
-- setecientos cincuenta mil dolares han sido depositados a usted de Western Union. Envie su nombre, numero de telefono, direccion, ocupacion -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: Hard lockups using 3.10.0

2013-08-11 Thread Rolf Eike Beer
Borislav Petkov wrote: > On Sun, Aug 11, 2013 at 08:09:19AM +0200, Rolf Eike Beer wrote: > > Meanwhile I found that there was a hardware defect on this machine. > > So if it does not happen again I will assume that this was caused by > > this. > > What hardware defect exactly? DIMMs failing...?

question about netif_rx

2013-08-11 Thread Julia Lawall
To my limited understanding, in a NAPI polling function, one should use netif_receive_skb, rather than netif_rx. However, the via-velocity driver defines the NAPI polling function velocity_poll, which is the only caller of velocity_rx_srv, which is the only caller of velocity_receive_frame,

[PULL REQUEST] i2c for 3.11

2013-08-11 Thread Wolfram Sang
Linus, here are some driver bugfixes for the I2C subsystem. Please pull. Thanks, Wolfram The following changes since commit c095ba7224d8edc71dcef0d655911399a8bd4a3f: Linux 3.11-rc4 (2013-08-04 13:46:46 -0700) are available in the git repository at:

Issues with a rather unusual configured NFS server

2013-08-11 Thread Toralf Förster
so that the server either crashes (if it is a user mode linux image) or at least its reboot functionality got broken - if the NFS server is hammered with scary NFS calls using a fuzzy tool running at a remote NFS client under a non-privileged user id. It can re reproduced, if - the NFS

Re: [PATCH v2 0/4] GPIO DT support for da850

2013-08-11 Thread Prabhakar Lad
Hi Sekhar, On Fri, Jun 14, 2013 at 3:50 PM, Philip, Avinash wrote: > On Fri, Jun 14, 2013 at 15:13:36, Philip, Avinash wrote: >> With conversion of GPIO davinci driver to platform driver, gpio-davinci >> driver >> can support DT boot. >> This patch series >> - adds dt binding support for

[PATCH v2 1/3] power_supply: Add charger control properties

2013-08-11 Thread Jenny TC
The battery charger needs to have control path along with the reporting charger properties. In existing solutions this is implemented using regulator framework. A regulator framework doesn't fit a charger driver requirement because of the following reason Charger needs support two paths - charger

Non-existent Kconfig symbols in linux-next-10.08

2013-08-11 Thread Alexander Shiyan
Hello. Just for information, this is list of non-existent Kconfig symbols in the linux-next tree: /home/git/linux-aug10/arch/arm/mach-bcm/Kconfig:11 Bad =select= reference to GENERIC_TIME. /home/git/linux-aug10/arch/arm/mach-bcm/Kconfig:12 Bad =select= reference to GPIO_BCM.

RE: linux-next: Tree for Aug 9 (staging/ozwpan)

2013-08-11 Thread Gujare, Rupesh
From: Randy Dunlap [rdun...@infradead.org] Sent: 11 August 2013 00:15 To: Stephen Rothwell Cc: linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; de...@driverdev.osuosl.org; Gujare, Rupesh; Greg Kroah-Hartman Subject: Re: linux-next: Tree for Aug 9

Re: [HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110

2013-08-11 Thread Thomas Richter
On 11.08.2013 03:46, Alan Stern wrote: On Sat, 10 Aug 2013, Thomas Richter wrote: Sorry, need to look further. I replaced ehci-pci from 2.6.31.14, and yenta_socket as well. No changes were necessary. Also replaced ehci-hcd, Do you mean that you took the source code for ehci-hcd from the

Re: Hard lockups using 3.10.0

2013-08-11 Thread Borislav Petkov
On Sun, Aug 11, 2013 at 08:09:19AM +0200, Rolf Eike Beer wrote: > Meanwhile I found that there was a hardware defect on this machine. > So if it does not happen again I will assume that this was caused by > this. What hardware defect exactly? DIMMs failing...? Probably, since it looks like the

Re: [ 044/102] ath: wil6210: Fix build error

2013-08-11 Thread Greg Kroah-Hartman
On Sun, Aug 11, 2013 at 11:09:24AM +0300, Vladimir Kondratiev wrote: > On Thursday, August 08, 2013 06:57:20 PM Greg Kroah-Hartman wrote: > > 3.10-stable review patch. If anyone has any objections, please let me know. > > This one is good for stable. I'd suggest to apply also commit >

Re: [ 044/102] ath: wil6210: Fix build error

2013-08-11 Thread Vladimir Kondratiev
On Thursday, August 08, 2013 06:57:20 PM Greg Kroah-Hartman wrote: > 3.10-stable review patch. If anyone has any objections, please let me know. This one is good for stable. I'd suggest to apply also commit c6c7788fe26fdc91e729f60742815ccdb505fd81 - wil6210: drop -Werror compiler flag it is not

[PATCH] trace-cmd: Update VMX exit reasons in KVM plugin

2013-08-11 Thread Jan Kiszka
From: Jan Kiszka Aligns us with latest arch/x86/include/uapi/asm/vmx.h. Signed-off-by: Jan Kiszka --- plugin_kvm.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/plugin_kvm.c b/plugin_kvm.c index 9b376d8..8a25cf1 100644 --- a/plugin_kvm.c +++ b/plugin_kvm.c

[PATCH] trace-cmd: Report unknown VMX exit reasons with code

2013-08-11 Thread Jan Kiszka
From: Jan Kiszka Allows to parse the result even if the KVM plugin does not yet understand a specific exit code. Signed-off-by: Jan Kiszka --- plugin_kvm.c | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/plugin_kvm.c b/plugin_kvm.c index 8a25cf1..59443e5

Re: [PATCH] arch/arm/mach-pxa/stargate2.c: use ARRAY_AND_SIZE consistently

2013-08-11 Thread walter harms
Am 11.08.2013 07:48, schrieb Julia Lawall: > On Sun, 11 Aug 2013, Dan Carpenter wrote: > >> ARRAY_AND_SIZE() macro is horrible, and I would like it if it were >> removed. What I meant before was just that probably people will >> probably complain if we try to remove it. > > Well, I could

[PATCH v5] media: i2c: tvp7002: add OF support

2013-08-11 Thread Lad, Prabhakar
From: "Lad, Prabhakar" add OF support for the tvp7002 driver. Signed-off-by: Lad, Prabhakar --- This patch depends on https://patchwork.kernel.org/patch/2842680/ Changes for v5: 1: Fixed review comments pointed by Hans. Changes for v4: 1: Improved descrition of end point properties.

Re: Hard lockups using 3.10.0

2013-08-11 Thread Rolf Eike Beer
Peter Zijlstra wrote: > On Thu, Jul 11, 2013 at 12:07:21PM +0200, Borislav Petkov wrote: > > On Thu, Jul 11, 2013 at 11:38:37AM +0200, Rolf Eike Beer wrote: > > > Hi, > > > > > > I'm running 3.10.0 (from openSUSE packages) on an "Intel(R) Core(TM) > > > i7-2600 CPU @ 3.40GHz". I got a hard lockup

[PATCH] media: OF: add "sync-on-green-active" property

2013-08-11 Thread Lad, Prabhakar
From: "Lad, Prabhakar" This patch adds 'sync-on-green-active' property as part of endpoint property. Signed-off-by: Lad, Prabhakar Acked-by: Sylwester Nawrocki --- Changes for non RFC: 1: Fixed review comments pointed by Hans. 2: Added Ack from Sylwester. Changes for v5: 1:

Re: Re-tune x86 uaccess code for PREEMPT_VOLUNTARY

2013-08-11 Thread Mike Galbraith
On Sat, 2013-08-10 at 21:57 -0700, H. Peter Anvin wrote: > That sounds like an issue with specific preemption policies. Actually, voluntary/nopreempt delta for _these_ loads was nil. -Mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: Re-tune x86 uaccess code for PREEMPT_VOLUNTARY

2013-08-11 Thread Mike Galbraith
On Sat, 2013-08-10 at 21:57 -0700, H. Peter Anvin wrote: That sounds like an issue with specific preemption policies. Actually, voluntary/nopreempt delta for _these_ loads was nil. -Mike -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH] media: OF: add sync-on-green-active property

2013-08-11 Thread Lad, Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com This patch adds 'sync-on-green-active' property as part of endpoint property. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Acked-by: Sylwester Nawrocki s.nawro...@samsung.com --- Changes for non RFC: 1: Fixed review comments

Re: Hard lockups using 3.10.0

2013-08-11 Thread Rolf Eike Beer
Peter Zijlstra wrote: On Thu, Jul 11, 2013 at 12:07:21PM +0200, Borislav Petkov wrote: On Thu, Jul 11, 2013 at 11:38:37AM +0200, Rolf Eike Beer wrote: Hi, I'm running 3.10.0 (from openSUSE packages) on an Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz. I got a hard lockup on one of my

[PATCH v5] media: i2c: tvp7002: add OF support

2013-08-11 Thread Lad, Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com add OF support for the tvp7002 driver. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- This patch depends on https://patchwork.kernel.org/patch/2842680/ Changes for v5: 1: Fixed review comments pointed by Hans. Changes for v4:

Re: [PATCH] arch/arm/mach-pxa/stargate2.c: use ARRAY_AND_SIZE consistently

2013-08-11 Thread walter harms
Am 11.08.2013 07:48, schrieb Julia Lawall: On Sun, 11 Aug 2013, Dan Carpenter wrote: ARRAY_AND_SIZE() macro is horrible, and I would like it if it were removed. What I meant before was just that probably people will probably complain if we try to remove it. Well, I could either wait

[PATCH] trace-cmd: Update VMX exit reasons in KVM plugin

2013-08-11 Thread Jan Kiszka
From: Jan Kiszka jan.kis...@siemens.com Aligns us with latest arch/x86/include/uapi/asm/vmx.h. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- plugin_kvm.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/plugin_kvm.c b/plugin_kvm.c index 9b376d8..8a25cf1

[PATCH] trace-cmd: Report unknown VMX exit reasons with code

2013-08-11 Thread Jan Kiszka
From: Jan Kiszka jan.kis...@siemens.com Allows to parse the result even if the KVM plugin does not yet understand a specific exit code. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- plugin_kvm.c | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git

Re: [ 044/102] ath: wil6210: Fix build error

2013-08-11 Thread Vladimir Kondratiev
On Thursday, August 08, 2013 06:57:20 PM Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. This one is good for stable. I'd suggest to apply also commit c6c7788fe26fdc91e729f60742815ccdb505fd81 - wil6210: drop -Werror compiler flag it is not

Re: [ 044/102] ath: wil6210: Fix build error

2013-08-11 Thread Greg Kroah-Hartman
On Sun, Aug 11, 2013 at 11:09:24AM +0300, Vladimir Kondratiev wrote: On Thursday, August 08, 2013 06:57:20 PM Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. This one is good for stable. I'd suggest to apply also commit

Re: Hard lockups using 3.10.0

2013-08-11 Thread Borislav Petkov
On Sun, Aug 11, 2013 at 08:09:19AM +0200, Rolf Eike Beer wrote: Meanwhile I found that there was a hardware defect on this machine. So if it does not happen again I will assume that this was caused by this. What hardware defect exactly? DIMMs failing...? Probably, since it looks like the

Re: [HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110

2013-08-11 Thread Thomas Richter
On 11.08.2013 03:46, Alan Stern wrote: On Sat, 10 Aug 2013, Thomas Richter wrote: Sorry, need to look further. I replaced ehci-pci from 2.6.31.14, and yenta_socket as well. No changes were necessary. Also replaced ehci-hcd, Do you mean that you took the source code for ehci-hcd from the

RE: linux-next: Tree for Aug 9 (staging/ozwpan)

2013-08-11 Thread Gujare, Rupesh
From: Randy Dunlap [rdun...@infradead.org] Sent: 11 August 2013 00:15 To: Stephen Rothwell Cc: linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; de...@driverdev.osuosl.org; Gujare, Rupesh; Greg Kroah-Hartman Subject: Re: linux-next: Tree for Aug 9

Non-existent Kconfig symbols in linux-next-10.08

2013-08-11 Thread Alexander Shiyan
Hello. Just for information, this is list of non-existent Kconfig symbols in the linux-next tree: /home/git/linux-aug10/arch/arm/mach-bcm/Kconfig:11 Bad =select= reference to GENERIC_TIME. /home/git/linux-aug10/arch/arm/mach-bcm/Kconfig:12 Bad =select= reference to GPIO_BCM.

[PATCH v2 1/3] power_supply: Add charger control properties

2013-08-11 Thread Jenny TC
The battery charger needs to have control path along with the reporting charger properties. In existing solutions this is implemented using regulator framework. A regulator framework doesn't fit a charger driver requirement because of the following reason Charger needs support two paths - charger

Re: [PATCH v2 0/4] GPIO DT support for da850

2013-08-11 Thread Prabhakar Lad
Hi Sekhar, On Fri, Jun 14, 2013 at 3:50 PM, Philip, Avinash avinashphi...@ti.com wrote: On Fri, Jun 14, 2013 at 15:13:36, Philip, Avinash wrote: With conversion of GPIO davinci driver to platform driver, gpio-davinci driver can support DT boot. This patch series - adds dt binding support

Issues with a rather unusual configured NFS server

2013-08-11 Thread Toralf Förster
so that the server either crashes (if it is a user mode linux image) or at least its reboot functionality got broken - if the NFS server is hammered with scary NFS calls using a fuzzy tool running at a remote NFS client under a non-privileged user id. It can re reproduced, if - the NFS

[PULL REQUEST] i2c for 3.11

2013-08-11 Thread Wolfram Sang
Linus, here are some driver bugfixes for the I2C subsystem. Please pull. Thanks, Wolfram The following changes since commit c095ba7224d8edc71dcef0d655911399a8bd4a3f: Linux 3.11-rc4 (2013-08-04 13:46:46 -0700) are available in the git repository at:

question about netif_rx

2013-08-11 Thread Julia Lawall
To my limited understanding, in a NAPI polling function, one should use netif_receive_skb, rather than netif_rx. However, the via-velocity driver defines the NAPI polling function velocity_poll, which is the only caller of velocity_rx_srv, which is the only caller of velocity_receive_frame,

Re: Hard lockups using 3.10.0

2013-08-11 Thread Rolf Eike Beer
Borislav Petkov wrote: On Sun, Aug 11, 2013 at 08:09:19AM +0200, Rolf Eike Beer wrote: Meanwhile I found that there was a hardware defect on this machine. So if it does not happen again I will assume that this was caused by this. What hardware defect exactly? DIMMs failing...? Probably,

Aviso

2013-08-11 Thread Bienvenido a Western Union
-- setecientos cincuenta mil dolares han sido depositados a usted de Western Union. Envie su nombre, numero de telefono, direccion, ocupacion -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Javier Martinez Canillas
On Sat, Aug 10, 2013 at 10:29 PM, Jiri Kosina jkos...@suse.cz wrote: On Sat, 10 Aug 2013, Pavel Machek wrote: [I wonder if this is clean-enough cause for trivial in resubmit mode?] On Sat, 10 Aug 2013, Belisko Marek wrote: Same for gta04 (omap3 based device) [1]. It was send upstream 2

[PATCH tty-next] n_tty: Fix termios_rwsem lockdep false positive

2013-08-11 Thread Peter Hurley
Lockdep reports a circular lock dependency between atomic_read_lock and termios_rwsem [1]. However, a lock order deadlock is not possible since CPU1 only holds a read lock which cannot prevent CPU0 from also acquiring a read lock on the same r/w semaphore. Unfortunately, lockdep cannot currently

Re: [HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110

2013-08-11 Thread Thomas Richter
On 11.08.2013 03:46, Alan Stern wrote: On Sat, 10 Aug 2013, Thomas Richter wrote: Sorry, need to look further. I replaced ehci-pci from 2.6.31.14, and yenta_socket as well. No changes were necessary. Also replaced ehci-hcd, Do you mean that you took the source code for ehci-hcd from the

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Pavel Machek
Hi! [I wonder if this is clean-enough cause for trivial in resubmit mode?] On Sat, 10 Aug 2013, Belisko Marek wrote: Same for gta04 (omap3 based device) [1]. It was send upstream 2 times and second time there is no reply from 1.3.2013. Hi guys, once I am able to match

Re: [PATCH] regulator: da9210: Remove redundant MODULE_ALIAS

2013-08-11 Thread Mark Brown
On Sat, Aug 10, 2013 at 10:13:23AM +0800, Axel Lin wrote: 2013/8/10 Mark Brown broo...@kernel.org: On Sat, Aug 10, 2013 at 12:25:58AM +0800, Axel Lin wrote: -MODULE_AUTHOR(S Twiss stwiss.opensou...@diasemi.com); +MODULE_AUTHOR(Steve Twiss stwiss.opensou...@diasemi.com); It's perfectly

Re: [PATCH v2] N900: add device tree

2013-08-11 Thread Javier Martinez Canillas
Hi Pavel, some minor comments about your patch below On Sat, Jul 13, 2013 at 2:17 PM, Pavel Machek pa...@ucw.cz wrote: This adds device tree with neccessary support to boot with functional video (on both emulator and real N900 device). Signed-off-by: Pavel Machek pa...@ucw.cz --- From

Re: [PATCH] regulator: da9210: Remove redundant MODULE_ALIAS

2013-08-11 Thread Axel Lin
2013/8/11 Mark Brown broo...@kernel.org: On Sat, Aug 10, 2013 at 10:13:23AM +0800, Axel Lin wrote: 2013/8/10 Mark Brown broo...@kernel.org: On Sat, Aug 10, 2013 at 12:25:58AM +0800, Axel Lin wrote: -MODULE_AUTHOR(S Twiss stwiss.opensou...@diasemi.com); +MODULE_AUTHOR(Steve Twiss

[PATCH v2] regulator: da9210: Remove redundant MODULE_ALIAS

2013-08-11 Thread Axel Lin
The modalias is set by the MODULE_DEVICE_TABLE, thus remove redundant MODULE_ALIAS. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/da9210-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/da9210-regulator.c b/drivers/regulator/da9210-regulator.c

[PATCH] Staging: imx-drm: imx-tve.c Fixed 80 character line coding style issue

2013-08-11 Thread Andreas Werner
Fixed a coding style issue of 80 character per line. Signed-off-by: Andreas Werner wernera...@gmx.de --- drivers/staging/imx-drm/imx-tve.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/staging/imx-drm/imx-tve.c b/drivers/staging/imx-drm/imx-tve.c

SCSI bus failures with qemu-arm in kernel 3.8+

2013-08-11 Thread Guenter Roeck
Hi, trying to boot arm versatile images with qemu results in the following error if I try to boot with a disk image. sym0: 895a rev 0x0 at pci :00:0d.0 irq 92 sym0: SCSI BUS has been reset. scsi0 : sym-2.2.3 [...] scsi 0:0:0:0: ABORT operation started scsi

Re: question about netif_rx

2013-08-11 Thread Francois Romieu
Julia Lawall julia.law...@lip6.fr : To my limited understanding, in a NAPI polling function, one should use netif_receive_skb, rather than netif_rx. Nit: or napi_gro_receive (+ napi_gro_flush with __napi_complete) when the device offers some checksum offloading features. However, the

Re: question about netif_rx

2013-08-11 Thread Julia Lawall
On Sun, 11 Aug 2013, Francois Romieu wrote: Julia Lawall julia.law...@lip6.fr : To my limited understanding, in a NAPI polling function, one should use netif_receive_skb, rather than netif_rx. Nit: or napi_gro_receive (+ napi_gro_flush with __napi_complete) when the device offers some

brcsmac kernel panic

2013-08-11 Thread Daniel Wagner
Hi, I just updated my laptop (MacBook Air 2012) from 3.11-rc3+ to 3.11-rc4+ and since then brcsmac crashes short after enabling it. Unfortunately, I did also change some config flags in the area of cpufreq (enabling p-state driver) so the configuration is not exactly the same. Before I try

[RFC PATCH 0/3] OMAP SSI driver

2013-08-11 Thread Sebastian Reichel
Hi ! This patchset adds an OMAP SSI driver to the HSI framework. After leaving Nokia Carlos Chinea had no more time to work on this patchset; Thus I tried updating the driver to fix the mentioned issues. I applied the following changes to the last patch from Carlos: * convert driver to use

[PATCH 3/3] ARM: OMAP2+: Add SSI driver configuration

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel s...@ring0.de This patch configures and activates the OMAP SSI driver on the RX-51. --- arch/arm/mach-omap2/Makefile |4 ++ arch/arm/mach-omap2/board-rx51-peripherals.c | 10 +++- arch/arm/mach-omap2/ssi.c| 82

[PATCH 1/3] ARM: OMAP2+: hwmod-data: Add SSI information

2013-08-11 Thread Sebastian Reichel
From: Sebastian Reichel s...@ring0.de This patch adds Synchronous Serial Interface (SSI) hwmod support for OMAP34xx SoCs. --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 104 1 file changed, 104 insertions(+) diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c

Re: Should unprivileged linkat(..., AT_EMPTY_PATH) work on O_TMPFILE files?

2013-08-11 Thread Aneesh Kumar K.V
Andy Lutomirski l...@amacapital.net writes: The change: commit f4e0c30c191f87851c4a53454abb55ee276f4a7e Author: Al Viro v...@zeniv.linux.org.uk Date: Tue Jun 11 08:34:36 2013 +0400 allow the temp files created by open() to be linked to O_TMPFILE | O_CREAT = linkat() with

question about ioremap_cache and PAT

2013-08-11 Thread Andreas Werner
Hi i have a question about ioremap_cache and the resulting PAT attribute on X86 system. If I configure the mtrr to Write-Through for an adress range, and call ioremap_cache to map the mmio, the resulting PAT attribute is set to UC. If I check the Intel document IA-32 SDM vol 3a, the resulting

[PATCH 7/16] arch/arm/mach-pxa/colibri-pxa270-income.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // smpl @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) +

[PATCH 0/16] Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
These patches replace uses of ARRAY_AND_SIZE(e) in a function argument position by its expansion. ARRAY_AND_SIZE(e) expands to a pair of expressions separated by commas and thus hides the actual arity of the called function. I was not able to compile any of the modified code. -- To unsubscribe

[PATCH 14/16] arch/arm/mach-pxa/ezx.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // smpl @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) +

[PATCH 5/16] arch/arm/mach-pxa/vpac270.c: Avoid using ARRAY_AND_SIZE(e) as a function argument

2013-08-11 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr Replace ARRAY_AND_SIZE(e) in function argument position to avoid hiding the arity of the called function. The semantic match that makes this change is as follows: (http://coccinelle.lip6.fr/) // smpl @@ expression e,f; @@ f(..., - ARRAY_AND_SIZE(e) +

<    1   2   3   4   >