Re: [2.6.31] ir-kbd-i2c oops.

2009-10-04 Thread Hermann Pitton
Hi Pawel, Am Sonntag, den 04.10.2009, 09:08 +0200 schrieb Paweł Sikora: > On Sunday 04 October 2009 00:52:18 Hermann Pitton wrote: > > Hi, > > > > Am Samstag, den 03.10.2009, 21:09 +0200 schrieb Paweł Sikora: > > > On Saturday 03 October 2009 20:15:27 Jean Delvare wrote: > > > > > moreover, with

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-04 Thread Paweł Sikora
On Sunday 04 October 2009 00:52:18 Hermann Pitton wrote: > Hi, > > Am Samstag, den 03.10.2009, 21:09 +0200 schrieb Paweł Sikora: > > On Saturday 03 October 2009 20:15:27 Jean Delvare wrote: > > > > moreover, with this patch i'm observing a flood in dmesg: > > > > > > > > [ 938.313245] i2c IR (Pin

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-03 Thread Hermann Pitton
Hi, Am Samstag, den 03.10.2009, 21:09 +0200 schrieb Paweł Sikora: > On Saturday 03 October 2009 20:15:27 Jean Delvare wrote: > > > > moreover, with this patch i'm observing a flood in dmesg: > > > > > > [ 938.313245] i2c IR (Pinnacle PCTV): unknown key: key=0x12 raw=0x12 > > > down=1 [ 938.4199

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-03 Thread Paweł Sikora
On Saturday 03 October 2009 20:15:27 Jean Delvare wrote: > > moreover, with this patch i'm observing a flood in dmesg: > > > > [ 938.313245] i2c IR (Pinnacle PCTV): unknown key: key=0x12 raw=0x12 > > down=1 [ 938.419914] i2c IR (Pinnacle PCTV): unknown key: key=0x12 > > raw=0x12 down=0 [ 939.27

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-03 Thread Jean Delvare
Hi Pawel, Please keep the list Cc'd. On Sat, 3 Oct 2009 17:30:44 +0200, Paweł Sikora wrote: > On Saturday 03 October 2009 14:04:47 you wrote: > > OK. So the bug is exactly what I said on my very first reply. And the > > patch I pointed you to back then should have fixed it: > > http://patchwork.k

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-03 Thread Jean Delvare
Hi Pawel, On Sat, 3 Oct 2009 12:08:36 +0200, Paweł Sikora wrote: > On Thursday 01 October 2009 13:43:43 Jean Delvare wrote: > > > Pawel, please give a try to the following patch. Please keep the debug > > patches apply too, in case we need additional info. > > the second patch helps. here's a dm

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-01 Thread Jean Delvare
On Wed, 30 Sep 2009 19:52:07 -0400, Andy Walls wrote: > On Wed, 2009-09-30 at 18:22 +0200, Paweł Sikora wrote: > > [ 11.701267] ir_probe: addr=0x47 > > [ 11.701271] ir_probe: [before override] ir_codes=(null), name=SAA713x > > remote, get_key=(null) > > [ 11.701273] ir_probe: [after overrid

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-01 Thread Paweł Sikora
Dnia 01-10-2009 o 12:42:10 Jean Delvare napisał(a): On Thu, 01 Oct 2009 12:17:20 +0200, Paweł Sikora wrote: Dnia 01-10-2009 o 12:06:09 Jean Delvare napisał(a): >> I'm not sure if it is the problem here, but it may be prudent to check >> that there's no mismatch between the module and the

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-01 Thread Jean Delvare
On Thu, 01 Oct 2009 12:17:20 +0200, Paweł Sikora wrote: > Dnia 01-10-2009 o 12:06:09 Jean Delvare napisał(a): > > >> I'm not sure if it is the problem here, but it may be prudent to check > >> that there's no mismatch between the module and the structure > >> definitions being pulled in via "#inc

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-01 Thread Paweł Sikora
Dnia 01-10-2009 o 12:06:09 Jean Delvare napisał(a): I'm not sure if it is the problem here, but it may be prudent to check that there's no mismatch between the module and the structure definitions being pulled in via "#include" (maybe by stopping gcc after the preprocessing with -E ). Thanks

Re: [2.6.31] ir-kbd-i2c oops.

2009-10-01 Thread Jean Delvare
Hi Andy, On Wed, 30 Sep 2009 19:42:46 -0400, Andy Walls wrote: > On Wed, 2009-09-30 at 12:57 +0200, Jean Delvare wrote: > > Not sure why you look at address 0x83e? The stack trace says +0x64. As > > function ir_input_init() starts at 0x800, the oops address would be > > 0x864, which is: > > > > 8

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Andy Walls
On Wed, 2009-09-30 at 12:57 +0200, Jean Delvare wrote: > Hi Pawel, > > I am removing the linux-i2c list from Cc, because it seems clear that > your problem is related to specific media drivers and not the i2c > subsystem. > > On Wed, 30 Sep 2009 10:16:15 +0200, Paweł Sikora wrote: > > On Tuesday

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Jean Delvare
On Wed, 30 Sep 2009 13:52:27 +0200, Paweł Sikora wrote: > On Wednesday 30 September 2009 12:57:37 Jean Delvare wrote: > > > Are you running distribution kernels or self-compiled ones? > > Any local patches applied? > > Would you be able to apply debug patches and rebuild your kernel? > > yes, i'm

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Paweł Sikora
On Wednesday 30 September 2009 12:57:37 Jean Delvare wrote: > Are you running distribution kernels or self-compiled ones? > Any local patches applied? > Would you be able to apply debug patches and rebuild your kernel? yes, i'm using patched (vserver,grsec) modular kernel from pld-linux but i'm a

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Jean Delvare
Hi Pawel, I am removing the linux-i2c list from Cc, because it seems clear that your problem is related to specific media drivers and not the i2c subsystem. On Wed, 30 Sep 2009 10:16:15 +0200, Paweł Sikora wrote: > On Tuesday 29 September 2009 16:16:29 Jean Delvare wrote: > > On Wed, 16 Sep 2009

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Paweł Sikora
On Tuesday 29 September 2009 16:16:29 Jean Delvare wrote: > On Wed, 16 Sep 2009 10:03:32 +0200, Paweł Sikora wrote: > > On Wednesday 16 September 2009 08:57:01 Jean Delvare wrote: > > > Hi Pawel, > > > > > > I think this would be fixed by the following patch: > > > http://patchwork.kernel.org/patch

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-29 Thread Hermann Pitton
Hi Jean, Am Dienstag, den 29.09.2009, 16:16 +0200 schrieb Jean Delvare: > On Wed, 16 Sep 2009 10:03:32 +0200, Paweł Sikora wrote: > > On Wednesday 16 September 2009 08:57:01 Jean Delvare wrote: > > > Hi Pawel, > > > > > > I think this would be fixed by the following patch: > > > http://patchwork.

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-29 Thread Jean Delvare
On Wed, 16 Sep 2009 10:03:32 +0200, Paweł Sikora wrote: > On Wednesday 16 September 2009 08:57:01 Jean Delvare wrote: > > Hi Pawel, > > > > I think this would be fixed by the following patch: > > http://patchwork.kernel.org/patch/45707/ > > still oopses. this time i've attached full dmesg. Any n

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-16 Thread Paweł Sikora
On Wednesday 16 September 2009 08:57:01 Jean Delvare wrote: > Hi Pawel, > > I think this would be fixed by the following patch: > http://patchwork.kernel.org/patch/45707/ still oopses. this time i've attached full dmesg. [0.00] Initializing cgroup subsys cpuset [0.00] Initializing

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-15 Thread Jean Delvare
Hi Pawel, On Wed, 16 Sep 2009 03:00:28 +0200, Paweł Sikora wrote: > the latest 2.6.31 kernel oopses in ir-kbd-i2c on my box: > afaics the 2.6.28.10 is also affected. > > http://imgbin.org/index.php?page=image&id=776 > http://imgbin.org/index.php?page=image&id=777 > http://imgbin.org/index.php?pag