Re: [PATCH] zram: bug fix: delay lock holding in zram_slot_free_noity

2013-08-11 Thread Minchan Kim
Hello Greg, On Fri, Aug 09, 2013 at 04:39:08PM -0700, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 01:26:34AM +0900, Minchan Kim wrote: On Mon, Aug 05, 2013 at 04:18:34PM +0900, Minchan Kim wrote: I was preparing to promote zram and it was almost done. Before sending patch, I tried

Re: [for-next-3.11][PATCH 4/4] tracing: Fix reset of time stamps during trace_clock changes

2013-08-11 Thread Greg Kroah-Hartman
On Thu, Aug 08, 2013 at 12:12:06PM -0400, Steven Rostedt wrote: Greg, I'm testing the backports, and I found that this patch depends on commit 10246fa35d4ffdfe472185d4cbf9c2dfd9a9f023 tracing: Use flag buffer_disabled for irqsoff tracer Please add that to 3.10 before applying this fix.

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: On Sun, Aug 11, 2013 at 9:45 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: Andy Lutomirski l...@amacapital.net writes: The change: commit f4e0c30c191f87851c4a53454abb55ee276f4a7e Author: Al Viro v...@zeniv.linux.org.uk Date: Tue

Re: [PATCH v3 02/12] ARM: edma: Don't clear EMR of channel in edma_stop

2013-08-11 Thread Sekhar Nori
On 8/8/2013 5:19 PM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: We certainly don't want error conditions to be cleared any other place but the EDMA error handler, as this will make us 'forget' about missed events we might need to know errors have occurred.

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

2013-08-11 Thread Aneesh Kumar K.V
Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com writes: Andy Lutomirski l...@amacapital.net writes: On Sun, Aug 11, 2013 at 9:45 AM, Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: Andy Lutomirski l...@amacapital.net writes: The change: commit

Re: [PATCH v3 02/12] ARM: edma: Don't clear EMR of channel in edma_stop

2013-08-11 Thread Joel Fernandes
On Sun, Aug 11, 2013 at 11:25 PM, Sekhar Nori nsek...@ti.com wrote: On 8/8/2013 5:19 PM, Sekhar Nori wrote: On Monday 05 August 2013 09:44 PM, Joel Fernandes wrote: We certainly don't want error conditions to be cleared any other place but the EDMA error handler, as this will make us 'forget'

Re: [PATCH 3/3] kprobes: Use KSYM_NAME_LEN to size identifier buffers

2013-08-11 Thread Ananth N Mavinakayanahalli
On Sat, Aug 10, 2013 at 05:55:33PM -0700, Andi Kleen wrote: From: Joe Mario jma...@redhat.com Use KSYM_NAME_LEN to size identifier buffers, so that it can be easier increased. Cc: ana...@in.ibm.com Signed-off-by: Joe Mario jma...@redhat.com Signed-off-by: Andi Kleen a...@linux.intel.com

Re: [PATCH v5] net: Add MOXA ART SoCs ethernet driver

2013-08-11 Thread David Miller
From: Jonas Jensen jonas.jen...@gmail.com Date: Thu, 8 Aug 2013 13:34:54 +0200 The MOXA UC-711X hardware(s) has an ethernet controller that seem to be developed internally. The IC used is RTL8201CP. Since there is no public documentation, this driver is mostly the one published by MOXA

Re: [cpufreq] BUG: unable to handle kernel NULL pointer dereference at (null)

2013-08-11 Thread Viresh Kumar
On Sun, Aug 11, 2013 at 11:23 AM, Fengguang Wu fengguang...@intel.com wrote: Greetings, I got the below dmesg and the first bad commit is commit 01e3e82efc6742d5cf7ba14fb7a9bea318b386d8 Author: Lukasz Majewski l.majew...@samsung.com Date: Tue Aug 6 22:53:08 2013 +0530 cpufreq: Store

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

2013-08-11 Thread Viresh Kumar
On 11 August 2013 22:21, Julia Lawall julia.law...@lip6.fr wrote: 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. Makes sense. The semantic match that makes this change is as follows:

Re: AMD FX-4130 part only runs at 2.6/3.4GHz

2013-08-11 Thread Viresh Kumar
On 10 August 2013 03:12, Pavel Machek pa...@ucw.cz wrote: Hi! I have DMI: Gigabyte Technology Co., Ltd. GA-78LMT-S2P/GA-78LMT-S2P, BIOS F3 10/18/2012 mainboard and AMD FX-4130 processor. processor : 3 vendor_id : AuthenticAMD cpu family : 21 model : 1 model name: AMD

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

2013-08-11 Thread Julia Lawall
On Mon, 12 Aug 2013, Viresh Kumar wrote: On 11 August 2013 22:21, Julia Lawall julia.law...@lip6.fr wrote: 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. Makes sense. The semantic

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

2013-08-11 Thread Viresh Kumar
On 12 August 2013 11:15, Julia Lawall julia.law...@lip6.fr wrote: I'm not sure to understand the sense of the question. I was talking about this :) (http://coccinelle.lip6.fr/) -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

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

2013-08-11 Thread Julia Lawall
On Mon, 12 Aug 2013, Viresh Kumar wrote: On 12 August 2013 11:15, Julia Lawall julia.law...@lip6.fr wrote: I'm not sure to understand the sense of the question. I was talking about this :) (http://coccinelle.lip6.fr/) The URL of the tool if you can't figure out all the funny notation

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

2013-08-11 Thread Viresh Kumar
On 12 August 2013 11:18, Julia Lawall julia.law...@lip6.fr wrote: On Mon, 12 Aug 2013, Viresh Kumar wrote: On 12 August 2013 11:15, Julia Lawall julia.law...@lip6.fr wrote: I'm not sure to understand the sense of the question. I was talking about this :) (http://coccinelle.lip6.fr/) The

Re: [PATCH] tile: support kprobes on tilegx

2013-08-11 Thread Masami Hiramatsu
Hello Tony, (2013/08/10 4:08), Tony Lu wrote: This change includes support for Kprobes, Jprobes and Return Probes. Thank you for the effort, this looks good for the first step. However, it seems this only supports instructions which doesn't touch the execution path. I don't know tile ISA, but

<    1   2   3   4