The patch titled KVM: Fix virtualization menu help text has been added to the -mm tree. Its filename is kvm-fix-virtualization-menu-help-text.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: KVM: Fix virtualization menu help text From: Avi Kivity <avi@xxxxxxxxxxxx> An August 18 patch from Jan Engelhardt (06bfb7e) added help text for the virtualization menu. Unfortunately the text is misleading, as "guest drivers" are usually interpreted to mean "drivers running inside the guest", which is not the case for kvm. Cc: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx> Acked-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/kvm/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/kvm/Kconfig~kvm-fix-virtualization-menu-help-text drivers/kvm/Kconfig --- a/drivers/kvm/Kconfig~kvm-fix-virtualization-menu-help-text +++ a/drivers/kvm/Kconfig @@ -6,7 +6,8 @@ menuconfig VIRTUALIZATION depends on X86 default y ---help--- - Say Y here to get to see options for virtualization guest drivers. + Say Y here to get to see options for using your Linux host to run other + operating systems inside virtual machines (guests). This option alone does not add any kernel code. If you say N, all options in this submenu will be skipped and disabled. _ Patches currently in -mm which might be from avi@xxxxxxxxxxxx are kvm-fix-virtualization-menu-help-text.patch git-kvm.patch time-simplify-smp_call_function_single-call-sequence.patch move-preempt_notifiers-into-an-always-included-kconfig.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html