Jan Beulich
2011-Dec-07 14:07 UTC
[PATCH] linux-2.6.18/x86: refuse to initialize the microcode driver in DomU
Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/arch/i386/kernel/microcode-xen.c +++ b/arch/i386/kernel/microcode-xen.c @@ -121,6 +121,9 @@ static int __init microcode_init (void) { int error; + if (!is_initial_xendomain()) + return -ENODEV; + error = misc_register(µcode_dev); if (error) { printk(KERN_ERR
Possibly Parallel Threads
- [PATCH] linux-2.6.18/xencons: generalize use of add_preferred_console()
- [PATCH] x86: fix microcode updater
- Microcode update for Xen in Wheezy (Was: Re: ANNOUNCEMENT: Intel/AMD x86 CPU microcode update system in non-free)
- /lib/firmware/microcode.dat update on CentOS 6
- [PATCH 0/3] Xen Microcode update driver for 2.6.38