The patch titled Subject: init/Kconfig: make EXPERT as config instead of menuconfig has been added to the -mm tree. Its filename is init-kconfig-make-expert-as-config-instead-of-menuconfig.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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> 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 @@ -1236,7 +1236,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 init-kconfig-make-expert-as-config-instead-of-menuconfig.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