Abylai Ospan wrote: > Mauro, > > 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. > > Thanks. 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. -- Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html