The patch titled move SYS_HYPERVISOR inside the Generic Driver menu has been added to the -mm tree. Its filename is move-sys_hypervisor-inside-the-generic-driver-menu.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: move SYS_HYPERVISOR inside the Generic Driver menu From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Put SYS_HYPERVISOR inside the Generic Driver Config menu where it should be. Otherwise xconfig displays it as a dangling (lost) menu item under Device Drivers, all by itself (when all options are displayed). Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: <holzheu@xxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/base/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/base/Kconfig~move-sys_hypervisor-inside-the-generic-driver-menu drivers/base/Kconfig --- a/drivers/base/Kconfig~move-sys_hypervisor-inside-the-generic-driver-menu +++ a/drivers/base/Kconfig @@ -37,8 +37,8 @@ config DEBUG_DRIVER If you are unsure about this, say N here. -endmenu - config SYS_HYPERVISOR bool default n + +endmenu _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch ext4-fix-printk-format-warnings.patch md-fix-printk-format-warnings-seen-on-powerpc64.patch ioc4-fix-printk-format-warning.patch patch-cciss-fix-printk-format-warning.patch move-sys_hypervisor-inside-the-generic-driver-menu.patch acpi-make-ec_transaction-not-extern.patch pvrusb2-use-null-instead-of-0.patch git-ieee1394.patch mtd-fix-kernel-doc-warnings.patch mtd-fix-printk-format-warning.patch com20020-build-fix.patch parisc-fix-module_param-iommu-permission.patch pci-i386-style-cleanups.patch tifm-fix-null-ptr-and-style.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