Rusty Russell wrote:

+int paravirt_write_msr(unsigned int msr, u64 val);

If binary modules using debug registers makes us nervous, the reprogramming MSRs is also similarly bad.


+void raw_safe_halt(void);
+void halt(void);

These shouldn't be done by modules, ever. Only the scheduler should decide to halt.
-
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/

Reply via email to