* Daniel Walker <[EMAIL PROTECTED]> wrote: > Ingo, > This patch adds a vermagic hook so PREEMPT_RT modules can be > distinguished from PREEMPT_DESKTOP modules.
vermagic is very crude and there are zillions of other details and .config flags that might make a module incompatible. You can use CONFIG_MODVERSIONS to get a stronger protection that vermagic, but that's far from perfect too. The right solution is the module signing framework in Fedora. Until that gets merged upstream just dont mix incompatible modules, and keep things tightly packaged. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/