Re: [PATCH 00/11] ASoC: OMAP: Convert to use dmaengine

2012-09-13 Thread Peter Ujfalusi
On 09/13/2012 11:11 AM, Mark Brown wrote: > On Wed, Sep 12, 2012 at 02:46:56PM +0300, Peter Ujfalusi wrote: >> Hello, >> >> This series will switch the OMAP audio to use dmaengine. >> The final patch which does the switch was based on Russell King's earlier >> patch. > > I'm fine with this from

Re: [PATCH 9/9] drivers/isdn/gigaset/common.c: Remove useless kfree

2012-09-13 Thread Dan Carpenter
On Thu, Sep 13, 2012 at 09:31:45AM +0100, David Laight wrote: > > Remove useless kfree() and clean up code related to the removal. > ... > > diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c > > index aa41485..30a6b17 100644 > > --- a/drivers/isdn/gigaset/common.c > > +++

Re: [PATCH 09/12] thp: introduce khugepaged_prealloc_page and khugepaged_alloc_page

2012-09-13 Thread Xiao Guangrong
On 09/13/2012 02:27 PM, Hugh Dickins wrote: > On Wed, 12 Sep 2012, Xiao Guangrong wrote: >> On 09/12/2012 10:03 AM, Hugh Dickins wrote: >> >>> What brought me to look at it was hitting "BUG at mm/huge_memory.c:1842!" >>> running tmpfs kbuild swapping load (with memcg's memory.limit_in_bytes >>>

Re: [PATCH 9/9] drivers/isdn/gigaset/common.c: Remove useless kfree

2012-09-13 Thread Peter Senna Tschudin
> Seems to me that (assuming kfree(NULL) is ok) the kfree() > is best left in - just in case some other error path is > added after drv->cs is assigned. > Better safe than a memory leak. I'm not sure if I got your point. Now the label "error:" is only reached if drv->cs is NULL. There is not

Re: [PATCH] sched: unify the check on atomic sleeping in __might_sleep() and schedule_bug()

2012-09-13 Thread Michael Wang
On 09/03/2012 10:16 AM, Michael Wang wrote: > On 08/22/2012 10:40 AM, Michael Wang wrote: >> From: Michael Wang >> >> Fengguang Wu has reported the bug: >> >> [0.043953] BUG: scheduling while atomic: swapper/0/1/0x1002 >> [0.044017] no locks held by swapper/0/1. >> [0.044692]

Re: issues with unknown/new alias [retraction]

2012-09-13 Thread Alan Jenkins
On 13/09/12 09:57, Christoph Jung wrote: Am 13.09.2012 10:49, schrieb Alan Jenkins: On 13/09/12 08:25, Christoph Jung wrote: Hello, I am from the company "Code Mercenaries GmbH" from Germany. We have some USB HID devices wich work with Linux. Since kernel version 2.6 our default products

Re: i2c:clk: preparation for switch to common clock framework

2012-09-13 Thread Wolfram Sang
On Thu, Aug 30, 2012 at 06:10:36PM -, m-kariche...@ti.com wrote: > As a first step towards migrating davinci platforms to use common clock > framework, replace all instances of clk_enable() with clk_prepare_enable() > and clk_disable() with clk_disable_unprepare(). Until the platform is >

Re: xt_nat_init: BUG: unable to handle kernel NULL pointer dereference at 00000000000000e0

2012-09-13 Thread Florian Westphal
Fengguang Wu wrote: > Hi Patrick, > > This happens in today's linux-next tree and is pretty reproducible. > [1.834544] nf_conntrack version 0.5.0 (1786 buckets, 7144 max) > [1.835406] ctnetlink v0.93: registering with nfnetlink. > [1.836202] BUG: unable to handle kernel NULL pointer

Re: [PATCH]URL is unavailable

2012-09-13 Thread Borislav Petkov
On Wed, Sep 12, 2012 at 09:13:50PM -0400, Konstantin Ryabitsev wrote: > On 12/09/12 12:03 PM, Borislav Petkov wrote: > > Dear KORG admins, what are the chances of userweb.kernel.org coming back > > online? > > Hello: > > There is no ETA on that service being available. It may not ever come >

Re: xt_nat_init: BUG: unable to handle kernel NULL pointer dereference at 00000000000000e0

2012-09-13 Thread Eric Dumazet
On Thu, 2012-09-13 at 17:16 +0800, Fengguang Wu wrote: > Hi Patrick, > > This happens in today's linux-next tree and is pretty reproducible. > Bisection has been started. > > [1.834544] nf_conntrack version 0.5.0 (1786 buckets, 7144 max) > [1.835406] ctnetlink v0.93: registering with

Re: [PATCH 1/1] Input: ab8500-ponkey: Make the distinction between DT and non-DT boots

2012-09-13 Thread Linus Walleij
On Mon, Aug 6, 2012 at 2:32 PM, Lee Jones wrote: > If we're booting with Device Tree enabled, we want the IRQ numbers to > be taken and translated from the Device Tree binary. If not, they > should be taken from the resource allocation defined in the AB8500 MFD > core driver. > > Tested-by:

[PATCH] lockdep: Check if nested lock is actually held

2012-09-13 Thread Maarten Lankhorst
It is considered good form to lock the lock you claim to be nested in. Signed-off-by: Maarten Lankhorst --- diff --git a/kernel/lockdep.c b/kernel/lockdep.c index ea9ee45..7175447 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c @@ -2998,6 +2998,43 @@ EXPORT_SYMBOL_GPL(lockdep_init_map);

Re: xt_nat_init: BUG: unable to handle kernel NULL pointer dereference at 00000000000000e0

2012-09-13 Thread Pablo Neira Ayuso
On Thu, Sep 13, 2012 at 11:30:24AM +0200, Florian Westphal wrote: > Fengguang Wu wrote: > > Hi Patrick, > > > > This happens in today's linux-next tree and is pretty reproducible. > > [1.834544] nf_conntrack version 0.5.0 (1786 buckets, 7144 max) > > [1.835406] ctnetlink v0.93:

Re: AMD Bulldozer FX-8150 Powers off during kernel build

2012-09-13 Thread Borislav Petkov
On Thu, Sep 13, 2012 at 02:30:27AM +0100, Sid Boyce wrote: > I have a huge heatsink and large CPU fan plus lots of cooling fans > in the case and nothing gets hot. > If I build e.g 3.6-rc5 with 8 or 6 cores, part way through it > suddenly powers off. Ok, can you catch the whole dmesg when you

[PATCH 5/5] Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()

2012-09-13 Thread Samuel Iglesias Gonsalvez
Remove count_wr and the assigment of nb_bytes = 0 in that function as is useless. Now it returns the count of the characters actually sent. There is other nb_bytes = 0 deleted that has a duplicate a few lines before. Signed-off-by: Samuel Iglesias Gonsalvez ---

[PATCH 4/5] Staging: ipack/devices/ipoctal: acknowledge BREAK condition.

2012-09-13 Thread Samuel Iglesias Gonsalvez
Clear the BREAK flag from the ISR register. Signed-off-by: Samuel Iglesias Gonsalvez --- drivers/staging/ipack/devices/ipoctal.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/ipack/devices/ipoctal.c b/drivers/staging/ipack/devices/ipoctal.c index 0fd0e01..5f4545a

[PATCH 3/5] staging: ipack: remove irq field in struct ipack_device.

2012-09-13 Thread Samuel Iglesias Gonsalvez
From: Jens Taprogge The field irq currently is identical to the slot number. It does not seem to have any real use. The number is written to hardware in ipoctal but it seems the value that is written does not matter. Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsalvez ---

[PATCH 2/5] Staging: ipack: move the responsibility to clear interrupts to the IPack devices.

2012-09-13 Thread Samuel Iglesias Gonsalvez
From: Jens Taprogge Now the IPack device acknowledges its own IRQ. Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsalvez --- drivers/staging/ipack/bridges/tpci200.c |4 drivers/staging/ipack/devices/ipoctal.c | 19 +--

[PATCH 1/5] Staging: ipack: Add IPACK_INT_SPACE memory space.

2012-09-13 Thread Samuel Iglesias Gonsalvez
From: Jens Taprogge This will allow us to correctly access the IPack INT space. Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsalvez --- drivers/staging/ipack/bridges/tpci200.c | 29 + drivers/staging/ipack/bridges/tpci200.h |2 ++

Re: [PATCH] perf record: Add missing perf_hpp__init for pipe-mode

2012-09-13 Thread Robert Richter
On 13.09.12 13:14:30, Namhyung Kim wrote: > From: Namhyung Kim > > The perf_hpp__init() function was only called from setup_browser() so > that the pipe-mode missed the initialization thus didn't respond to > related options. Fix it. > > Reported-by: Robert Richter > Signed-off-by: Namhyung

Re: [PATCH 9/9] drivers/isdn/gigaset/common.c: Remove useless kfree

2012-09-13 Thread Tilman Schmidt
Am 12.09.2012 17:06, schrieb Peter Senna Tschudin: > From: Peter Senna Tschudin > > Remove useless kfree() and clean up code related to the removal. > > The semantic patch that finds this problem is as follows: [...] > > Signed-off-by: Peter Senna Tschudin Acked-by: Tilman Schmidt > --- >

Re: [PATCH v2] USB: PHY: Re-organize Tegra USB PHY driver

2012-09-13 Thread ABRAHAM, KISHON VIJAY
Hi, On Thu, Sep 13, 2012 at 12:32 PM, Venu Byravarasu wrote: > NVIDIA produces several Tegra SoCs viz Tegra20, Tegra30 etc. > In order to support USB PHY drivers on these SoCs, existing > PHY driver is split into SoC agnostic common USB PHY driver > and Tegra20-specific USB phy driver. This will

[RFC] tty: Add get- ioctls to fetch tty status

2012-09-13 Thread Cyrill Gorcunov
For checkpoint/restore we need to know if tty has exclusive or packet mode set, as well as if pty is currently locked. Just to be able to restore this characteristics. For this sake the following ioctl codes are introduced - TIOGPKT to get packet mode state - TIOGPTLCK to get Pty locked state

Re: qemu-kvm loops after kernel udpate

2012-09-13 Thread Avi Kivity
On 09/12/2012 09:11 PM, Jiri Slaby wrote: > On 09/12/2012 10:18 AM, Avi Kivity wrote: >> On 09/12/2012 11:13 AM, Jiri Slaby wrote: >>> Please provide the output of vmxcap (http://goo.gl/c5lUO), >>> >>> Unrestricted guest no >> >> The big real mode fixes. >> >>

Re: [PATCH] lockdep: Check if nested lock is actually held

2012-09-13 Thread Peter Zijlstra
On Thu, 2012-09-13 at 11:39 +0200, Maarten Lankhorst wrote: > It is considered good form to lock the lock you claim to be nested in. Uhm yeah.. cute. You actually found a site where this triggered? > Signed-off-by: Maarten Lankhorst > --- > diff --git a/kernel/lockdep.c b/kernel/lockdep.c >

Re: linux-next: build failure after merge of the final tree (akpm tree related)

2012-09-13 Thread Shaohua Li
On Thu, Sep 13, 2012 at 06:01:21PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (sparc64 defconfig) > failed like this: > > mm/internal.h: In function 'swap_cache_hit': > mm/internal.h:377:3: error: implicit declaration of function >

Re: [PATCH 3/5] staging: ipack: remove irq field in struct ipack_device.

2012-09-13 Thread Dan Carpenter
On Thu, Sep 13, 2012 at 11:46:26AM +0200, Samuel Iglesias Gonsalvez wrote: > From: Jens Taprogge > > The field irq currently is identical to the slot number. It does not seem to > have any real use. The number is written to hardware in ipoctal but it seems > the value that is written does not

Re: [PATCH 4/5] Staging: ipack/devices/ipoctal: acknowledge BREAK condition.

2012-09-13 Thread Dan Carpenter
On Thu, Sep 13, 2012 at 11:46:27AM +0200, Samuel Iglesias Gonsalvez wrote: > Clear the BREAK flag from the ISR register. > > Signed-off-by: Samuel Iglesias Gonsalvez What are the user visible effects of this bugfix? regards, dan carpenter -- To unsubscribe from this list: send the line

RE: [PATCH v2] USB: PHY: Re-organize Tegra USB PHY driver

2012-09-13 Thread Venu Byravarasu
Thanks Kishon, for your comments. Plz see my answers inline. > -Original Message- > From: ABRAHAM, KISHON VIJAY [mailto:kis...@ti.com] > Sent: Thursday, September 13, 2012 3:25 PM > To: Venu Byravarasu > Cc: st...@rowland.harvard.edu; gre...@linuxfoundation.org; > ba...@ti.com; Stephen

Re: [PATCH] sched: unify the check on atomic sleeping in __might_sleep() and schedule_bug()

2012-09-13 Thread Peter Zijlstra
On Wed, 2012-08-22 at 10:40 +0800, Michael Wang wrote: > From: Michael Wang > > Fengguang Wu has reported the bug: > > [0.043953] BUG: scheduling while atomic: swapper/0/1/0x1002 > [0.044017] no locks held by swapper/0/1. > [0.044692] Pid: 1, comm: swapper/0 Not tainted

Re: [PATCH 4/5] Staging: ipack/devices/ipoctal: acknowledge BREAK condition.

2012-09-13 Thread Samuel Iglesias Gonsálvez
On Thu, 2012-09-13 at 13:02 +0300, Dan Carpenter wrote: > On Thu, Sep 13, 2012 at 11:46:27AM +0200, Samuel Iglesias Gonsalvez wrote: > > Clear the BREAK flag from the ISR register. > > > > Signed-off-by: Samuel Iglesias Gonsalvez > > What are the user visible effects of this bugfix? > It

Re: [PATCH] memory cgroup: update root memory cgroup when node is onlined

2012-09-13 Thread Kamezawa Hiroyuki
(2012/09/13 16:14), Wen Congyang wrote: root_mem_cgroup->info.nodeinfo is initialized when the system boots. But NODE_DATA(nid) is null if the node is not onlined, so root_mem_cgroup->info.nodeinfo[nid]->zoneinfo[zone].lruvec.zone contains an invalid pointer. If we use numactl to bind a program

[PATCH 2/3] GFS2: Fix missing allocation data for set/remove xattr

2012-09-13 Thread Steven Whitehouse
These entry points were missed in the original patch to allocate this data structure. Signed-off-by: Steven Whitehouse diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 4ce22e5..753af3d 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -1722,7 +1722,9 @@ static int gfs2_setxattr(struct

[PATCH 3/3] GFS2: Take account of blockages when using reserved blocks

2012-09-13 Thread Steven Whitehouse
The claim_reserved_blks() function was not taking account of the possibility of "blockages" while performing allocation. This can be caused by another node allocating something in the same extent which has been reserved locally. This patch tests for this condition and then skips the remainder of

GFS2: Pre-pull patch posting (fixes)

2012-09-13 Thread Steven Whitehouse
Hi, Here are three GFS2 fixes for the current kernel tree. These are all related to the block reservation code which was added at the merge window. That code will be getting an update at the forthcoming merge window too. In the mean time though there are a few smaller issues which should be

[PATCH 1/3] GFS2: Make write size hinting code common

2012-09-13 Thread Steven Whitehouse
This collects up the write size hinting code which is used by the block reservation subsystem into a single function. At the same time this also corrects the rounding for this calculation. Signed-off-by: Steven Whitehouse diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index d1d791e..382000f

Re: [PATCH] lockdep: Check if nested lock is actually held

2012-09-13 Thread Maarten Lankhorst
Hey, Op 13-09-12 11:59, Peter Zijlstra schreef: > On Thu, 2012-09-13 at 11:39 +0200, Maarten Lankhorst wrote: >> It is considered good form to lock the lock you claim to be nested in. > Uhm yeah.. cute. You actually found a site where this triggered? > Not in mainline, I was working on some

Re: [PATCH] memory cgroup: update root memory cgroup when node is onlined

2012-09-13 Thread Wen Congyang
At 09/13/2012 06:06 PM, Kamezawa Hiroyuki Wrote: > (2012/09/13 16:14), Wen Congyang wrote: >> root_mem_cgroup->info.nodeinfo is initialized when the system boots. >> But NODE_DATA(nid) is null if the node is not onlined, so >> root_mem_cgroup->info.nodeinfo[nid]->zoneinfo[zone].lruvec.zone

Re: [PATCH 4/5] video:omap3isp:fix up ENOIOCTLCMD error handling

2012-09-13 Thread Laurent Pinchart
Hi Wanlong, Thanks for the patch. On Monday 27 August 2012 15:23:15 Wanlong Gao wrote: > At commit 07d106d0, Linus pointed out that ENOIOCTLCMD should be > translated as ENOTTY to user mode. > > Cc: Laurent Pinchart > Cc: Mauro Carvalho Chehab > Cc: linux-me...@vger.kernel.org >

Re: [PATCH v2] media: v4l2-ctrls: add control for test pattern

2012-09-13 Thread Laurent Pinchart
Hi Sakari, On Sunday 09 September 2012 10:40:17 Sakari Ailus wrote: > On Sat, Sep 08, 2012 at 01:11:04PM +0200, Hans Verkuil wrote: > > On Fri September 7 2012 20:20:51 Sakari Ailus wrote: > > > Prabhakar Lad wrote: > > > > From: Lad, Prabhakar > > > > > > > > add V4L2_CID_TEST_PATTERN of type

Re: [PATCH v4] media: v4l2-ctrls: add control for dpcm predictor

2012-09-13 Thread Laurent Pinchart
Hi Sakari, On Friday 07 September 2012 21:46:44 Sakari Ailus wrote: > > Could you replace the above with this text (with appropriate indentation > etc.) while keeping the reference to Wikipedia? > > --8<-- > Differential pulse-code modulation (DPCM) compression can be used to > compress

Re: [PATCH] lockdep: Check if nested lock is actually held

2012-09-13 Thread Peter Zijlstra
On Thu, 2012-09-13 at 12:10 +0200, Maarten Lankhorst wrote: > Hey, > > Op 13-09-12 11:59, Peter Zijlstra schreef: > > On Thu, 2012-09-13 at 11:39 +0200, Maarten Lankhorst wrote: > >> It is considered good form to lock the lock you claim to be nested in. > > Uhm yeah.. cute. You actually found a

Re: [PATCH v3] media: v4l2-ctrl: add a helper function to modify the menu

2012-09-13 Thread Laurent Pinchart
Hi Prabhakar, Thanks for the patch. On Tuesday 11 September 2012 19:53:38 Prabhakar Lad wrote: > From: Lad, Prabhakar > > Add a helper function to modify the menu, max and default value > to set. > > Signed-off-by: Lad, Prabhakar > Signed-off-by: Manjunath Hadli > Cc: Hans Verkuil > Cc:

rtl8192se: ping router gives mdev of 25387.102???

2012-09-13 Thread Norbert Preining
Hi everyone, (please cc) see $subject ... No warning, nothing in the logs, but pinging my router I get things like: --- 192.168.0.1 ping statistics --- 376 packets transmitted, 315 received, +33 errors, 16% packet loss, time 405164ms rtt min/avg/max/mdev = 0.873/10077.793/95935.698/25387.102

[PATCH] perf record: Change error message on failure

2012-09-13 Thread Robert Richter
Only report No CONFIG_PERF_EVENTS=y kernel support configured? if the syscall fails with ENOSYS. In other cases CONFIG_PERF_EVENTS is set and might confuse users. The default message is now: Not all events could be opened. Signed-off-by: Robert Richter --- tools/perf/builtin-record.c |

Re: [PATCH 4/5] video:omap3isp:fix up ENOIOCTLCMD error handling

2012-09-13 Thread Wanlong Gao
On 09/13/2012 12:03 PM, Laurent Pinchart wrote: > Hi Wanlong, > > Thanks for the patch. > > On Monday 27 August 2012 15:23:15 Wanlong Gao wrote: >> At commit 07d106d0, Linus pointed out that ENOIOCTLCMD should be >> translated as ENOTTY to user mode. >> >> Cc: Laurent Pinchart >> Cc: Mauro

Re: [RFC][PATCH] perf, intel: Don't touch MSR_IA32_DEBUGCTLMSR from NMI context

2012-09-13 Thread Peter Zijlstra
On Wed, 2012-09-12 at 18:22 +0200, Peter Zijlstra wrote: > Oleg and Sebastian found that touching MSR_IA32_DEBUGCTLMSR from NMI > context is problematic since the only way to change the various > unrelated bits in there is: > > debugctl = get_debugctlmsr() > /* frob flags in debugctl */ >

Re: [PATCH v3 06/25] docs: Xen ARM DT bindings

2012-09-13 Thread Dave Martin
On Wed, Sep 12, 2012 at 07:14:58PM +0100, Stefano Stabellini wrote: > On Wed, 12 Sep 2012, Stefano Stabellini wrote: > > On Tue, 28 Aug 2012, Rob Herring wrote: > > > You should look at ePAPR 1.1 which defines hypervisor related bindings. > > > While it is a PPC doc, we should reuse or extend what

Re: [RFC] sched: nohz_idle_balance

2012-09-13 Thread Mike Galbraith
On Thu, 2012-09-13 at 10:19 +0200, Peter Zijlstra wrote: > On Thu, 2012-09-13 at 08:49 +0200, Mike Galbraith wrote: > > On Thu, 2012-09-13 at 06:11 +0200, Vincent Guittot wrote: > > > On tickless system, one CPU runs load balance for all idle CPUs. > > > The cpu_load of this CPU is updated

Re: [PATCH v3 06/25] docs: Xen ARM DT bindings

2012-09-13 Thread Dave Martin
On Wed, Sep 12, 2012 at 09:34:28PM -0500, Rob Herring wrote: > On 09/12/2012 01:14 PM, Stefano Stabellini wrote: > > On Wed, 12 Sep 2012, Stefano Stabellini wrote: > >> On Tue, 28 Aug 2012, Rob Herring wrote: > >>> You should look at ePAPR 1.1 which defines hypervisor related bindings. > >>> While

[PATCH v2 2/5] Staging: ipack: move the responsibility to clear interrupts to the IPack devices.

2012-09-13 Thread Samuel Iglesias Gonsalvez
From: Jens Taprogge Now the IPack device acknowledges its own IRQ. Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsalvez --- drivers/staging/ipack/bridges/tpci200.c |4 drivers/staging/ipack/devices/ipoctal.c | 19 +--

[PATCH v2 5/5] Staging: ipack/devices/ipoctal: simplify ipoctal_write_tty()

2012-09-13 Thread Samuel Iglesias Gonsalvez
Remove count_wr and the assigment of nb_bytes = 0 in that function as is useless. Now it returns the count of the characters actually sent. There is other nb_bytes = 0 deleted that has a duplicate a few lines before. Signed-off-by: Samuel Iglesias Gonsalvez ---

[PATCH v2 3/5] staging: ipack: remove irq field in struct ipack_device.

2012-09-13 Thread Samuel Iglesias Gonsalvez
From: Jens Taprogge The field irq currently is identical to the slot number. It does not seem to have any real use. The number is written to hardware in ipoctal but it seems the value that is written does not matter. Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsalvez ---

[PATCH v2 4/5] Staging: ipack/devices/ipoctal: acknowledge BREAK condition.

2012-09-13 Thread Samuel Iglesias Gonsalvez
Clear the BREAK flag from the ISR register. Doing that, we avoid to read the same condition for the next character received. Signed-off-by: Samuel Iglesias Gonsalvez --- drivers/staging/ipack/devices/ipoctal.c |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 1/5] Staging: ipack: Add IPACK_INT_SPACE memory space.

2012-09-13 Thread Samuel Iglesias Gonsalvez
From: Jens Taprogge This will allow us to correctly access the IPack INT space. Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsalvez --- drivers/staging/ipack/bridges/tpci200.c | 29 + drivers/staging/ipack/bridges/tpci200.h |2 ++

Re: [PATCH 3/5] staging: ipack: remove irq field in struct ipack_device.

2012-09-13 Thread Samuel Iglesias Gonsálvez
On Thu, 2012-09-13 at 13:01 +0300, Dan Carpenter wrote: > On Thu, Sep 13, 2012 at 11:46:26AM +0200, Samuel Iglesias Gonsalvez wrote: > > From: Jens Taprogge > > > > The field irq currently is identical to the slot number. It does not seem > > to > > have any real use. The number is written to

Re: [PATCH 1/2] ARM: SoC: convert MSM SMP to SoC descriptor

2012-09-13 Thread Arnd Bergmann
On Wednesday 12 September 2012, David Brown wrote: > > From: Marc Zyngier > > Convert MSM SMP platforms to use the SoC descriptor to provide > their SMP and CPU hotplug operations. > > Cc: David Brown > Signed-off-by: Marc Zyngier > Signed-off-by: Arnd Bergmann > --- > This is an adaptation

Re: [PATCH v9 10/13] ARM: SoC: convert imx6q to SoC descriptor

2012-09-13 Thread Arnd Bergmann
On Thursday 13 September 2012, Shawn Guo wrote: > > > > DT_MACHINE_START(IMX6Q, "Freescale i.MX6 Quad (Device Tree)") > > + .smp= smp_ops(imx6q_soc_desc), > > s/imx6q_soc_desc/imx_smp_ops Yes, just noticed this myself when testing the series together with other patches. >

Re: [PATCH v3 26/31] arm64: Miscellaneous library functions

2012-09-13 Thread Arnd Bergmann
On Wednesday 12 September 2012, Catalin Marinas wrote: > From 64ec78a2fce931e0148db90747c69688f248a531 Mon Sep 17 00:00:00 2001 > From: Catalin Marinas > Date: Wed, 12 Sep 2012 22:00:53 +0100 > Subject: [PATCH 1/2] Implement generic ffs/fls using __builtin_* functions > > This patch implements

Re: [PATCH 1/4] i2c: introduce i2c-cbus driver

2012-09-13 Thread Wolfram Sang
On Mon, Sep 03, 2012 at 11:23:22PM +0300, Aaro Koskinen wrote: > Add i2c driver to enable access to devices behind CBUS on Nokia Internet > Tablets. > > The patch also adds CBUS I2C configuration for N8x0 which is one of the > users of this driver. > > Cc: linux-...@vger.kernel.org > Acked-by:

Re: [PATCH 1/1] Input: joydev - fix axes values sent in initial js_event

2012-09-13 Thread Vojtech Bocek
2012/9/13, Dmitry Torokhov : > On Wed, Sep 05, 2012 at 10:09:57PM +0200, Vojtěch Boček wrote: > > This makes sense. Just to confirm - have you tried the patch and > verified it works for you? > > Thanks. > > -- > Dmitry > Yes, I did. Only one thing is incorrect(?). When I plug the joystick in,

Re: xt_nat_init: BUG: unable to handle kernel NULL pointer dereference at 00000000000000e0

2012-09-13 Thread Fengguang Wu
> Wasnt it already solved ? > > http://1984.lsi.us.es/git/nf-next/commit/?id=00545bec9412d130c77f72a08d6c8b6ad21d4a1 > > Just have to wait that netfilter fixes are pushed upstream OK, sorry. I didn't subscribe many mailing lists and rely on the search results in google and LKML to avoid

[PATCH v3 0/5] Support for TSC/ADC MFD driver

2012-09-13 Thread Patil, Rachna
This patch set adds a MFD core driver which registers touchscreen and ADC as its client drivers. The existing touchscreen has been modified to work as a MFD client driver and a new ADC driver has been added in the IIO subsystem. There are 8 analog input lines, which can be used as: 1. 8 general

[PATCH v3 3/5] input: TSC: ti_tsc: Convert TSC into a MFDevice

2012-09-13 Thread Patil, Rachna
This patch converts touchscreen into a MFD client. All the register definitions, clock initialization, etc has been moved to MFD core driver. Signed-off-by: Patil, Rachna --- Changes in v2: No changes Changes in v3: No changes drivers/input/touchscreen/ti_tsc.c | 277

[PATCH v3 5/5] MFD: ti_tscadc: add suspend/resume functionality

2012-09-13 Thread Patil, Rachna
This patch adds support for suspend/resume of TSC/ADC MFDevice. Signed-off-by: Patil, Rachna --- Changes in v2: Added this patch newly in this patch series. Changes in v3: No changes. drivers/iio/adc/ti_adc.c | 32

[PATCH v3 4/5] IIO : ADC: tiadc: Add support of TI's ADC driver

2012-09-13 Thread Patil, Rachna
This patch adds support for TI's ADC driver. This is a multifunctional device. Analog input lines are provided on which voltage measurements can be carried out. You can have upto 8 input lines. Signed-off-by: Patil, Rachna --- Changes in v2: Addressed review comments from Matthias

[PATCH v3 1/5] input: TSC: ti_tscadc: Rename the existing touchscreen driver

2012-09-13 Thread Patil, Rachna
Make way for addition of MFD driver. The existing touchsreen driver is a MFD client. For better readability we rename the file to indicate its functionality as only touchscreen. Signed-off-by: Patil, Rachna --- Changes in v2: Missed changing the name of touchscreen header file in

[PATCH v3 2/5] MFD: ti_tscadc: Add support for TI's TSC/ADC MFDevice

2012-09-13 Thread Patil, Rachna
Add the mfd core driver which supports touchscreen and ADC. With this patch we are only adding infrastructure to support the MFD clients. Signed-off-by: Patil, Rachna --- Changes in v2: Merged "[PATCH 5/5] MFD: ti_tscadc: Add check on number of i/p channels", patch submitted in

Re: [PATCH v3 21/31] arm64: 32-bit (compat) applications support

2012-09-13 Thread Arnd Bergmann
On Thursday 13 September 2012, Catalin Marinas wrote: > Here they are. For converting the other architectures, I'll post > separate patches as I don't want to add an extra dependency to the > arm64 series. Ok, thanks! > diff --git a/kernel/compat.c b/kernel/compat.c > index c28a306..5f07388

Re: [PATCH v9 00/13] Per sub-architecture SMP operations

2012-09-13 Thread Marc Zyngier
On 12/09/12 15:58, Arnd Bergmann wrote: > As I promised at the ARM mini summit, I've updated Marc's series > for smp operations according to my complaints. Unfortunately, > I could not find version 7 of the patches when I started this, > so I based my work on version 6 and had to redo the same >

Re: [PATCH v3 06/25] docs: Xen ARM DT bindings

2012-09-13 Thread Stefano Stabellini
On Thu, 13 Sep 2012, Dave Martin wrote: > On Wed, Sep 12, 2012 at 07:14:58PM +0100, Stefano Stabellini wrote: > > On Wed, 12 Sep 2012, Stefano Stabellini wrote: > > - hcall-instructions > > potentially interesting, but given that for Xen we are quite happy with > > HVC, we are not going to add any

Re: [PATCH v9 11/13] ARM: SoC: convert spear13xx to SoC descriptor

2012-09-13 Thread viresh kumar
On Wed, Sep 12, 2012 at 8:28 PM, Arnd Bergmann wrote: > Convert the spear13xx platform to use the SoC descriptor to provide > its SMP and CPU hotplug operations. > > Cc: Viresh Kumar > Cc: Shiraz Hashim > Cc: spear-de...@list.st.com > Signed-off-by: Marc Zyngier > Signed-off-by: Arnd Bergmann

Re: [PATCH v3 06/25] docs: Xen ARM DT bindings

2012-09-13 Thread Stefano Stabellini
On Thu, 13 Sep 2012, Dave Martin wrote: > Do you think it's feasible to standardise on some interoperable ABI for > kvm and Xen? This sounds pretty optimistic, but I'm not aware of all > the technicalities, or what possible third-party hypervisors are out > there. > > If we could do it, it would

Re: [PATCH v2 1/5] fat: allocate persistent inode numbers

2012-09-13 Thread J. Bruce Fields
On Thu, Sep 13, 2012 at 05:33:02PM +0900, OGAWA Hirofumi wrote: > Namjae Jeon writes: > > >> I see. So, client can't solve the ESTALE if inode cache was evicted, > >> right? (without application changes) > > > > There can be situation where we may get not only ESTALE but EIO also. > > > > For

[PATCH] edac/85xx: fix error handle of mpc85xx_mc_err_probe

2012-09-13 Thread Shaohui Xie
Error handle in case of DDR ECC off is wrong, sysfs entries have not been created, so edac_mc_free which frees a mci instance should not be called. Also, free mci's memory in this case. Signed-off-by: Shaohui Xie --- drivers/edac/edac_core.h|1 + drivers/edac/edac_mc.c | 53

Re: [PATCH v3 06/25] docs: Xen ARM DT bindings

2012-09-13 Thread Stefano Stabellini
On Thu, 13 Sep 2012, Rob Herring wrote: > On 09/12/2012 01:14 PM, Stefano Stabellini wrote: > > On Wed, 12 Sep 2012, Stefano Stabellini wrote: > >> On Tue, 28 Aug 2012, Rob Herring wrote: > >>> You should look at ePAPR 1.1 which defines hypervisor related bindings. > >>> While it is a PPC doc, we

kmemcg benchmarks

2012-09-13 Thread Glauber Costa
Hello everybody. I've just finished a round of benchmarks for kmemcg code. All the results can be found at: http://glommer.net/kmemcg-benchmarks-13092012/ The benchmarks were run in a 2-socket, 24-cpu machine. I haven't run all possible configurations I have envisioned, because I wanted this

[GIT PULL] sound fixes for 3.6-rc6

2012-09-13 Thread Takashi Iwai
Linus, The following changes since commit 2e4a263ca80a203ac6109f5932722a716c265395: ALSA: snd-usb: fix cross-interface streaming devices (2012-08-31 21:04:53 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-linus for you to

Re: [PATCH v3] media: v4l2-ctrl: add a helper function to modify the menu

2012-09-13 Thread Prabhakar Lad
Hi Laurent, Thanks for the review. On Thursday 13 September 2012 06:45 AM, Laurent Pinchart wrote: > Hi Prabhakar, > > Thanks for the patch. > > On Tuesday 11 September 2012 19:53:38 Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> Add a helper function to modify the menu, max and default

Re: [RFC] tty: Add get- ioctls to fetch tty status

2012-09-13 Thread Jiri Slaby
On 09/13/2012 11:56 AM, Cyrill Gorcunov wrote: > For checkpoint/restore we need to know if tty has > exclusive or packet mode set, as well as if pty > is currently locked. Just to be able to restore > this characteristics. > > For this sake the following ioctl codes are introduced > > - TIOGPKT

Re: [RFC][PATCH] perf, intel: Don't touch MSR_IA32_DEBUGCTLMSR from NMI context

2012-09-13 Thread Stephane Eranian
On Thu, Sep 13, 2012 at 12:23 PM, Peter Zijlstra wrote: > On Wed, 2012-09-12 at 18:22 +0200, Peter Zijlstra wrote: >> Oleg and Sebastian found that touching MSR_IA32_DEBUGCTLMSR from NMI >> context is problematic since the only way to change the various >> unrelated bits in there is: >> >>

Re: [GIT PULL] sound fixes for 3.6-rc6

2012-09-13 Thread Linus Torvalds
On Thu, Sep 13, 2012 at 7:43 PM, Takashi Iwai wrote: > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-linus *PLEASE* don't do this. You point to a branch, but then the pull request clearly implies there is a tag with extra

Re: [RFC] tty: Add get- ioctls to fetch tty status

2012-09-13 Thread Cyrill Gorcunov
On Thu, Sep 13, 2012 at 01:46:53PM +0200, Jiri Slaby wrote: > On 09/13/2012 11:56 AM, Cyrill Gorcunov wrote: > > For checkpoint/restore we need to know if tty has > > exclusive or packet mode set, as well as if pty > > is currently locked. Just to be able to restore > > this characteristics. > >

Re: [RFC][PATCH] Improving directed yield scalability for PLE handler

2012-09-13 Thread Raghavendra K T
* Andrew Theurer [2012-09-11 13:27:41]: > On Tue, 2012-09-11 at 11:38 +0530, Raghavendra K T wrote: > > On 09/11/2012 01:42 AM, Andrew Theurer wrote: > > > On Mon, 2012-09-10 at 19:12 +0200, Peter Zijlstra wrote: > > >> On Mon, 2012-09-10 at 22:26 +0530, Srikar Dronamraju wrote: > > +static

Re: [PATCH 1/2] mfd/janz-cmodio: fix MODULBus number sysfs entry

2012-09-13 Thread Marc Kleine-Budde
On 09/12/2012 12:58 AM, Ira W. Snyder wrote: > From: "Ira W. Snyder" > > Revision 1.0 of the Janz CMOD-IO Carrier Board does not contain zeroes > in the top 4 bits of the modulbus_num (int_enable) register. Mask off > the unused bits so that the correct value is displayed in sysfs. > > Cc:

Re: [alsa-devel] [PATCH] ASoC: codecs: Add DA9055 codec driver

2012-09-13 Thread Ashish Chavan
On Wed, 2012-09-12 at 10:57 +0800, Mark Brown wrote: > > > + aif_ctrl |= (DA9055_AIF_OE | DA9055_AIF_EN); > > DAPM. Here the trouble in making it DAPM based is that there is no separate control for AIF input and output. It is confirmed that AIF_EN is the master control bit, which enables both

Re: [PATCH 2/2] can: janz-ican3: fix support for older hardware revisions

2012-09-13 Thread Marc Kleine-Budde
On 09/12/2012 12:58 AM, Ira W. Snyder wrote: > From: "Ira W. Snyder" > > The Revision 1.0 Janz CMOD-IO Carrier Board does not have support for > the reset registers. To support older hardware, the code is changed to > use the hardware reset register on the Janz VMOD-ICAN3 hardware itself. > >

Re: [GIT PULL] sound fixes for 3.6-rc6

2012-09-13 Thread Takashi Iwai
At Thu, 13 Sep 2012 19:51:14 +0800, Linus Torvalds wrote: > > On Thu, Sep 13, 2012 at 7:43 PM, Takashi Iwai wrote: > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-linus > > *PLEASE* don't do this. > > You point to a

Re: [PATCH v3] media: v4l2-ctrl: add a helper function to modify the menu

2012-09-13 Thread Hans Verkuil
On Thu 13 September 2012 13:43:36 Prabhakar Lad wrote: > Hi Laurent, > > Thanks for the review. > > On Thursday 13 September 2012 06:45 AM, Laurent Pinchart wrote: > > Hi Prabhakar, > > > > Thanks for the patch. > > > > On Tuesday 11 September 2012 19:53:38 Prabhakar Lad wrote: > >> From: Lad,

Re: [alsa-devel] [PATCH] ASoC: codecs: Add DA9055 codec driver

2012-09-13 Thread Mark Brown
On Thu, Sep 13, 2012 at 05:38:36PM +0530, Ashish Chavan wrote: > On Wed, 2012-09-12 at 10:57 +0800, Mark Brown wrote: > > > + aif_ctrl |= (DA9055_AIF_OE | DA9055_AIF_EN); > > DAPM. > Here the trouble in making it DAPM based is that there is no separate > control for AIF input and output. It is

Re: [PATCH v4 0/5] ARM: topology: set the capacity of each cores for big.LITTLE

2012-09-13 Thread Peter Zijlstra
On Thu, 2012-09-13 at 11:17 +0200, Vincent Guittot wrote: > On 10 July 2012 15:42, Peter Zijlstra wrote: > > On Tue, 2012-07-10 at 14:35 +0200, Vincent Guittot wrote: > >> > >> May be the last one which enable ARCH_POWER should also go into tip ? > >> > > OK, I can take it. > > Hi Peter, > > I

Re: [PATCH v2] SUNRPC: check current nsproxy before set of node name on client creation

2012-09-13 Thread Stanislav Kinsbursky
10.09.2012 19:41, Myklebust, Trond пишет: On Mon, 2012-09-10 at 19:37 +0400, Stanislav Kinsbursky wrote: Hi, Trond. So, if I understand you right, we can create rpc client (or increase usage counter) on NSMPROC_MON call and destroy (or decrease usage counter) on NSMPROC_UNMON call. Will this

Re: [RFC][PATCH] perf, intel: Don't touch MSR_IA32_DEBUGCTLMSR from NMI context

2012-09-13 Thread Peter Zijlstra
On Thu, 2012-09-13 at 13:49 +0200, Stephane Eranian wrote: > Should be, though it is pretty ugly to stash all of this in the > put/get constraints. Agreed, I almost added two extra functions for it but when I went to look at where to call them I ended up next to get/put constraints. > I will run

Re: [RFC][PATCH] Improving directed yield scalability for PLE handler

2012-09-13 Thread Avi Kivity
On 09/11/2012 09:27 PM, Andrew Theurer wrote: > > So, having both is probably not a good idea. However, I feel like > there's more work to be done. With no over-commit (10 VMs), total > throughput is 23427 +/- 2.76%. A 2x over-commit will no doubt have some > overhead, but a reduction to ~4500

Re: [PATCH v3 4/5] IIO : ADC: tiadc: Add support of TI's ADC driver

2012-09-13 Thread Jonathan Cameron
On 13/09/12 11:40, Patil, Rachna wrote: This patch adds support for TI's ADC driver. This is a multifunctional device. Analog input lines are provided on which voltage measurements can be carried out. You can have upto 8 input lines. Signed-off-by: Patil, Rachna There's a little fuzz in

Re: [PATCH REPOST RFC cgroup/for-3.7] cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them

2012-09-13 Thread Michal Hocko
On Wed 12-09-12 10:11:20, Tejun Heo wrote: > Hello, > > On Wed, Sep 12, 2012 at 05:49:07PM +0200, Michal Hocko wrote: > > > While I respect your goal of not warning about any configuration > > > with max_level = 1, I believe the only sane configuration as soon > > > as we get any 2nd-level child

Re: [PATCH] genalloc: make possible to use a custom allocation algorithm

2012-09-13 Thread Benjamin Gaignard
>From b78b2fea3899c5170b780f5ff138490ac6cf4cb7 Mon Sep 17 00:00:00 2001 From: Benjamin Gaignard Date: Thu, 13 Sep 2012 11:29:03 +0200 Subject: [PATCH] genalloc: make possible to use a custom allocation algorithm This patch allow to use another algorithm than the default first-fit one. For

Re: [PATCH REPOST RFC cgroup/for-3.7] cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them

2012-09-13 Thread Daniel P. Berrange
On Mon, Sep 10, 2012 at 03:33:55PM -0700, Tejun Heo wrote: > (forgot cc'ing containers / cgroups mailing lists and used the old > address for Li. Reposting. Sorry for the noise.) > > Currently, cgroup hierarchy support is a mess. cpu related subsystems > behave correctly - configuration,

Re: [PATCH v2 1/5] fat: allocate persistent inode numbers

2012-09-13 Thread OGAWA Hirofumi
"J. Bruce Fields" writes: >> >> Grepping around... Documentation/sysctl/vm.txt mentions a >> >> vfs_cache_pressure parameter. >> >> Yeah. And dirty hack will be possible to adjust sb->s_shrink.batch. >> > I am worrying if it could lead to OOM condition on embedded >> > system(short memory(DRAM)

Re: [PATCH v2 2/3] perf: use hrtimer for event multiplexing

2012-09-13 Thread Peter Zijlstra
On Wed, 2012-09-12 at 17:37 +0200, Stephane Eranian wrote: > Note however that the rotation_list is still used in perf_event_task_tick() > to iterate over the ctx which needs unthrottling. We would have to switch > that loop over to a for-each-pmu() which would necessary incur more > iterations

<    4   5   6   7   8   9   10   11   12   13   >