Re: Imon module Oops and kernel hang

2011-07-18 Thread Jarod Wilson
On Jul 17, 2011, at 9:36 AM, Andy Walls wrote: > On Sun, 2011-07-17 at 11:38 +1000, Chris W wrote: >> On 17/07/11 10:43, Andy Walls wrote: >>> This is an obviously repeatable NULL pointer dereference in >>> rc_g_keycode_from_table(). The faulting line of code in both cases >>> disasembles to: >>>

Re: Imon module Oops and kernel hang

2011-07-17 Thread Andy Walls
On Sun, 2011-07-17 at 11:38 +1000, Chris W wrote: > On 17/07/11 10:43, Andy Walls wrote: > > This is an obviously repeatable NULL pointer dereference in > > rc_g_keycode_from_table(). The faulting line of code in both cases > > disasembles to: > > > > 1e: 8b 80 dc 00 00 00 mov0x

Re: Imon module Oops and kernel hang

2011-07-16 Thread Chris W
On 17/07/11 10:43, Andy Walls wrote: > This is an obviously repeatable NULL pointer dereference in > rc_g_keycode_from_table(). The faulting line of code in both cases > disasembles to: > > 1e: 8b 80 dc 00 00 00 mov0xdc(%eax),%eax > > %eax obviously holds the value 0 (NULL). But I'm

Re: Imon module Oops and kernel hang

2011-07-16 Thread Andy Walls
On Thu, 2011-07-14 at 12:41 +1000, Chris W wrote: > On 14/07/11 08:11, Jarod Wilson wrote: > > On Jul 13, 2011, at 1:42 AM, Chris W wrote: > > Just noticed your report is for 2.6.39.x and 2.6.38.x only, but I'm > > not aware of any relevant imon changes between 2.6.39 and 3.0. > > I just tried 3.0

Re: Imon module Oops and kernel hang

2011-07-13 Thread Chris W
On 14/07/11 08:11, Jarod Wilson wrote: > On Jul 13, 2011, at 1:42 AM, Chris W wrote: > Just noticed your report is for 2.6.39.x and 2.6.38.x only, but I'm > not aware of any relevant imon changes between 2.6.39 and 3.0. I just tried 3.0.0-rc7 with the same result (used defaults for new config item

Re: Imon module Oops and kernel hang

2011-07-13 Thread Jarod Wilson
On Jul 13, 2011, at 1:42 AM, Chris W wrote: > > On 13/07/11 14:20, Jarod Wilson wrote: > >>> Chris W wrote: >>> The rc keymap modules have been built (en masse as a result of >>> CONFIG_RC_MAP=m) but I am not explicitly loading them and they do not >>> get automatically loaded. >> >> Huh. That'

Re: Imon module Oops and kernel hang

2011-07-12 Thread Chris W
On 13/07/11 14:20, Jarod Wilson wrote: >> Chris W wrote: >> The rc keymap modules have been built (en masse as a result of >> CONFIG_RC_MAP=m) but I am not explicitly loading them and they do not >> get automatically loaded. > > Huh. That's unexpected. They get auto-loaded here, last I knew. I'll

Re: Imon module Oops and kernel hang

2011-07-12 Thread Jarod Wilson
On Jul 12, 2011, at 6:35 PM, Chris W wrote: > Thanks for the reply. > > On 13/07/11 05:55, Jarod Wilson wrote: >> >> I don't see any rc_imon_pad or rc_imon_mce modules there, and I've not >> seen any panics with multiple imon devices here, so I'm guessing you >> didn't build either of the possib

Re: Imon module Oops and kernel hang

2011-07-12 Thread Chris W
Thanks for the reply. On 13/07/11 05:55, Jarod Wilson wrote: > > I don't see any rc_imon_pad or rc_imon_mce modules there, and I've not > seen any panics with multiple imon devices here, so I'm guessing you > didn't build either of the possible imon keymaps, and having a null > keymap is interact

Re: Imon module Oops and kernel hang

2011-07-12 Thread Jarod Wilson
On Jul 12, 2011, at 11:03 AM, Randy Dunlap wrote: > [add linux-media mailing list] > > On Tue, 12 Jul 2011 10:38:36 +1000 Chris W wrote: > >> Hello All, >> >> The following report applies to 2.6.39.3 (vanilla code). I also see it >> consistently on 2.6.39.2 and 2.6.38-gentoo-r6. >> >> I am tr

Re: Imon module Oops and kernel hang

2011-07-12 Thread Randy Dunlap
[add linux-media mailing list] On Tue, 12 Jul 2011 10:38:36 +1000 Chris W wrote: > Hello All, > > The following report applies to 2.6.39.3 (vanilla code). I also see it > consistently on 2.6.39.2 and 2.6.38-gentoo-r6. > > I am trying to switch to using the in-kernel modules for my remote > con