The patch titled kconfig: no STRANGE misc. devices has been added to the -mm tree. Its filename is kconfig-no-strange-misc-devices.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: kconfig: no STRANGE misc. devices From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> This config symbol name is confusing and unneeded/unwanted, so just change it to MISC_DEVICES. * * Misc devices * Misc devices (MISC_STRANGE_DEV) [Y/n] (NEW) Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/misc/Kconfig | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/misc/Kconfig~kconfig-no-strange-misc-devices drivers/misc/Kconfig --- a/drivers/misc/Kconfig~kconfig-no-strange-misc-devices +++ a/drivers/misc/Kconfig @@ -2,11 +2,11 @@ # Misc strange devices # -menuconfig MISC_STRANGE_DEV +menuconfig MISC_DEVICES bool "Misc devices" default y -if MISC_STRANGE_DEV +if MISC_DEVICES config IBM_ASM tristate "Device driver for IBM RSA service processor" @@ -205,4 +205,4 @@ config EEPROM_93CX6 This is a driver for the EEPROM chipsets 93c46 and 93c66. The driver supports both read as well as write commands. -endif # MISC_STRANGE_DEV +endif # MISC_DEVICES _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are mm-merge-populate-and-nopage-into-fault-fixes-nonlinear.patch romfs-printk-format-warnings.patch add-pci_try_set_mwi.patch git-unionfs.patch add-pci_try_set_mwi-prism54pci.patch git-ipwireless_cs.patch doc-kernel-parameters-use-x86-32-tag-instead-of-ia-32.patch add-argv_split-fix.patch add-common-orderly_poweroff-fix.patch kconfig-no-strange-misc-devices.patch kernel-doc-add-tools-doc-in-makefile.patch kernel-doc-fix-unnamed-struct-union-warning.patch kernel-doc-strip-c99-comments.patch kernel-doc-fix-leading-dot-in-man-mode-output.patch kernel-doc-fix-leading-dot-in-man-mode-output-fix.patch profile-likely-unlikely-macros.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