The patch titled Subject: init/Kconfig: make EXPERT as config instead of menuconfig has been removed from the -mm tree. Its filename was init-kconfig-make-expert-as-config-instead-of-menuconfig.patch This patch was dropped because other changes were merged, which wrecked this patch ------------------------------------------------------ From: zhangwei(Jovi) <jovi.zhangwei@xxxxxxxxxx> Subject: init/Kconfig: make EXPERT as config instead of menuconfig There don't have any EXPERT menu guard, and no config item is included in EXPERT menu, so change it as a config, not menu. This will make user more clear when they use 'make menuconfig' or 'make nconfig'. Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@xxxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Michal Marek <mmarek@xxxxxxx> Cc: Mike Frysinger <vapier@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN init/Kconfig~init-kconfig-make-expert-as-config-instead-of-menuconfig init/Kconfig --- a/init/Kconfig~init-kconfig-make-expert-as-config-instead-of-menuconfig +++ a/init/Kconfig @@ -1238,7 +1238,7 @@ config SYSCTL config ANON_INODES bool -menuconfig EXPERT +config EXPERT bool "Configure standard kernel features (expert users)" # Unhide debug options, to make the on-by-default options visible select DEBUG_KERNEL _ Patches currently in -mm which might be from jovi.zhangwei@xxxxxxxxxx are linux-next.patch printk-tracing-rework-console-tracing.patch relay-remove-unused-function-argument-actor.patch relay-move-fix_size-macro-into-relayc.patch relay-use-macro-page_align-instead-of-fix_size.patch relay-fix-timer-madness.patch kernel-relayc-move-remove_buf_file-inside-relay_close_buf.patch kgdb-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch power-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch arm-etm-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch powerpc-xmon-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch spare-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch ethernet-emac-sysrq-fix-inconstistent-help-message-of-sysrq-key.patch documentation-sysrq-fix-inconstistent-help-message-of-sysrq-key.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