Re: [Nouveau] nouveau lockdep splat

2013-03-24 Thread Lijo Antony
On 03/20/2013 07:29 PM, Borislav Petkov wrote: On Wed, Mar 20, 2013 at 07:23:19PM +0400, Lijo Antony wrote: # bad: [fffddfd6c8e0c10c42c6e2cc54ba880fcc36ebbb] Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux git bisect bad fffddfd6c8e0c10c42c6e2cc54ba880fcc36ebbb

Re: [Nouveau] nouveau lockdep splat

2013-03-24 Thread Lijo Antony
On 03/20/2013 07:29 PM, Borislav Petkov wrote: On Wed, Mar 20, 2013 at 07:23:19PM +0400, Lijo Antony wrote: # bad: [fffddfd6c8e0c10c42c6e2cc54ba880fcc36ebbb] Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux git bisect bad fffddfd6c8e0c10c42c6e2cc54ba880fcc36ebbb

Re: [Nouveau] nouveau lockdep splat

2013-03-20 Thread Lijo Antony
On 03/20/2013 10:35 AM, Lijo Antony wrote: I think this is same as https://lkml.org/lkml/2013/3/16/143 (btw, git bisect in that mail is incorrect). While investigating, I found this issue was introduced during 3.9 merge window. For me this comes when I connect my TV via HDMI. FWIW, git bisect

Re: [Nouveau] nouveau lockdep splat

2013-03-20 Thread Lijo Antony
On 03/20/2013 12:40 AM, Peter Hurley wrote: with the hope of having the right people on CC now (finally, thanks Lucas :-)), here's the same splat on -rc3. Someone better take a look soonish, please: Also happens in next (on nv50 hardware). I think this is same as

Re: [Nouveau] nouveau lockdep splat

2013-03-20 Thread Lijo Antony
On 03/20/2013 12:40 AM, Peter Hurley wrote: with the hope of having the right people on CC now (finally, thanks Lucas :-)), here's the same splat on -rc3. Someone better take a look soonish, please: Also happens in next (on nv50 hardware). I think this is same as

Re: [Nouveau] nouveau lockdep splat

2013-03-20 Thread Lijo Antony
On 03/20/2013 10:35 AM, Lijo Antony wrote: I think this is same as https://lkml.org/lkml/2013/3/16/143 (btw, git bisect in that mail is incorrect). While investigating, I found this issue was introduced during 3.9 merge window. For me this comes when I connect my TV via HDMI. FWIW, git bisect

Re: [3.9.0-rc2] nouveau deadlock when HDMI TV is connected

2013-03-17 Thread Lijo Antony
On 03/16/2013 10:29 PM, Lijo Antony wrote: But looking at 65b5f42e2a9eb9c8383fb67698bf8c27657f8c14, it looks I might have done some mistake in bisecting. My bisecting was indeed incorrect. Issue started even before 3.9.0-rc1. Attempting a proper bisect this time... -lijo -- To unsubscribe

Re: [3.9.0-rc2] nouveau deadlock when HDMI TV is connected

2013-03-17 Thread Lijo Antony
On 03/16/2013 10:29 PM, Lijo Antony wrote: But looking at 65b5f42e2a9eb9c8383fb67698bf8c27657f8c14, it looks I might have done some mistake in bisecting. My bisecting was indeed incorrect. Issue started even before 3.9.0-rc1. Attempting a proper bisect this time... -lijo -- To unsubscribe

Re: Fwd: [Nepomuk] Better support for (desktop) file search / indexing applications

2013-03-10 Thread Lijo Antony
On 03/10/2013 08:51 AM, Simeon Bird wrote: Hi, We (nepomuk) recently looked at using fanotify, and indeed we would need user watches, support for moves and recursive directory watches (we need to support the case where /home is not a separate filesystem) before it would be useful to us. If you

Re: Fwd: [Nepomuk] Better support for (desktop) file search / indexing applications

2013-03-10 Thread Lijo Antony
On 03/10/2013 08:51 AM, Simeon Bird wrote: Hi, We (nepomuk) recently looked at using fanotify, and indeed we would need user watches, support for moves and recursive directory watches (we need to support the case where /home is not a separate filesystem) before it would be useful to us. If you

Re: i915_hangcheck_hung problem with 3.8-rc2+ (Linus's latest tree)

2013-01-08 Thread Lijo Antony
On 01/09/2013 09:31 AM, Dave Airlie wrote: On Wed, Jan 9, 2013 at 2:25 PM, Greg KH wrote: On Wed, Jan 09, 2013 at 01:42:39PM +1000, Dave Airlie wrote: Hi all, I've hit this 3 times today on Linus's latest 3.8-rc2+ tree: [11868.414648] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer

[PATCH 3/3] Staging: speakup: kobjects.c: checkpatch.pl fixes

2013-01-08 Thread Lijo Antony
Fixed two "line over 80 characters" warnings reported by checkpatch.pl Signed-off-by: Lijo Antony --- drivers/staging/speakup/kobjects.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/speakup/kobjects.c b/drivers/staging/speakup/kobjec

[PATCH 2/3] Staging: speakup: keyhelp.c: checkpatch.pl fixes

2013-01-08 Thread Lijo Antony
Breaking 2 lines to fit 80 char limit Signed-off-by: Lijo Antony --- drivers/staging/speakup/keyhelp.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging/speakup/keyhelp.c b/drivers/staging/speakup/keyhelp.c index 4c584ec..5091625 100644 --- a/drivers

[PATCH 1/3] Staging: speakup: buffers.c: checkpatch.pl fixes

2013-01-08 Thread Lijo Antony
Fixed two camel case issues. Signed-off-by: Lijo Antony --- drivers/staging/speakup/buffers.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/speakup/buffers.c b/drivers/staging/speakup/buffers.c index a2db956..382973e 100644 --- a/drivers

[PATCH 1/3] Staging: speakup: buffers.c: checkpatch.pl fixes

2013-01-08 Thread Lijo Antony
Fixed two camel case issues. Signed-off-by: Lijo Antony lijo.ker...@gmail.com --- drivers/staging/speakup/buffers.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/speakup/buffers.c b/drivers/staging/speakup/buffers.c index a2db956..382973e

[PATCH 2/3] Staging: speakup: keyhelp.c: checkpatch.pl fixes

2013-01-08 Thread Lijo Antony
Breaking 2 lines to fit 80 char limit Signed-off-by: Lijo Antony lijo.ker...@gmail.com --- drivers/staging/speakup/keyhelp.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging/speakup/keyhelp.c b/drivers/staging/speakup/keyhelp.c index 4c584ec..5091625

[PATCH 3/3] Staging: speakup: kobjects.c: checkpatch.pl fixes

2013-01-08 Thread Lijo Antony
Fixed two line over 80 characters warnings reported by checkpatch.pl Signed-off-by: Lijo Antony lijo.ker...@gmail.com --- drivers/staging/speakup/kobjects.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/speakup/kobjects.c b/drivers/staging

Re: i915_hangcheck_hung problem with 3.8-rc2+ (Linus's latest tree)

2013-01-08 Thread Lijo Antony
On 01/09/2013 09:31 AM, Dave Airlie wrote: On Wed, Jan 9, 2013 at 2:25 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Jan 09, 2013 at 01:42:39PM +1000, Dave Airlie wrote: Hi all, I've hit this 3 times today on Linus's latest 3.8-rc2+ tree: [11868.414648] [drm:i915_hangcheck_hung]

Re: [PATCH 2/2] Staging: comedi: addi_common.h: checkpatch.pl fixes

2013-01-07 Thread Lijo Antony
On 01/08/2013 02:50 AM, H Hartley Sweeten wrote: On Monday, January 07, 2013 3:40 PM, Greg KH wrote: On Sat, Jan 05, 2013 at 06:12:55PM +0400, Lijo Antony wrote: Reduced line lengths to 80 chars by removing extra spaces. Signed-off-by: Lijo Antony --- .../staging/comedi/drivers/addi-data

Re: [PATCH 2/2] Staging: comedi: addi_common.h: checkpatch.pl fixes

2013-01-07 Thread Lijo Antony
On 01/08/2013 02:50 AM, H Hartley Sweeten wrote: On Monday, January 07, 2013 3:40 PM, Greg KH wrote: On Sat, Jan 05, 2013 at 06:12:55PM +0400, Lijo Antony wrote: Reduced line lengths to 80 chars by removing extra spaces. Signed-off-by: Lijo Antony lijo.ker...@gmail.com --- .../staging

[PATCH 2/2] Staging: comedi: addi_common.h: checkpatch.pl fixes

2013-01-05 Thread Lijo Antony
Reduced line lengths to 80 chars by removing extra spaces. Signed-off-by: Lijo Antony --- .../staging/comedi/drivers/addi-data/addi_common.h | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/comedi/drivers/addi-data/addi_common.h b

[PATCH 1/2] Staging: comedi: addi_common.c: checkpatch.pl fixes

2013-01-05 Thread Lijo Antony
checkpatch.pl style fixes: - Broken license text into 80 char lines - fixed two space before tab issues - Removed unnecessary braces from if-else Signed-off-by: Lijo Antony --- .../staging/comedi/drivers/addi-data/addi_common.c | 26 +--- 1 file changed, 17 insertions(+), 9

[PATCH 1/2] Staging: comedi: addi_common.c: checkpatch.pl fixes

2013-01-05 Thread Lijo Antony
checkpatch.pl style fixes: - Broken license text into 80 char lines - fixed two space before tab issues - Removed unnecessary braces from if-else Signed-off-by: Lijo Antony lijo.ker...@gmail.com --- .../staging/comedi/drivers/addi-data/addi_common.c | 26 +--- 1 file changed

[PATCH 2/2] Staging: comedi: addi_common.h: checkpatch.pl fixes

2013-01-05 Thread Lijo Antony
Reduced line lengths to 80 chars by removing extra spaces. Signed-off-by: Lijo Antony lijo.ker...@gmail.com --- .../staging/comedi/drivers/addi-data/addi_common.h | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/comedi/drivers/addi-data