Comment 45 for bug 1558120

Revision history for this message
Colin Ian King (colin-king) wrote :

Bizarre as it seems, disabling the kernel module tainting stops this occurring.

 static inline void add_taint_module(struct module *mod, unsigned flag,
                                    enum lockdep_ok lockdep_ok)
 {
- add_taint(flag, lockdep_ok);
- mod->taints |= (1U << flag);
+ //add_taint(flag, lockdep_ok);
+ //mod->taints |= (1U << flag);
 }