Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-26 Thread Robert Fitzsimons
> Bisecting this won't be that easy. The support for the depreciated V4L1 API > were removed from bttv driver. Now, it uses v4l1-compat module, that > translates > a V4L1 call into a V4L2 one. I'll try to seek for troubles at the current > code. I think I might have seen this problem but it

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-26 Thread Robert Fitzsimons
Bisecting this won't be that easy. The support for the depreciated V4L1 API were removed from bttv driver. Now, it uses v4l1-compat module, that translates a V4L1 call into a V4L2 one. I'll try to seek for troubles at the current code. I think I might have seen this problem but it didn't

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-21 Thread Bongani Hlope
I've enabled MUTEX and SPINLOCK DEBUG, this is what I get [ cut here ] WARNING: at /home/bongani/kernel/git/linux-2.6/kernel/mutex.c:134 mutex_lock_nested+0xc0/0x2a3() Modules linked in: snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq binfmt_misc loop nls_cp437 vfat

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-21 Thread Bongani Hlope
I've enabled MUTEX and SPINLOCK DEBUG, this is what I get [ cut here ] WARNING: at /home/bongani/kernel/git/linux-2.6/kernel/mutex.c:134 mutex_lock_nested+0xc0/0x2a3() Modules linked in: snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq binfmt_misc loop nls_cp437 vfat

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-19 Thread Bongani Hlope
More info add Ingo to CC, maybe he can explain what might cause such failure in the mutex code (sorry Ingo, I need to bother you once more) Ingo: I got the oops bellow whilst using the radio functionality of the bttv-drivers, nothing seems obvious except that I dies while calling

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-19 Thread Mauro Carvalho Chehab
On Tue, 19 Feb 2008 01:21:36 +0200 Bongani Hlope <[EMAIL PROTECTED]> wrote: > On Monday 18 February 2008 23:20:40 Bongani Hlope wrote: > > On Monday 18 February 2008 18:11:25 Mauro Carvalho Chehab wrote: > > > Have you tested Robert's patch? > > > > Sorry almost forgot, I have and it fixes the TV

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-19 Thread Mauro Carvalho Chehab
On Tue, 19 Feb 2008 01:21:36 +0200 Bongani Hlope [EMAIL PROTECTED] wrote: On Monday 18 February 2008 23:20:40 Bongani Hlope wrote: On Monday 18 February 2008 18:11:25 Mauro Carvalho Chehab wrote: Have you tested Robert's patch? Sorry almost forgot, I have and it fixes the TV but not the

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-18 Thread Bongani Hlope
On Monday 18 February 2008 23:20:40 Bongani Hlope wrote: > On Monday 18 February 2008 18:11:25 Mauro Carvalho Chehab wrote: > > Have you tested Robert's patch? > > Sorry almost forgot, I have and it fixes the TV but not the radio. > > > I can't see anything wrong on bttv_g_tuner lock. I suspect

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-18 Thread Bongani Hlope
On Monday 18 February 2008 18:11:25 Mauro Carvalho Chehab wrote: > On Sun, 17 Feb 2008 10:36:19 +0200 > > Bongani Hlope <[EMAIL PROTECTED]> wrote: > > The bttv driver seems to be experiencing problems in the 2.6.25-rcX > > kernels. I have the divided by error that Robert Fitzsimons has already >

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-18 Thread Mauro Carvalho Chehab
On Sun, 17 Feb 2008 10:36:19 +0200 Bongani Hlope <[EMAIL PROTECTED]> wrote: > The bttv driver seems to be experiencing problems in the 2.6.25-rcX kernels. > I > have the divided by error that Robert Fitzsimons has already reported (I'll > test his patch and see if it fixes it for me) and I

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-18 Thread Mauro Carvalho Chehab
On Sun, 17 Feb 2008 10:36:19 +0200 Bongani Hlope [EMAIL PROTECTED] wrote: The bttv driver seems to be experiencing problems in the 2.6.25-rcX kernels. I have the divided by error that Robert Fitzsimons has already reported (I'll test his patch and see if it fixes it for me) and I have the

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-18 Thread Bongani Hlope
On Monday 18 February 2008 18:11:25 Mauro Carvalho Chehab wrote: On Sun, 17 Feb 2008 10:36:19 +0200 Bongani Hlope [EMAIL PROTECTED] wrote: The bttv driver seems to be experiencing problems in the 2.6.25-rcX kernels. I have the divided by error that Robert Fitzsimons has already reported

Re: 2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-18 Thread Bongani Hlope
On Monday 18 February 2008 23:20:40 Bongani Hlope wrote: On Monday 18 February 2008 18:11:25 Mauro Carvalho Chehab wrote: Have you tested Robert's patch? Sorry almost forgot, I have and it fixes the TV but not the radio. I can't see anything wrong on bttv_g_tuner lock. I suspect that the

2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-17 Thread Bongani Hlope
The bttv driver seems to be experiencing problems in the 2.6.25-rcX kernels. I have the divided by error that Robert Fitzsimons has already reported (I'll test his patch and see if it fixes it for me) and I have the following Oops when I try to use the radio: BUG: unable to handle kernel NULL

2.6.25-rc[12] Video4Linux Bttv Regression

2008-02-17 Thread Bongani Hlope
The bttv driver seems to be experiencing problems in the 2.6.25-rcX kernels. I have the divided by error that Robert Fitzsimons has already reported (I'll test his patch and see if it fixes it for me) and I have the following Oops when I try to use the radio: BUG: unable to handle kernel NULL