Hi, Bjørn Mork wrote: > As discussed many times, e.g. in http://lkml.org/lkml/2007/7/26/401 > mixing IRQF_DISABLED with IRQF_SHARED may cause unpredictable and > unexpected results. > > Add a module parameter to allow fine tuning the request_irq > flags based on local system requirements. Some may need to turn > off IRQF_DISABLED to be able to share interrupt with drivers > needing interrupts enabled, while others may want to turn off > IRQF_SHARED to ensure that IRQF_DISABLED has an effect. NAK. We should not add module parameters for this kind of crap. Let's check whether IRQF_DISABLED is really required. Afaics it can be removed. @all: Please check whether the first patch causes any problems. CU Oliver -- ---------------------------------------------------------------- VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/ 4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/ Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/ ---------------------------------------------------------------- -- 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