The patch titled move SYS_HYPERVISOR inside the Generic Driver menu has been removed from the -mm tree. Its filename was move-sys_hypervisor-inside-the-generic-driver-menu.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 ndiswrapper-dont-set-the-module-taints-flags.patch git-acpi.patch pvrusb2-use-null-instead-of-0.patch git-ieee1394.patch mtd-fix-printk-format-warning.patch git-net.patch com20020-build-fix.patch parisc-fix-module_param-iommu-permission.patch pci-i386-style-cleanups.patch tifm-fix-null-ptr-and-style.patch kconfig-printk_time-depends-on-printk.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