Re: [PATCH] fix dvb frontend lockup

2010-05-05 Thread matthieu castet
matthieu castet a écrit : Hi, With my current kernel (2.6.32), if my dvb device is removed while in use, I got [1]. After checking the source code, the problem seems to happen also in master : If there are users (for example users == -2) : - dvb_unregister_frontend : - stop kernel thread with

Re: [PATCH] fix dvb frontend lockup

2010-05-03 Thread Mauro Carvalho Chehab
Hi Matthieu, Em Sat, 27 Mar 2010 23:04:58 +0100 matthieu castet escreveu: > Etiquetas: NonJunk, unknown-1 > From: matthieu castet > To: linux-media@vger.kernel.org > Subject: [PATCH] fix dvb frontend lockup > Date: Sat, 27 Mar 2010 23:04:58 +0100 > Sender: linux-media-ow.

Re: [PATCH] fix dvb frontend lockup

2010-04-03 Thread matthieu castet
matthieu castet a écrit : matthieu castet a écrit : Hi, With my current kernel (2.6.32), if my dvb device is removed while in use, I got [1]. After checking the source code, the problem seems to happen also in master : If there are users (for example users == -2) : - dvb_unregister_fronte

[PATCH] fix dvb frontend lockup

2010-03-27 Thread matthieu castet
matthieu castet a écrit : Hi, With my current kernel (2.6.32), if my dvb device is removed while in use, I got [1]. After checking the source code, the problem seems to happen also in master : If there are users (for example users == -2) : - dvb_unregister_frontend : - stop kernel thread w

dvb frontend lockup

2010-03-21 Thread matthieu castet
Hi, With my current kernel (2.6.32), if my dvb device is removed while in use, I got [1]. After checking the source code, the problem seems to happen also in master : If there are users (for example users == -2) : - dvb_unregister_frontend : - stop kernel thread with dvb_frontend_stop : - fep