Hello Mauro,

On Wed, 2010-02-24 at 02:33 -0300, Mauro Carvalho Chehab wrote:
> > Please pull change:
> > 
> > http://udev.netup.ru/hg/v4l-dvb-aospan-tscheck/rev/0fdeb662c7f6
> > 
> > "Allow to enable TS continuity and TEI check on loaded module".
> > 
> > Current dvb_demux_tscheck processing doesn't allow to enable check on loaded
> > module. dvb_demux_tscheck can be enabled only when loading module (
> > dvb_dmx_init should be called to enable dvb_demux_tscheck ). This patch
> > fix this issue.
> NACK.
> It is not safe to use vmalloc at dvb_dmx_swfilter_packet(), as this function
> can be called during interrupt time, and vmalloc can sleep.

ok, you are right. I have modified this patch. Please check it again:
http://udev.netup.ru/hg/v4l-dvb-aospan-tscheck/rev/3d42e560c88d

in this patch "cnt_storage" always allocated and used only when
dvb_demux_tscheck assigned.
Is this acceptable ?

Thanks.

-- 
Abylai Ospan <aos...@netup.ru>
NetUP Inc.

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to